diff -Nru python-apt-0.9.3.11build1/debian/changelog python-apt-0.9.3.11ubuntu1/debian/changelog --- python-apt-0.9.3.11build1/debian/changelog 2015-04-15 17:21:13.000000000 +0200 +++ python-apt-0.9.3.11ubuntu1/debian/changelog 2015-06-16 11:08:49.000000000 +0200 @@ -1,3 +1,9 @@ +python-apt (0.9.3.11ubuntu1) UNRELEASED; urgency=medium + + * Don't include Debian version in the python module version (LP: #1465549) + + -- Zygmunt Krynicki Tue, 16 Jun 2015 11:08:33 +0200 + python-apt (0.9.3.11build1) vivid; urgency=medium * Rebuild to get updated mirror files. diff -Nru python-apt-0.9.3.11build1/debian/rules python-apt-0.9.3.11ubuntu1/debian/rules --- python-apt-0.9.3.11build1/debian/rules 2014-10-24 16:16:15.000000000 +0200 +++ python-apt-0.9.3.11ubuntu1/debian/rules 2015-06-16 11:09:35.000000000 +0200 @@ -1,6 +1,6 @@ #!/usr/bin/make -f # Should be include-links, but that somehow fails. -export DEBVER=$(shell dpkg-parsechangelog | sed -n -e 's/^Version: //p') +export DEBVER=$(shell dpkg-parsechangelog | sed -n -e 's/^Version: //p' | sed -r -e 's/(ubuntu)|(build)/./') export DATETIME:=$(shell dpkg-parsechangelog | sed -n -e 's/^Date: //p') export DATE_CMD:=env TZ=UTC LC_ALL=C.UTF-8 date export DATE:=$(shell $(DATE_CMD) --date="$(DATETIME)" "+%b %_d %Y")