[qmapshack] 02/18: Remove unused variables in rules file.

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Sat Mar 7 14:36:16 UTC 2015


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

sebastic pushed a commit to branch master
in repository qmapshack.

commit 99e110166e4017ef54723eedad6bf725839b39f7
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Mon Feb 16 16:38:36 2015 +0100

    Remove unused variables in rules file.
---
 debian/changelog | 1 +
 debian/rules     | 7 +------
 2 files changed, 2 insertions(+), 6 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 687334e..2342782 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 qmapshack (0.12.0-1~exp2) UNRELEASED; urgency=medium
 
   * Enable verbose makefiles.
+  * Remove unused variables in rules file.
 
  -- Bas Couwenberg <sebastic at xs4all.nl>  Mon, 16 Feb 2015 16:37:45 +0100
 
diff --git a/debian/rules b/debian/rules
index f3b3405..39665d5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,13 +1,8 @@
 #!/usr/bin/make -f
 
-# one ring to rule them all ...
-
-upstream_version ?= $(shell dpkg-parsechangelog | sed -rne 's/^Version: ([0-9.]+)(\+repack\d+)?.*$$/\1/p')
-dfsg_version = $(upstream_version)+ds1
-pkg = $(shell dpkg-parsechangelog | sed -ne 's/^Source: //p')
-
 export QT_SELECT := qt5
 
+# one ring to rule them all ...
 %:
 	dh $@ --parallel
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/qmapshack.git



More information about the Pkg-grass-devel mailing list