[SCM] snd packaging branch, master, updated. debian/11.1-1-8-g53fdfae

quadrispro-guest at users.alioth.debian.org quadrispro-guest at users.alioth.debian.org
Fri Jan 8 17:51:06 UTC 2010


The following commit has been merged in the master branch:
commit 53fdfae374bbfefb35ccb65782d3bce8114ba04f
Author: Alessio Treglia <quadrispro at ubuntu.com>
Date:   Fri Jan 8 18:50:57 2010 +0100

    Refresh 00-makefile.diff patch

diff --git a/debian/patches/00-makefile.diff b/debian/patches/00-makefile.diff
index ca27db4..443541c 100644
--- a/debian/patches/00-makefile.diff
+++ b/debian/patches/00-makefile.diff
@@ -2,11 +2,13 @@ Description: Use ${DESTDIR} as path for install target.
 Origin: Debian.
 Last-Update: 2009-09-28
 Reviewed-by: Alessio Treglia <quadrispro at ubuntu.com>
-Index: snd-10.9/makefile.in
-===================================================================
---- snd-10.9.orig/makefile.in	2009-09-28 03:14:33.854362948 +0200
-+++ snd-10.9/makefile.in	2009-09-28 03:28:43.097865584 +0200
-@@ -197,14 +197,14 @@
+---
+ makefile.in |   28 ++++++++++++++--------------
+ 1 file changed, 14 insertions(+), 14 deletions(-)
+
+--- snd.orig/makefile.in
++++ snd/makefile.in
+@@ -184,14 +184,14 @@ audinfo: $(SNDLIB_HEADERS) $(S7_HEADERS)
  	$(CC) $(LDFLAGS) $(CFLAGS) headers.o io.o audio.o sound.o audinfo.o -o audinfo $(JACK_LIBS) $(AUDIO_LIB) $(LIBS)
  
  install: snd
@@ -28,7 +30,7 @@ Index: snd-10.9/makefile.in
  
  uninstall:
  	rm -f ${bindir}/snd
-@@ -212,14 +212,14 @@
+@@ -199,14 +199,14 @@ uninstall:
  	for f in ${SND_SCRIPTS};  do rm -f ${pkgdatadir}/$${f}; done
  
  install-strip: snd
@@ -46,7 +48,7 @@ Index: snd-10.9/makefile.in
 -	(cd ${top_srcdir} && for f in ${SND_SCRIPTS}; do ${INSTALL_DATA} ${top_srcdir}/$${f} ${pkgdatadir}/$${f}; done) 
 +	$(INSTALL) -s snd ${DESTDIR}/${bindir}/snd
 +	$(INSTALL) ${top_srcdir}/snd.1 ${DESTDIR}/${mandir}/man1
-+	(cd ${top_srcdir} && for f in ${SND_SCRIPTS}; do ${INSTALL_DATA} ${top_srcdir}/$${f} ${DESTDIR}/${pkgdatadir}/$${f}; done) 
++	(cd ${top_srcdir} && for f in ${SND_SCRIPTS}; do ${INSTALL_DATA} ${top_srcdir}/$${f} ${DESTDIR}/${pkgdatadir}/$${f}; done)
  
  Makefile: Makefile.in config.status
  	./config.status

-- 
snd packaging



More information about the pkg-multimedia-commits mailing list