[pkg-kolab] r454 - kolabd/trunk/debian

Peter Eisentraut petere at costa.debian.org
Wed Aug 23 16:03:36 UTC 2006


Author: petere
Date: 2006-08-23 16:03:36 +0000 (Wed, 23 Aug 2006)
New Revision: 454

Added:
   kolabd/trunk/debian/undocumented.1
Modified:
   kolabd/trunk/debian/changelog
   kolabd/trunk/debian/rules
Log:
* Added placeholder man pages

Modified: kolabd/trunk/debian/changelog
===================================================================
--- kolabd/trunk/debian/changelog	2006-08-23 15:11:07 UTC (rev 453)
+++ kolabd/trunk/debian/changelog	2006-08-23 16:03:36 UTC (rev 454)
@@ -27,8 +27,9 @@
   * Fixed Build-Depends vs. Build-Depends-Indep
   * Added watch file
   * Changed priority to extra for policy conformance
+  * Added placeholder man pages
 
- -- Peter Eisentraut <petere at debian.org>  Wed, 23 Aug 2006 10:43:34 +0200
+ -- Peter Eisentraut <petere at debian.org>  Wed, 23 Aug 2006 18:03:11 +0200
 
 kolabd (1.9.4dfsg-3) unstable; urgency=low
 

Modified: kolabd/trunk/debian/rules
===================================================================
--- kolabd/trunk/debian/rules	2006-08-23 15:11:07 UTC (rev 453)
+++ kolabd/trunk/debian/rules	2006-08-23 16:03:36 UTC (rev 454)
@@ -54,6 +54,12 @@
 #	# Commented out because of copyright issues, needs further investigation
 #	install -D -m 644 rfc2739.schema debian/kolabd/usr/share/kolabd/schema/rfc2739.schema
 
+	# Man pages
+	mkdir -p debian/kolabd/usr/share/man/man1
+	for x in `find debian/kolabd/usr/bin debian/kolabd/usr/sbin -type f`; do \
+	  sed "s/undocumented/`basename $$x`/g" debian/undocumented.1 >debian/kolabd/usr/share/man/man1/`basename $$x`.1; \
+	done
+
 binary-indep: build install
 	dh_testdir
 	dh_testroot

Added: kolabd/trunk/debian/undocumented.1
===================================================================
--- kolabd/trunk/debian/undocumented.1	2006-08-23 15:11:07 UTC (rev 453)
+++ kolabd/trunk/debian/undocumented.1	2006-08-23 16:03:36 UTC (rev 454)
@@ -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