[SCM] Debian packaging of libb-keywords-perl branch, master, updated. 51f9a8753c4a351caad6b25ab14ac1b432e6e0ea

gregor herrmann gregoa at debian.org
Fri Jan 20 15:19:09 UTC 2012


The following commit has been merged in the master branch:
commit ce4cad428042026664f9494be8f448519e27162e
Author: gregor herrmann <gregoa at debian.org>
Date:   Fri Jan 20 16:12:22 2012 +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 4810eda..9f48368 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: libb-keywords-perl
 Section: perl
 Priority: optional
 Build-Depends-Indep: perl (>= 5.8)
-Build-Depends: debhelper (>= 7)
+Build-Depends: debhelper (>= 8)
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Rene Mayorga <rmayorga at debian.org>,
  gregor herrmann <gregoa at debian.org>
diff --git a/debian/rules b/debian/rules
index 0d045f4..2d33f6a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,23 +1,4 @@
 #!/usr/bin/make -f
 
-build: build-stamp
-build-stamp:
-	dh build
-	touch $@
-
-clean:
+%:
 	dh $@
-
-install: install-stamp
-install-stamp: build-stamp
-	dh install
-	touch $@
-
-binary-arch:
-
-binary-indep: install
-	dh $@
-
-binary: binary-arch binary-indep
-
-.PHONY: binary binary-arch binary-indep install clean build

-- 
Debian packaging of libb-keywords-perl



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