r62071 - in /trunk/libhttp-browserdetect-perl/debian: changelog compat control rules

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Fri Aug 27 22:23:43 UTC 2010


Author: gregoa
Date: Fri Aug 27 22:23:23 2010
New Revision: 62071

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=62071
Log:
Use debhelper 8 instead of debhelper 7's Module::Build build_system call.

Modified:
    trunk/libhttp-browserdetect-perl/debian/changelog
    trunk/libhttp-browserdetect-perl/debian/compat
    trunk/libhttp-browserdetect-perl/debian/control
    trunk/libhttp-browserdetect-perl/debian/rules

Modified: trunk/libhttp-browserdetect-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhttp-browserdetect-perl/debian/changelog?rev=62071&op=diff
==============================================================================
--- trunk/libhttp-browserdetect-perl/debian/changelog (original)
+++ trunk/libhttp-browserdetect-perl/debian/changelog Fri Aug 27 22:23:23 2010
@@ -7,6 +7,9 @@
   [ Iñigo Tejedor Arrondo ]
   * New upstream release
   * Add myself to uploaders
+
+  [ gregor herrmann ]
+  * Use debhelper 8 instead of debhelper 7's Module::Build build_system call.
 
  -- Iñigo Tejedor Arrondo <poisonbit at gmail.com>  Tue, 24 Aug 2010 22:23:00 +0200
 

Modified: trunk/libhttp-browserdetect-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhttp-browserdetect-perl/debian/compat?rev=62071&op=diff
==============================================================================
--- trunk/libhttp-browserdetect-perl/debian/compat (original)
+++ trunk/libhttp-browserdetect-perl/debian/compat Fri Aug 27 22:23:23 2010
@@ -1,1 +1,1 @@
-7
+8

Modified: trunk/libhttp-browserdetect-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhttp-browserdetect-perl/debian/control?rev=62071&op=diff
==============================================================================
--- trunk/libhttp-browserdetect-perl/debian/control (original)
+++ trunk/libhttp-browserdetect-perl/debian/control Fri Aug 27 22:23:23 2010
@@ -1,7 +1,7 @@
 Source: libhttp-browserdetect-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7.3.7~)
+Build-Depends: debhelper (>= 8)
 Build-Depends-Indep: libdata-dump-perl, libmodule-build-perl (>= 0.360100),
  libyaml-tiny-perl, perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>

Modified: trunk/libhttp-browserdetect-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhttp-browserdetect-perl/debian/rules?rev=62071&op=diff
==============================================================================
--- trunk/libhttp-browserdetect-perl/debian/rules (original)
+++ trunk/libhttp-browserdetect-perl/debian/rules Fri Aug 27 22:23:23 2010
@@ -1,4 +1,4 @@
 #!/usr/bin/make -f
 
 %:
-	dh --buildsystem=perl_build $@
+	dh $@




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