[SCM] libdvd-pkg/master: get-orig-source: reproducible sorting

onlyjob at users.alioth.debian.org onlyjob at users.alioth.debian.org
Thu May 14 02:17:00 UTC 2015


The following commit has been merged in the master branch:
commit 419ac321a5a3a0351da57164a4c5e0e287cd3d5e
Author: Dmitry Smirnov <onlyjob at member.fsf.org>
Date:   Thu May 14 12:16:07 2015 +1000

    get-orig-source: reproducible sorting

diff --git a/debian/rules b/debian/rules
index 287bd31..00faede 100755
--- a/debian/rules
+++ b/debian/rules
@@ -52,6 +52,6 @@ $(SHA_FILES):
 $(PKG)_$(VER).orig.tar.xz: $(SHA_FILES)
 	mkdir $(PKG)_$(VER)
 	cp --archive --recursive $(PKGG) $(PKG)_$(VER)/
-	find -L "$(PKG)_$(VER)" -xdev -type f -print | sort \
+	find -L "$(PKG)_$(VER)" -xdev -type f -print | LC_ALL=C sort \
         | XZ_OPT="-6v" tar -caf $(PKG)_$(VER).orig.tar.xz -T- --exclude="*.bz2" --owner=root --group=root --mode=a+rX
 	$(RM) -r $(PKG)_$(VER)

-- 
libdvdcss-pkg packaging



More information about the pkg-multimedia-commits mailing list