[redeclipse] 310/494: Switch to bz2 for sources, no xz support for pristine-tar
Martin Werner
arand-guest at moszumanska.debian.org
Sun Jun 21 20:52:46 UTC 2015
This is an automated email from the git hooks/post-receive script.
arand-guest pushed a commit to branch debdir
in repository redeclipse.
commit df62c9efefbc00ca343656b7c88563d510431eb2
Author: Martin Erik Werner <martinerikwerner at gmail.com>
Date: Tue Dec 20 20:57:59 2011 +0100
Switch to bz2 for sources, no xz support for pristine-tar
---
rules | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/rules b/rules
index d8dc0bb..391c2a0 100755
--- a/rules
+++ b/rules
@@ -48,7 +48,7 @@ overrride_dh_builddeb:
VER=$(shell dpkg-parsechangelog | sed -rne 's/^Version: ([^-]+).*/\1/p')
DIR=redeclipse-$(VER).orig
-TAR=redeclipse_$(VER).orig.tar.xz
+TAR=redeclipse_$(VER).orig.tar.bz2
get-orig-source:
uscan --noconf --force-download --download-current-version --destdir=.
rm -rf $(DIR)
@@ -61,6 +61,6 @@ get-orig-source:
rm -rf $(DIR)/src/install/win/
rm -rf $(DIR)/bin/
find $(DIR)/data/ -mindepth 1 -not -wholename "*examples*" -delete
- XZ_OPT=-9 tar -cJ --owner root --group root --mode a+rX \
+ BZIP2="-9" tar -cj --owner root --group root --mode a+rX \
-f $(TAR) $(DIR)
rm -rf $(DIR)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/redeclipse.git
More information about the Pkg-games-commits
mailing list