[SCM] clalsadrv packaging branch, master, updated. debian/1.2.2-1-14-g99ef959

quadrispro-guest at users.alioth.debian.org quadrispro-guest at users.alioth.debian.org
Wed Mar 17 10:31:10 UTC 2010


The following commit has been merged in the master branch:
commit 208edea7a280d66de18668b96f23697b297655b3
Author: Alessio Treglia <quadrispro at ubuntu.com>
Date:   Wed Mar 17 11:25:17 2010 +0100

    Create /usr/include, otherwise doesn't install the headers.

diff --git a/debian/patches/01-makefile.patch b/debian/patches/01-makefile.patch
index dca6588..bc37c61 100644
--- a/debian/patches/01-makefile.patch
+++ b/debian/patches/01-makefile.patch
@@ -1,8 +1,8 @@
 Author: Free Ekanayaka <freee at debian.org>
 Description: Set PREFIX properly and add DESTDIR var.
 ---
- Makefile |    5 +++--
- 1 file changed, 3 insertions(+), 2 deletions(-)
+ Makefile |    6 ++++--
+ 1 file changed, 4 insertions(+), 2 deletions(-)
 
 --- clalsadrv.orig/Makefile
 +++ clalsadrv/Makefile
@@ -21,3 +21,11 @@ Description: Set PREFIX properly and add DESTDIR var.
  LIBDIR = lib$(SUFFIX)
  
  
+@@ -47,6 +48,7 @@ $(CLALSADRV_MIN): $(CLALSADRV_O)
+ 
+ install:	$(CLALSADRV_MIN)
+ 	/usr/bin/install -d $(PREFIX)/$(LIBDIR)
++	/usr/bin/install -d $(PREFIX)/include
+ 	/usr/bin/install -m 644 $(CLALSADRV_H) $(PREFIX)/include
+ 	/usr/bin/install -m 755 $(CLALSADRV_MIN) $(PREFIX)/$(LIBDIR)
+ 	/sbin/ldconfig -n $(PREFIX)/$(LIBDIR)

-- 
clalsadrv packaging



More information about the pkg-multimedia-commits mailing list