The following commit has been merged in the master branch:
commit 743d917492f548dfb061dbcfe74e97e5da08d579
Author: Andreas Tille <[email protected]>
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 <[email protected]>  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

_______________________________________________
Blends-commit mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/blends-commit

Reply via email to