[pkg-kolab] r1090 - kolabd/branches/2.2.1/debian

mparent-guest at alioth.debian.org mparent-guest at alioth.debian.org
Sat Dec 20 19:25:53 UTC 2008


Author: mparent-guest
Date: 2008-12-20 19:25:53 +0000 (Sat, 20 Dec 2008)
New Revision: 1090

Added:
   kolabd/branches/2.2.1/debian/undocumented.1
Modified:
   kolabd/branches/2.2.1/debian/changelog
   kolabd/branches/2.2.1/debian/rules
Log:
moved some manpage for undocumented (s)bin to libkolab-perl


Modified: kolabd/branches/2.2.1/debian/changelog
===================================================================
--- kolabd/branches/2.2.1/debian/changelog	2008-12-20 13:56:54 UTC (rev 1089)
+++ kolabd/branches/2.2.1/debian/changelog	2008-12-20 19:25:53 UTC (rev 1090)
@@ -16,7 +16,7 @@
   * debian/rules
     - several perl script are now in libkolab-perl
     - kolab.conf removed (kolab/issue2994)
-    - moved manpage for undocumented (s)bin to libkolab-perl
+    - moved some manpage for undocumented (s)bin to libkolab-perl
   * debian/kolabd.lintian-overrides: removed, as kolab.conf is removed
   * debian/control:
     - depends on 2.2.1 version of libkolab-perl as binaries are now there
@@ -33,7 +33,7 @@
     - backups are now in /var/lib/kolab/backups instead of 
       /var/lib/backups/kolab
 
- -- Mathieu Parent <math.parent at gmail.com>  Sat, 20 Dec 2008 14:54:09 +0100
+ -- Mathieu Parent <math.parent at gmail.com>  Sat, 20 Dec 2008 20:22:59 +0100
 
 kolabd (2.2.0-20080709.dfsg-3) UNRELEASED; urgency=low
 

Modified: kolabd/branches/2.2.1/debian/rules
===================================================================
--- kolabd/branches/2.2.1/debian/rules	2008-12-20 13:56:54 UTC (rev 1089)
+++ kolabd/branches/2.2.1/debian/rules	2008-12-20 19:25:53 UTC (rev 1090)
@@ -54,6 +54,11 @@
 #	# 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 $(CURDIR)/debian/kolabd/usr/bin $(CURDIR)/debian/kolabd/usr/sbin -type f`; do \
+	  sed "s/undocumented/`basename $$x`/g" $(CURDIR)/debian/undocumented.1 > $(CURDIR)/debian/kolabd/usr/share/man/man1/`basename $$x`.1; \
+	done
 binary-indep: build install
 	dh_testdir
 	dh_testroot

Added: kolabd/branches/2.2.1/debian/undocumented.1
===================================================================
--- kolabd/branches/2.2.1/debian/undocumented.1	                        (rev 0)
+++ kolabd/branches/2.2.1/debian/undocumented.1	2008-12-20 19:25:53 UTC (rev 1090)
@@ -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