[Pkg-pulseaudio-devel] r133 - in /paprefs/tags/0.9.5-1/debian: changelog control patches/00list patches/01_use_stock_g2.14_icons.dpatch rules

neurocyte-guest at users.alioth.debian.org neurocyte-guest at users.alioth.debian.org
Sun May 27 19:27:40 UTC 2007


Author: neurocyte-guest
Date: Sun May 27 19:27:40 2007
New Revision: 133

URL: http://svn.debian.org/wsvn/pkg-pulseaudio/?sc=1&rev=133
Log:
Port to CDBS and quilt

Removed:
    paprefs/tags/0.9.5-1/debian/patches/00list
    paprefs/tags/0.9.5-1/debian/patches/01_use_stock_g2.14_icons.dpatch
Modified:
    paprefs/tags/0.9.5-1/debian/changelog
    paprefs/tags/0.9.5-1/debian/control
    paprefs/tags/0.9.5-1/debian/rules

Modified: paprefs/tags/0.9.5-1/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-pulseaudio/paprefs/tags/0.9.5-1/debian/changelog?rev=133&op=diff
==============================================================================
--- paprefs/tags/0.9.5-1/debian/changelog (original)
+++ paprefs/tags/0.9.5-1/debian/changelog Sun May 27 19:27:40 2007
@@ -1,3 +1,11 @@
+paprefs (0.9.5-2) UNRELEASED; urgency=low
+
+  * debian/rules: Port to CDBS.
+  * debian/patches/01_use_stock_g2.14_icons.dpatch:
+    - Removed. Not longer needed as gnome-icon-theme-2.18.0 is in testing.
+
+ -- CJ van den Berg <cj at vdbonline.com>  Sun, 27 May 2007 14:43:49 +0200
+
 paprefs (0.9.5-1) unstable; urgency=low
 
   [ CJ van den Berg ]

Modified: paprefs/tags/0.9.5-1/debian/control
URL: http://svn.debian.org/wsvn/pkg-pulseaudio/paprefs/tags/0.9.5-1/debian/control?rev=133&op=diff
==============================================================================
--- paprefs/tags/0.9.5-1/debian/control (original)
+++ paprefs/tags/0.9.5-1/debian/control Sun May 27 19:27:40 2007
@@ -2,7 +2,7 @@
 Section: sound
 Priority: optional
 Maintainer: CJ van den Berg <cj at vdbonline.com>
-Build-Depends: debhelper (>= 5), dpatch, autotools-dev, libpulse-dev,
+Build-Depends: debhelper (>= 5), cdbs, autotools-dev, libpulse-dev,
     libgtkmm-2.4-dev, libglademm-2.4-dev, libgconfmm-2.6-dev, lynx
 Standards-Version: 3.7.2
 

Modified: paprefs/tags/0.9.5-1/debian/rules
URL: http://svn.debian.org/wsvn/pkg-pulseaudio/paprefs/tags/0.9.5-1/debian/rules?rev=133&op=diff
==============================================================================
--- paprefs/tags/0.9.5-1/debian/rules (original)
+++ paprefs/tags/0.9.5-1/debian/rules Sun May 27 19:27:40 2007
@@ -1,81 +1,4 @@
 #!/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)
-
-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: patch-stamp 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 
-
-patch: patch-stamp
-patch-stamp:
-	dpatch apply-all
-	touch patch-stamp
-
-unpatch:
-	dpatch deapply-all
-	rm -rf patch-stamp debian/patched
-
-install: build
-	dh_testdir
-	dh_testroot
-	dh_clean -k 
-	dh_installdirs
-	$(MAKE) install DESTDIR=$(CURDIR)/debian/paprefs
-
-binary-indep: build install
-
-binary-arch: build install
-	dh_testdir
-	dh_testroot
-	dh_installchangelogs 
-	dh_installdocs README
-	dh_installmenu
-	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 patch
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/autotools.mk




More information about the Pkg-pulseaudio-devel mailing list