Author: neurocyte-guest
Date: Thu Sep 21 00:17:57 2006
New Revision: 56
URL: http://svn.debian.org/wsvn/pkg-pulseaudio/?sc=1&rev=56
Log:
Various tidyups.
Modified:
paman/trunk/debian/changelog
paman/trunk/debian/control
paman/trunk/debian/copyright
paman/trunk/debian/rules
Modified: paman/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-pulseaudio/paman/trunk/debian/changelog?rev=56&op=diff
==============================================================================
--- paman/trunk/debian/changelog (original)
+++ paman/trunk/debian/changelog Thu Sep 21 00:17:57 2006
@@ -1,12 +1,6 @@
-paman (0.9.3-2) unstable; urgency=low
-
- * rebuild with libpulse0
-
- -- CJ van den Berg <[EMAIL PROTECTED]> Thu, 31 Aug 2006 16:54:47 +0200
-
paman (0.9.3-1) unstable; urgency=low
* Initial release
- -- CJ van den Berg <[EMAIL PROTECTED]> Wed, 30 Aug 2006 22:46:22 +0200
+ -- CJ van den Berg <[EMAIL PROTECTED]> Thu, 21 Sep 2006 00:54:01 +0200
Modified: paman/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-pulseaudio/paman/trunk/debian/control?rev=56&op=diff
==============================================================================
--- paman/trunk/debian/control (original)
+++ paman/trunk/debian/control Thu Sep 21 00:17:57 2006
@@ -8,9 +8,13 @@
Package: paman
Architecture: any
-Depends: ${shlibs:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
Recommends: pavumeter
Description: PulseAudio Manager
+ 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.
+ .
PulseAudio Manager (paman) is a simple GTK frontend for the PulseAudio
sound server. With paman you may browser most of PulseAudio's internals.
There is support for changing volume of sinks and sink outputs. You're able
Modified: paman/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-pulseaudio/paman/trunk/debian/copyright?rev=56&op=diff
==============================================================================
--- paman/trunk/debian/copyright (original)
+++ paman/trunk/debian/copyright Thu Sep 21 00:17:57 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: paman/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-pulseaudio/paman/trunk/debian/rules?rev=56&op=diff
==============================================================================
--- paman/trunk/debian/rules (original)
+++ paman/trunk/debian/rules Thu Sep 21 00:17:57 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 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 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