[slepc] 01/01: set uscan option compression=xz in debian/watch
Drew Parsons
dparsons at moszumanska.debian.org
Sun Jul 3 02:48:17 UTC 2016
This is an automated email from the git hooks/post-receive script.
dparsons pushed a commit to branch experimental
in repository slepc.
commit 0e58c63a3f904a551343fc5c619598085b98a671
Author: Drew Parsons <dparsons at debian.org>
Date: Sun Jul 3 10:44:50 2016 +0800
set uscan option compression=xz in debian/watch
xz gives better compression than the default gz
---
debian/rules | 2 +-
debian/watch | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/debian/rules b/debian/rules
index 5c0d413..d48968a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -197,4 +197,4 @@ DEB_STRIPPED_UPSTREAM_VERSION = $(shell echo $(DEB_UPSTREAM_VERSION) | sed -n -e
USCAN_DESTDIR := $(CURDIR)
get-orig-source:
- uscan --no-conf --verbose --download-current-version --repack --compression xz
+ uscan --no-conf --verbose --download-current-version --repack
diff --git a/debian/watch b/debian/watch
index 619d8cb..ee68c1f 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,3 +1,3 @@
version=3
-opts="dversionmangle=s/[\.\+]dfsg\d//,repacksuffix=+dfsg1, filenamemangle=s/.*=(.*)/$1/" \
- http://slepc.upv.es/download/download.php\?filename=slepc-(.+)\.(?:tgz|tar\.gz)$
\ No newline at end of file
+opts="dversionmangle=s/[\.\+]dfsg\d//,repacksuffix=+dfsg1, filenamemangle=s/.*=(.*)/$1/, compression=xz" \
+ http://slepc.upv.es/download/download.php\?filename=slepc-(.+)\.(?:tgz|tar\.gz)$
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/slepc.git
More information about the debian-science-commits
mailing list