[Pkg-pulseaudio-devel] r120 - in /gst-pulse/trunk/debian: changelog control rules
neurocyte-guest at users.alioth.debian.org
neurocyte-guest at users.alioth.debian.org
Thu May 24 22:28:51 UTC 2007
Author: neurocyte-guest
Date: Thu May 24 22:28:51 2007
New Revision: 120
URL: http://svn.debian.org/wsvn/pkg-pulseaudio/?sc=1&rev=120
Log:
Port to CDBS
Modified:
gst-pulse/trunk/debian/changelog
gst-pulse/trunk/debian/control
gst-pulse/trunk/debian/rules
Modified: gst-pulse/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-pulseaudio/gst-pulse/trunk/debian/changelog?rev=120&op=diff
==============================================================================
--- gst-pulse/trunk/debian/changelog (original)
+++ gst-pulse/trunk/debian/changelog Thu May 24 22:28:51 2007
@@ -1,3 +1,9 @@
+gst-pulse (0.9.4-2) UNRELEASED; urgency=low
+
+ * debian/rules: Port to CDBS
+
+ -- CJ van den Berg <cj at vdbonline.com> Mon, 21 May 2007 10:02:18 +0200
+
gst-pulse (0.9.4-1) unstable; urgency=low
* Initial release
Modified: gst-pulse/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-pulseaudio/gst-pulse/trunk/debian/control?rev=120&op=diff
==============================================================================
--- gst-pulse/trunk/debian/control (original)
+++ gst-pulse/trunk/debian/control Thu May 24 22:28:51 2007
@@ -2,7 +2,7 @@
Section: sound
Priority: optional
Maintainer: CJ van den Berg <cj at vdbonline.com>
-Build-Depends: debhelper (>= 5), autotools-dev, libpulse-dev,
+Build-Depends: debhelper (>= 5), cdbs, autotools-dev, libpulse-dev,
libgstreamer0.10-dev, libgstreamer-plugins-base0.10-dev, lynx
Standards-Version: 3.7.2
Modified: gst-pulse/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-pulseaudio/gst-pulse/trunk/debian/rules?rev=120&op=diff
==============================================================================
--- gst-pulse/trunk/debian/rules (original)
+++ gst-pulse/trunk/debian/rules Thu May 24 22:28:51 2007
@@ -1,72 +1,7 @@
#!/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 --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 $(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/libgstreamer-plugins-pulse0.10-0
- find $(CURDIR)/debian/libgstreamer-plugins-pulse0.10-0 -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
+DEB_CONFIGURE_EXTRA_FLAGS = --disable-static
+DEB_DH_INSTALL_ARGS = --exclude=.la --fail-missing
More information about the Pkg-pulseaudio-devel
mailing list