[SCM] tsdecrypt/master: debian/patches/1001-dont_strip_binaries.patch: Don't install stripped binaries.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Sun Apr 15 09:52:41 UTC 2012


The following commit has been merged in the master branch:
commit 5f6285b5223baa06995f6794eb2cef30756b9576
Author: Alessio Treglia <alessio at debian.org>
Date:   Sun Apr 15 11:52:02 2012 +0200

    debian/patches/1001-dont_strip_binaries.patch: Don't install stripped binaries.

diff --git a/debian/patches/1001-dont_strip_binaries.patch b/debian/patches/1001-dont_strip_binaries.patch
new file mode 100644
index 0000000..a19f5be
--- /dev/null
+++ b/debian/patches/1001-dont_strip_binaries.patch
@@ -0,0 +1,20 @@
+Description: Don't strip binaries.
+ This is something Debian-specific as we don't use make install to
+ accomplish the installation.
+Author: Alessio Treglia <alessio at debian.org>
+Forwarded: not-needed
+---
+ Makefile |    2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+--- tsdecrypt.orig/Makefile
++++ tsdecrypt/Makefile
+@@ -126,7 +126,7 @@ distclean: clean
+ 	$(Q)$(MAKE) -s -C $(FUNCS_DIR) clean
+ 	$(Q)$(RM) FFdecsa.opts
+ 
+-install: all strip
++install: all
+ 	@install -d "$(INSTALL_PRG_DIR)"
+ 	@install -d "$(INSTALL_DOC_DIR)"
+ 	@echo "INSTALL $(INSTALL_PRG) -> $(INSTALL_PRG_DIR)"

-- 
tsdecrypt packaging



More information about the pkg-multimedia-commits mailing list