[Pkg-pulseaudio-devel] [SCM] pavucontrol packaging branch, master, updated. debian/0.9.7-1-11-ga66e805
sjoerd at users.alioth.debian.org
sjoerd at users.alioth.debian.org
Sun Sep 27 16:27:51 UTC 2009
The branch, master has been updated
via a66e805f61bf128cdb0c0abdb02f183ec172d010 (commit)
via f3bcec5329a094415dc22f617d6bf705697c6772 (commit)
via 30c2b140b79683a4fce3f61212c8daaaa26b1364 (commit)
via 9396e6a0f74900f1cd82e0e82ac706038b2a3689 (commit)
from bcc307ad13740c40a5ee750e8079991ea7c28518 (commit)
- Shortlog ------------------------------------------------------------
a66e805 debian/control: Bump libcanberra-gtk build-dep to >= 0.16
f3bcec5 New Upstream Version
30c2b14 Merge commit 'upstream/0.9.9'
Summary of changes:
ChangeLog | 180 ++++++++++++++++
Makefile.in | 192 ++++++++++++-----
README | 93 +++++----
aclocal.m4 | 288 ++++++++++++++++----------
configure | 485 ++++++++++++++++++++++++++------------------
configure.ac | 4 +-
debian/changelog | 7 +
debian/control | 2 +-
doc/Makefile.in | 103 +++++++---
doc/README | 93 +++++----
doc/README.html | 18 +-
doc/README.html.in | 12 +-
po/ChangeLog | 32 +++
po/LINGUAS | 3 +
po/Makefile.in.in | 4 +-
po/as.po | 351 +++++++++++++++++++-------------
po/bn_IN.po | 355 +++++++++++++++++++-------------
po/ca.po | 250 +++++++++++++++--------
po/cs.po | 276 ++++++++++++++++---------
po/da.po | 350 +++++++++++++++++++-------------
po/de.po | 274 ++++++++++++++++---------
po/el.po | 217 ++++++++++++++++----
po/es.po | 259 ++++++++++++++++--------
po/fi.po | 255 ++++++++++++++++--------
po/fr.po | 284 +++++++++++++++++---------
po/gu.po | 355 +++++++++++++++++++-------------
po/hi.po | 400 ++++++++++++++++++++++++++++++++++++
po/hu.po | 257 ++++++++++++++++--------
po/it.po | 363 ++++++++++++++++++++-------------
po/kn.po | 353 +++++++++++++++++++-------------
po/ml.po | 352 +++++++++++++++++++-------------
po/mr.po | 353 +++++++++++++++++++-------------
po/nl.po | 261 ++++++++++++++++--------
po/or.po | 359 +++++++++++++++++++-------------
po/pa.po | 293 ++++++++++++++++++---------
po/pl.po | 230 ++++++++++++++++++----
po/pt.po | 257 ++++++++++++++++--------
po/pt_BR.po | 276 ++++++++++++++++---------
po/ru.po | 398 ++++++++++++++++++++++++++++++++++++
po/sk.po | 259 ++++++++++++++++--------
po/sr.po | 265 ++++++++++++++++--------
po/sr at latin.po | 265 ++++++++++++++++--------
po/sv.po | 280 +++++++++++++++++---------
po/ta.po | 354 +++++++++++++++++++-------------
po/te.po | 357 +++++++++++++++++++-------------
po/th.po | 357 +++++++++++++++++++--------------
po/tr.po | 250 ++++++++++++++++--------
po/uk.po | 402 ++++++++++++++++++++++++++++++++++++
po/zh_CN.po | 250 +++++++++++++++--------
src/Makefile.am | 1 +
src/Makefile.in | 235 ++++++++++++++-------
src/cardwidget.h | 1 -
src/channelwidget.cc | 26 +--
src/channelwidget.h | 8 +-
src/devicewidget.cc | 153 ++++++++++++++
src/devicewidget.h | 84 ++++++++
src/mainwindow.cc | 118 +++++++++--
src/minimalstreamwidget.cc | 48 -----
src/minimalstreamwidget.h | 14 +-
src/pavucontrol.cc | 14 +-
src/pavucontrol.glade | 228 ++++++++++++++++++++-
src/rolewidget.cc | 7 +-
src/rolewidget.h | 1 +
src/sinkinputwidget.cc | 110 ++++++-----
src/sinkinputwidget.h | 49 +++--
src/sinkwidget.cc | 62 +++++--
src/sinkwidget.h | 11 +-
src/sourceoutputwidget.cc | 99 +++++----
src/sourceoutputwidget.h | 53 +++---
src/sourcewidget.cc | 43 +++--
src/sourcewidget.h | 11 +-
src/streamwidget.cc | 43 +++--
src/streamwidget.h | 15 ++-
73 files changed, 9134 insertions(+), 4233 deletions(-)
-----------------------------------------------------------------------
Details of changes:
commit a66e805f61bf128cdb0c0abdb02f183ec172d010
Author: Sjoerd Simons <sjoerd.simons at collabora.co.uk>
Date: Sun Sep 27 18:27:44 2009 +0200
debian/control: Bump libcanberra-gtk build-dep to >= 0.16
diff --git a/debian/changelog b/debian/changelog
index 48820ac..47e07cd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,9 @@
pavucontrol (0.9.9-1) UNRELEASED; urgency=low
* New Upstream Version
+ * debian/control: Bump libcanberra-gtk build-dep to >= 0.16
- -- Sjoerd Simons <sjoerd at debian.org> Thu, 10 Sep 2009 22:16:52 +0100
+ -- Sjoerd Simons <sjoerd at debian.org> Sun, 27 Sep 2009 18:27:26 +0200
pavucontrol (0.9.8-1) unstable; urgency=low
diff --git a/debian/control b/debian/control
index f7cf78f..e25946d 100644
--- a/debian/control
+++ b/debian/control
@@ -11,7 +11,7 @@ Build-Depends: debhelper (>= 5), cdbs, autotools-dev,
asciidoc,
xmlto,
quilt,
- libcanberra-gtk-dev,
+ libcanberra-gtk-dev (>= 0.16),
intltool
Standards-Version: 3.7.2
Vcs-Git: git://git.debian.org/git/pkg-pulseaudio/pavucontrol.git
commit f3bcec5329a094415dc22f617d6bf705697c6772
Author: Sjoerd Simons <sjoerd.simons at collabora.co.uk>
Date: Thu Sep 10 22:17:06 2009 +0100
New Upstream Version
diff --git a/debian/changelog b/debian/changelog
index 1a23561..48820ac 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+pavucontrol (0.9.9-1) UNRELEASED; urgency=low
+
+ * New Upstream Version
+
+ -- Sjoerd Simons <sjoerd at debian.org> Thu, 10 Sep 2009 22:16:52 +0100
+
pavucontrol (0.9.8-1) unstable; urgency=low
* New Upstream Version
commit 30c2b140b79683a4fce3f61212c8daaaa26b1364
Merge: bcc307ad13740c40a5ee750e8079991ea7c28518 9396e6a0f74900f1cd82e0e82ac706038b2a3689
Author: Sjoerd Simons <sjoerd.simons at collabora.co.uk>
Date: Thu Sep 10 22:16:42 2009 +0100
Merge commit 'upstream/0.9.9'
--
pavucontrol packaging
More information about the Pkg-pulseaudio-devel
mailing list