diff --git a/debian/changelog b/debian/changelog index f7b305f..4f37901 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +libmodbus (3.0.1-2) unstable; urgency=low + + * Initial Debian release + + -- Ivo De Decker Thu, 11 Aug 2011 19:53:33 +0200 + libmodbus (3.0.1-1) unstable; urgency=low * New upstream release diff --git a/debian/control b/debian/control index 4e68773..d25e1c8 100644 --- a/debian/control +++ b/debian/control @@ -1,9 +1,9 @@ Source: libmodbus Priority: extra -Maintainer: Stéphane Raimbault +Maintainer: Ivo De Decker Standards-Version: 3.9.1 Section: libs -Build-Depends: debhelper (>= 6), cdbs (>= 0.4.43), autotools-dev, libtool, dpkg-dev (>= 1.13.19), asciidoc +Build-Depends: debhelper (>= 6), cdbs (>= 0.4.43), autotools-dev, libtool, asciidoc, xmlto Homepage: http://libmodbus.org/ Package: libmodbus5 diff --git a/debian/copyright b/debian/copyright index 7ced70a..def8d65 100644 --- a/debian/copyright +++ b/debian/copyright @@ -11,22 +11,47 @@ Copyright: -License: +License for libmodbus: - This library is free software; you can redistribute it and/or modify it - under the terms of the GNU Lesser General Public License as published by the - Free Software Foundation; either version 2.1 of the License, or (at your - option) any later version. + This library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. - This library is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License - for more details. + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. - You should have received a copy of the GNU Lesser General Public License - along with this library; if not, write to the Free Software Foundation, - Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + You should have received a copy of the GNU Lesser General Public + License along with this library; if not, write to the Free Software + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA -The Debian packaging is (C) 2008-20011, Stéphane Raimbault and is licensed under the LGPL version 2.1 or later, see `/usr/share/common-licenses/LGPL-2.1'. +On Debian systems, the complete text of the GNU General Public License +can be found in /usr/share/common-licenses/LGPL-2.1 +License for the tests: + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . + +On Debian systems, the complete text of the GNU General Public License version 3 +can be found in "/usr/share/common-licenses/GPL-3". + +The Debian packaging is: + + Copyright (C) 2008-20011 Stéphane Raimbault + Copyright (C) 2011 Ivo De Decker + +and is licensed under the LGPL version 2.1 or later, see +"/usr/share/common-licenses/LGPL-2.1". diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 0000000..163aaf8 --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt)