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

mparent-guest at alioth.debian.org mparent-guest at alioth.debian.org
Wed Jan 21 20:18:47 UTC 2009


Author: mparent-guest
Date: 2009-01-21 20:18:47 +0000 (Wed, 21 Jan 2009)
New Revision: 1155

Modified:
   php-kolab-filter/trunk/debian/changelog
   php-kolab-filter/trunk/debian/dirs
   php-kolab-filter/trunk/debian/rules
Log:
install manpages using pod2man


Modified: php-kolab-filter/trunk/debian/changelog
===================================================================
--- php-kolab-filter/trunk/debian/changelog	2009-01-21 20:08:51 UTC (rev 1154)
+++ php-kolab-filter/trunk/debian/changelog	2009-01-21 20:18:47 UTC (rev 1155)
@@ -9,5 +9,6 @@
   * 10-remove-md5.diff: Remove md5sums to allow patching
   * 30-horde-path.diff: Avoid Horde include errors
   * 70-manpages.diff: manpages for kolabfilter and kolabmailboxfilter 
+  * debian/rules: install manpages using pod2man
 
- -- Mathieu Parent <math.parent at gmail.com>  Wed, 21 Jan 2009 20:46:31 +0100
+ -- Mathieu Parent <math.parent at gmail.com>  Wed, 21 Jan 2009 21:14:59 +0100

Modified: php-kolab-filter/trunk/debian/dirs
===================================================================
--- php-kolab-filter/trunk/debian/dirs	2009-01-21 20:08:51 UTC (rev 1154)
+++ php-kolab-filter/trunk/debian/dirs	2009-01-21 20:18:47 UTC (rev 1155)
@@ -1 +1,2 @@
 usr/share/php
+usr/share/man/man1

Modified: php-kolab-filter/trunk/debian/rules
===================================================================
--- php-kolab-filter/trunk/debian/rules	2009-01-21 20:08:51 UTC (rev 1154)
+++ php-kolab-filter/trunk/debian/rules	2009-01-21 20:18:47 UTC (rev 1155)
@@ -10,4 +10,6 @@
 common-install-indep::
 	rmdir $(DEB_DESTDIR)usr/share/php/.registry/.channel.pear.horde.org
 	rmdir $(DEB_DESTDIR)usr/share/php/.registry
+	pod2man $(PEAR_SOURCE_DIR)/man1/kolabfilter.pod > $(DEB_DESTDIR)usr/share/man/man1/kolabfilter.1
+	ln -s kolabfilter.1 $(DEB_DESTDIR)usr/share/man/man1/kolabmailboxfilter.1
 




More information about the pkg-kolab-devel mailing list