Author: neurocyte-guest
Date: Thu Sep 21 00:27:28 2006
New Revision: 59

URL: http://svn.debian.org/wsvn/pkg-pulseaudio/?sc=1&rev=59
Log:
Various tidyups.

Modified:
    libao-pulse/trunk/debian/changelog
    libao-pulse/trunk/debian/control
    libao-pulse/trunk/debian/copyright
    libao-pulse/trunk/debian/rules
Modified: libao-pulse/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-pulseaudio/libao-pulse/trunk/debian/changelog?rev=59&op=diff
==============================================================================
--- libao-pulse/trunk/debian/changelog (original)
+++ libao-pulse/trunk/debian/changelog Thu Sep 21 00:27:28 2006
@@ -1,18 +1,6 @@
-libao-pulse (0.9.3-3) unstable; urgency=low
-
-  * rebuild with libpulse0
-
- -- CJ van den Berg <[EMAIL PROTECTED]>  Thu, 31 Aug 2006 16:54:32 +0200
-
-libao-pulse (0.9.3-2) unstable; urgency=low
-
-  * don't ship .a and .la files
-
- -- CJ van den Berg <[EMAIL PROTECTED]>  Thu, 31 Aug 2006 03:35:51 +0200
-
 libao-pulse (0.9.3-1) unstable; urgency=low
 
   * Initial release
 
- -- CJ van den Berg <[EMAIL PROTECTED]>  Thu, 31 Aug 2006 02:10:13 +0200
+ -- CJ van den Berg <[EMAIL PROTECTED]>  Thu, 21 Sep 2006 02:24:27 +0200
 

Modified: libao-pulse/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-pulseaudio/libao-pulse/trunk/debian/control?rev=59&op=diff
==============================================================================
--- libao-pulse/trunk/debian/control (original)
+++ libao-pulse/trunk/debian/control Thu Sep 21 00:27:28 2006
@@ -8,6 +8,10 @@
 
 Package: libao-pulse
 Architecture: any
-Depends: ${shlibs:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: libao PulseAudio driver
+ PulseAudio, previously known as Polypaudio, is a sound server for POSIX and
+ WIN32 systems. It is a drop in replacement for the ESD sound server with
+ much better latency, mixing/re-sampling quality and overall architecture.
+ .
  libao-pulse is a libao driver for the PulseAudio sound server.

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

Modified: libao-pulse/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-pulseaudio/libao-pulse/trunk/debian/rules?rev=59&op=diff
==============================================================================
--- libao-pulse/trunk/debian/rules (original)
+++ libao-pulse/trunk/debian/rules Thu Sep 21 00:27:28 2006
@@ -1,6 +1,4 @@
 #!/usr/bin/make -f
-#export DH_VERBOSE=1
-export DH_OPTIONS
 
 DEB_HOST_GNU_TYPE   ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
 DEB_BUILD_GNU_TYPE  ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
@@ -13,9 +11,17 @@
 	CFLAGS += -O2
 endif
 
+CONFIGURE_FLAGS = --prefix=/usr --disable-static CFLAGS="$(CFLAGS)"
+
+ifeq ($(DEB_BUILD_GNU_TYPE),$(DEB_HOST_GNU_TYPE))
+	CONFIGURE_FLAGS += --build=$(DEB_BUILD_GNU_TYPE)
+else
+	CONFIGURE_FLAGS += --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE)
+endif
+
 config.status: configure
 	dh_testdir
-	./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --disable-static CFLAGS="$(CFLAGS)"
+	./configure $(CONFIGURE_FLAGS)
 
 build: build-stamp
 

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

Reply via email to