diff --git a/debian/changelog b/debian/changelog index ed2e48c..580208a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -12,6 +12,7 @@ * d/watch: Fix. * Enable autopkgtest-pkg-python testsuite. * Bump debhelper compat level to 12 and use debhelper-compat. + * d/rules: Drop get-orig-source target. [ Piotr Ożarowski ] * Add dh-python to Build-Depends diff --git a/debian/rules b/debian/rules index 7c567b4..d8cbaba 100755 --- a/debian/rules +++ b/debian/rules @@ -1,18 +1,6 @@ #!/usr/bin/make -f - -APP=doublex -VERSION=$(shell head -n 1 debian/changelog | cut -f2 -d " " | tr -d "()" | cut -f1 -d "-") - -ORIG_REPO=hg clone http://bitbucket.org/DavidVilla/python-doublex -r v$(VERSION) -ORIG_DIR=$(APP)-$(VERSION) -EXCLUDE=--exclude=debian --exclude=\*~ --exclude=.hg --exclude=.svn --exclude=\*.pyc export PYBUILD_NAME=doublex %: dh $@ --with python3 --buildsystem=pybuild - -get-orig-source: - $(ORIG_REPO) $(ORIG_DIR) - tar $(EXCLUDE) -czf $(APP)_$(VERSION).orig.tar.gz $(ORIG_DIR) - $(RM) -r $(ORIG_DIR)