[pkg-kolab] r1145 - libkolab-perl/branches/2.2.1/debian

mparent-guest at alioth.debian.org mparent-guest at alioth.debian.org
Sat Jan 17 17:47:09 UTC 2009


Author: mparent-guest
Date: 2009-01-17 17:47:08 +0000 (Sat, 17 Jan 2009)
New Revision: 1145

Removed:
   libkolab-perl/branches/2.2.1/debian/undocumented.1
Modified:
   libkolab-perl/branches/2.2.1/debian/changelog
   libkolab-perl/branches/2.2.1/debian/rules
Log:
don't create manpage for undocumented binaries


Modified: libkolab-perl/branches/2.2.1/debian/changelog
===================================================================
--- libkolab-perl/branches/2.2.1/debian/changelog	2009-01-17 17:43:20 UTC (rev 1144)
+++ libkolab-perl/branches/2.2.1/debian/changelog	2009-01-17 17:47:08 UTC (rev 1145)
@@ -6,7 +6,7 @@
     - updated
   * Moved patch: 40-disable-amavis from kolabd
   * debian/rules:
-    - taken manpage for undocumented (s)bin from kolabd
+    - remove empty manpages
     - makefile parameters 
   * kolabconf package integrated:
    - added versioned conflicts 
@@ -15,8 +15,9 @@
    - removed 85-slapd-syncrepl-24.diff, integrated upstream
    - removed 95-runonchange.diff, integrated upstream
   * added conflict with previous kolabd as binaries are now here
+  * 
 
- -- Mathieu Parent <math.parent at gmail.com>  Wed, 17 Dec 2008 16:19:29 +0100
+ -- Mathieu Parent <math.parent at gmail.com>  Sat, 17 Jan 2009 18:43:20 +0100
 
 libkolab-perl (1:2.2.0-4) UNRELEASED; urgency=low
 

Modified: libkolab-perl/branches/2.2.1/debian/rules
===================================================================
--- libkolab-perl/branches/2.2.1/debian/rules	2009-01-17 17:43:20 UTC (rev 1144)
+++ libkolab-perl/branches/2.2.1/debian/rules	2009-01-17 17:47:08 UTC (rev 1145)
@@ -26,11 +26,7 @@
 	mkdir -p $(CURDIR)/debian/libkolab-perl/usr/share/man/man1
 	#make install creates empty manpages, delete them
 	find $(CURDIR)/debian/libkolab-perl/usr/share/man/man1/ -size 0 -exec rm '{}' \;
-	for x in `find $(CURDIR)/debian/libkolab-perl/usr/bin $(CURDIR)/debian/libkolab-perl/usr/sbin -type f`; do \
-	  sed "s/undocumented/`basename $$x`/g" $(CURDIR)/debian/undocumented.1 > $(CURDIR)/debian/libkolab-perl/usr/share/man/man1/`basename $$x`.1; \
-	done
 
-
 binary-indep: build install
 	dh_testdir
 	dh_testroot

Deleted: libkolab-perl/branches/2.2.1/debian/undocumented.1
===================================================================
--- libkolab-perl/branches/2.2.1/debian/undocumented.1	2009-01-17 17:43:20 UTC (rev 1144)
+++ libkolab-perl/branches/2.2.1/debian/undocumented.1	2009-01-17 17:47:08 UTC (rev 1145)
@@ -1,9 +0,0 @@
-.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