Author: neurocyte-guest
Date: Wed Sep 20 15:23:28 2006
New Revision: 32

URL: http://svn.debian.org/wsvn/pkg-pulseaudio/?sc=1&rev=32
Log:
Remove explicit packagin license. Make sure --build is only used for cross 
compiles.

Modified:
    gst-pulse/trunk/debian/copyright
    gst-pulse/trunk/debian/rules
Modified: gst-pulse/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-pulseaudio/gst-pulse/trunk/debian/copyright?rev=32&op=diff
==============================================================================
--- gst-pulse/trunk/debian/copyright (original)
+++ gst-pulse/trunk/debian/copyright Wed Sep 20 15:23:28 2006
@@ -25,6 +25,3 @@
 
 On Debian systems, the complete text of the GNU Lesser General
 Public License can be found in `/usr/share/common-licenses/LGPL'.
-
-The Debian packaging is (C) 2006, CJ van den Berg <[EMAIL PROTECTED]> and
-is licensed under the GPL, see `/usr/share/common-licenses/GPL'.

Modified: gst-pulse/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-pulseaudio/gst-pulse/trunk/debian/rules?rev=32&op=diff
==============================================================================
--- gst-pulse/trunk/debian/rules (original)
+++ gst-pulse/trunk/debian/rules Wed Sep 20 15:23:28 2006
@@ -13,7 +13,11 @@
 
 config.status: configure
 	dh_testdir
-	./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --disable-static CFLAGS="$(CFLAGS)"
+	ifeq ($(DEB_BUILD_GNU_TYPE),$(DEB_HOST_GNU_TYPE))
+		./configure --host=$(DEB_HOST_GNU_TYPE) --prefix=/usr --disable-static CFLAGS="$(CFLAGS)"
+	else
+		./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --disable-static CFLAGS="$(CFLAGS)"
+	endif
 
 build: build-stamp
 

_______________________________________________
Pkg-pulseaudio-devel mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-pulseaudio-devel

Reply via email to