[libdevice-modem-perl] 14/19: Packaging cleanup

Christoph Biedl cbiedl at moszumanska.debian.org
Sat Nov 18 09:29:18 UTC 2017


This is an automated email from the git hooks/post-receive script.

cbiedl pushed a commit to branch master
in repository libdevice-modem-perl.

commit c05042971ae62ea54b38dcbe3822dbdaa8845bd7
Author: Christoph Biedl <debian.axhn at manchmal.in-ulm.de>
Date:   Wed Jun 29 23:00:34 2016 +0200

    Packaging cleanup
    
    - Update to Standards-Version: 3.9.8, no changes
    - Add Homepage: information
    - Rewrite debian/copyright for format 1.0
    - Add watch file
---
 debian/control   | 16 ++++++++++------
 debian/copyright | 57 +++++++++++++++++++++++++++-----------------------------
 debian/watch     |  4 ++++
 3 files changed, 41 insertions(+), 36 deletions(-)

diff --git a/debian/control b/debian/control
index bc11e4d..9086435 100644
--- a/debian/control
+++ b/debian/control
@@ -1,14 +1,18 @@
 Source: libdevice-modem-perl
-Section: perl
-Priority: optional
-Build-Depends: debhelper (>= 9~), libdevice-serialport-perl
-Build-Depends-Indep: perl (>= 5.8.0-7)
 Maintainer: Dirk Proesdorf <dirk at proesdorf.de>
-Standards-Version: 3.7.2
+Homepage: http://search.cpan.org/~cosimo/Device-Modem/
+Standards-Version: 3.9.8
+Build-Depends: debhelper (>= 9~),
+    libdevice-serialport-perl,
+Build-Depends-Indep:
+    perl,
+Priority: optional
+Section: perl
 
 Package: libdevice-modem-perl
 Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends}, libdevice-serialport-perl
+Depends: ${misc:Depends}, ${perl:Depends},
+    libdevice-serialport-perl,
 Description: Perl class to interface generic modems (AT-compliant)
  Device::Modem class implements basic AT (Hayes) compliant device abstraction.
  It can be inherited by sub classes (as Device::Gsm), which are based on serial
diff --git a/debian/copyright b/debian/copyright
index cdeb1ae..45cf08c 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,30 +1,27 @@
-This is the debian package for the Device-Modem module.
-It was created by Dirk Proesdorf <dirk at proesdorf.de> using dh-make-perl.
-
-Original sources were obtained from CPAN.
-
-The upstream author is:
-
-Cosimo Streppone, cosimo at cpan.org.
-
-
-(C) 2002-2006 Cosimo Streppone, cosimo at cpan.org
-
-This library is free software; you can only redistribute it and/or
-modify it under the same terms as Perl itself.
-
-Perl is distributed under your choice of the GNU General Public License or
-the Artistic License.  On Debian GNU/Linux systems, the complete text of the
-GNU General Public License can be found in `/usr/share/common-licenses/GPL'
-and the Artistic Licence in `/usr/share/common-licenses/Artistic'.
-
-
-The upstream source includes lib/Device/Modem/UsRobotics.pm witch is a
-derivated work from Ludovic Drolez, ldrolez at free.fr.
-
-(C) 1998-2003 Ludovic Drolez, ldrolez at free.fr
-
-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 2 of the License, or (at your option) any later
-version.
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: Device-Modem
+Upstream-Contact: Cosimo Streppone, cosimo at cpan.org
+Source: http://search.cpan.org/~cosimo/Device-Modem/
+
+Files: *
+Copyright: 2002-2014 Cosimo Streppone <cosimo at cpan.org>
+License: Artistic or GPL-1+
+Comment: The file lib/Device/Modem/UsRobotics.pm is a
+ derivated work from Ludovic Drolez <ldrolez at free.fr>, licensed unter
+ GPL-2+
+
+License: Artistic
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the Artistic License, which comes with Perl.
+ .
+ On Debian systems, the complete text of the Artistic License can be
+ found in `/usr/share/common-licenses/Artistic'.
+
+License: GPL-1+
+ 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 1, or (at your option)
+ any later version.
+ .
+ On Debian systems, the complete text of version 1 of the GNU General
+ Public License can be found in `/usr/share/common-licenses/GPL-1'.
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..8969dd5
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,4 @@
+version=4
+http://www.cpan.org/modules/by-module/Device/ \
+     Device-Modem-([0-9].+)\.tar\.gz \
+     debian uupdate

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libdevice-modem-perl.git



More information about the Pkg-perl-cvs-commits mailing list