[SCM] pavucontrol packaging branch, master, updated. debian/0.9.9-1-8-gd69097b
sjoerd at users.alioth.debian.org
sjoerd at users.alioth.debian.org
Sun Sep 18 21:11:17 UTC 2011
The branch, master has been updated
via d69097b78c461f9a041012d1ca4b1fdc4a46dedd (commit)
via bd380974b36885b3d2c93bcc58627cc0f684e484 (commit)
via 7c5880b8c798f8d06c50ba955fbf47a5cee58c13 (commit)
via 3a45162c87e4496a2429435883c57b9434fe93c6 (commit)
via 7621d2ddd48e6923393a76f1456d53c4100c817c (commit)
via 4a2005de3754806bc59bffbedc8139fa3c856963 (commit)
from 429935ea41c770ef8432e3ee5d31d73d967b5b77 (commit)
- Shortlog ------------------------------------------------------------
d69097b Target unstable
bd38097 debian/control: Update gtk related build-deps to gtk3
7c5880b debian/patches/0001-Define-missing-flags.patch
3a45162 Prepare new upstream release
7621d2d Merge commit 'upstream/0.99.2'
Summary of changes:
ABOUT-NLS | 1956 +++++----
ChangeLog | 196 +
Makefile.in | 19 +-
README | 104 +-
aclocal.m4 | 60 +-
config.guess | 32 +-
config.h.in | 6 +
config.rpath | 34 +-
config.sub | 37 +-
configure | 5149 +++++++++---------------
configure.ac | 27 +-
debian/changelog | 9 +
debian/control | 4 +-
debian/patches/0001-Define-missing-flags.patch | 25 -
debian/patches/series | 1 -
doc/Makefile.in | 4 +-
doc/README | 104 +-
doc/README.html | 48 +-
doc/README.html.in | 16 +-
m4/ChangeLog | 13 +-
m4/intltool.m4 | 2 +-
m4/nls.m4 | 13 +-
po/ChangeLog | 134 +-
po/LINGUAS | 1 +
po/POTFILES.in | 1 +
po/as.po | 15 +-
po/bn_IN.po | 62 +-
po/ca.po | 66 +-
po/cs.po | 62 +-
po/da.po | 52 +-
po/de.po | 54 +-
po/el.po | 15 +-
po/es.po | 52 +-
po/fi.po | 50 +-
po/fr.po | 55 +-
po/gu.po | 61 +-
po/hi.po | 119 +-
po/hu.po | 108 +-
po/it.po | 15 +-
po/ja.po | 381 ++
po/kn.po | 57 +-
po/ml.po | 57 +-
po/mr.po | 68 +-
po/nl.po | 112 +-
po/or.po | 59 +-
po/pa.po | 63 +-
po/pl.po | 59 +-
po/pt.po | 48 +-
po/pt_BR.po | 50 +-
po/ru.po | 15 +-
po/sk.po | 60 +-
po/sr.po | 57 +-
po/sr at latin.po | 57 +-
po/sv.po | 15 +-
po/ta.po | 58 +-
po/te.po | 58 +-
po/th.po | 15 +-
po/tr.po | 15 +-
po/uk.po | 50 +-
po/zh_CN.po | 15 +-
src/Makefile.in | 4 +-
src/cardwidget.cc | 4 +-
src/cardwidget.h | 2 +-
src/channelwidget.cc | 62 +-
src/channelwidget.h | 4 +-
src/devicewidget.cc | 78 +-
src/devicewidget.h | 21 +-
src/mainwindow.cc | 269 +-
src/mainwindow.h | 29 +-
src/minimalstreamwidget.cc | 2 +-
src/minimalstreamwidget.h | 2 +-
src/pavucontrol.cc | 267 ++-
src/pavucontrol.glade | 1551 +++++---
src/pavucontrol.h | 9 +-
src/rolewidget.cc | 4 +-
src/rolewidget.h | 2 +-
src/sinkinputwidget.cc | 4 +-
src/sinkinputwidget.h | 4 +-
src/sinkwidget.cc | 83 +-
src/sinkwidget.h | 25 +-
src/sourceoutputwidget.cc | 38 +-
src/sourceoutputwidget.h | 6 +-
src/sourcewidget.cc | 9 +-
src/sourcewidget.h | 6 +-
src/streamwidget.cc | 5 +-
src/streamwidget.h | 3 +-
86 files changed, 6665 insertions(+), 5978 deletions(-)
-----------------------------------------------------------------------
Details of changes:
commit d69097b78c461f9a041012d1ca4b1fdc4a46dedd
Author: Sjoerd Simons <sjoerd.simons at collabora.co.uk>
Date: Sun Sep 18 21:59:43 2011 +0100
Target unstable
diff --git a/debian/changelog b/debian/changelog
index e40d391..7f8ff7e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,11 +1,11 @@
-pavucontrol (0.99.2-1) UNRELEASED; urgency=low
+pavucontrol (0.99.2-1) unstable; urgency=low
* New upstream release
* debian/patches/0001-Define-missing-flags.patch
+ Removed: Not needed anymore
* debian/control: Update gtk related build-deps to gtk3
- -- Sjoerd Simons <sjoerd at debian.org> Sun, 18 Sep 2011 21:49:50 +0100
+ -- Sjoerd Simons <sjoerd at debian.org> Sun, 18 Sep 2011 21:58:31 +0100
pavucontrol (0.9.9-1) unstable; urgency=low
commit bd380974b36885b3d2c93bcc58627cc0f684e484
Author: Sjoerd Simons <sjoerd.simons at collabora.co.uk>
Date: Sun Sep 18 21:50:14 2011 +0100
debian/control: Update gtk related build-deps to gtk3
diff --git a/debian/changelog b/debian/changelog
index b063e3a..e40d391 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,8 +3,9 @@ pavucontrol (0.99.2-1) UNRELEASED; urgency=low
* New upstream release
* debian/patches/0001-Define-missing-flags.patch
+ Removed: Not needed anymore
+ * debian/control: Update gtk related build-deps to gtk3
- -- Sjoerd Simons <sjoerd at debian.org> Sun, 18 Sep 2011 21:42:52 +0100
+ -- Sjoerd Simons <sjoerd at debian.org> Sun, 18 Sep 2011 21:49:50 +0100
pavucontrol (0.9.9-1) unstable; urgency=low
diff --git a/debian/control b/debian/control
index e25946d..f91d914 100644
--- a/debian/control
+++ b/debian/control
@@ -5,13 +5,13 @@ Maintainer: CJ van den Berg <cj at vdbonline.com>
Uploaders: Sjoerd Simons <sjoerd at debian.org>
Build-Depends: debhelper (>= 5), cdbs, autotools-dev,
libpulse-dev (>= 0.9.15),
- libgtkmm-2.4-dev,
+ libgtkmm-3.0-dev,
libglademm-2.4-dev,
lynx,
asciidoc,
xmlto,
quilt,
- libcanberra-gtk-dev (>= 0.16),
+ libcanberra-gtk3-dev (>= 0.16),
intltool
Standards-Version: 3.7.2
Vcs-Git: git://git.debian.org/git/pkg-pulseaudio/pavucontrol.git
commit 7c5880b8c798f8d06c50ba955fbf47a5cee58c13
Author: Sjoerd Simons <sjoerd.simons at collabora.co.uk>
Date: Sun Sep 18 21:43:26 2011 +0100
debian/patches/0001-Define-missing-flags.patch
* debian/patches/0001-Define-missing-flags.patch
+ Removed: Not needed anymore
diff --git a/debian/changelog b/debian/changelog
index 1c7efcc..b063e3a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,10 @@
pavucontrol (0.99.2-1) UNRELEASED; urgency=low
* New upstream release
+ * debian/patches/0001-Define-missing-flags.patch
+ + Removed: Not needed anymore
- -- Sjoerd Simons <sjoerd at debian.org> Sun, 18 Sep 2011 21:35:51 +0100
+ -- Sjoerd Simons <sjoerd at debian.org> Sun, 18 Sep 2011 21:42:52 +0100
pavucontrol (0.9.9-1) unstable; urgency=low
diff --git a/debian/patches/0001-Define-missing-flags.patch b/debian/patches/0001-Define-missing-flags.patch
deleted file mode 100644
index d784145..0000000
--- a/debian/patches/0001-Define-missing-flags.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-From 81234c49c1b881b6b84cd5df935c0891afc27043 Mon Sep 17 00:00:00 2001
-From: Sjoerd Simons <sjoerd at luon.net>
-Date: Sat, 26 Apr 2008 00:35:24 +0200
-Subject: [PATCH] Define missing flags
-
----
- src/pavucontrol.cc | 5 +++++
- 1 files changed, 5 insertions(+), 0 deletions(-)
-
-diff --git a/src/pavucontrol.cc b/src/pavucontrol.cc
-index df734f1..a7d9314 100644
---- a/src/pavucontrol.cc
-+++ b/src/pavucontrol.cc
-@@ -38,6 +38,11 @@
- #define GLADE_FILE "pavucontrol.glade"
- #endif
-
-+/* Only defined in the glitch-free branch */
-+#define PA_SINK_DECIBEL_VOLUME 32
-+#define PA_SOURCE_DECIBEL_VOLUME 32
-+
-+
- static pa_context *context = NULL;
- static int n_outstanding = 0;
- static bool show_decibel = true;
diff --git a/debian/patches/series b/debian/patches/series
index 2233bfa..e69de29 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +0,0 @@
-0001-Define-missing-flags.patch
commit 3a45162c87e4496a2429435883c57b9434fe93c6
Author: Sjoerd Simons <sjoerd.simons at collabora.co.uk>
Date: Sun Sep 18 21:36:20 2011 +0100
Prepare new upstream release
diff --git a/debian/changelog b/debian/changelog
index 8bcdd3e..1c7efcc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+pavucontrol (0.99.2-1) UNRELEASED; urgency=low
+
+ * New upstream release
+
+ -- Sjoerd Simons <sjoerd at debian.org> Sun, 18 Sep 2011 21:35:51 +0100
+
pavucontrol (0.9.9-1) unstable; urgency=low
* New Upstream Version
commit 7621d2ddd48e6923393a76f1456d53c4100c817c
Merge: 429935ea41c770ef8432e3ee5d31d73d967b5b77 4a2005de3754806bc59bffbedc8139fa3c856963
Author: Sjoerd Simons <sjoerd.simons at collabora.co.uk>
Date: Sun Sep 18 21:35:47 2011 +0100
Merge commit 'upstream/0.99.2'
--
pavucontrol packaging
More information about the pkg-pulseaudio-devel
mailing list