pavucontrol (1.0-1) debian-dir only changes

Summary

 debian/changelog            |   95 ++++++++++++++++++
 debian/compat               |    1 
 debian/control              |   34 ++++++
 debian/copyright            |  224 ++++++++++++++++++++++++++++++++++++++++++++
 debian/menu                 |    2 
 debian/pavucontrol.1.txt    |   56 +++++++++++
 debian/pavucontrol.manpages |    1 
 debian/rules                |   24 ++++
 debian/watch                |    8 +
 9 files changed, 445 insertions(+)

    
download this patch

Patch contents

--- pavucontrol-1.0.orig/debian/watch
+++ pavucontrol-1.0/debian/watch
@@ -0,0 +1,8 @@
+# Control file for uscan
+# Run the "uscan" command to check for upstream updates and more.
+# See uscan(1) for format
+
+# Compulsory line, this is a version 3 file
+version=3
+
+http://freedesktop.org/software/pulseaudio/pavucontrol/pavucontrol-(.*)\.tar\.xz
--- pavucontrol-1.0.orig/debian/menu
+++ pavucontrol-1.0/debian/menu
@@ -0,0 +1,2 @@
+?package(pavucontrol):needs="X11" section="Applications/Sound"\
+  title="pavucontrol" command="/usr/bin/pavucontrol"
--- pavucontrol-1.0.orig/debian/rules
+++ pavucontrol-1.0/debian/rules
@@ -0,0 +1,24 @@
+#!/usr/bin/make -f
+
+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
+
+common-build-arch:: $(CURDIR)/debian/pavucontrol.1.txt
+	a2x -d manpage -f manpage $(CURDIR)/debian/pavucontrol.1.txt
+
+clean::
+	rm -f $(CURDIR)/debian/pavucontrol.1.xml
+	rm -f $(CURDIR)/debian/pavucontrol.1
+
+update-patch-series:
+	mkdir -p $(CURDIR)/debian/patches
+	rm -f $(CURDIR)/debian/patches/*.patch
+	git-format-patch -o $(CURDIR)/debian/patches patches ^upstream | \
+		xargs -n 1 basename > $(CURDIR)/debian/patches/series
+	for patch in $$(ls $(CURDIR)/debian/patches/*.patch) ; \
+	do \
+		lines=$$(cat $$patch | wc -l) ; \
+		head -n $$(($$lines - 3)) $$patch > $${patch}.chomped ; \
+		mv $${patch}.chomped $$patch ; \
+	done
--- pavucontrol-1.0.orig/debian/changelog
+++ pavucontrol-1.0/debian/changelog
@@ -0,0 +1,95 @@
+pavucontrol (1.0-1) unstable; urgency=low
+
+  * New upstream release
+  * debian/watch: Update for .xz tarballs (Closes: #644698)
+  * debian/control: Set pkg-pulseaudio-devel as the maintainer, removing CJ
+    (Closes: #636427)
+
+ -- Sjoerd Simons <sjoerd@debian.org>  Sat, 19 May 2012 23:24:03 +0200
+
+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@debian.org>  Sun, 18 Sep 2011 21:58:31 +0100
+
+pavucontrol (0.9.9-1) unstable; urgency=low
+
+  * New Upstream Version
+  * debian/control: Bump libcanberra-gtk build-dep to >= 0.16
+
+ -- Sjoerd Simons <sjoerd@debian.org>  Sun, 27 Sep 2009 23:47:23 +0200
+
+pavucontrol (0.9.8-1) unstable; urgency=low
+
+  * New Upstream Version
+  * debian/copyright: Updated
+  * debian/control: bump libpulse-dev build-depend to >= 0.9.15
+
+ -- Sjoerd Simons <sjoerd@debian.org>  Sun, 19 Apr 2009 15:08:33 +0100
+
+pavucontrol (0.9.7-1) experimental; urgency=low
+
+  * New Upstream Version
+  * debian/control: Add Build-Depend on libpulse-dev (>= 0.9.12), intltool 
+    and libcanberra-gtk-dev
+
+ -- Sjoerd Simons <sjoerd@debian.org>  Wed, 24 Dec 2008 22:34:14 +0100
+
+pavucontrol (0.9.6+svn20080426-1) unstable; urgency=low
+
+  * New upstream svn snapshot
+  * debian/patches/0001-Define-missing-flags.patch
+    - Added. Define some flags that are not in the current version of
+    pulseaudio
+  * debian/copyright: Updated
+
+ -- Sjoerd Simons <sjoerd@debian.org>  Sat, 26 Apr 2008 01:08:43 +0200
+
+pavucontrol (0.9.6-1) unstable; urgency=low
+
+  * New Upstream Version
+  * debian/control: Bump Build-Depends on libpulse-dev to >= 0.9.7.  This
+    syncs up the debian build dependencies with the checks in configure.ac.
+
+ -- CJ van den Berg <cj@vdbonline.com>  Sat, 29 Mar 2008 00:26:08 +0100
+
+pavucontrol (0.9.5-1) unstable; urgency=low
+
+  * New Upstream Version. (Closes: #448329)
+  * debian/copyright: Remove LGPL. paprefs is now fully GPL.
+  * debian/control:
+    + Add Vcs-* fields.
+    + Add Homepage field.
+    + Add quilt patch system.
+  * debian/patches:
+    + Add 0001-Correct-invalid-category-entry-in-desktop-file.patch
+  * debian/menu: Move to Applications section now that Apps is obsolete.
+
+ -- CJ van den Berg <cj@vdbonline.com>  Wed, 21 Nov 2007 17:39:16 +0100
+
+pavucontrol (0.9.4-2) unstable; urgency=low
+
+  [ Loic Minier ]
+  * Fix typo in copyright.
+
+  [ CJ van den Berg ]
+  * debian/rules: Port to CDBS.
+  * debian/patches/01_use_stock_g2.14_icons.dpatch:
+    - Removed. No longer needed for Gnome 2.18.
+
+ -- CJ van den Berg <cj@vdbonline.com>  Tue, 29 May 2007 10:00:36 +0200
+
+pavucontrol (0.9.4-1) unstable; urgency=low
+
+  [ CJ van den Berg ]
+  * Initial release
+
+  [ Loic Minier ]
+  * Clarify which files are under which license.
+
+ -- Loic Minier <lool@dooz.org>  Sat, 21 Oct 2006 09:51:48 +0200
+
--- pavucontrol-1.0.orig/debian/control
+++ pavucontrol-1.0/debian/control
@@ -0,0 +1,34 @@
+Source: pavucontrol
+Section: sound
+Priority: optional
+Maintainer: Pulseaudio maintenance team <pkg-pulseaudio-devel@lists.alioth.debian.org>
+Uploaders: Sjoerd Simons <sjoerd@debian.org>
+Build-Depends: debhelper (>= 5), cdbs, autotools-dev,
+               libpulse-dev (>= 0.9.15),
+               libgtkmm-3.0-dev,
+               libglademm-2.4-dev,
+               lynx,
+               asciidoc,
+               xmlto,
+               quilt,
+               libcanberra-gtk3-dev (>= 0.16),
+               intltool
+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
+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
+ hardware devices and of each playback stream separately. It also allows
+ you to redirect a playback stream to another output device without
+ interrupting playback.
--- pavucontrol-1.0.orig/debian/compat
+++ pavucontrol-1.0/debian/compat
@@ -0,0 +1 @@
+5
--- pavucontrol-1.0.orig/debian/pavucontrol.manpages
+++ pavucontrol-1.0/debian/pavucontrol.manpages
@@ -0,0 +1 @@
+debian/pavucontrol.1
--- pavucontrol-1.0.orig/debian/copyright
+++ pavucontrol-1.0/debian/copyright
@@ -0,0 +1,224 @@
+This package was debianized by CJ van den Berg <cj@vdbonline.com> on
+Wed, 10 Aug 2006 22:16:26 +0200.
+
+It was downloaded from http://0pointer.de/lennart/projects/pavucontrol/
+
+Upstream Author: Lennart Poettering <lennart@poettering.net>
+
+Files: *
+Copyright:
+  Copyright (C) 2006-2008 Lennart Poettering
+  Copyright (C) 2009 Colin Guthrie
+License: GPL-2+
+ On Debian systems, the complete text of the GPL-2 can be found in
+ /usr/share/common-licenses/GPL-2
+
+Copyright: src/pavucontrol.cc
+  Copyright (C) 2006-2008 Lennart Poettering <lennart@poettering.net>
+  Copyright (C) 2008 Sjoerd Simons <sjoerd@luon.net>
+License: GPL-2+
+ On Debian systems, the complete text of the GPL-2 can be found in
+ /usr/share/common-licenses/GPL-2
+
+File: po/as.po
+Copyright:
+  Copyright (C) 2009 Amitakhya Phukan <aphukan@fedoraproject.org>
+License: GPL-2+
+ On Debian systems, the complete text of the GPL-2 can be found in
+ /usr/share/common-licenses/GPL-2
+
+File: po/bn_IN.po
+Copyright:
+  Copyright (C) 2009 Runa Bhattacharjee <runab@fedoraproject.org>
+License: GPL-2+
+ On Debian systems, the complete text of the GPL-2 can be found in
+ /usr/share/common-licenses/GPL-2
+
+File: po/ca.po
+Copyright:
+  Copyright (C) 2009 Xavier Queralt Mateu <xqueralt@gmail.com>
+License: GPL-2+
+ On Debian systems, the complete text of the GPL-2 can be found in
+ /usr/share/common-licenses/GPL-2
+
+File: po/cs.po
+Copyright:
+  Copyright (C) 2009 Petr Kovar <pknbe@volny.cz>
+License: GPL-2+
+ On Debian systems, the complete text of the GPL-2 can be found in
+ /usr/share/common-licenses/GPL-2
+
+File: po/da.po
+Copyright:
+  Copyright (C) 2009 Kris Thomsen <lakristho@gmail.com>
+License: GPL-2+
+ On Debian systems, the complete text of the GPL-2 can be found in
+ /usr/share/common-licenses/GPL-2
+
+File: po/de.po
+Copyright:
+  Copyright (C) 2008 Fabian Affolter <fab@fedoraproject.org>
+  Copyright (C) 2008 Florian Steinel <fsteinel@fedoraproject.org>
+License: GPL-2+
+ On Debian systems, the complete text of the GPL-2 can be found in
+ /usr/share/common-licenses/GPL-2
+
+File: po/el.po
+Copyright:
+  Copyright (C) 2008 Dimitris Glezos <dimitris@glezos.com>
+  Copyright (C) 2008 Florian Steinel <fsteinel@fedoraproject.org>
+License: GPL-2+
+ On Debian systems, the complete text of the GPL-2 can be found in
+ /usr/share/common-licenses/GPL-2
+
+File: po/fi.po
+Copyright:
+  Copyright (C) Timo Jyrinki <timo.jyrinki@iki.fi>
+  Copyright (C) 2009 Ville-Pekka Vainio <vpivaini@cs.helsinki.fi>
+License: GPL-2+
+ On Debian systems, the complete text of the GPL-2 can be found in
+ /usr/share/common-licenses/GPL-2
+
+File: po/fr.po
+Copyright:
+  Copyright (C) 2008 Robert-André Mauchin <zebob.m@pengzone.org>
+License: GPL-2+
+ On Debian systems, the complete text of the GPL-2 can be found in
+ /usr/share/common-licenses/GPL-2
+
+File: po/gu.po
+Copyright:
+  Copyright (C) 2009 Sweta Kothari <swkothar@redhat.com>
+License: GPL-2+
+ On Debian systems, the complete text of the GPL-2 can be found in
+ /usr/share/common-licenses/GPL-2
+
+File: po/hu.po
+Copyright:
+  Copyright (C) 2008,2009 Gabor Kelemen <kelemeng@gnome.hu>
+License: GPL-2+
+ On Debian systems, the complete text of the GPL-2 can be found in
+ /usr/share/common-licenses/GPL-2
+
+File: po/it.po
+Copyright:
+  Copyright (C) 2008 Milo Casagrande <milo@ubuntu.com>
+License: GPL-2+
+ On Debian systems, the complete text of the GPL-2 can be found in
+ /usr/share/common-licenses/GPL-2
+
+File: po/kn.po
+Copyright:
+  Copyright (C) 2009 Shankar Prasad <svenkate@redhat.com>
+License: GPL-2+
+ On Debian systems, the complete text of the GPL-2 can be found in
+ /usr/share/common-licenses/GPL-2
+
+File: po/mr.po
+Copyright:
+  Copyright (C) 2009 Sandeep Shedmake <sandeep.shedmake@gmail.com>
+License: GPL-2+
+ On Debian systems, the complete text of the GPL-2 can be found in
+ /usr/share/common-licenses/GPL-2
+
+File: po/nl.po
+Copyright:
+  Copyright (C) 2008 Reinout van Schouwen <reinouts@gnome.org>
+  Copyright (C) 2009 R.E. van der Luit <nippur@fedoraproject.org>
+License: GPL-2+
+ On Debian systems, the complete text of the GPL-2 can be found in
+ /usr/share/common-licenses/GPL-2
+
+File: po/or.po
+Copyright:
+  Copyright (C) 2009 Manoj Kumar Giri <mgiri@redhat.com>
+License: GPL-2+
+ On Debian systems, the complete text of the GPL-2 can be found in
+ /usr/share/common-licenses/GPL-2
+
+File: po/pa.po
+Copyright:
+  Copyright (C) 2008 Amanpreet Singh Alam <aalam@users.sf.net>
+License: GPL-2+
+ On Debian systems, the complete text of the GPL-2 can be found in
+ /usr/share/common-licenses/GPL-2
+
+File: po/pl.po
+Copyright:
+  Copyright (C) 2008 Piotr Drąg <piotrdrag@gmail.com>
+License: GPL-2+
+ On Debian systems, the complete text of the GPL-2 can be found in
+ /usr/share/common-licenses/GPL-2
+
+File: po/pt.po
+Copyright:
+  Copyright (C) 2008 marcormm <marcormm@fedoraproject.org>
+License: GPL-2+
+ On Debian systems, the complete text of the GPL-2 can be found in
+ /usr/share/common-licenses/GPL-2
+
+File: po/pt_BR.po
+Copyright:
+  Copyright (C) 2008 Jyulliano Arruda Ferraro Rocha <jyulliano@gmail.com>
+  Copyright (C) 2008 Igor Pires Soares <igor@projetofedora.org>
+License: GPL-2+
+ On Debian systems, the complete text of the GPL-2 can be found in
+ /usr/share/common-licenses/GPL-2
+
+File: po/sk.po
+Copyright:
+  Copyright (C) 2008,2009 Ondrej Šulek <feonsu@gmail.com>
+License: GPL-2+
+ On Debian systems, the complete text of the GPL-2 can be found in
+ /usr/share/common-licenses/GPL-2
+
+File: po/sr.po, po/sr@latin.po
+Copyright:
+  Copyright (C) 2006 Lennart Poettering
+  Copyright (C) 2008 Ferenc Pravda <pravda013@gmail.com>
+License: GPL-2+
+ On Debian systems, the complete text of the GPL-2 can be found in
+ /usr/share/common-licenses/GPL-2
+
+File: po/sv.po
+Copyright:
+  Copyright (C) 2008 Daniel Nylander <po@danielnylander.se>
+License: GPL-2+
+ On Debian systems, the complete text of the GPL-2 can be found in
+ /usr/share/common-licenses/GPL-2
+
+File: po/ta.po
+Copyright:
+  Copyright (C) 2009 I. Felix <ifelix@redhat.com>
+License: GPL-2+
+ On Debian systems, the complete text of the GPL-2 can be found in
+ /usr/share/common-licenses/GPL-2
+
+File: po/te.po
+Copyright:
+  Copyright (C) 2009 Krishna Babu K <kkrothap@redhat.com>
+License: GPL-2+
+ On Debian systems, the complete text of the GPL-2 can be found in
+ /usr/share/common-licenses/GPL-2
+
+File: po/th.po
+Copyright:
+  Copyright (C) 2009 Manatsawin Hanmongkolchai <manatsawin@gmail.com>
+License: GPL-2+
+ On Debian systems, the complete text of the GPL-2 can be found in
+ /usr/share/common-licenses/GPL-2
+
+File: po/tr.po
+Copyright:
+  Copyright (C) 2009 Ozan Çağlayan <ozan@pardus.org.tr>
+License: GPL-2+
+ On Debian systems, the complete text of the GPL-2 can be found in
+ /usr/share/common-licenses/GPL-2
+
+File: po/zh_CN.po
+Copyright:
+  Copyright (C) 2008 甘露 (Gan Lu) <rhythm.gan@gmail.com>
+  Copyright (C) 2009 Leah Liu <lliu@redhat.com>, 2009.
+License: GPL-2+
+ On Debian systems, the complete text of the GPL-2 can be found in
+ /usr/share/common-licenses/GPL-2
--- pavucontrol-1.0.orig/debian/pavucontrol.1.txt
+++ pavucontrol-1.0/debian/pavucontrol.1.txt
@@ -0,0 +1,56 @@
+pavucontrol(1)
+==============
+
+
+Name
+----
+pavucontrol - A volume control for the PulseAudio sound server
+
+
+Synopsis
+--------
+'pavucontrol'
+
+
+Description
+-----------
+A simple 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.
+
+
+Options
+-------
+_pavucontrol_ does not accept any options.
+
+
+See Also
+--------
+pulseaudio(1), pavumeter(1), padevchooser(1)
+
+
+Resources
+---------
+Homepage: http://0pointer.de/lennart/projects/pavucontrol/[]
+
+PulseAudio web site: http://pulseaudio.org/[]
+
+
+Author
+------
+Written by Lennart Poettering <mzcnihpbageby@0pointer.de>
+
+
+Documentation
+-------------
+Documentation by CJ van den Berg <cj@vdbonline.com>.
+
+
+Copying
+-------
+Copyright \(C) 2006 Lennart Poettering. Free use of this software is granted
+under the terms of the GNU General Public License (GPL).
+
+