[debsums] 01/02: Drop option --rm-backups from po4a calls, it's a no-op since 0.41

Axel Beckert abe at deuxchevaux.org
Sun Mar 29 16:33:30 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 0a7e972a65a16eb89a4dd6659036383ca54e6af4
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Sun Mar 29 18:19:42 2015 +0200

    Drop option --rm-backups from po4a calls, it's a no-op since 0.41
    
    Add according version requirement to the po4a build-dependency
---
 Makefile         | 4 ++--
 debian/changelog | 2 ++
 debian/control   | 2 +-
 3 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/Makefile b/Makefile
index 086d5ac..23bb5a3 100644
--- a/Makefile
+++ b/Makefile
@@ -5,10 +5,10 @@ build:
 
 install:
 	touch debian/debsums/etc/debsums-ignore
-	cd man && po4a --rm-backups po4a.cfg
+	cd man && po4a po4a.cfg
 
 clean:
-	cd man && po4a --no-translations --rm-backups po4a.cfg
+	cd man && po4a --no-translations po4a.cfg
 
 test:
 	prove -v
diff --git a/debian/changelog b/debian/changelog
index d238a7f..85605e4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -22,6 +22,8 @@ debsums (2.1~dev) UNRELEASED; urgency=medium
     + Remove now obsolete chmod call.
     + Drop variable usage for values only used once.
     + Move most overridden stuff from debian/rules to Makefile.
+    + Drop option --rm-backups from po4a calls, it's a no-op since 0.41
+      - Add according version requirement to the po4a build-dependency
   * debsums:
     + Warn if found md5sums file is empty but shouldn't. (Closes: #577197)
     + Broaden character set which is considered a valid version number.
diff --git a/debian/control b/debian/control
index 114c107..c357b9b 100644
--- a/debian/control
+++ b/debian/control
@@ -9,7 +9,7 @@ Build-Depends: debhelper (>= 8),
                libfile-fnmatch-perl,
                libtest-command-simple-perl,
                po-debconf,
-               po4a
+               po4a (>= 0.41)
 Standards-Version: 3.9.6
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/debsums.git
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/debsums.git

-- 
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