[Pkg-pulseaudio-devel] r147 - in /paman/trunk/debian: changelog control paman.1.txt paman.manpages rules

neurocyte-guest at users.alioth.debian.org neurocyte-guest at users.alioth.debian.org
Thu May 31 13:44:24 UTC 2007


Author: neurocyte-guest
Date: Thu May 31 13:44:23 2007
New Revision: 147

URL: http://svn.debian.org/wsvn/pkg-pulseaudio/?sc=1&rev=147
Log:
Add a simple manpage

Added:
    paman/trunk/debian/paman.1.txt
    paman/trunk/debian/paman.manpages
Modified:
    paman/trunk/debian/changelog
    paman/trunk/debian/control
    paman/trunk/debian/rules

Modified: paman/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-pulseaudio/paman/trunk/debian/changelog?rev=147&op=diff
==============================================================================
--- paman/trunk/debian/changelog (original)
+++ paman/trunk/debian/changelog Thu May 31 13:44:23 2007
@@ -1,12 +1,13 @@
-paman (0.9.3-2) unstable; urgency=low
+paman (0.9.3-2) UNRELEASED; 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.
   * debian/copyright: Update FSF postal address.
+  * debian/paman.1.txt: Add a simple man page.
 
- -- CJ van den Berg <cj at vdbonline.com>  Wed, 30 May 2007 16:04:04 +0200
+ -- CJ van den Berg <cj at vdbonline.com>  Wed, 30 May 2007 16:18:38 +0200
 
 paman (0.9.3-1) unstable; urgency=low
 

Modified: paman/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-pulseaudio/paman/trunk/debian/control?rev=147&op=diff
==============================================================================
--- paman/trunk/debian/control (original)
+++ paman/trunk/debian/control Thu May 31 13:44:23 2007
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: CJ van den Berg <cj at vdbonline.com>
 Build-Depends: debhelper (>= 5), cdbs, quilt, autotools-dev, libpulse-dev,
-    libgtkmm-2.4-dev, libglademm-2.4-dev, lynx
+    libgtkmm-2.4-dev, libglademm-2.4-dev, lynx, asciidoc, xmlto
 Standards-Version: 3.7.2
 
 Package: paman

Added: paman/trunk/debian/paman.1.txt
URL: http://svn.debian.org/wsvn/pkg-pulseaudio/paman/trunk/debian/paman.1.txt?rev=147&op=file
==============================================================================
--- paman/trunk/debian/paman.1.txt (added)
+++ paman/trunk/debian/paman.1.txt Thu May 31 13:44:23 2007
@@ -1,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 <mzcnihpbageby at 0pointer.de>
+
+
+Documentation
+-------------
+Documentation by CJ van den Berg <cj at vdbonline.com>.
+
+
+Copying
+-------
+Copyright \(C) 2004-2006 Lennart Poettering. Free use of this software is
+granted under the terms of the GNU General Public License (GPL).
+
+

Added: paman/trunk/debian/paman.manpages
URL: http://svn.debian.org/wsvn/pkg-pulseaudio/paman/trunk/debian/paman.manpages?rev=147&op=file
==============================================================================
--- paman/trunk/debian/paman.manpages (added)
+++ paman/trunk/debian/paman.manpages Thu May 31 13:44:23 2007
@@ -1,0 +1,1 @@
+debian/paman.1

Modified: paman/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-pulseaudio/paman/trunk/debian/rules?rev=147&op=diff
==============================================================================
--- paman/trunk/debian/rules (original)
+++ paman/trunk/debian/rules Thu May 31 13:44:23 2007
@@ -3,3 +3,10 @@
 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




More information about the Pkg-pulseaudio-devel mailing list