[pkg-kolab] r1150 - in libkolab-perl/branches/2.2.1/debian: . patches

mparent-guest at alioth.debian.org mparent-guest at alioth.debian.org
Wed Jan 21 18:14:03 UTC 2009


Author: mparent-guest
Date: 2009-01-21 18:14:02 +0000 (Wed, 21 Jan 2009)
New Revision: 1150

Added:
   libkolab-perl/branches/2.2.1/debian/patches/71-install-sbin-manpages.diff
Modified:
   libkolab-perl/branches/2.2.1/debian/changelog
   libkolab-perl/branches/2.2.1/debian/patches/series
Log:
71-install-sbin-manpages.diff: install sbin/* manpages


Modified: libkolab-perl/branches/2.2.1/debian/changelog
===================================================================
--- libkolab-perl/branches/2.2.1/debian/changelog	2009-01-19 22:05:14 UTC (rev 1149)
+++ libkolab-perl/branches/2.2.1/debian/changelog	2009-01-21 18:14:02 UTC (rev 1150)
@@ -16,8 +16,10 @@
    - removed 95-runonchange.diff, integrated upstream
   * added conflict with previous kolabd as binaries are now here
   * created manpages for bin/* and sbin/*
+  * 70-manpages.diff: add POD manpages to bin/* and sbin/*
+  * 71-install-sbin-manpages.diff: install sbin/* manpages
 
- -- Mathieu Parent <math.parent at gmail.com>  Mon, 19 Jan 2009 23:01:42 +0100
+ -- Mathieu Parent <math.parent at gmail.com>  Wed, 21 Jan 2009 19:09:41 +0100
 
 libkolab-perl (1:2.2.0-4) UNRELEASED; urgency=low
 

Added: libkolab-perl/branches/2.2.1/debian/patches/71-install-sbin-manpages.diff
===================================================================
--- libkolab-perl/branches/2.2.1/debian/patches/71-install-sbin-manpages.diff	                        (rev 0)
+++ libkolab-perl/branches/2.2.1/debian/patches/71-install-sbin-manpages.diff	2009-01-21 18:14:02 UTC (rev 1150)
@@ -0,0 +1,29 @@
+Goal: manpages for sbin/*
+
+Author: Mathieu Parent <math.parent at gmail.com>
+
+Upstream status: To be reported
+
+Index: b/Makefile.PL
+===================================================================
+--- a/Makefile.PL
++++ b/Makefile.PL
+@@ -183,6 +188,18 @@
+                            'bin/kolabdcachetool',
+                            'bin/kolabpasswd',
+                            'bin/kolabquotawarn'],
++    MAN1PODS          => {
++                           'bin/kolab_smtpdpolicy' => 'blib/man1/kolab_smtpdpolicy.1p',
++                           'bin/kolabquotareport'  => 'blib/man1/kolabquotareport.1p',
++                           'bin/kolabdcachetool'   => 'blib/man1/kolabdcachetool.1p',
++                           'bin/kolabpasswd'       => 'blib/man1/kolabpasswd.1p',
++                           'bin/kolabquotawarn'    => 'blib/man1/kolabquotawarn.1p',
++                           'sbin/kolab_bootstrap'  => 'blib/man1/kolab_bootstrap.1p',
++                           'sbin/kolabcheckperm'   => 'blib/man1/kolabcheckperm.1p',
++                           'sbin/kolabconf'        => 'blib/man1/kolabconf.1p',
++                           'sbin/kolabd'           => 'blib/man1/kolabd.1p',
++                           'sbin/kolab_upgrade'    => 'blib/man1/kolab_upgrade.1p',
++                        },
+     $installscript    => $INSTALLSCRIPT,
+     ABSTRACT          => 
+ 'perl-kolab provides a basic set of perl modules required for the

Modified: libkolab-perl/branches/2.2.1/debian/patches/series
===================================================================
--- libkolab-perl/branches/2.2.1/debian/patches/series	2009-01-19 22:05:14 UTC (rev 1149)
+++ libkolab-perl/branches/2.2.1/debian/patches/series	2009-01-21 18:14:02 UTC (rev 1150)
@@ -2,3 +2,4 @@
 30-bootstrap.diff
 40-disable-amavis.diff
 70-manpages.diff
+71-install-sbin-manpages.diff




More information about the pkg-kolab-devel mailing list