[SCM] Debian packaging of libgnome2-gconf-perl branch, master, updated. abe9478fd1cdf484c0c92a67d68add8237d6596f

gregor herrmann gregoa at debian.org
Thu Nov 17 17:49:56 UTC 2011


The following commit has been merged in the master branch:
commit be10e0569f86f41a5f75438ccff112f45a502591
Author: gregor herrmann <gregoa at debian.org>
Date:   Thu Nov 17 18:33:03 2011 +0100

    Switch to debhelper compatibility level 8, use tiny debian/rules.

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 ef45fda..a9185c6 100644
--- a/debian/control
+++ b/debian/control
@@ -1,7 +1,7 @@
 Source: libgnome2-gconf-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7.2), perl (>= 5.8.0-7), libextutils-depends-perl (>= 0.200), 
+Build-Depends: debhelper (>= 8), perl (>= 5.8.0-7), libextutils-depends-perl (>= 0.200), 
  libextutils-pkgconfig-perl (>= 1.03), libglib-perl (>= 1:1.120),
  libgconf2-dev (>= 2.0), dbus-x11
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
diff --git a/debian/rules b/debian/rules
index 3c31282..b2da011 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,26 +1,7 @@
 #!/usr/bin/make -f
 
-override_dh_auto_test:
-	dbus-launch dh_auto_test
-
-build: build-stamp
-build-stamp:
-	dh build
-	touch $@
-
-clean:
+%:
 	dh $@
 
-install: install-stamp
-install-stamp: build-stamp
-	dh install
-	touch $@
-
-binary-arch: install
-	dh $@
-
-binary-indep:
-
-binary: binary-arch binary-indep
-
-.PHONY: binary binary-arch binary-indep install clean build
+override_dh_auto_test:
+	dbus-launch dh_auto_test

-- 
Debian packaging of libgnome2-gconf-perl



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