[SCM] pulseaudio packaging branch, master, updated. debian/2.0-1-13-gc508b66

q-funk-guest at users.alioth.debian.org q-funk-guest at users.alioth.debian.org
Mon May 14 21:05:21 UTC 2012


The branch, master has been updated
       via  c508b668c6a17e7d7feb48d67693f014402b5b67 (commit)
       via  0d8da924a3fecd0bd5cce5d4dd0fe4ebd90ed2c8 (commit)
      from  6cb748efe24a8599887396628d7b038c1103f3b7 (commit)


- Shortlog ------------------------------------------------------------
c508b66 rules: harmonize upstream version detection for modules and debhelper.
0d8da92 debian/control: commit changes

Summary of changes:
 debian/control |    3 ++-
 debian/rules   |    4 ++--
 2 files changed, 4 insertions(+), 3 deletions(-)
-----------------------------------------------------------------------
Details of changes:

commit c508b668c6a17e7d7feb48d67693f014402b5b67
Author: Martin-Éric Racine <martin-eric.racine at iki.fi>
Date:   Tue May 15 00:04:43 2012 +0300

    rules: harmonize upstream version detection for modules and debhelper.

diff --git a/debian/rules b/debian/rules
index 63dc4a5..4a36164 100755
--- a/debian/rules
+++ b/debian/rules
@@ -54,9 +54,9 @@ update-patch-series:
 # normal directory as pulseaudio is foreign
 DEB_CONFIGURE_EXTRA_FLAGS = --enable-x11 --disable-hal \
   --libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH) \
-  --with-module-dir=\$${prefix}/lib/pulse-\$${PA_MAJORMINOR}/modules
+  --with-module-dir=\$${prefix}/lib/pulse-$(DEB_UPSTREAM_VERSION)/modules
 
-DEB_DH_MAKESHLIBS_ARGS_ALL = --exclude=usr/lib/pulse-${DEB_UPSTREAM_VERSION}/modules
+DEB_DH_MAKESHLIBS_ARGS_ALL = --exclude=usr/lib/pulse-$(DEB_UPSTREAM_VERSION)/modules
 
 LDFLAGS += -Wl,--no-as-needed
 

commit 0d8da924a3fecd0bd5cce5d4dd0fe4ebd90ed2c8
Author: Martin-Éric Racine <martin-eric.racine at iki.fi>
Date:   Mon May 14 23:35:43 2012 +0300

    debian/control: commit changes

diff --git a/debian/control b/debian/control
index b24bf09..b67ba2e 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,8 @@ Source: pulseaudio
 Section: sound
 Priority: optional
 Maintainer: Pulseaudio maintenance team <pkg-pulseaudio-devel at lists.alioth.debian.org>
-Uploaders: Sjoerd Simons <sjoerd at debian.org>
+Uploaders: Sjoerd Simons <sjoerd at debian.org>, 
+    Martin-Éric Racine <martin-eric.racine at iki.fi>
 Build-Depends: debhelper (>= 8.1.3), cdbs, quilt, m4, dh-autoreconf,
     libltdl-dev (>= 2.2.6a-2),
     libsamplerate0-dev, libsndfile1-dev (>= 1.0.20), libglib2.0-dev,

-- 
pulseaudio packaging



More information about the pkg-pulseaudio-devel mailing list