[med-svn] [python-biom-format] 01/05: Make sure xz compression of repackaged tarball will happen automatically

Andreas Tille tille at debian.org
Thu Feb 11 16:02:30 UTC 2016


This is an automated email from the git hooks/post-receive script.

tille pushed a commit to branch master
in repository python-biom-format.

commit bc750a1f60d18550c027b1794855cd5470430635
Author: Andreas Tille <tille at debian.org>
Date:   Thu Feb 11 12:42:13 2016 +0100

    Make sure xz compression of repackaged tarball will happen automatically
---
 debian/rules | 9 +--------
 debian/watch | 2 +-
 2 files changed, 2 insertions(+), 9 deletions(-)

diff --git a/debian/rules b/debian/rules
index 0568f0b..8e744fb 100755
--- a/debian/rules
+++ b/debian/rules
@@ -22,9 +22,6 @@ pyrun = DEB_BUILD_OPTIONS= pybuild -s custom -p $(shell pyversions -dv) --test -
 override_dh_auto_build:
 	USE_CYTHON=true dh_auto_build
 	$(pyrun) 'make --directory=doc singlehtml'
-	$(pyrun) 'pyqi make-bash-completion \
-	    --command-config-module biom.interfaces.optparse.config \
-	    --driver-name biom -o debian/bash-completion'
 
 override_dh_installman:
 	$(pyrun) 'make --directory=doc man'
@@ -37,7 +34,7 @@ override_dh_auto_clean:
 	make --directory=doc clean
 	rm -f debian/bash-completion
 	rm -f python-code/support-code/_*.cpp
-        rm -rf *.egg-info
+	rm -rf *.egg-info
 
 override_dh_install:
 	dh_install
@@ -50,7 +47,3 @@ override_dh_auto_test:
 	$(pyrun) 'cp -a examples {build_dir}'
 	dh_auto_test
 	$(pyrun) 'rm -rf {build_dir}/examples'
-
-get-orig-source:
-	mkdir -p ../tarballs
-	uscan --verbose --force-download --repack --compression xz --destdir=../tarballs
diff --git a/debian/watch b/debian/watch
index 5c62068..e07975e 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,4 +1,4 @@
 version=3
-opts="repacksuffix=+dfsg,dversionmangle=s/\+dfsg//g" \
+opts="repacksuffix=+dfsg,dversionmangle=s/\+dfsg//g,repack,compression=xz" \
   https://github.com/biocore/biom-format/releases .*/archive/(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz)
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/python-biom-format.git



More information about the debian-med-commit mailing list