diff -Nru python-rtslib-fb-2.1.57+debian/debian/changelog python-rtslib-fb-2.1.57+debian/debian/changelog --- python-rtslib-fb-2.1.57+debian/debian/changelog 2015-10-16 10:48:40.000000000 +0000 +++ python-rtslib-fb-2.1.57+debian/debian/changelog 2015-10-23 23:52:02.000000000 +0000 @@ -1,3 +1,9 @@ +python-rtslib-fb (2.1.57+debian-3) unstable; urgency=medium + + * override_dh_python3 to fix Py3 shebang. + + -- Thomas Goirand Fri, 23 Oct 2015 23:51:49 +0000 + python-rtslib-fb (2.1.57+debian-2) unstable; urgency=medium * Uploading to unstable. diff -Nru python-rtslib-fb-2.1.57+debian/debian/rules python-rtslib-fb-2.1.57+debian/debian/rules --- python-rtslib-fb-2.1.57+debian/debian/rules 2015-10-16 10:48:40.000000000 +0000 +++ python-rtslib-fb-2.1.57+debian/debian/rules 2015-10-23 23:52:02.000000000 +0000 @@ -26,6 +26,9 @@ mv $(CURDIR)/debian/python3-rtslib-fb/usr/bin/targetctl \ $(CURDIR)/debian/python3-rtslib-fb/usr/bin/targetctl-python3 +override_dh_python3: + dh_python3 --shebang=/usr/bin/python3 + override_dh_installdocs: mkdir -p build mkdir -p $(CURDIR)/debian/python-rtslib-fb-doc/usr/share/doc/python-rtslib-fb-doc/html