[SCM] pulseaudio packaging branch, wheezy, updated. debian/2.0-4-4-g72d2157

sjoerd at users.alioth.debian.org sjoerd at users.alioth.debian.org
Sat Aug 11 15:04:18 UTC 2012


The branch, wheezy has been updated
       via  72d2157a804a49dd958f4dbe5735357de204bbbe (commit)
       via  62a394e49229a341c16fee12c96fc369b81632f6 (commit)
       via  f8be4b4d59906af5bcbe833dc907d71d06446544 (commit)
       via  e20d147a325bbe65730dceb1e5f2843f30212185 (commit)
      from  f903f5b2aec23a51b24335e9ec3e8508b9f7a92c (commit)


- Shortlog ------------------------------------------------------------
72d2157 Target unstable
62a394e debian/rules: se xz compression for binary packages. (Patch by Ansgar Burchardt) (Closes: #683905)
f8be4b4 Target unstable
e20d147 debian/control: Use linux-any where applicable instead of specifying architectures by hand. (Closes: #682738)

Summary of changes:
 debian/changelog |   15 ++++++++++++++-
 debian/control   |   16 ++++++++--------
 debian/gbp.conf  |    1 +
 debian/rules     |    2 ++
 4 files changed, 25 insertions(+), 9 deletions(-)
-----------------------------------------------------------------------
Details of changes:

commit 72d2157a804a49dd958f4dbe5735357de204bbbe
Author: Sjoerd Simons <sjoerd at debian.org>
Date:   Sat Aug 11 16:44:29 2012 +0200

    Target unstable

diff --git a/debian/changelog b/debian/changelog
index 844b613..87efbbb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,9 @@
-pulseaudio (2.0-6) UNRELEASED; urgency=low
+pulseaudio (2.0-6) unstable; urgency=low
 
-  * debian/rules: se xz compression for binary packages. (Patch by Ansgar
+  * debian/rules: use xz compression for binary packages. (Patch by Ansgar
     Burchardt) (Closes: #683905)
 
- -- Sjoerd Simons <sjoerd at debian.org>  Sat, 11 Aug 2012 14:36:13 +0200
+ -- Sjoerd Simons <sjoerd at debian.org>  Sat, 11 Aug 2012 16:43:56 +0200
 
 pulseaudio (2.0-5) unstable; urgency=low
 
diff --git a/debian/gbp.conf b/debian/gbp.conf
index 8a9ec36..05313d1 100644
--- a/debian/gbp.conf
+++ b/debian/gbp.conf
@@ -1,2 +1,3 @@
 [DEFAULT]
 compression = xz
+debian-branch = wheezy

commit 62a394e49229a341c16fee12c96fc369b81632f6
Author: Sjoerd Simons <sjoerd at debian.org>
Date:   Sat Aug 11 14:37:07 2012 +0200

    debian/rules: se xz compression for binary packages. (Patch by Ansgar Burchardt) (Closes: #683905)

diff --git a/debian/changelog b/debian/changelog
index f2c8921..844b613 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+pulseaudio (2.0-6) UNRELEASED; urgency=low
+
+  * debian/rules: se xz compression for binary packages. (Patch by Ansgar
+    Burchardt) (Closes: #683905)
+
+ -- Sjoerd Simons <sjoerd at debian.org>  Sat, 11 Aug 2012 14:36:13 +0200
+
 pulseaudio (2.0-5) unstable; urgency=low
 
   * debian/control: Use linux-any where applicable instead of specifying
diff --git a/debian/rules b/debian/rules
index 73e7b39..e653bca 100755
--- a/debian/rules
+++ b/debian/rules
@@ -62,3 +62,5 @@ LDFLAGS += -Wl,--no-as-needed
 
 DEB_DH_INSTALL_ARGS = --sourcedir=$(CURDIR)/debian/tmp
 DEB_UPDATE_RCD_PARAMS = start 25 2 3 4 5 . stop 15 0 1 6 .
+
+DEB_DH_BUILDDEB_ARGS = -- -Zxz

commit f8be4b4d59906af5bcbe833dc907d71d06446544
Author: Sjoerd Simons <sjoerd at debian.org>
Date:   Thu Aug 9 13:20:15 2012 +0200

    Target unstable

diff --git a/debian/changelog b/debian/changelog
index 9cb73e1..f2c8921 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,9 @@
-pulseaudio (2.0-5) UNRELEASED; urgency=low
+pulseaudio (2.0-5) unstable; urgency=low
 
   * debian/control: Use linux-any where applicable instead of specifying
     architectures by hand. (Closes: #682738)
 
- -- Sjoerd Simons <sjoerd at debian.org>  Thu, 09 Aug 2012 13:19:27 +0200
+ -- Sjoerd Simons <sjoerd at debian.org>  Thu, 09 Aug 2012 13:20:06 +0200
 
 pulseaudio (2.0-4) unstable; urgency=low
   * debian/patches/remove-analog-mono.patch:

commit e20d147a325bbe65730dceb1e5f2843f30212185
Author: Sjoerd Simons <sjoerd at debian.org>
Date:   Thu Aug 9 10:30:24 2012 +0200

    debian/control: Use linux-any where applicable instead of specifying architectures by hand. (Closes: #682738)
    
    Conflicts:
    	debian/changelog

diff --git a/debian/changelog b/debian/changelog
index 76bee64..9cb73e1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,11 @@
-pulseaudio (2.0-4) unstable; urgency=low
+pulseaudio (2.0-5) UNRELEASED; urgency=low
+
+  * debian/control: Use linux-any where applicable instead of specifying
+    architectures by hand. (Closes: #682738)
 
+ -- Sjoerd Simons <sjoerd at debian.org>  Thu, 09 Aug 2012 13:19:27 +0200
+
+pulseaudio (2.0-4) unstable; urgency=low
   * debian/patches/remove-analog-mono.patch:
     - Added. Remove analog-output-lfe-on-mono mixer path, although in principle
       Ac '97 hardware has a seperate mono LFE pin nothing seems to use it. To
diff --git a/debian/control b/debian/control
index 634e837..4d3b03a 100644
--- a/debian/control
+++ b/debian/control
@@ -7,14 +7,14 @@ Uploaders: Sjoerd Simons <sjoerd at debian.org>,
 Build-Depends: debhelper (>= 8.1.3), cdbs, m4, dh-autoreconf,
     libltdl-dev (>= 2.2.6a-2),
     libsamplerate0-dev, libsndfile1-dev (>= 1.0.20), libglib2.0-dev,
-    libcap-dev [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386],
-    libasound2-dev (>= 1.0.19) [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386],
+    libcap-dev [linux-any],
+    libasound2-dev (>= 1.0.19) [linux-any],
     libavahi-client-dev, libjack-dev (>= 0.117.0), libwrap0-dev,
     liblircclient-dev, libgconf2-dev,
-    libudev-dev (>= 143) [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386],
+    libudev-dev (>= 143) [linux-any],
     libasyncns-dev,
     libatomic-ops-dev, libspeexdsp-dev (>= 1.2~rc1),
-    libbluetooth-dev (>= 4.40) [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386],
+    libbluetooth-dev (>= 4.40) [linux-any],
     libtdb-dev, intltool, libgtk2.0-dev, libxtst-dev,
     libssl-dev,
     libx11-xcb-dev, libice-dev, libxcb1-dev (>= 1.6),
@@ -31,8 +31,8 @@ Architecture: any
 Multi-Arch: foreign
 Depends: ${shlibs:Depends}, ${misc:Depends}, adduser,
   lsb-base (>= 3.2-13), consolekit,
-  udev (>= 143) [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386],
-  libasound2-plugins [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386]
+  udev (>= 143) [linux-any],
+  libasound2-plugins [linux-any]
 Breaks: libltdl3 (<< 1.5.24-1)
 Recommends: pulseaudio-module-x11, gstreamer0.10-pulseaudio, rtkit
 Suggests: pulseaudio-utils, pavumeter, pavucontrol, paman, paprefs
@@ -260,7 +260,7 @@ Description: RAOP module for PulseAudio sound server (debugging symbols)
  This package contains debugging symbols for the PulseAudio RAOP module.
 
 Package: pulseaudio-module-bluetooth
-Architecture: alpha amd64 arm armel hppa i386 ia64 mips mipsel powerpc s390 sparc
+Architecture: linux-any
 Priority: extra
 Depends: ${shlibs:Depends}, ${misc:Depends}, bluez (>= 4.40)
 Breaks: pulseaudio (<< 0.9.14-2)
@@ -275,7 +275,7 @@ Description: Bluetooth module for PulseAudio sound server
  The module is called module-bluetooth
 
 Package: pulseaudio-module-bluetooth-dbg
-Architecture: alpha amd64 arm armel hppa i386 ia64 mips mipsel powerpc s390 sparc
+Architecture: linux-any
 Priority: extra
 Section: debug
 Depends: ${misc:Depends}, pulseaudio-module-bluetooth (= ${binary:Version})

-- 
pulseaudio packaging



More information about the pkg-pulseaudio-devel mailing list