Author: neurocyte-guest
Date: Sun May 27 12:17:56 2007
New Revision: 128

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

Modified:
    padevchooser/trunk/debian/changelog
    padevchooser/trunk/debian/control
    padevchooser/trunk/debian/rules

Modified: padevchooser/trunk/debian/changelog
URL: 
http://svn.debian.org/wsvn/pkg-pulseaudio/padevchooser/trunk/debian/changelog?rev=128&op=diff
==============================================================================
--- padevchooser/trunk/debian/changelog (original)
+++ padevchooser/trunk/debian/changelog Sun May 27 12:17:56 2007
@@ -1,8 +1,12 @@
 padevchooser (0.9.3-2) UNRELEASED; urgency=low
 
+  [ Loic Minier ]
   * Depend on gnome-icon-theme for the icons.
 
- -- Loic Minier <[EMAIL PROTECTED]>  Tue, 24 Oct 2006 20:46:31 +0200
+  [ CJ van den Berg ]
+  * debian/rules: Port to CDBS and quilt.
+
+ -- CJ van den Berg <[EMAIL PROTECTED]>  Sun, 27 May 2007 11:14:34 +0200
 
 padevchooser (0.9.3-1) unstable; urgency=low
 

Modified: padevchooser/trunk/debian/control
URL: 
http://svn.debian.org/wsvn/pkg-pulseaudio/padevchooser/trunk/debian/control?rev=128&op=diff
==============================================================================
--- padevchooser/trunk/debian/control (original)
+++ padevchooser/trunk/debian/control Sun May 27 12:17:56 2007
@@ -2,8 +2,8 @@
 Section: sound
 Priority: optional
 Maintainer: CJ van den Berg <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>= 5), dpatch, autotools-dev, libpulse-dev, 
libgtk2.0-dev,
-    libnotify-dev, libgconf2-dev, libglade2-dev, lynx
+Build-Depends: debhelper (>= 5), cdbs, quilt, autotools-dev, libpulse-dev,
+    libgtk2.0-dev, libnotify-dev, libgconf2-dev, libglade2-dev, lynx
 Standards-Version: 3.7.2
 
 Package: padevchooser

Modified: padevchooser/trunk/debian/rules
URL: 
http://svn.debian.org/wsvn/pkg-pulseaudio/padevchooser/trunk/debian/rules?rev=128&op=diff
==============================================================================
--- padevchooser/trunk/debian/rules (original)
+++ padevchooser/trunk/debian/rules Sun May 27 12:17:56 2007
@@ -1,81 +1,5 @@
 #!/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/padevchooser
-
-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
+include /usr/share/cdbs/1/rules/patchsys-quilt.mk


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

Reply via email to