[pkg-kolab] r1043 - kolabd/branches/2.2.1/debian libkolab-perl/branches/2.2.1/debian

mparent-guest at alioth.debian.org mparent-guest at alioth.debian.org
Tue Dec 16 18:24:01 UTC 2008


Author: mparent-guest
Date: 2008-12-16 18:24:01 +0000 (Tue, 16 Dec 2008)
New Revision: 1043

Modified:
   kolabd/branches/2.2.1/debian/changelog
   kolabd/branches/2.2.1/debian/rules
   libkolab-perl/branches/2.2.1/debian/changelog
   libkolab-perl/branches/2.2.1/debian/rules
Log:
- moved manpage for undocumented (s)bin from kolabd to libkolab-perl
- kolabd: don(t install lintian override


Modified: kolabd/branches/2.2.1/debian/changelog
===================================================================
--- kolabd/branches/2.2.1/debian/changelog	2008-12-16 18:16:49 UTC (rev 1042)
+++ kolabd/branches/2.2.1/debian/changelog	2008-12-16 18:24:01 UTC (rev 1043)
@@ -15,9 +15,10 @@
   * debian/rules
     - several perl script are now in libkolab-perl
     - kolab.conf removed (kolab/issue2994)
+    - moved manpage for undocumented (s)bin to libkolab-perl
   * debian/kolabd.lintian-overrides: removed, as kolab.conf is removed
 
- -- Mathieu Parent <math.parent at gmail.com>  Tue, 16 Dec 2008 19:14:00 +0100
+ -- Mathieu Parent <math.parent at gmail.com>  Tue, 16 Dec 2008 19:18: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-16 18:16:49 UTC (rev 1042)
+++ kolabd/branches/2.2.1/debian/rules	2008-12-16 18:24:01 UTC (rev 1043)
@@ -47,15 +47,6 @@
 #	# 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
-
-	# Lintian
-	install -D -m 644 debian/kolabd.lintian-overrides debian/kolabd/usr/share/lintian/overrides/kolabd
-
 binary-indep: build install
 	dh_testdir
 	dh_testroot

Modified: libkolab-perl/branches/2.2.1/debian/changelog
===================================================================
--- libkolab-perl/branches/2.2.1/debian/changelog	2008-12-16 18:16:49 UTC (rev 1042)
+++ libkolab-perl/branches/2.2.1/debian/changelog	2008-12-16 18:24:01 UTC (rev 1043)
@@ -4,8 +4,10 @@
   * Integrated patch: 50-sync-ldap-backend
   * Moved patch: 30-bootstrap from kolabd
   * Moved patch: 40-disable-amavis from kolabd
+  * debian/rules:
+    - taken manpage for undocumented (s)bin from kolabd
 
- -- Mathieu Parent <math.parent at gmail.com>  Tue, 16 Dec 2008 18:24:16 +0100
+ -- Mathieu Parent <math.parent at gmail.com>  Tue, 16 Dec 2008 19:20:08 +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	2008-12-16 18:16:49 UTC (rev 1042)
+++ libkolab-perl/branches/2.2.1/debian/rules	2008-12-16 18:24:01 UTC (rev 1043)
@@ -22,7 +22,13 @@
 	dh_clean -k 
 	dh_installdirs
 	$(MAKE) install DESTDIR=$(CURDIR)/debian/libkolab-perl
+	# Man pages
+	mkdir -p debian/libkolab-perl/usr/share/man/man1
+	for x in `find debian/libkolab-perl/usr/bin debian/libkolab-perl/usr/sbin -type f`; do \
+	  sed "s/undocumented/`basename $$x`/g" debian/undocumented.1 >debian/libkolab-perl/usr/share/man/man1/`basename $$x`.1; \
+	done
 
+
 binary-indep: build install
 	dh_testdir
 	dh_testroot




More information about the pkg-kolab-devel mailing list