[pkg-kolab] r1091 - php-kolab-filter/trunk/debian

mparent-guest at alioth.debian.org mparent-guest at alioth.debian.org
Sat Dec 20 19:27:16 UTC 2008


Author: mparent-guest
Date: 2008-12-20 19:27:16 +0000 (Sat, 20 Dec 2008)
New Revision: 1091

Added:
   php-kolab-filter/trunk/debian/undocumented.1
Modified:
   php-kolab-filter/trunk/debian/changelog
   php-kolab-filter/trunk/debian/rules
Log:
create manpage for undocumented binaries


Modified: php-kolab-filter/trunk/debian/changelog
===================================================================
--- php-kolab-filter/trunk/debian/changelog	2008-12-20 19:25:53 UTC (rev 1090)
+++ php-kolab-filter/trunk/debian/changelog	2008-12-20 19:27:16 UTC (rev 1091)
@@ -5,5 +5,6 @@
   * conflicts/replaces php-kolab and kolab-filter
   * corrected package-contains-empty-directory
     usr/share/php/.registry/.channel.pear.horde.org
+  * create manpage for undocumented binaries 
 
- -- Mathieu Parent <math.parent at gmail.com>  Wed, 17 Dec 2008 17:04:35 +0100
+ -- Mathieu Parent <math.parent at gmail.com>  Sat, 20 Dec 2008 20:24:04 +0100

Modified: php-kolab-filter/trunk/debian/rules
===================================================================
--- php-kolab-filter/trunk/debian/rules	2008-12-20 19:25:53 UTC (rev 1090)
+++ php-kolab-filter/trunk/debian/rules	2008-12-20 19:27:16 UTC (rev 1091)
@@ -9,3 +9,9 @@
 common-install-indep::
 	rmdir $(DEB_DESTDIR)usr/share/php/.registry/.channel.pear.horde.org
 	rmdir $(DEB_DESTDIR)usr/share/php/.registry
+	# Man pages
+	mkdir -p debian/php-kolab-filter/usr/share/man/man1
+	for x in `find $(CURDIR)/debian/php-kolab-filter/usr/bin $(CURDIR)/debian/php-kolab-filter/usr/sbin -type f`; do \
+	  sed "s/undocumented/`basename $$x`/g" $(CURDIR)/debian/undocumented.1 > $(CURDIR)/debian/php-kolab-filter/usr/share/man/man1/`basename $$x`.1; \
+	done
+

Added: php-kolab-filter/trunk/debian/undocumented.1
===================================================================
--- php-kolab-filter/trunk/debian/undocumented.1	                        (rev 0)
+++ php-kolab-filter/trunk/debian/undocumented.1	2008-12-20 19:27:16 UTC (rev 1091)
@@ -0,0 +1,9 @@
+.TH undocumented 1 2006-08-23 Kolab
+.SH NAME
+undocumented \- Kolab groupware suite
+.SH SYNOPSIS
+\fBundocumented\fR
+.SH DESCRIPTION
+This program belongs to the Kolab groupware suite, but it does not have
+a useful manual page of its own.  Please see the documentation under
+\fI/usr/share/doc/kolabd/\fR for more information.




More information about the pkg-kolab-devel mailing list