[SCM] drc/master: Fix permisions

mira-guest at users.alioth.debian.org mira-guest at users.alioth.debian.org
Wed May 8 23:01:02 UTC 2013


The following commit has been merged in the master branch:
commit 4ef528dfd1a200d63e1ab88ba44798c3ecc7ff07
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date:   Thu May 9 01:08:30 2013 +0200

    Fix permisions

diff --git a/debian/patches/01-makefile.patch b/debian/patches/01-makefile.patch
index 0994fe1..0d68b9c 100644
--- a/debian/patches/01-makefile.patch
+++ b/debian/patches/01-makefile.patch
@@ -12,8 +12,8 @@ Forwarded: yes
 
 Index: drc/source/makefile
 ===================================================================
---- drc.orig/source/makefile	2013-05-09 00:42:08.846113670 +0200
-+++ drc/source/makefile	2013-05-09 00:42:25.922114365 +0200
+--- drc.orig/source/makefile	2013-05-09 01:05:46.038171294 +0200
++++ drc/source/makefile	2013-05-09 01:06:19.290172646 +0200
 @@ -3,8 +3,10 @@
  # DRC version
  VERSION=3.2.1
@@ -66,11 +66,13 @@ Index: drc/source/makefile
 -	install $(TARGET_TARGETS) $(INSTALL_PREFIX)/share/drc/target/
 +	cp -r $(TARGET_TARGETS) $(INSTALL_PREFIX)/share/drc/target/
  	install -d $(INSTALL_PREFIX)/share/drc/mic/
- 	install $(MIC_TARGETS) $(INSTALL_PREFIX)/share/drc/mic/
+-	install $(MIC_TARGETS) $(INSTALL_PREFIX)/share/drc/mic/
++	install -m 644 $(MIC_TARGETS) $(INSTALL_PREFIX)/share/drc/mic/
  	install -d $(INSTALL_PREFIX)/share/drc/impulse/
- 	install $(IMPULSE_TARGETS) $(INSTALL_PREFIX)/share/drc/impulse/
+-	install $(IMPULSE_TARGETS) $(INSTALL_PREFIX)/share/drc/impulse/
++	install -m 644 $(IMPULSE_TARGETS) $(INSTALL_PREFIX)/share/drc/impulse/
  	install -d $(INSTALL_PREFIX)/share/drc/filter/
 -	install -d $(INSTALL_PREFIX)/share/doc/drc-$(VERSION)/
 -	install $(DOC_TARGETS) $(INSTALL_PREFIX)/share/doc/drc-$(VERSION)/
 +	install -d $(INSTALL_PREFIX)/share/doc/drc/
-+	install $(DOC_TARGETS) $(INSTALL_PREFIX)/share/doc/drc/
++	install -m 644 $(DOC_TARGETS) $(INSTALL_PREFIX)/share/doc/drc/

-- 
drc packaging



More information about the pkg-multimedia-commits mailing list