Parcourir la source

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
Stéphane Raimbault il y a 13 ans
Parent
commit
41e43ff55a
4 fichiers modifiés avec 47 ajouts et 15 suppressions
  1. 6 0
      debian/changelog
  2. 2 2
      debian/control
  3. 38 13
      debian/copyright
  4. 1 0
      debian/source/format

+ 6 - 0
debian/changelog

@@ -1,3 +1,9 @@
+libmodbus (3.0.1-2) unstable; urgency=low
+
+  * Initial Debian release
+
+ -- Ivo De Decker <Ivo.DeDecker@UGent.be>  Thu, 11 Aug 2011 19:53:33 +0200
+
 libmodbus (3.0.1-1) unstable; urgency=low
 
   * New upstream release

+ 2 - 2
debian/control

@@ -1,9 +1,9 @@
 Source: libmodbus
 Priority: extra
-Maintainer: Stéphane Raimbault <stephane.raimbault@gmail.com>
+Maintainer: Ivo De Decker <Ivo.DeDecker@UGent.be>
 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

+ 38 - 13
debian/copyright

@@ -11,22 +11,47 @@ Copyright:
 
     <Copyright (C) 2001-2011 Stéphane Raimbault>
 
-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 <stephane.raimbault@gmail.com> 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 <http://www.gnu.org/licenses/>.
+
+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 <stephane.raimbault@gmail.com>
+     Copyright (C) 2011 Ivo De Decker <Ivo.DeDecker@UGent.be>
+
+and is licensed under the LGPL version 2.1 or later, see
+"/usr/share/common-licenses/LGPL-2.1".

+ 1 - 0
debian/source/format

@@ -0,0 +1 @@
+3.0 (quilt)