[SCM] clalsadrv packaging branch, master, updated. debian/1.2.2-1-10-gc004173

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


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

    Revert patch to makefile, previously applied.

diff --git a/Makefile b/Makefile
index 80d6047..82cd85b 100644
--- a/Makefile
+++ b/Makefile
@@ -14,12 +14,11 @@
 #  along with this program; if not, write to the Free Software
 #  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 
-DESTDIR =
 
 # Modify as required.
 #
-PREFIX = $(DESTDIR)/usr
-#SUFFIX := $(shell uname -m | sed -e 's/^unknown/$//' -e 's/^i.86/$//' -e 's/^x86_64/$/64/')
+PREFIX = /usr
+SUFFIX := $(shell uname -m | sed -e 's/^unknown/$//' -e 's/^i.86/$//' -e 's/^x86_64/$/64/')
 LIBDIR = lib$(SUFFIX)
 
 
diff --git a/debian/patches/01-makefile.patch b/debian/patches/01-makefile.patch
new file mode 100644
index 0000000..dca6588
--- /dev/null
+++ b/debian/patches/01-makefile.patch
@@ -0,0 +1,23 @@
+Author: Free Ekanayaka <freee at debian.org>
+Description: Set PREFIX properly and add DESTDIR var.
+---
+ Makefile |    5 +++--
+ 1 file changed, 3 insertions(+), 2 deletions(-)
+
+--- clalsadrv.orig/Makefile
++++ clalsadrv/Makefile
+@@ -14,11 +14,12 @@
+ #  along with this program; if not, write to the Free Software
+ #  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ 
++DESTDIR =
+ 
+ # Modify as required.
+ #
+-PREFIX = /usr
+-SUFFIX := $(shell uname -m | sed -e 's/^unknown/$//' -e 's/^i.86/$//' -e 's/^x86_64/$/64/')
++PREFIX = $(DESTDIR)/usr
++#SUFFIX := $(shell uname -m | sed -e 's/^unknown/$//' -e 's/^i.86/$//' -e 's/^x86_64/$/64/')
+ LIBDIR = lib$(SUFFIX)
+ 
+ 
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..d3b72df
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+01-makefile.patch

-- 
clalsadrv packaging



More information about the pkg-multimedia-commits mailing list