[SCM] Debian packaging of libdigest-perl branch, master, updated. debian/1.17-1

Ansgar Burchardt ansgar at debian.org
Sun Oct 2 20:56:31 UTC 2011


The following commit has been merged in the master branch:
commit 53d7d9fb0c5989d0b7b9acc48eb9abbac442fab6
Author: Ansgar Burchardt <ansgar at debian.org>
Date:   Sun Oct 2 22:48:10 2011 +0200

    Use tiny debian/rules with debhelper 8.

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 7913c6e..87d0481 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Zak B. Elep <zakame at spunge.org>,
  Nathan Handler <nhandler at ubuntu.com>
-Build-Depends: debhelper (>= 7.0)
+Build-Depends: debhelper (>= 8)
 Build-Depends-Indep: perl (>= 5.6.0-17), libdigest-md5-perl | perl (>= 5.8)
 Standards-Version: 3.8.1
 Homepage: http://search.cpan.org/dist/Digest/
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 libdigest-perl



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