diff -Nru oneconf-0.3.6/debian/changelog oneconf-0.3.7/debian/changelog --- oneconf-0.3.6/debian/changelog 2014-03-18 13:41:11.000000000 +0000 +++ oneconf-0.3.7/debian/changelog 2014-03-24 15:24:13.000000000 +0000 @@ -1,3 +1,10 @@ +oneconf (0.3.7) trusty; urgency=medium + + * d/rules: Override dh_python3 command to force oneconf-query to use the + generic /usr/bin/python3 shebang. (LP: #1296325) + + -- Barry Warsaw Mon, 24 Mar 2014 11:23:02 -0400 + oneconf (0.3.6) trusty; urgency=medium * d/control: Build-Depend on python3-all. diff -Nru oneconf-0.3.6/debian/rules oneconf-0.3.7/debian/rules --- oneconf-0.3.6/debian/rules 2013-11-06 18:05:44.000000000 +0000 +++ oneconf-0.3.7/debian/rules 2014-03-24 15:24:13.000000000 +0000 @@ -32,6 +32,9 @@ override_dh_auto_build: $(PYTHON3:%=build-python%) dh_auto_build +override_dh_python3: + dh_python3 --shebang=/usr/bin/python3 + install-python%: python$* setup.py install --root=$(CURDIR)/debian/tmp --install-layout=deb