--- paman-0.9.4.orig/debian/menu +++ paman-0.9.4/debian/menu @@ -0,0 +1,2 @@ +?package(paman):needs="X11" section="Applications/Sound"\ + title="paman" command="/usr/bin/paman" --- paman-0.9.4.orig/debian/control +++ paman-0.9.4/debian/control @@ -0,0 +1,26 @@ +Source: paman +Section: sound +Priority: optional +Maintainer: Ubuntu MOTU Developers +XSBC-Original-Maintainer: CJ van den Berg +Uploaders: Sjoerd Simons +Build-Depends: debhelper (>= 5), cdbs, quilt, autotools-dev, libpulse-dev, + libgtkmm-2.4-dev, libglademm-2.4-dev, lynx, asciidoc, xmlto +Standards-Version: 3.7.3 +Vcs-Git: git://git.debian.org/git/pkg-pulseaudio/paman.git +Vcs-Browser: http://git.debian.org/?p=pkg-pulseaudio/paman.git +Homepage: http://0pointer.de/lennart/projects/paman/ + +Package: paman +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, gnome-icon-theme +Recommends: pavumeter, pavucontrol, padevchooser +Description: PulseAudio Manager + 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 Manager (paman) is a simple GTK frontend for the PulseAudio + sound server. With paman you may browse most of PulseAudio's internals. + There is support for changing the volume of sinks and sink inputs. You're + also able to play samples from the sample cache. --- paman-0.9.4.orig/debian/rules +++ paman-0.9.4/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/paman.1.txt + a2x -d manpage -f manpage $(CURDIR)/debian/paman.1.txt + +clean:: + rm -f $(CURDIR)/debian/paman.1.xml + rm -f $(CURDIR)/debian/paman.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 --- paman-0.9.4.orig/debian/watch +++ paman-0.9.4/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://0pointer.de/lennart/projects/paman/ paman-(.*)\.tar\.gz --- paman-0.9.4.orig/debian/changelog +++ paman-0.9.4/debian/changelog @@ -0,0 +1,56 @@ +paman (0.9.4-1ubuntu1~intrepid1) intrepid; urgency=low + + * Backporting to intrepid + + -- Mieszko ƚlusarczyk (spitfire) Mon, 02 Feb 2009 23:44:46 +0100 + +paman (0.9.4-1ubuntu1) hardy; urgency=low + + * debian/control: + - Updated maintainer fields + - Added recommends on pavucontrol and padevchooser + - Bumped standards version + * debian/patches/0050-MenusRevisited.patch: + - Added patch to hide in menu + - Also fixes typo (Manager -> Manage) + + -- Cody A.W. Somerville Sun, 13 Jan 2008 14:12:59 -0400 + +paman (0.9.4-1) unstable; urgency=low + + * New upstream version. + * debian/copyright: Remove LGPL license. paman is now fully GPL. + * debian/patches: Remove use_stock_gnome_icons patch. No longer required. + * debian/control: + + Add Sjoerd Simons to uploaders. + + Add Vcs-* tags. + * Add Homepage field. + * debian/menu: Move to Applications section now that Apps is obsolete. + * debian/patches: + + Add 0001-Correct-invalid-category-entry-in-desktop-file.patch + + -- CJ van den Berg Wed, 21 Nov 2007 16:54:26 +0100 + +paman (0.9.3-2) unstable; urgency=low + + * debian/control: Fix typos in package description. (closes: #398617) + * debian/rules: Port to CDBS and quilt. + * debian/patches: Reformat patches for quilt. + * debian/patches/use_stock_gnome_icons.patch: Update icons for Gnome 2.18. + (closes: #427239) + * debian/copyright: Update FSF postal address. + * debian/paman.1.txt: Add a simple man page. + + -- CJ van den Berg Wed, 30 May 2007 16:18:38 +0200 + +paman (0.9.3-1) unstable; urgency=low + + [ CJ van den Berg ] + * Initial release + + [ Loic Minier ] + * Depend on gnome-icon-theme for the icons. + * Clarify GPL/LGPL files in copyright. + + -- Loic Minier Tue, 17 Oct 2006 21:24:53 +0200 + --- paman-0.9.4.orig/debian/compat +++ paman-0.9.4/debian/compat @@ -0,0 +1 @@ +5 --- paman-0.9.4.orig/debian/paman.manpages +++ paman-0.9.4/debian/paman.manpages @@ -0,0 +1 @@ +debian/paman.1 --- paman-0.9.4.orig/debian/copyright +++ paman-0.9.4/debian/copyright @@ -0,0 +1,29 @@ +This package was debianized by CJ van den Berg on +Wed, 10 Aug 2006 22:46:22 +0200. + +It was downloaded from http://0pointer.de/lennart/projects/paman/ + +Upstream Author: Lennart Poettering + +Copyright: 2004-2006 Lennart Poettering + +License: + + 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 + (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 General Public License for more details. + + 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. + +On Debian systems, the complete text of the GNU General +Public License can be found in `/usr/share/common-licenses/GPL'. + --- paman-0.9.4.orig/debian/paman.1.txt +++ paman-0.9.4/debian/paman.1.txt @@ -0,0 +1,55 @@ +paman(1) +======== + + +Name +---- +paman - PulseAudio Manager + + +Synopsis +-------- +'paman' + + +Description +----------- +PulseAudio Manager (_paman_) is a simple GTK frontend for the PulseAudio +sound server. With _paman_ you may browse most of PulseAudio's internals. +There is support for changing the volume of sinks and sink inputs. You're +also able to play samples from the sample cache. + + +Options +------- +_paman_ does not accept any options. + + +See Also +-------- +pulseaudio(1), padevchooser(1) + + +Resources +--------- +Homepage: http://0pointer.de/lennart/projects/paman/[] + +PulseAudio web site: http://pulseaudio.org/[] + + +Author +------ +Written by Lennart Poettering + + +Documentation +------------- +Documentation by CJ van den Berg . + + +Copying +------- +Copyright \(C) 2004-2006 Lennart Poettering. Free use of this software is +granted under the terms of the GNU General Public License (GPL). + + --- paman-0.9.4.orig/debian/patches/0050-MenusRevisited.patch +++ paman-0.9.4/debian/patches/0050-MenusRevisited.patch @@ -0,0 +1,15 @@ +diff -Nur paman-0.9.4/src/paman.desktop paman-0.9.4.new/src/paman.desktop +--- paman-0.9.4/src/paman.desktop 2008-01-13 14:32:43.000000000 -0400 ++++ paman-0.9.4.new/src/paman.desktop 2008-01-13 14:33:35.000000000 -0400 +@@ -1,9 +1,10 @@ + [Desktop Entry] + Encoding=UTF-8 + Name=PulseAudio Manager +-Comment=Manager your PulseAudio sound server. ++Comment=Manage your PulseAudio sound server + Exec=paman + Icon=audio-card + StartupNotify=true + Type=Application + Categories=AudioVideo;Audio; ++NoDisplay=true --- paman-0.9.4.orig/debian/patches/series +++ paman-0.9.4/debian/patches/series @@ -0,0 +1,2 @@ +0001-Correct-invalid-category-entry-in-desktop-file.patch +0050-MenusRevisited.patch --- paman-0.9.4.orig/debian/patches/0001-Correct-invalid-category-entry-in-desktop-file.patch +++ paman-0.9.4/debian/patches/0001-Correct-invalid-category-entry-in-desktop-file.patch @@ -0,0 +1,24 @@ +From ca5ca06cc7f3b14603b5c7998239db4b247dd30f Mon Sep 17 00:00:00 2001 +From: CJ van den Berg +Date: Tue, 13 Nov 2007 10:04:30 +0100 +Subject: [PATCH] Correct invalid category entry in desktop file + +This desktop entry lists a category that is not one of the registered +Main or Additional Categories in the FreeDesktop specification. + +Refer to http://standards.freedesktop.org/menu-spec/1.0/apa.html for +details. +--- + src/paman.desktop | 2 +- + 1 files changed, 1 insertions(+), 1 deletions(-) + +diff --git a/src/paman.desktop b/src/paman.desktop +index 8151a67..7978926 100644 +--- a/src/paman.desktop ++++ b/src/paman.desktop +@@ -6,4 +6,4 @@ Exec=paman + Icon=audio-card + StartupNotify=true + Type=Application +-Categories=Application;AudioVideo;Audio; ++Categories=AudioVideo;Audio;