[Python-modules-commits] [python-qt4] 01/01: Remove unused variables from debian/rules.
Dmitry Shachnev
mitya57 at moszumanska.debian.org
Mon Jul 3 14:31:31 UTC 2017
This is an automated email from the git hooks/post-receive script.
mitya57 pushed a commit to branch debian/master
in repository python-qt4.
commit 84a0f558c532ab843a98bb75aa6caa011c5ed610
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date: Mon Jul 3 17:31:25 2017 +0300
Remove unused variables from debian/rules.
---
debian/changelog | 1 +
debian/rules | 4 ----
2 files changed, 1 insertion(+), 4 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 2e940af..d84ec1c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ python-qt4 (4.12.1+dfsg-1) UNRELEASED; urgency=medium
* Refactor debian/rules to avoid removing files after install.
* Stop removing pyshared directories, they are no longer created.
* Bump debhelper compatibility level to 10.
+ * Remove unused variables from debian/rules.
-- Dmitry Shachnev <mitya57 at debian.org> Fri, 30 Jun 2017 15:18:29 +0300
diff --git a/debian/rules b/debian/rules
index 76513f7..66c6f73 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,10 +7,6 @@ export DH_OPTIONS
py_dbusmoddir = $(shell python$(1) -c 'import dbus.mainloop; print dbus.mainloop.__path__[0]')
py3_dbusmoddir = $(shell python3 -c 'import dbus.mainloop; print(dbus.mainloop.__path__[0])')
-debian_version = $(word 2,$(shell dpkg-parsechangelog | grep ^Version:))
-upstream_dfsg_version = $(firstword $(subst -, ,$(debian_version)))
-upstream_version = $(subst ~,,$(firstword $(subst +, ,$(debian_version))))
-
export QMAKESPEC=linux-g++
CFLAGS=
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-qt4.git
More information about the Python-modules-commits
mailing list