r63296 - in /trunk/libsys-statistics-linux-perl/debian: changelog compat control rules

carnil-guest at users.alioth.debian.org carnil-guest at users.alioth.debian.org
Mon Oct 4 06:28:53 UTC 2010


Author: carnil-guest
Date: Mon Oct  4 06:28:42 2010
New Revision: 63296

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=63296
Log:
Bump Debhelper compat level to level 8: Use Build.PL without passing
--buildsystem=perl_build in debian/rules. Adjust Build-Depends on
debhelper (>= 8).

Modified:
    trunk/libsys-statistics-linux-perl/debian/changelog
    trunk/libsys-statistics-linux-perl/debian/compat
    trunk/libsys-statistics-linux-perl/debian/control
    trunk/libsys-statistics-linux-perl/debian/rules

Modified: trunk/libsys-statistics-linux-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsys-statistics-linux-perl/debian/changelog?rev=63296&op=diff
==============================================================================
--- trunk/libsys-statistics-linux-perl/debian/changelog (original)
+++ trunk/libsys-statistics-linux-perl/debian/changelog Mon Oct  4 06:28:42 2010
@@ -3,8 +3,11 @@
   * New upstream release
   * Add myself to Uploaders.
   * Refresh debian/copyright file: Refer to Debian systems.
+  * Bump Debhelper compat level to level 8: Use Build.PL without passing
+    --buildsystem=perl_build in debian/rules. Adjust Build-Depends on
+    debhelper (>= 8).
 
- -- Salvatore Bonaccorso <salvatore.bonaccorso at gmail.com>  Mon, 04 Oct 2010 08:26:38 +0200
+ -- Salvatore Bonaccorso <salvatore.bonaccorso at gmail.com>  Mon, 04 Oct 2010 08:28:35 +0200
 
 libsys-statistics-linux-perl (0.56-2) unstable; urgency=low
 

Modified: trunk/libsys-statistics-linux-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsys-statistics-linux-perl/debian/compat?rev=63296&op=diff
==============================================================================
--- trunk/libsys-statistics-linux-perl/debian/compat (original)
+++ trunk/libsys-statistics-linux-perl/debian/compat Mon Oct  4 06:28:42 2010
@@ -1,1 +1,1 @@
-7
+8

Modified: trunk/libsys-statistics-linux-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsys-statistics-linux-perl/debian/control?rev=63296&op=diff
==============================================================================
--- trunk/libsys-statistics-linux-perl/debian/control (original)
+++ trunk/libsys-statistics-linux-perl/debian/control Mon Oct  4 06:28:42 2010
@@ -1,7 +1,7 @@
 Source: libsys-statistics-linux-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7.3.7~)
+Build-Depends: debhelper (>= 8)
 Build-Depends-Indep: perl, libtest-pod-coverage-perl,
  libtest-pod-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>

Modified: trunk/libsys-statistics-linux-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsys-statistics-linux-perl/debian/rules?rev=63296&op=diff
==============================================================================
--- trunk/libsys-statistics-linux-perl/debian/rules (original)
+++ trunk/libsys-statistics-linux-perl/debian/rules Mon Oct  4 06:28:42 2010
@@ -1,4 +1,4 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@ --buildsystem=perl_build
+	dh $@




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