[libtk-splashscreen-perl] 09/12: debian/rules: Remove obsolete variable usage

Axel Beckert abe at deuxchevaux.org
Wed Jan 1 05:48:58 UTC 2014


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

abe pushed a commit to branch master
in repository libtk-splashscreen-perl.

commit c41501d9ff53a3884a76b0982e2be5e55121d736
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Wed Jan 1 06:42:59 2014 +0100

    debian/rules: Remove obsolete variable usage
---
 debian/changelog | 1 +
 debian/rules     | 7 -------
 2 files changed, 1 insertion(+), 7 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 992571f..092b9a3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -52,6 +52,7 @@ libtk-splashscreen-perl (1.0-4) UNRELEASED; urgency=low
     + Use dh_auto_{configure,build,test,install,clean}
     + Use debian/clean and dh_clean's automatic stamp file removal
     + Remove obsolete /usr/lib/perl5 handling
+    + Remove obsolete variable usage
 
  -- Frank Lichtenheld <djpig at debian.org>  Thu, 08 Nov 2007 19:06:22 +0100
 
diff --git a/debian/rules b/debian/rules
index 2ad67da..b6b4c9c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,11 +5,6 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
-package := $(shell grep Package debian/control | sed 's/^Package: //')
-version := $(shell head -1 debian/changelog | \
-                        perl -nle 'm/\S+\s+\((\S+)\)/ && print $$1')
-debtmp  := $(CURDIR)/debian/$(package)
-
 build: build-arch build-indep
 build-arch: build-stamp
 build-indep: build-stamp
@@ -32,8 +27,6 @@ install: build
 	dh_testroot
 	dh_prep
 	dh_installdirs
-	echo "$(CURDIR)"
-	echo "$(debtmp)"
 	dh_auto_install
 
 binary-indep: build install

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



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