[Pkg-pulseaudio-devel] r150 - in /xmms-pulse/trunk/debian: changelog control rules
neurocyte-guest at users.alioth.debian.org
neurocyte-guest at users.alioth.debian.org
Thu May 31 14:39:27 UTC 2007
Author: neurocyte-guest
Date: Thu May 31 14:39:25 2007
New Revision: 150
URL: http://svn.debian.org/wsvn/pkg-pulseaudio/?sc=1&rev=150
Log:
Port to CDBS
Modified:
xmms-pulse/trunk/debian/changelog
xmms-pulse/trunk/debian/control
xmms-pulse/trunk/debian/rules
Modified: xmms-pulse/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-pulseaudio/xmms-pulse/trunk/debian/changelog?rev=150&op=diff
==============================================================================
--- xmms-pulse/trunk/debian/changelog (original)
+++ xmms-pulse/trunk/debian/changelog Thu May 31 14:39:25 2007
@@ -1,6 +1,6 @@
-xmms-pulse (0.9.3-1) unstable; urgency=low
+xmms-pulse (0.9.3-1) UNRELEASED; urgency=low
* Initial release
- -- CJ van den Berg <cj at vdbonline.com> Thu, 31 Aug 2006 02:50:00 +0200
+ -- CJ van den Berg <cj at vdbonline.com> Wed, 30 May 2007 19:16:11 +0200
Modified: xmms-pulse/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-pulseaudio/xmms-pulse/trunk/debian/control?rev=150&op=diff
==============================================================================
--- xmms-pulse/trunk/debian/control (original)
+++ xmms-pulse/trunk/debian/control Thu May 31 14:39:25 2007
@@ -2,7 +2,8 @@
Section: sound
Priority: optional
Maintainer: CJ van den Berg <cj at vdbonline.com>
-Build-Depends: debhelper (>= 5), autotools-dev, libpulse-dev, xmms-dev, lynx
+Build-Depends: debhelper (>= 5), cdbs, autotools-dev, libpulse-dev,
+ xmms-dev, lynx
Standards-Version: 3.7.2
Package: xmms-pulse
Modified: xmms-pulse/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-pulseaudio/xmms-pulse/trunk/debian/rules?rev=150&op=diff
==============================================================================
--- xmms-pulse/trunk/debian/rules (original)
+++ xmms-pulse/trunk/debian/rules Thu May 31 14:39:25 2007
@@ -1,73 +1,8 @@
#!/usr/bin/make -f
-DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
-DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/autotools.mk
-CFLAGS = -Wall -g
-
-ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
- CFLAGS += -O0
-else
- 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 $(CONFIGURE_FLAGS)
-
-build: build-stamp
-
-build-stamp: config.status
- dh_testdir
- $(MAKE)
- touch $@
-
-clean:
- dh_testdir
- dh_testroot
- rm -f build-stamp
-
- -$(MAKE) distclean
-ifneq "$(wildcard /usr/share/misc/config.sub)" ""
- cp -f /usr/share/misc/config.sub config.sub
-endif
-ifneq "$(wildcard /usr/share/misc/config.guess)" ""
- cp -f /usr/share/misc/config.guess config.guess
-endif
- dh_clean
-
-install: build
- dh_testdir
- dh_testroot
- dh_clean -k
- dh_installdirs
- $(MAKE) install DESTDIR=$(CURDIR)/debian/xmms-pulse
+common-install-arch::
find $(CURDIR)/debian/xmms-pulse -name "*.a" | xargs rm
find $(CURDIR)/debian/xmms-pulse -name "*.la" | xargs rm
-
-binary-indep: build install
-
-binary-arch: build install
- dh_testdir
- dh_testroot
- dh_installchangelogs
- dh_installdocs README
- dh_strip
- dh_compress
- dh_fixperms
- dh_installdeb
- dh_shlibdeps
- dh_gencontrol
- dh_md5sums
- dh_builddeb
-
-binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install
More information about the Pkg-pulseaudio-devel
mailing list