r63773 - in /trunk/libnetpacket-perl/debian: changelog control rules

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Fri Oct 15 19:54:02 UTC 2010


Author: gregoa
Date: Fri Oct 15 19:53:43 2010
New Revision: 63773

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=63773
Log:
Lower debhelper dependency, no need for "--buildsystem=perl_build" since
there is only a Build.PL.

Modified:
    trunk/libnetpacket-perl/debian/changelog
    trunk/libnetpacket-perl/debian/control
    trunk/libnetpacket-perl/debian/rules

Modified: trunk/libnetpacket-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnetpacket-perl/debian/changelog?rev=63773&op=diff
==============================================================================
--- trunk/libnetpacket-perl/debian/changelog (original)
+++ trunk/libnetpacket-perl/debian/changelog Fri Oct 15 19:53:43 2010
@@ -1,11 +1,16 @@
 libnetpacket-perl (0.43.2-1) unstable; urgency=low
 
+  [ Nicholas Bamber ]
   * Added myself to Uploaders 
   * New upstream release
   * Upped standards version to 3.9.1
   * Updated copyright
   * Refreshed patch
   * Fixed build dependencies
+
+  [ gregor herrmann ]
+  * Lower debhelper dependency, no need for "--buildsystem=perl_build" since
+    there is only a Build.PL.
 
  -- Nicholas Bamber <nicholas at periapt.co.uk>  Tue, 12 Oct 2010 22:01:11 +0100
 

Modified: trunk/libnetpacket-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnetpacket-perl/debian/control?rev=63773&op=diff
==============================================================================
--- trunk/libnetpacket-perl/debian/control (original)
+++ trunk/libnetpacket-perl/debian/control Fri Oct 15 19:53:43 2010
@@ -1,7 +1,7 @@
 Source: libnetpacket-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7.3.7~), libmodule-build-perl (>= 0.360100)
+Build-Depends: debhelper (>= 7), libmodule-build-perl (>= 0.360100) | perl (>= 5.12)
 Build-Depends-Indep: perl, libtest-simple-perl (>= 0.94) | perl (>= 5.12)
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Benoit Mortier <benoit.mortier at opensides.be>,

Modified: trunk/libnetpacket-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnetpacket-perl/debian/rules?rev=63773&op=diff
==============================================================================
--- trunk/libnetpacket-perl/debian/rules (original)
+++ trunk/libnetpacket-perl/debian/rules Fri Oct 15 19:53:43 2010
@@ -1,4 +1,4 @@
 #!/usr/bin/make -f
 
 %:
-	dh --buildsystem=perl_build $@
+	dh $@




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