[libparse-debianchangelog-perl] 37/52: debian/ maintenance

Intrigeri intrigeri at moszumanska.debian.org
Sun May 24 12:37:30 UTC 2015


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

intrigeri pushed a commit to branch master
in repository libparse-debianchangelog-perl.

commit ac86ff9382c595168c1c7f9a66dc4fc14861e0fb
Author: Frank Lichtenheld <frank at lichtenheld.de>
Date:   Mon Apr 4 00:08:01 2011 +0200

    debian/ maintenance
    
    * Bump Standards-Version to 3.9.1 (no changes)
    * Convert debian/rules to debhelper 7
---
 debian/changelog |  7 ++++++
 debian/compat    |  2 +-
 debian/control   |  4 +--
 debian/docs      |  1 +
 debian/rules     | 74 ++------------------------------------------------------
 5 files changed, 13 insertions(+), 75 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 5909e95..890470c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+libparse-debianchangelog-perl (1.1.1-3) unstable; urgency=low
+
+  * Bump Standards-Version to 3.9.1 (no changes)
+  * Convert debian/rules to debhelper 7
+
+ -- Frank Lichtenheld <djpig at debian.org>  Sun, 03 Apr 2011 23:25:41 +0200
+
 libparse-debianchangelog-perl (1.1.1-2.1) unstable; urgency=low
 
   * Non-maintainer upload.
diff --git a/debian/compat b/debian/compat
index 7ed6ff8..7f8f011 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-5
+7
diff --git a/debian/control b/debian/control
index 02e20e2..383b88c 100644
--- a/debian/control
+++ b/debian/control
@@ -1,10 +1,10 @@
 Source: libparse-debianchangelog-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 5)
+Build-Depends: debhelper (>= 7)
 Build-Depends-Indep: perl (>= 5.8.0-7), po4a, libtimedate-perl, libhtml-parser-perl, libhtml-template-perl, libclass-accessor-perl, liblocale-gettext-perl, tidy, libxml-simple-perl, libio-string-perl, libmodule-build-perl, libtest-pod-perl, libtest-pod-coverage-perl, perl (>= 5.10.1) | libtest-simple-perl (>= 0.88), libtest-exception-perl
 Maintainer: Frank Lichtenheld <djpig at debian.org>
-Standards-Version: 3.7.3
+Standards-Version: 3.9.1
 Vcs-git: git://source.djpig.de/git/Parse-DebianChangelog.git
 Vcs-Browser: http://source.djpig.de/git/?p=Parse-DebianChangelog.git;a=summary
 
diff --git a/debian/docs b/debian/docs
new file mode 100644
index 0000000..1333ed7
--- /dev/null
+++ b/debian/docs
@@ -0,0 +1 @@
+TODO
diff --git a/debian/rules b/debian/rules
index c4b60ae..1a102ba 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,74 +1,4 @@
 #!/usr/bin/make -f
-# This debian/rules file is provided as a template for normal perl
-# packages. It was created by Marc Brockschmidt <marc at dch-faq.de> for
-# the Debian Perl Group (http://pkg-perl.alioth.debian.org/) but may
-# be used freely wherever it is useful.
 
-# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
-
-# 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
-
-	$(MAKE) installdirs=vendor
-
-	touch build-stamp
-
-clean:
-	dh_testdir
-	dh_testroot
-
-	# Add commands to clean up after the build process here
-	$(MAKE) clean
-
-	dh_clean build-stamp install-stamp
-
-install: build install-stamp
-install-stamp:
-	dh_testdir
-	dh_testroot
-	dh_clean -k
-
-	$(MAKE) test
-	$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
-
-	touch install-stamp
-
-binary-arch:
-# We have nothing to do by default.
-
-binary-indep: build install
-	dh_testdir
-	dh_testroot
-	dh_install
-#	dh_installexamples
-	dh_installdocs TODO
-	dh_installchangelogs Changes
-	dh_perl
-	dh_link
-	dh_strip
-	dh_compress
-	dh_fixperms
-	dh_installdeb
-	dh_gencontrol
-	dh_md5sums
-	dh_builddeb
-
-source diff:                                                                  
-	@echo >&2 'source and diff are obsolete - use dpkg-source -b'; false
-
-binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary
+%:
+	dh --buildsystem=perl_build $@

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



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