Control: tags 836609 + pending

Dear maintainer,

I've prepared an NMU for nostalgy (versioned as 0.2.36-1.2) and
uploaded it to DELAYED/10. Please feel free to tell me if I
should delay it longer.

Regards.

diff -Nru nostalgy-0.2.36/debian/changelog nostalgy-0.2.36/debian/changelog
--- nostalgy-0.2.36/debian/changelog	2019-01-19 20:09:34.000000000 +0100
+++ nostalgy-0.2.36/debian/changelog	2019-01-20 18:40:00.000000000 +0100
@@ -1,3 +1,10 @@
+nostalgy (0.2.36-1.2) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Make the package reproducible (thanks to lamby) (Closes: #836609)
+
+ -- Louis-Philippe Véronneau <[email protected]>  Sun, 20 Jan 2019 12:40:00 -0500
+
 nostalgy (0.2.36-1.1) unstable; urgency=medium
 
   * Non-maintainer upload.
diff -Nru nostalgy-0.2.36/debian/patches/0003-Reproducible-build.patch nostalgy-0.2.36/debian/patches/0003-Reproducible-build.patch
--- nostalgy-0.2.36/debian/patches/0003-Reproducible-build.patch	1970-01-01 01:00:00.000000000 +0100
+++ nostalgy-0.2.36/debian/patches/0003-Reproducible-build.patch	2019-01-20 18:40:00.000000000 +0100
@@ -0,0 +1,18 @@
+Description: Make the build reproducible
+Author: Chris Lamb <[email protected]>
+Last-Update: 2016-09-04
+
+--- nostalgy-0.2.34.orig/build.sh
++++ nostalgy-0.2.34/build.sh
+@@ -72,7 +72,10 @@ find content -path '*.svn*' -prune -o -t
+ find locale -path '*.svn*' -prune -o -type f -print | grep -v \~ >> files
+
+
+-cat files | zip -0 $JAR_FILE -@
++if [ -n "$SOURCE_DATE_EPOCH" ]; then
++  cat files | xargs -r touch --no-dereference --date="@${SOURCE_DATE_EPOCH}"
++fi
++LC_ALL=C sort files | zip -0 $JAR_FILE -@
+ # The following statement should be used instead if you don't wish to use the JAR file
+ #cp --verbose --parents `cat files` $TMP_DIR/chrome
+
diff -Nru nostalgy-0.2.36/debian/patches/series nostalgy-0.2.36/debian/patches/series
--- nostalgy-0.2.36/debian/patches/series	2019-01-19 20:09:34.000000000 +0100
+++ nostalgy-0.2.36/debian/patches/series	2019-01-20 18:40:00.000000000 +0100
@@ -1,2 +1,3 @@
 0001-Remove-cleanup-from-the-build.patch
 0002-Fix-RDF-syntax.patch
+0003-Reproducible-build.patch

Reply via email to