[SCM] gwc/master: Add patch to not strip binaries.

mira-guest at users.alioth.debian.org mira-guest at users.alioth.debian.org
Wed Jul 19 10:34:06 UTC 2017


The following commit has been merged in the master branch:
commit 12de586c4e8e1e077a5f945dc4c9e3fa8f74859e
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date:   Wed Jul 19 12:30:47 2017 +0200

    Add patch to not strip binaries.

diff --git a/debian/patches/01-non_strip.patch b/debian/patches/01-non_strip.patch
new file mode 100644
index 0000000..88ccc16
--- /dev/null
+++ b/debian/patches/01-non_strip.patch
@@ -0,0 +1,17 @@
+Description:  Not stripping binary
+Author: Jaromír Mikeš <mira.mikes at seznam.cz>
+Forwarded: No
+
+Index: gwc/Makefile.am
+===================================================================
+--- gwc.orig/Makefile.am
++++ gwc/Makefile.am
+@@ -127,7 +127,7 @@ install : gwc
+ 	install -d "$(DESTDIR)"$(BINDIR)
+ 	install -d "$(DESTDIR)"$(DOCDIR)/$(APPNAME)
+ 	install -d "$(DESTDIR)"$(HELPDIR)/$(APPNAME)
+-	install -p -s $(BINFILES) "$(DESTDIR)"$(BINDIR)
++	install -p $(BINFILES) "$(DESTDIR)"$(BINDIR)
+ 	install -p -m 0644 $(DOCFILES) "$(DESTDIR)"$(DOCDIR)/$(APPNAME)
+ 	for hf in $(HELPFILES) ; do install -p -m 0644 $(HELPFILESSRCD)/$$hf "$(DESTDIR)"$(HELPDIR)/$(APPNAME) ; done
+ 	for hf in $(DATADIRS) ; do install -d "$(DESTDIR)"$(DATADIR)/$$hf && install -p -m 0644 data/$$hf/$(APPNAME).* "$(DESTDIR)"$(DATADIR)/$$hf ; done
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..3bff414
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1,2 @@
+01-non_strip.patch
+02-no_extra_docs.patch

-- 
gwc packaging



More information about the pkg-multimedia-commits mailing list