[Python-modules-commits] [pyqt5] 01/01: Remove unused variables from debian/rules.

Dmitry Shachnev mitya57 at moszumanska.debian.org
Sun Jul 16 19:27:07 UTC 2017


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

mitya57 pushed a commit to branch debian/master
in repository pyqt5.

commit a15d4c69c014d2ae402bffae45fec3516aa0ae4b
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date:   Sun Jul 16 22:26:48 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 de7e3a3..8bde0bd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,7 @@ pyqt5 (5.9+dfsg-1) UNRELEASED; urgency=medium
     - Update debian/copyright to not exclude doc/html from the tarball.
     - Drop python3-sphinx build-dependency.
   * Bump sip build-dependencies to 4.19.3, following configure.py.
+  * Remove unused variables from debian/rules.
 
  -- Dmitry Shachnev <mitya57 at debian.org>  Sun, 16 Jul 2017 22:17:22 +0300
 
diff --git a/debian/rules b/debian/rules
index 4cde397..8e6e189 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,10 +7,6 @@ export DH_OPTIONS=${EXTRA_DH_OPTIONS}
 py3_dbusmoddir = $(shell python3 -c 'import dbus.mainloop; print(dbus.mainloop.__path__[0])')
 py_dbusmoddir = $(shell python -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))))
-
 CFLAGS=
 CPPFLAGS=
 CXXFLAGS=

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/pyqt5.git



More information about the Python-modules-commits mailing list