[Pkg-pulseaudio-devel] [SCM] pavucontrol packaging branch, master, updated. debian/0.9.4-2-6-g50c0eec
neurocyte-guest at users.alioth.debian.org
neurocyte-guest at users.alioth.debian.org
Wed Nov 21 16:03:50 UTC 2007
The branch, master has been updated
via 50c0eec467551e8de9ec83d4f38512ca65794b9b (commit)
via 09ef7de2d8a3b5e01efcd428edc50e90245ed678 (commit)
via 8b234fe2cec78bbc4f223788edc61961c8fb1fd6 (commit)
via adc9248c1fcc7d6e590cd187992939a19c324ca3 (commit)
via 12996f175c937741aab610af559abbc4a57ae8ee (commit)
from 7ba957ed816589253dfb6f843f47b5f28ffb146e (commit)
- Shortlog ------------------------------------------------------------
50c0eec Add Vcs-* and Homepage fields
09ef7de Remove LGPL. paprefs is now fully GPL
8b234fe New Upstream Version
adc9248 Merge branch 'upstream'
Summary of changes:
ChangeLog | 251 ++++++++
LICENSE | 27 +-
Makefile.am | 12 +-
Makefile.in | 39 +-
README | 113 ++--
aclocal.m4 | 5 +-
configure | 561 ++++++-----------
configure.ac | 6 +-
debian/changelog | 10 +-
debian/control | 3 +
debian/copyright | 26 +-
doc/README | 113 ++--
doc/README.html | 18 +-
doc/README.html.in | 12 +-
doc/style.css | 6 +-
src/pavucontrol.cc | 321 +++++++++-
src/pavucontrol.glade | 1669 ++++++++++++++++++++-----------------------------
17 files changed, 1612 insertions(+), 1580 deletions(-)
-----------------------------------------------------------------------
Details of changes:
commit 50c0eec467551e8de9ec83d4f38512ca65794b9b
Author: CJ van den Berg <cj at vdbonline.com>
Date: Wed Nov 21 17:02:11 2007 +0100
Add Vcs-* and Homepage fields
diff --git a/debian/changelog b/debian/changelog
index f069afc..9b066d9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,8 +2,11 @@ pavucontrol (0.9.5-1) UNRELEASED; urgency=low
* New Upstream Version
* debian/copyright: Remove LGPL. paprefs is now fully GPL.
+ * debian/control:
+ + Add Vcs-* fields.
+ + Add Homepage field.
- -- CJ van den Berg <cj at vdbonline.com> Tue, 20 Nov 2007 19:00:20 +0100
+ -- CJ van den Berg <cj at vdbonline.com> Wed, 21 Nov 2007 17:01:24 +0100
pavucontrol (0.9.4-2) unstable; urgency=low
diff --git a/debian/control b/debian/control
index 767e21d..fac7bf5 100644
--- a/debian/control
+++ b/debian/control
@@ -5,6 +5,9 @@ Maintainer: CJ van den Berg <cj at vdbonline.com>
Build-Depends: debhelper (>= 5), cdbs, autotools-dev, libpulse-dev,
libgtkmm-2.4-dev, libglademm-2.4-dev, lynx, asciidoc, xmlto
Standards-Version: 3.7.2
+Vcs-Git: git://git.debian.org/git/pkg-pulseaudio/pavucontrol.git
+Vcs-Browser: http://git.debian.org/?p=pkg-pulseaudio/pavucontrol.git
+Homepage: http://0pointer.de/lennart/projects/pavucontrol/
Package: pavucontrol
Architecture: any
commit 09ef7de2d8a3b5e01efcd428edc50e90245ed678
Author: CJ van den Berg <cj at vdbonline.com>
Date: Tue Nov 20 19:00:59 2007 +0100
Remove LGPL. paprefs is now fully GPL
diff --git a/debian/changelog b/debian/changelog
index 6a09beb..f069afc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,9 @@
pavucontrol (0.9.5-1) UNRELEASED; urgency=low
* New Upstream Version
+ * debian/copyright: Remove LGPL. paprefs is now fully GPL.
- -- CJ van den Berg <cj at vdbonline.com> Wed, 31 Oct 2007 11:35:42 +0100
+ -- CJ van den Berg <cj at vdbonline.com> Tue, 20 Nov 2007 19:00:20 +0100
pavucontrol (0.9.4-2) unstable; urgency=low
diff --git a/debian/copyright b/debian/copyright
index cfe3c30..87fab27 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -9,28 +9,6 @@ Copyright: 2006 Lennart Poettering
License:
- doc/style.css and src/pavucontrol.cc are licensed under the LGPL, this might
- change to the GPL in the future:
-
- This package is free software; you can redistribute it and/or modify it
- under the terms of the GNU Lesser General Public License as published by
- the Free Software Foundation; either version 2 of the License, or (at
- your option) any later version.
-
- This package is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser
- General Public License for more details.
-
- You should have received a copy of the GNU Lesser General Public License
- along with this package; if not, write to the Free Software Foundation,
- Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
-
-On Debian systems, the complete text of the GNU Lesser General Public
-License can be found in `/usr/share/common-licenses/LGPL'.
-
- All other files, unless otherwise stated, are licensed under the GPL:
-
This package is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
@@ -43,9 +21,9 @@ License can be found in `/usr/share/common-licenses/LGPL'.
You should have received a copy of the GNU General Public License
along with this package; if not, write to the Free Software
- Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301,
+ USA.
On Debian systems, the complete text of the GNU General
Public License can be found in `/usr/share/common-licenses/GPL'.
- This makes the resulting pavumeter package GPL.
commit 8b234fe2cec78bbc4f223788edc61961c8fb1fd6
Author: CJ van den Berg <cj at vdbonline.com>
Date: Wed Oct 31 17:06:16 2007 +0100
New Upstream Version
diff --git a/debian/changelog b/debian/changelog
index 893db68..6a09beb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,8 @@
-pavucontrol (0.9.4-3) UNRELEASED; urgency=low
+pavucontrol (0.9.5-1) UNRELEASED; urgency=low
- * NOT RELEASED YET
+ * New Upstream Version
- -- Sjoerd Simons <sjoerd at debian.org> Sun, 09 Sep 2007 14:23:49 +0200
+ -- CJ van den Berg <cj at vdbonline.com> Wed, 31 Oct 2007 11:35:42 +0100
pavucontrol (0.9.4-2) unstable; urgency=low
commit adc9248c1fcc7d6e590cd187992939a19c324ca3
Merge: 7ba957ed816589253dfb6f843f47b5f28ffb146e 12996f175c937741aab610af559abbc4a57ae8ee
Author: CJ van den Berg <cj at vdbonline.com>
Date: Wed Oct 31 11:35:41 2007 +0100
Merge branch 'upstream'
--
pavucontrol packaging
More information about the Pkg-pulseaudio-devel
mailing list