[SCM] Debian packaging of libdevel-ebug-perl branch, master, updated. 1be8258dddb8463d16450db883f1dcc27a0305d2

gregor herrmann gregoa at debian.org
Fri Jan 13 14:47:56 UTC 2012


The following commit has been merged in the master branch:
commit 6c824a1725b8231c97dcc4000c1bc0d3879cba69
Author: gregor herrmann <gregoa at debian.org>
Date:   Fri Jan 13 15:34:31 2012 +0100

    Switch to debhelper compatibility level 8.
    
    Remove "--buildsystem=perl_build" from debian/rules, default now.

diff --git a/debian/compat b/debian/compat
index 7f8f011..45a4fb7 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-7
+8
diff --git a/debian/control b/debian/control
index 0f9d1cc..7a5e148 100644
--- a/debian/control
+++ b/debian/control
@@ -1,7 +1,7 @@
 Source: libdevel-ebug-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7.3.7~), perl
+Build-Depends: debhelper (>= 8), perl
 Build-Depends-Indep: libtest-expect-perl,
  libdevel-stacktrace-perl, libproc-background-perl, libstring-koremutake-perl,
  libclass-accessor-chained-perl, libmodule-pluggable-perl, libpadwalker-perl,
diff --git a/debian/rules b/debian/rules
index 1a102ba..2d33f6a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,4 +1,4 @@
 #!/usr/bin/make -f
 
 %:
-	dh --buildsystem=perl_build $@
+	dh $@

-- 
Debian packaging of libdevel-ebug-perl



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