[SCM] pavucontrol packaging branch, master, updated. debian/2.0-1-3-g08cd14b

leo.cavaille-guest at users.alioth.debian.org leo.cavaille-guest at users.alioth.debian.org
Mon Mar 10 10:04:11 UTC 2014


The branch, master has been updated
       via  08cd14be7a5357113f8e9c86f7fbd3a5b6a21b5e (commit)
       via  81de732b12306eab2b20e3ffaaf7e6bf43f398c6 (commit)
       via  83177213defd780bc7b8be6b063d7b0737d4b34c (commit)
      from  70398042858a07d2975387cab2922f94293bb1ec (commit)


- Shortlog ------------------------------------------------------------
08cd14b Adds Recommends field (Closes: #717719)
81de732 Build pavucontrol-dbg package (Closes: #737451)
8317721 Description should be about pavucontrol not pulseaudio

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

commit 08cd14be7a5357113f8e9c86f7fbd3a5b6a21b5e
Author: Léo Cavaillé <leo at cavaille.net>
Date:   Mon Mar 10 10:39:40 2014 +0100

    Adds Recommends field (Closes: #717719)

diff --git a/debian/changelog b/debian/changelog
index 8c724b8..f864e8f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ pavucontrol (2.0-2) UNRELEASED; urgency=medium
 
   * Build debug package pavucontrol-dbg with symbols
   (Closes: #737451)
+  * Adds pulseaudio server to Recommends (Closes: #717719)
 
  -- Léo Cavaillé <leo at cavaille.net>  Mon, 10 Mar 2014 00:42:27 +0100
 
diff --git a/debian/control b/debian/control
index 5aaa690..1b1d20d 100644
--- a/debian/control
+++ b/debian/control
@@ -21,6 +21,7 @@ Homepage: http://0pointer.de/lennart/projects/pavucontrol/
 Package: pavucontrol
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
+Recommends: pulseaudio
 Description: PulseAudio Volume Control
  PulseAudio Volume Control (pavucontrol) is a simple GTK+ based volume
  control tool (mixer) for the PulseAudio sound server. In contrast to

commit 81de732b12306eab2b20e3ffaaf7e6bf43f398c6
Author: Léo Cavaillé <leo at cavaille.net>
Date:   Sat Mar 8 11:51:20 2014 +0100

    Build pavucontrol-dbg package (Closes: #737451)

diff --git a/debian/changelog b/debian/changelog
index 7adcf00..8c724b8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+pavucontrol (2.0-2) UNRELEASED; urgency=medium
+
+  * Build debug package pavucontrol-dbg with symbols
+  (Closes: #737451)
+
+ -- Léo Cavaillé <leo at cavaille.net>  Mon, 10 Mar 2014 00:42:27 +0100
+
 pavucontrol (2.0-1) unstable; urgency=high
 
   [ Christer Stenbrenden ]
diff --git a/debian/control b/debian/control
index ebe6c97..5aaa690 100644
--- a/debian/control
+++ b/debian/control
@@ -28,3 +28,20 @@ Description: PulseAudio Volume Control
  hardware devices and of each playback stream separately. It also allows
  you to redirect a playback stream to another output device without
  interrupting playback.
+
+Package: pavucontrol-dbg
+Architecture: any
+Section: debug
+Priority: extra
+Depends:
+    pavucontrol (= ${binary:Version}),
+    ${misc:Depends}
+Description: Debugging symbols for pavucontrol
+ PulseAudio Volume Control (pavucontrol) is a simple GTK+ based volume
+ control tool (mixer) for the PulseAudio sound server. In contrast to
+ classic mixer tools this one allows you to control both the volume of
+ hardware devices and of each playback stream separately. It also allows
+ you to redirect a playback stream to another output device without
+ interrupting playback.
+ .
+ This package contains the debugging symbols for pavucontrol.
diff --git a/debian/rules b/debian/rules
index 860535f..7180922 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,6 +4,8 @@ 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
 
+DEB_DESTDIR = $(CURDIR)/debian/pavucontrol
+
 common-build-arch:: $(CURDIR)/debian/pavucontrol.1.txt
 	a2x -d manpage -f manpage $(CURDIR)/debian/pavucontrol.1.txt
 

commit 83177213defd780bc7b8be6b063d7b0737d4b34c
Author: Léo Cavaillé <leo at cavaille.net>
Date:   Sat Mar 8 11:50:21 2014 +0100

    Description should be about pavucontrol not pulseaudio

diff --git a/debian/control b/debian/control
index eea3aae..ebe6c97 100644
--- a/debian/control
+++ b/debian/control
@@ -22,10 +22,6 @@ Package: pavucontrol
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: PulseAudio Volume Control
- PulseAudio, previously known as Polypaudio, is a sound server for POSIX and
- WIN32 systems. It is a drop in replacement for the ESD sound server with
- much better latency, mixing/re-sampling quality and overall architecture.
- .
  PulseAudio Volume Control (pavucontrol) is a simple GTK+ based volume
  control tool (mixer) for the PulseAudio sound server. In contrast to
  classic mixer tools this one allows you to control both the volume of

-- 
pavucontrol packaging



More information about the pkg-pulseaudio-devel mailing list