[libdevice-gsm-perl] 10/10: Packaging cleanup, bring under the pkg-perl team umbrella

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


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

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

commit eea2fde68773e3d38a039ec01d0b2df6891ad429
Author: Christoph Biedl <debian.axhn at manchmal.in-ulm.de>
Date:   Fri Nov 17 18:16:04 2017 +0100

    Packaging cleanup, bring under the pkg-perl team umbrella
---
 debian/compat                             |  2 +-
 debian/control                            | 17 +++++++++-------
 debian/copyright                          | 32 ++++++++++++++++---------------
 debian/patches/fix-manpage-spelling.patch |  5 +++++
 debian/watch                              |  3 ++-
 5 files changed, 35 insertions(+), 24 deletions(-)

diff --git a/debian/compat b/debian/compat
index ec63514..f599e28 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-9
+10
diff --git a/debian/control b/debian/control
index 7cbfa60..6ff2321 100644
--- a/debian/control
+++ b/debian/control
@@ -1,11 +1,14 @@
 Source: libdevice-gsm-perl
-Maintainer: Christoph Biedl <debian.axhn at manchmal.in-ulm.de>
-Homepage: http://search.cpan.org/dist/Device-Gsm/
-Standards-Version: 3.9.6
-Build-Depends: debhelper (>= 9~),
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders:
+    Christoph Biedl <debian.axhn at manchmal.in-ulm.de>,
+Homepage: https://metacpan.org/release/Device-Gsm
+Standards-Version: 4.1.1
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libdevice-gsm-perl.git
+Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libdevice-gsm-perl.git
+Testsuite: autopkgtest-pkg-perl
+Build-Depends: debhelper (>= 10~),
     libdevice-modem-perl,
-Build-Depends-Indep:
-    perl,
 Priority: optional
 Section: perl
 
@@ -13,7 +16,7 @@ Package: libdevice-gsm-perl
 Architecture: all
 Depends: ${misc:Depends}, ${perl:Depends},
     libdevice-modem-perl,
-Description: Perl extension to interface GSM phones / modems
+Description: module to access GSM phones / modems
  Device::Gsm class implements basic GSM functions, network registration
  and SMS sending.
  .
diff --git a/debian/copyright b/debian/copyright
index de2186b..6ba4491 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,23 +1,32 @@
-Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
-Upstream-Contact: Cosimo Streppone <cosimo at cpan.org>,
-    Grzegorz Woźniak <wozniakg at gmail.com>
-Source: http://search.cpan.org/dist/Device-Gsm/
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: Device-Gsm
+Upstream-Contact: Cosimo Streppone <cosimo at cpan.org>,
+ Grzegorz Woźniak <wozniakg at gmail.com>
+Source: https://metacpan.org/release/Device-Gsm
 
 Files: *
 Copyright:
-    2002-2012 Cosimo Streppone <cosimo at cpan.org>
-    2006-2011 Grzegorz Wozniak <wozniakg at gmail.com>
+ 2002-2012 Cosimo Streppone <cosimo at cpan.org>
+ 2006-2011 Grzegorz Wozniak <wozniakg at gmail.com>
 License: Artistic or GPL-1+
 
-Files: docs/gsm0338.txt
+Files:
+ docs/gsm0338.txt
 Copyright: 2000 Unicode, Inc.
 License: Unicode
 
-Files: debian/*
+Files:
+ debian/*
 Copyright: 2012-2016 Christoph Biedl <debian.axhn at manchmal.in-ulm.de>
 License: Artistic or GPL-1+
 
+License: Unicode
+ Unicode, Inc. hereby grants the right to freely use the information
+ supplied in this file in the creation of products supporting the
+ Unicode Standard, and to make copies of this file in any form for
+ internal or external distribution as long as this notice remains
+ attached.
+
 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.
@@ -33,10 +42,3 @@ License: GPL-1+
  .
  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'.
-
-License: Unicode
- Unicode, Inc. hereby grants the right to freely use the information
- supplied in this file in the creation of products supporting the
- Unicode Standard, and to make copies of this file in any form for
- internal or external distribution as long as this notice remains
- attached.
diff --git a/debian/patches/fix-manpage-spelling.patch b/debian/patches/fix-manpage-spelling.patch
index 157f45e..bff5753 100644
--- a/debian/patches/fix-manpage-spelling.patch
+++ b/debian/patches/fix-manpage-spelling.patch
@@ -1,3 +1,8 @@
+Subject: Fix wording error reported by lintian
+Author: Christoph Biedl <debian.axhn at manchmal.in-ulm.de>
+Forwarded: no
+Last-Update: 2017-11-17
+
 --- a/lib/Device/Gsm.pm
 +++ b/lib/Device/Gsm.pm
 @@ -1782,7 +1782,7 @@
diff --git a/debian/watch b/debian/watch
index 703e540..21b397c 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,2 +1,3 @@
 version=3
-http://search.cpan.org/dist/Device-Gsm/   .*/Device-Gsm-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$
+https://metacpan.org/release/Device-Gsm  \
+    .*/Device-Gsm-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$

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



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