[debsums] 137/184: update debhelper compat version to 8 and update policy version to 3.9.2.0

Axel Beckert abe at deuxchevaux.org
Mon Mar 2 21:21:26 UTC 2015


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

abe pushed a commit to branch master
in repository debsums.

commit d5889907b39dd21ff4d267823407a4cf55d3d3b1
Author: Ryan Niebur <ryanryan52 at gmail.com>
Date:   Sun Aug 28 08:36:28 2011 -0700

    update debhelper compat version to 8 and update policy version to 3.9.2.0
---
 debian/changelog     |  6 +++++-
 debian/control       |  4 ++--
 debian/rules         | 41 +++++++++++------------------------------
 debian/source/format |  1 +
 4 files changed, 19 insertions(+), 33 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 9b2cc5d..d65e4e2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -13,8 +13,12 @@ debsums (2.0.49) UNRELEASED; urgency=low
     in --admindir (Closes: #632463)
   * add Korean translation for debconf templates, thanks min-ji Kang
     (Closes: #632009)
+  * update debhelper compat version to 8
+    - shorten debian/rules
+  * update policy version to 3.9.2.0
+    - set debian/source/format to 3.0 (native)
 
- -- Ryan Niebur <ryan at debian.org>  Sat, 27 Aug 2011 01:47:39 -0700
+ -- Ryan Niebur <ryan at debian.org>  Sun, 28 Aug 2011 08:31:13 -0700
 
 debsums (2.0.48+nmu3) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index 010d3d2..64e5298 100644
--- a/debian/control
+++ b/debian/control
@@ -2,8 +2,8 @@ Source: debsums
 Section: admin
 Priority: optional
 Maintainer: Ryan Niebur <ryan at debian.org>
-Build-Depends: debhelper (>= 7), po-debconf, po4a
-Standards-Version: 3.8.3
+Build-Depends: debhelper (>= 8), po-debconf, po4a
+Standards-Version: 3.9.2.0
 Vcs-Git: git://git.debian.org/git/collab-maint/debsums.git
 Vcs-Browser: http://git.debian.org/?p=collab-maint/debsums.git;a=summary
 
diff --git a/debian/rules b/debian/rules
index 5d31160..2e8654c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,43 +5,24 @@
 package=debsums
 tmp=$(CURDIR)/debian/$(package)
 
-build: # nothing
-clean:
-	dh_testdir
-	dh_testroot
-	dh_clean
-	debconf-updatepo
-	cd man && po4a --no-translations --rm-backups po4a.cfg
-	rm -f man/po/*~ man/*/debsums*.[18]
-
-binary-arch: # nothing
-binary-indep:
-	dh_testdir
-	dh_testroot
-	dh_prep
-	dh_installdirs
+%:
+	dh $@
 
+override_dh_auto_install:
 	cp debsums_gen debsums_init $(tmp)/usr/sbin
 	cp debsums rdebsums $(tmp)/usr/bin
 	chmod 755 $(tmp)/usr/bin/debsums $(tmp)/usr/sbin/debsums_gen \
 	    $(tmp)/usr/sbin/debsums_init $(tmp)/usr/bin/rdebsums
 	touch $(tmp)/etc/debsums-ignore
-	dh_installdocs README
 	cd man && po4a --rm-backups po4a.cfg
-	dh_installman `find man -type f -name '*.[18]'`
 
-	dh_lintian
-	dh_installcron
-	dh_installinit
-	dh_installchangelogs
-	dh_installdebconf
-	dh_compress
-	dh_fixperms
-	dh_installdeb
-	dh_gencontrol
-	dh_md5sums
-	dh_builddeb
+override_dh_auto_clean:
+	debconf-updatepo
+	cd man && po4a --no-translations --rm-backups po4a.cfg
+	rm -f man/po/*~ man/*/debsums*.[18]
 
-binary:	binary-indep binary-arch
+override_dh_installdocs:
+	dh_installdocs README
 
-.PHONY: build binary binary-arch binary-indep clean
+override_dh_installman:
+	dh_installman `find man -type f -name '*.[18]'`
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..89ae9db
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (native)

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



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