[SCM] Debian packaging of Net-Ifconfig-Wrapper CPAN distribution branch, master, updated. debian/0.09-1-2-g9b9493e

gregor herrmann gregoa at debian.org
Thu Jan 19 19:09:14 UTC 2012


The following commit has been merged in the master branch:
commit 9b9493e5f01a34cc0073e3d1b13dfea1773a8f1d
Author: gregor herrmann <gregoa at debian.org>
Date:   Thu Jan 19 20:09:09 2012 +0100

    [packagecheck] fixed Vcs-(Git|Browser)/Homepage field(s) in debian/control and/or URL in debian/watch and/or rmdir /usr/{lib|share}/perl5 in debian/rules.

diff --git a/debian/changelog b/debian/changelog
index c4491fd..abe6d2e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,13 @@
 libnet-ifconfig-wrapper-perl (0.09-2) UNRELEASED; urgency=low
 
   * Take over for the Debian Perl Group
+  * debian/control: Added: Vcs-Git field (source stanza); Vcs-Browser
+    field (source stanza); Homepage field (source stanza);
+    ${misc:Depends} to Depends: field. Changed: Maintainer set to Debian
+    Perl Group <pkg-perl-maintainers at lists.alioth.debian.org> (was:
+    Isaac Clerencia <isaac at sindominio.net>); Isaac Clerencia
+    <isaac at sindominio.net> moved to Uploaders.
+  * Add debian/watch.
 
  -- gregor herrmann <gregoa at debian.org>  Thu, 19 Jan 2012 20:09:03 +0100
 
diff --git a/debian/control b/debian/control
index fb248ff..85599f7 100644
--- a/debian/control
+++ b/debian/control
@@ -1,13 +1,17 @@
 Source: libnet-ifconfig-wrapper-perl
 Section: perl
 Priority: optional
-Maintainer: Isaac Clerencia <isaac at sindominio.net>
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Isaac Clerencia <isaac at sindominio.net>
 Build-Depends: debhelper (>= 4.0.0)
 Standards-Version: 3.6.1
+Homepage: http://search.cpan.org/dist/Net-Ifconfig-Wrapper/
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libnet-ifconfig-wrapper-perl.git
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libnet-ifconfig-wrapper-perl.git
 
 Package: libnet-ifconfig-wrapper-perl
 Architecture: all
-Depends: ${shlibs:Depends}
+Depends: ${misc:Depends}, ${shlibs:Depends}
 Description: Multiplatform Perl wrapper for ifconfig
  The Net::Ifconfig::Wrapper Perl module provides a multiplatform wrapper
  for ifconfig.
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..dfd7502
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/Net-Ifconfig-Wrapper/  .+/Net-Ifconfig-Wrapper-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$

-- 
Debian packaging of Net-Ifconfig-Wrapper CPAN distribution



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