[debsums] 173/184: debian/rules: Drop variable usage for values only used once

Axel Beckert abe at deuxchevaux.org
Mon Mar 2 21:21: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 a1c8c541072c709bd87fd1cb7e5b78762cccfd1e
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Sat Feb 7 00:16:07 2015 +0100

    debian/rules: Drop variable usage for values only used once
---
 debian/changelog | 1 +
 debian/rules     | 5 +----
 2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 3f0165a..5585b6d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -15,6 +15,7 @@ debsums (2.1~dev) UNRELEASED; urgency=medium
     + Simplify by moving cp, rm and dh_installdocs parameters to
       debian/{install,clean,docs}.
     + Remove now obsolete chmod call.
+    + Drop variable usage for values only used once.
 
  -- Axel Beckert <abe at debian.org>  Fri, 06 Feb 2015 23:50:20 +0100
 
diff --git a/debian/rules b/debian/rules
index 92c57c1..92a2130 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,14 +2,11 @@
 
 # rules for debsums
 
-package=debsums
-tmp=$(CURDIR)/debian/$(package)
-
 %:
 	dh $@
 
 override_dh_auto_install:
-	touch $(tmp)/etc/debsums-ignore
+	touch debian/debsums/etc/debsums-ignore
 	cd man && po4a --rm-backups po4a.cfg
 
 override_dh_auto_clean:

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