diff -Nru ufw-0.34~rc/debian/changelog ufw-0.34~rc/debian/changelog --- ufw-0.34~rc/debian/changelog 2015-03-03 08:05:47.000000000 +0100 +++ ufw-0.34~rc/debian/changelog 2015-06-16 14:54:58.000000000 +0200 @@ -1,3 +1,9 @@ +ufw (0.34~rc-0ubuntu6) UNRELEASED; urgency=medium + + * Don't include Debian version in the python module version (LP: #1465549) + + -- Zygmunt Krynicki Tue, 16 Jun 2015 14:54:33 +0200 + ufw (0.34~rc-0ubuntu5) vivid; urgency=medium * debian/ufw.service: Add missing DefaultDependencies=no to fix ordering diff -Nru ufw-0.34~rc/debian/rules ufw-0.34~rc/debian/rules --- ufw-0.34~rc/debian/rules 2014-08-07 14:58:30.000000000 +0200 +++ ufw-0.34~rc/debian/rules 2015-06-16 15:07:54.000000000 +0200 @@ -7,7 +7,7 @@ PYTHON := /usr/bin/python3 PYVERS := $(shell py3versions -vr) PYTHON2 := /usr/bin/python2 -PKGVERS := $(shell dpkg-parsechangelog | grep ^Version: | cut -d ' ' -f 2) +PKGVERS := $(shell dpkg-parsechangelog | grep ^Version: | cut -d ' ' -f 2 | sed -r -e 's/-.*//' -e 's/~rc/rc/') build-arch: build-stamp