Commit c0cac3d92cde4e9f4369664ebe94bef31c1b9784
1 parent
201a2f29
Appoint Ivo De Decker as Debian package maintainer
- add mising dependency on xmlto - describe license of the tests - adjust formating of licences - add format file
Showing
4 changed files
with
47 additions
and
15 deletions
debian/changelog
debian/control
| 1 | 1 | Source: libmodbus |
| 2 | 2 | Priority: extra |
| 3 | -Maintainer: Stéphane Raimbault <stephane.raimbault@gmail.com> | |
| 3 | +Maintainer: Ivo De Decker <Ivo.DeDecker@UGent.be> | |
| 4 | 4 | Standards-Version: 3.9.1 |
| 5 | 5 | Section: libs |
| 6 | -Build-Depends: debhelper (>= 6), cdbs (>= 0.4.43), autotools-dev, libtool, dpkg-dev (>= 1.13.19), asciidoc | |
| 6 | +Build-Depends: debhelper (>= 6), cdbs (>= 0.4.43), autotools-dev, libtool, asciidoc, xmlto | |
| 7 | 7 | Homepage: http://libmodbus.org/ |
| 8 | 8 | |
| 9 | 9 | Package: libmodbus5 | ... | ... |
debian/copyright
| ... | ... | @@ -11,22 +11,47 @@ Copyright: |
| 11 | 11 | |
| 12 | 12 | <Copyright (C) 2001-2011 Stéphane Raimbault> |
| 13 | 13 | |
| 14 | -License: | |
| 14 | +License for libmodbus: | |
| 15 | 15 | |
| 16 | - This library is free software; you can redistribute it and/or modify it | |
| 17 | - under the terms of the GNU Lesser General Public License as published by the | |
| 18 | - Free Software Foundation; either version 2.1 of the License, or (at your | |
| 19 | - option) any later version. | |
| 16 | + This library is free software; you can redistribute it and/or | |
| 17 | + modify it under the terms of the GNU Lesser General Public | |
| 18 | + License as published by the Free Software Foundation; either | |
| 19 | + version 2.1 of the License, or (at your option) any later version. | |
| 20 | 20 | |
| 21 | - This library is distributed in the hope that it will be useful, but WITHOUT | |
| 22 | - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | |
| 23 | - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License | |
| 24 | - for more details. | |
| 21 | + This library is distributed in the hope that it will be useful, | |
| 22 | + but WITHOUT ANY WARRANTY; without even the implied warranty of | |
| 23 | + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | |
| 24 | + Lesser General Public License for more details. | |
| 25 | 25 | |
| 26 | - You should have received a copy of the GNU Lesser General Public License | |
| 27 | - along with this library; if not, write to the Free Software Foundation, | |
| 28 | - Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA | |
| 26 | + You should have received a copy of the GNU Lesser General Public | |
| 27 | + License along with this library; if not, write to the Free Software | |
| 28 | + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA | |
| 29 | 29 | |
| 30 | -The Debian packaging is (C) 2008-20011, Stéphane Raimbault <stephane.raimbault@gmail.com> and is licensed under the LGPL version 2.1 or later, see `/usr/share/common-licenses/LGPL-2.1'. | |
| 30 | +On Debian systems, the complete text of the GNU General Public License | |
| 31 | +can be found in /usr/share/common-licenses/LGPL-2.1 | |
| 31 | 32 | |
| 33 | +License for the tests: | |
| 32 | 34 | |
| 35 | + This program is free software: you can redistribute it and/or modify | |
| 36 | + it under the terms of the GNU General Public License as published by | |
| 37 | + the Free Software Foundation; either version 3 of the License, or | |
| 38 | + (at your option) any later version. | |
| 39 | + | |
| 40 | + This program is distributed in the hope that it will be useful, | |
| 41 | + but WITHOUT ANY WARRANTY; without even the implied warranty of | |
| 42 | + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
| 43 | + GNU General Public License for more details. | |
| 44 | + | |
| 45 | + You should have received a copy of the GNU General Public License | |
| 46 | + along with this program. If not, see <http://www.gnu.org/licenses/>. | |
| 47 | + | |
| 48 | +On Debian systems, the complete text of the GNU General Public License version 3 | |
| 49 | +can be found in "/usr/share/common-licenses/GPL-3". | |
| 50 | + | |
| 51 | +The Debian packaging is: | |
| 52 | + | |
| 53 | + Copyright (C) 2008-20011 Stéphane Raimbault <stephane.raimbault@gmail.com> | |
| 54 | + Copyright (C) 2011 Ivo De Decker <Ivo.DeDecker@UGent.be> | |
| 55 | + | |
| 56 | +and is licensed under the LGPL version 2.1 or later, see | |
| 57 | +"/usr/share/common-licenses/LGPL-2.1". | ... | ... |
debian/source/format
0 → 100644
| 1 | +3.0 (quilt) | ... | ... |