[Pkg-pulseaudio-devel] r134 - in /paprefs/trunk/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 20:05:24 UTC 2007
Author: neurocyte-guest
Date: Sun May 27 20:05:23 2007
New Revision: 134
URL: http://svn.debian.org/wsvn/pkg-pulseaudio/?sc=1&rev=134
Log:
Port to CDBS and quilt
Removed:
paprefs/trunk/debian/patches/00list
paprefs/trunk/debian/patches/01_use_stock_g2.14_icons.dpatch
Modified:
paprefs/trunk/debian/changelog
paprefs/trunk/debian/control
paprefs/trunk/debian/rules
Modified: paprefs/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-pulseaudio/paprefs/trunk/debian/changelog?rev=134&op=diff
==============================================================================
--- paprefs/trunk/debian/changelog (original)
+++ paprefs/trunk/debian/changelog Sun May 27 20:05:23 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/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-pulseaudio/paprefs/trunk/debian/control?rev=134&op=diff
==============================================================================
--- paprefs/trunk/debian/control (original)
+++ paprefs/trunk/debian/control Sun May 27 20:05:23 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/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-pulseaudio/paprefs/trunk/debian/rules?rev=134&op=diff
==============================================================================
--- paprefs/trunk/debian/rules (original)
+++ paprefs/trunk/debian/rules Sun May 27 20:05:23 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