[Blends-commit] [SCM] blends-dev branch, master, updated. 743d917492f548dfb061dbcfe74e97e5da08d579
Andreas Tille
tille at debian.org
Tue Apr 5 08:36:02 UTC 2016
The following commit has been merged in the master branch:
commit 743d917492f548dfb061dbcfe74e97e5da08d579
Author: Andreas Tille <tille at debian.org>
Date: Tue Apr 5 10:01:17 2016 +0200
Create xz compressed source tarballs and make tar a bit more 'predictable'
diff --git a/debian/changelog b/debian/changelog
index b5ee28c..b16e517 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,7 @@ blends (0.6.93) UNRELEASED; urgency=medium
[ Andreas Tille ]
* Update list of Uploaders
* Silencing `make dist` output
+ * Create xz compressed source tarballs and make tar a bit more 'predictable'
-- Ole Streicher <olebole at debian.org> Thu, 31 Mar 2016 15:33:25 +0200
diff --git a/devtools/rules b/devtools/rules
index bd35206..a789af0 100755
--- a/devtools/rules
+++ b/devtools/rules
@@ -87,5 +87,5 @@ get-orig-source: $(BLEND)-tasks.desc debian/control
--exclude CVS --exclude .svn --exclude svn-commit.tmp --exclude .git . | \
(cd $(DISTDIR); tar xfBp -)
@rm -f `find $(DISTDIR) -name "*~"`
- @GZIP=-9 tar -czf ../$(BLENDNAME)_$(VERSION).tar.gz $(DISTDIR)
+ @tar --owner=root --group=root --mode=a+rX -caf ../$(BLENDNAME)_$(VERSION).tar.xz $(DISTDIR)
@rm -rf $(DISTDIR)
--
Git repository for blends code
More information about the Blends-commit
mailing list