[Reproducible-commits] [libextutils-depends-perl] 56/187: dh v7
Maria Valentina Marin Rodrigues
akira-guest at moszumanska.debian.org
Wed Jan 21 21:16:48 UTC 2015
This is an automated email from the git hooks/post-receive script.
akira-guest pushed a commit to branch pu/reproducible_builds
in repository libextutils-depends-perl.
commit 138dd67df0166d847214da59ea700df595034411
Author: Ryan Niebur <ryan at debian.org>
Date: Mon Dec 29 00:48:13 2008 +0000
dh v7
---
debian/changelog | 3 ++-
debian/compat | 2 +-
debian/control | 2 +-
debian/rules | 70 ++++++++++----------------------------------------------
4 files changed, 16 insertions(+), 61 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 3b72e17..cfd05e4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,8 +11,9 @@ libextutils-depends-perl (0.301-1) UNRELEASED; urgency=low
* Add me to uploaders, remove old maintainer(s)
* fix watch file (Closes: #450099)
* New upstream release
+ * dh v7
- -- Ryan Niebur <ryanryan52 at gmail.com> Sun, 28 Dec 2008 02:15:29 -0800
+ -- Ryan Niebur <ryanryan52 at gmail.com> Sun, 28 Dec 2008 16:47:31 -0800
libextutils-depends-perl (0.300-1) unstable; urgency=low
diff --git a/debian/compat b/debian/compat
index b8626c4..7f8f011 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-4
+7
diff --git a/debian/control b/debian/control
index 48fa6d3..07b2265 100644
--- a/debian/control
+++ b/debian/control
@@ -1,7 +1,7 @@
Source: libextutils-depends-perl
Section: perl
Priority: optional
-Build-Depends: debhelper (>= 4.0.2)
+Build-Depends: debhelper (>= 7)
Build-Depends-Indep: perl (>= 5.6.0-16)
Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
Uploaders: Ryan Niebur <ryanryan52 at gmail.com>
diff --git a/debian/rules b/debian/rules
index 2ff7aec..0d045f4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,69 +1,23 @@
#!/usr/bin/make -f
-# If set to a true value then MakeMaker's prompt function will
-# always return the default without waiting for user input.
-export PERL_MM_USE_DEFAULT=1
-
-PACKAGE=$(shell dh_listpackages)
-
-ifndef PERL
-PERL = /usr/bin/perl
-endif
-
-TMP =$(CURDIR)/debian/$(PACKAGE)
build: build-stamp
build-stamp:
- dh_testdir
-
-
- # Add here commands to compile the package.
- $(PERL) Makefile.PL INSTALLDIRS=vendor
- $(MAKE) OPTIMIZE="-O2 -g -Wall"
-
- touch build-stamp
+ dh build
+ touch $@
clean:
- dh_testdir
- dh_testroot
- rm -f build-stamp
-
- # Add here commands to clean up after the build process.
- [ ! -f Makefile ] || $(MAKE) realclean
-
- dh_clean
-
-install:
- dh_testdir
- dh_testroot
- dh_clean -k
- dh_installdirs
-
- $(MAKE) test
- $(MAKE) install PREFIX=/usr DESTDIR=$(TMP)
+ dh $@
+install: install-stamp
+install-stamp: build-stamp
+ dh install
+ touch $@
-# Build architecture-dependent files here.
-binary-arch: build install
-# We have nothing to do by default.
+binary-arch:
-# Build architecture-independent files here.
-binary-indep: build install
- dh_testdir
- dh_testroot
- dh_installdocs README
- dh_installchangelogs Changes
- dh_link
- dh_strip
- dh_compress
- dh_fixperms
- dh_installdeb
- dh_perl
- dh_gencontrol
- dh_md5sums
- dh_builddeb
+binary-indep: install
+ dh $@
-source diff:
- @echo >&2 'source and diff are obsolete - use dpkg-source -b'; false
+binary: binary-arch binary-indep
-binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary
+.PHONY: binary binary-arch binary-indep install clean build
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/libextutils-depends-perl.git
More information about the Reproducible-commits
mailing list