[SCM] qtlocation packaging branch, experimental, updated. debian/5.7.1-1-10-g111a599

Dmitry Shachnev mitya57 at moszumanska.debian.org
Thu Jun 15 21:24:26 UTC 2017


Gitweb-URL: http://git.debian.org/?p=pkg-kde/qt/qtlocation.git;a=commitdiff;h=111a599

The following commit has been merged in the experimental branch:
commit 111a599abc7a42341cfa19342134dd4b56c03624
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date:   Fri Jun 16 00:24:20 2017 +0300

    Pass --sort=name to tar for reproducibility.
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index f081d08..e3b4f4f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -75,5 +75,5 @@ get-orig-source:
 	cd ..; tar xJf qtlocation-opensource-src-$(UPSTREAM_VERSION).tar.xz
 	rm -rf ../qtlocation-opensource-src-$(UPSTREAM_VERSION)/src/3rdparty/mapbox-gl-native/
 	cd ../qtlocation-opensource-src-$(UPSTREAM_VERSION)/src; touch -r imports 3rdparty
-	cd ..; tar -cJf qtlocation-opensource-src_$(UPSTREAM_VERSION)+dfsg.orig.tar.xz \
+	cd ..; tar --sort=name -cJf qtlocation-opensource-src_$(UPSTREAM_VERSION)+dfsg.orig.tar.xz \
 		--owner=root --group=root --mode=a+rX qtlocation-opensource-src-$(UPSTREAM_VERSION)/

-- 
qtlocation packaging



More information about the pkg-kde-commits mailing list