From 89458660792bde178865362ddf6becf2f12aa8b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sun, 9 Jul 2017 13:38:53 +0200 Subject: Upgrade work --- debian/rules | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules index f1c848e..485f51b 100755 --- a/debian/rules +++ b/debian/rules @@ -3,19 +3,21 @@ DEBVERS := $(shell dpkg-parsechangelog | sed -n -e 's/^Version: //p') VERSION := $(shell echo '$(DEBVERS)' | sed -e 's/^[[:digit:]]*://' -e 's/[~-].*//') +export DH_VERBOSE=1 + %: - dh $@ --with python2 + dh $@ --with python3 --buildsystem=pybuild override_dh_auto_configure: - pod2man --section=1 --release=$(VERSION) --center "" doc/rapid-photo-downloader.pod > rapid-photo-downloader.1 + pod2man --section=1 --release=$(VERSION) --center "" doc/rapid-photo-downloader.1.pod > rapid-photo-downloader.1 -override_dh_auto_install: - dh_auto_install -- --install-lib=/usr/share/rapid-photo-downloader --install-scripts=/usr/share/rapid-photo-downloader +#override_dh_auto_install: +# dh_auto_install -- --install-lib=/usr/share/rapid-photo-downloader --install-scripts=/usr/share/rapid-photo-downloader override_dh_auto_clean: - -rm rapid-photo-downloader.1 +# -rm rapid-photo-downloader.1 -rm -rf build/ - dh_auto_clean +# dh_auto_clean override_dh_installchangelogs: - dh_installchangelogs rapid/ChangeLog + dh_installchangelogs CHANGES.rst -- cgit v1.2.3