[libstar-parser-perl] 14/16: debian/rules: Remove no more needed variable usage

Axel Beckert abe at deuxchevaux.org
Mon Dec 23 21:07:47 UTC 2013


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

abe pushed a commit to branch master
in repository libstar-parser-perl.

commit 9f9f80f356c9970333dd2b19c049f74aeb7d7dd8
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Mon Dec 23 22:04:34 2013 +0100

    debian/rules: Remove no more needed variable usage
---
 debian/changelog | 1 +
 debian/rules     | 5 -----
 2 files changed, 1 insertion(+), 5 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index fb944cd..b7cb5a8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -36,6 +36,7 @@ libstar-parser-perl (0.59-4) UNRELEASED; urgency=low
     + Use debian/clean instead of manually calling rm
     + Drop obsolete parameter from dh_installchangelogs
     + Move dh_installdocs parameter to debian/docs
+    + Remove obsolete variable usage
 
  -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:31:57 +0200
 
diff --git a/debian/rules b/debian/rules
index ea9df6e..50fcf4b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,11 +3,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

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



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