[Pkg-pulseaudio-devel] [SCM] paprefs packaging branch, master, updated. debian/0.9.6-1-23-g3eee79b

sjoerd at users.alioth.debian.org sjoerd at users.alioth.debian.org
Sun Oct 25 16:47:55 UTC 2009


The branch, master has been updated
       via  3eee79bfaa89f09a8cf30c1cdba137920aec6afa (commit)
       via  fb8f0f5cb39ac573d643f950456695983a0e753d (commit)
       via  0f2467fa11c2e7be49b76b009bb8a8d9033484a8 (commit)
       via  b02a84e30bd33aff0cffc99e5470d82662fd97e6 (commit)
       via  c7d81b7b61cd0f67adb86e8b23da43f6dd9dd7d2 (commit)
      from  f1c881f93a9310f70385234aecad46afc7a0ccbb (commit)


- Shortlog ------------------------------------------------------------
3eee79b Target unstable
fb8f0f5 debian/control: Add build-depend on dbus-glib-1-dev
0f2467f Prepare new upstream version (0.9.9)
b02a84e Merge commit 'upstream/0.9.9'

Summary of changes:
 ChangeLog          |  165 +++++++++++++++
 Makefile.in        |  192 ++++++++++++-----
 README             |   64 ++++---
 aclocal.m4         |  288 ++++++++++++++++----------
 configure          |  485 +++++++++++++++++++++++++------------------
 configure.ac       |    4 +-
 debian/changelog   |    7 +
 debian/control     |    3 +-
 doc/Makefile.in    |   42 +++-
 doc/README         |   64 ++++---
 doc/README.html    |   13 +-
 doc/README.html.in |    7 +-
 po/ChangeLog       |   12 +
 po/LINGUAS         |    4 +
 po/Makefile.in.in  |    4 +-
 po/as.po           |  123 ++++++++----
 po/bn_IN.po        |  123 +++++++++++
 po/ca.po           |  104 ++++++----
 po/cs.po           |   95 +++++----
 po/da.po           |  101 ++++++---
 po/de.po           |  111 +++++++----
 po/el.po           |   55 +++--
 po/es.po           |  110 ++++++----
 po/fi.po           |  102 ++++++----
 po/fr.po           |  114 +++++++---
 po/gu.po           |   90 +++++----
 po/hi.po           |  117 ++++++++++
 po/hu.po           |   94 ++++++---
 po/it.po           |  113 +++++++---
 po/kn.po           |   94 +++++----
 po/ml.po           |  117 ++++++++++
 po/mr.po           |  101 +++++----
 po/ms.po           |   93 ++++++---
 po/nl.po           |  104 ++++++----
 po/or.po           |   97 ++++++----
 po/pa.po           |  105 ++++++----
 po/pl.po           |   90 +++++----
 po/pt.po           |  101 +++++++---
 po/pt_BR.po        |  117 +++++++----
 po/sk.po           |  111 ++++++----
 po/sr.po           |   80 +++++---
 po/sr at latin.po     |   80 +++++---
 po/sv.po           |  105 +++++++---
 po/ta.po           |   94 +++++----
 po/te.po           |   94 +++++----
 po/th.po           |  113 +++++++----
 po/tr.po           |   92 ++++++---
 po/uk.po           |  121 +++++++++++
 po/zh_CN.po        |   90 ++++++---
 src/Makefile.am    |    2 +-
 src/Makefile.in    |  180 +++++++++++------
 src/paprefs.cc     |  228 +++++++++++++++++++-
 src/paprefs.glade  |  595 +++++++++++++++++++++++++++++++++------------------
 53 files changed, 4027 insertions(+), 1783 deletions(-)
-----------------------------------------------------------------------
Details of changes:

commit 3eee79bfaa89f09a8cf30c1cdba137920aec6afa
Author: Sjoerd Simons <sjoerd.simons at collabora.co.uk>
Date:   Sun Oct 25 16:41:15 2009 +0000

    Target unstable

diff --git a/debian/changelog b/debian/changelog
index a94306e..c61785a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,9 @@
-paprefs (0.9.9-1) UNRELEASED; urgency=low
+paprefs (0.9.9-1) unstable; urgency=low
 
   * New upstream release
   * debian/control: Add build-depend on dbus-glib-1-dev
 
- -- Sjoerd Simons <sjoerd at debian.org>  Thu, 10 Sep 2009 22:13:15 +0100
+ -- Sjoerd Simons <sjoerd at debian.org>  Sun, 25 Oct 2009 16:41:07 +0000
 
 paprefs (0.9.8-1) unstable; urgency=low
 

commit fb8f0f5cb39ac573d643f950456695983a0e753d
Author: Sjoerd Simons <sjoerd.simons at collabora.co.uk>
Date:   Thu Sep 10 22:13:57 2009 +0100

    debian/control: Add build-depend on dbus-glib-1-dev

diff --git a/debian/changelog b/debian/changelog
index fb8c33b..a94306e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,9 @@
 paprefs (0.9.9-1) UNRELEASED; urgency=low
 
   * New upstream release
+  * debian/control: Add build-depend on dbus-glib-1-dev
 
- -- Sjoerd Simons <sjoerd at debian.org>  Thu, 10 Sep 2009 22:12:25 +0100
+ -- Sjoerd Simons <sjoerd at debian.org>  Thu, 10 Sep 2009 22:13:15 +0100
 
 paprefs (0.9.8-1) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index 19c1ac1..0e74346 100644
--- a/debian/control
+++ b/debian/control
@@ -12,7 +12,8 @@ Build-Depends: debhelper (>= 5), cdbs, autotools-dev,
     asciidoc,
     xmlto,
     intltool,
-    quilt
+    quilt,
+    libdbus-glib-1-dev
 Standards-Version: 3.8.1
 Vcs-Git: git://git.debian.org/git/pkg-pulseaudio/paprefs.git
 Vcs-Browser: http://git.debian.org/?p=pkg-pulseaudio/paprefs.git

commit 0f2467fa11c2e7be49b76b009bb8a8d9033484a8
Author: Sjoerd Simons <sjoerd.simons at collabora.co.uk>
Date:   Thu Sep 10 22:13:12 2009 +0100

    Prepare new upstream version (0.9.9)

diff --git a/debian/changelog b/debian/changelog
index 9ede793..fb8c33b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+paprefs (0.9.9-1) UNRELEASED; urgency=low
+
+  * New upstream release
+
+ -- Sjoerd Simons <sjoerd at debian.org>  Thu, 10 Sep 2009 22:12:25 +0100
+
 paprefs (0.9.8-1) unstable; urgency=low
 
   * New Upstream Version

commit b02a84e30bd33aff0cffc99e5470d82662fd97e6
Merge: f1c881f93a9310f70385234aecad46afc7a0ccbb c7d81b7b61cd0f67adb86e8b23da43f6dd9dd7d2
Author: Sjoerd Simons <sjoerd.simons at collabora.co.uk>
Date:   Thu Sep 10 22:07:29 2009 +0100

    Merge commit 'upstream/0.9.9'


-- 
paprefs packaging



More information about the Pkg-pulseaudio-devel mailing list