[SCM] Debian packaging of libogg-vorbis-header-pureperl-perl branch, master, updated. debian/1.0-3

Ansgar Burchardt ansgar at debian.org
Sun Sep 18 12:55:27 UTC 2011


The following commit has been merged in the master branch:
commit 8ec502c49b0518389cc2f6cb25c3a1ff859b4f4b
Author: Ansgar Burchardt <ansgar at debian.org>
Date:   Sun Sep 18 14:52:38 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 6cba268..df199ab 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: perl
 Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Ansgar Burchardt <ansgar at debian.org>, gregor herrmann <gregoa at debian.org>
-Build-Depends: debhelper (>= 7)
+Build-Depends: debhelper (>= 8)
 Build-Depends-Indep: perl
 Standards-Version: 3.8.1
 Homepage: http://search.cpan.org/dist/Ogg-Vorbis-Header-PurePerl/
diff --git a/debian/rules b/debian/rules
index 610abc3..124bcbc 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,25 +2,9 @@
 
 TMP=$(CURDIR)/debian/libogg-vorbis-header-pureperl-perl
 
-build: build-stamp
-build-stamp:
-	dh build
-	touch $@
-
-clean:
+%:
 	dh $@
 
-install: install-stamp
-install-stamp: build-stamp
-	dh install
+override_dh_auto_install:
+	dh_auto_install
 	rm -f $(TMP)/usr/share/perl5/Ogg/Vorbis/Header/ogginfo.pl
-	touch $@
-
-binary-arch:
-
-binary-indep: install
-	dh $@
-
-binary: binary-arch binary-indep
-
-.PHONY: binary binary-arch binary-indep install clean build

-- 
Debian packaging of libogg-vorbis-header-pureperl-perl



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