[SCM] Debian packaging of Net-DBus CPAN distribution branch, master, updated. debian/1.0.0-1-21-gb2440ff

Xavier Guimard x.guimard at free.fr
Mon Feb 4 19:27:17 UTC 2013


The following commit has been merged in the master branch:
commit b7d0ce84e693f8a93fece432724a918c7f31090d
Author: Xavier Guimard <x.guimard at free.fr>
Date:   Mon Feb 4 06:18:02 2013 +0100

    Use debhelper 9.20120312 instead of 9

diff --git a/debian/changelog b/debian/changelog
index 79e36ae..9f7e5b5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,7 +5,8 @@ libnet-dbus-perl (1.0.0-2) UNRELEASED; urgency=low
     Thanks to Jack Bates <ms419 at freezone.co.uk> for his past work
     on the package.
   * Update debian/copyright with cme.
-  * Bump to debhelper compat level 9, to get hardening flags in.
+  * Bump to debhelper compat level 9.20120312, to get hardening flags
+    in.
   * Point the Vcs-* control fields to the pkg-perl repository.
   * Add myself to debian/copyright.
   * Install examples using debian/libnet-dbus-perl.example instead
diff --git a/debian/control b/debian/control
index c628171..00edf57 100644
--- a/debian/control
+++ b/debian/control
@@ -1,19 +1,26 @@
 Source: libnet-dbus-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: intrigeri <intrigeri at debian.org>,
+           Xavier Guimard <x.guimard at free.fr>
 Section: perl
 Priority: optional
-Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: intrigeri <intrigeri at debian.org>
-Build-Depends: debhelper (>= 9), libtest-pod-coverage-perl, libtest-pod-perl,
- libxml-twig-perl, perl, libdbus-1-dev
-Standards-Version: 3.9.3
-Homepage: https://metacpan.org/release/Net-DBus/
+Build-Depends: debhelper (>= 9.20120312),
+               libdbus-1-dev,
+               libtest-pod-coverage-perl,
+               libtest-pod-perl,
+               libxml-twig-perl,
+               perl
+Standards-Version: 3.9.4
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libnet-dbus-perl.git
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libnet-dbus-perl.git
+Homepage: https://metacpan.org/release/Net-DBus/
 
 Package: libnet-dbus-perl
 Architecture: any
-Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends}, libxml-twig-perl,
- perl
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         ${shlibs:Depends},
+         libxml-twig-perl
 Description: Extension for the DBus bindings
  Net::DBus provides a Perl API for the DBus message system. The DBus Perl
  interface is currently operating against the 0.32 development version of
@@ -24,3 +31,4 @@ Description: Extension for the DBus bindings
  the Net::DBus::Service and Net::DBus::Object modules are of most relevance,
  or are client consumers, in which case Net::DBus::RemoteService and
  Net::DBus::RemoteObject are of most relevance.
+

-- 
Debian packaging of Net-DBus CPAN distribution



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