[SCM] drc/master: Adjust docs' installation path

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Wed Aug 31 08:48:11 UTC 2011


The following commit has been merged in the master branch:
commit 935ac75eff80d34e91488b89ade37a5402737ead
Author: Alessio Treglia <alessio at debian.org>
Date:   Wed Aug 31 10:47:56 2011 +0200

    Adjust docs' installation path

diff --git a/debian/drc.install b/debian/drc.install
deleted file mode 100644
index 300189a..0000000
--- a/debian/drc.install
+++ /dev/null
@@ -1,7 +0,0 @@
-usr/bin
-usr/share/drc/config
-usr/share/drc/target
-usr//share/drc/mic
-usr/share/drc/impulse
-# usr/share/applications
-# usr/share/pixmaps
diff --git a/debian/patches/01-makefile.patch b/debian/patches/01-makefile.patch
index 8490a5c..752f171 100644
--- a/debian/patches/01-makefile.patch
+++ b/debian/patches/01-makefile.patch
@@ -1,11 +1,12 @@
 Description:  Set prefix properly and fix install commands.
- Removed processor specific cpp flags
+ Removed processor specific cpp flags.
+ Set /usr/share/doc as installation path of the documentation.
 Author: Jaromír Mikeš <mira.mikes at seznam.cz>, Alessio Treglia <alessio at debian.org>
 Forwarded: yes
 
 ---
- source/makefile |   13 +++++++------
- 1 file changed, 7 insertions(+), 6 deletions(-)
+ source/makefile |   15 ++++++++-------
+ 1 file changed, 8 insertions(+), 7 deletions(-)
 
 --- drc.orig/source/makefile
 +++ drc/source/makefile
@@ -27,7 +28,7 @@ Forwarded: yes
  
  # Same as above, but tested on recent Mac OS X
  # Be careful: -mfpmath=sse sometimes causes accuracy problems
-@@ -85,13 +85,14 @@ clean:
+@@ -85,15 +85,16 @@ clean:
  	rm -f $(OBJS)
  
  install: $(CONFIG_TARGETS) $(TARGET_TARGETS) $(MIC_TARGETS) $(IMPULSE_TARGETS) $(DOC_TARGETS) $(BIN_TARGETS)
@@ -46,3 +47,6 @@ Forwarded: yes
  	install -d $(INSTALL_PREFIX)/share/drc/impulse/
  	install $(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 $(DOC_TARGETS) $(INSTALL_PREFIX)/share/doc/drc/

-- 
drc packaging



More information about the pkg-multimedia-commits mailing list