[libtest-prereq-perl] 04/09: Use dh(1), debhelper 8, and drop quilt framework.

gregor herrmann gregoa at debian.org
Fri Jan 10 21:15:42 UTC 2014


This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libtest-prereq-perl.

commit e4f67e1bdd577f28e3336fa07b12cd926f7a9870
Author: gregor herrmann <gregoa at debian.org>
Date:   Fri Jan 10 22:07:32 2014 +0100

    Use dh(1), debhelper 8, and drop quilt framework.
---
 debian/README.source |  5 -----
 debian/compat        |  2 +-
 debian/control       |  2 +-
 debian/rules         | 29 +++--------------------------
 4 files changed, 5 insertions(+), 33 deletions(-)

diff --git a/debian/README.source b/debian/README.source
deleted file mode 100644
index 9dc3fca..0000000
--- a/debian/README.source
+++ /dev/null
@@ -1,5 +0,0 @@
-This package uses quilt to manage all modifications to the upstream
-source.  Changes are stored in the source package as diffs in
-debian/patches and applied during the build.
-
-See /usr/share/doc/quilt/README.source for a detailed explanation.
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 acce1d8..ff3cae6 100644
--- a/debian/control
+++ b/debian/control
@@ -1,7 +1,7 @@
 Source: libtest-prereq-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7), quilt
+Build-Depends: debhelper (>= 8)
 Build-Depends-Indep: perl, libmodule-info-perl, libtest-pod-perl,
  libtest-pod-coverage-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
diff --git a/debian/rules b/debian/rules
index 0284b49..1de2f52 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,30 +1,7 @@
 #!/usr/bin/make -f
 
-include /usr/share/quilt/quilt.make
-
-PACKAGE = $(shell dh_listpackages)
-TMP     = $(CURDIR)/debian/$(PACKAGE)
-
-build: build-stamp
-build-stamp: $(QUILT_STAMPFN)
-	CPANSHELL=1 dh build
-	touch $@
-
-clean: unpatch
-	dh $@
-
-install: install-stamp
-install-stamp: build-stamp
-	dh install
-	mv $(TMP)/usr/share/man/man3/Test\:\:Prereq.3.gz $(TMP)/usr/share/man/man3/Test\:\:Prereq.3pm.gz
-	mv $(TMP)/usr/share/man/man3/Test\:\:Prereq\:\:Build.3.gz $(TMP)/usr/share/man/man3/Test\:\:Prereq.3pm.gz
-	touch $@
-
-binary-arch:
-
-binary-indep: install
+%:
 	dh $@
 
-binary: binary-arch binary-indep
-
-.PHONY: binary binary-arch binary-indep install clean build
+override_dh_auto_test:
+	CPANSHELL=1 dh_auto_test

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libtest-prereq-perl.git



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