[SCM] jackd2/master: Add patch for reproducible builds

adiknoth-guest at users.alioth.debian.org adiknoth-guest at users.alioth.debian.org
Tue Aug 25 13:54:22 UTC 2015


The following commit has been merged in the master branch:
commit dcf5c867091e8995a1eff4e52319fef590b76336
Author: Adrian Knoth <adi at drcomp.erfurt.thur.de>
Date:   Tue Aug 25 15:37:29 2015 +0200

    Add patch for reproducible builds

diff --git a/debian/patches/reproducible-build.patch b/debian/patches/reproducible-build.patch
new file mode 100644
index 0000000..197242b
--- /dev/null
+++ b/debian/patches/reproducible-build.patch
@@ -0,0 +1,9 @@
+--- jackd2-1.9.10+20140719git3eb0ae6a~dfsg.orig/man/fill_template
++++ jackd2-1.9.10+20140719git3eb0ae6a~dfsg/man/fill_template
+@@ -1,5 +1,5 @@
+ #!/bin/sh
+ 
+ for i in *.0 ; do
+-   sed -e "s/!VERSION!/${1}/g" -e "s/!DATE!/`date '+%B %Y'`/g" < ${i} > ${i%%0}1
++   sed -e "s/!VERSION!/${1}/g" -e "s/!DATE!/`LC_ALL=C date --utc --date="$(dpkg-parsechangelog -l../debian/changelog -SDate)" '+%B %Y'`/g" < ${i} > ${i%%0}1
+ done

-- 
jackd2 packaging



More information about the pkg-multimedia-commits mailing list