[SCM] qmidinet/master: Add patch to make build reproducible. (Closes: #866164)

mira-guest at users.alioth.debian.org mira-guest at users.alioth.debian.org
Tue Jun 27 21:45:31 UTC 2017


The following commit has been merged in the master branch:
commit 8e15188861c25954ca6f4a8014fda0decf877c68
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date:   Tue Jun 27 23:31:26 2017 +0200

    Add patch to make build reproducible. (Closes: #866164)

diff --git a/debian/patches/02-reproducible-build.patch b/debian/patches/02-reproducible-build.patch
new file mode 100644
index 0000000..254c945
--- /dev/null
+++ b/debian/patches/02-reproducible-build.patch
@@ -0,0 +1,17 @@
+Description: Make the build reproducible
+Author: Chris Lamb <lamby at debian.org>
+Last-Update: 2017-06-27
+
+Index: qmidinet/Makefile.in
+===================================================================
+--- qmidinet.orig/Makefile.in
++++ qmidinet/Makefile.in
+@@ -51,7 +51,7 @@ install:	$(target) $(name).1
+ 	@$(MAKE) INSTALL_ROOT=$(DESTDIR) -f $(name).mak install
+ 	@install -d -v -m 0755 $(DESTDIR)$(mandir)/man1
+ 	@install -v -m 0644 $(name)*.1 $(DESTDIR)$(mandir)/man1
+-	@gzip -vf $(DESTDIR)$(mandir)/man1/$(name)*.1
++	@gzip -vnf $(DESTDIR)$(mandir)/man1/$(name)*.1
+ 
+ uninstall:	$(DESTDIR)$(prefix)/bin/$(name)
+ 	@$(MAKE) INSTALL_ROOT=$(DESTDIR) -f $(name).mak uninstall
diff --git a/debian/patches/series b/debian/patches/series
index ea938f0..159f503 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
+02-reproducible-build.patch
 03-fix_hardening.patch

-- 
qmidinet packaging



More information about the pkg-multimedia-commits mailing list