[pkg-kolab] r440 - in libkolab-perl: trunk/debian trunk/debian/patches upstream

Peter Eisentraut petere at costa.debian.org
Mon Aug 21 19:27:37 UTC 2006


Author: petere
Date: 2006-08-21 19:27:28 +0000 (Mon, 21 Aug 2006)
New Revision: 440

Added:
   libkolab-perl/trunk/debian/watch
   libkolab-perl/upstream/libkolab-perl_0.9.2-20060430.orig.tar.gz
Removed:
   libkolab-perl/trunk/debian/dirs
Modified:
   libkolab-perl/trunk/debian/changelog
   libkolab-perl/trunk/debian/patches/10-Kolab.pm.dpatch
   libkolab-perl/trunk/debian/patches/20-LDAP.pm-cachefiles.dpatch
   libkolab-perl/trunk/debian/patches/30-slurpd.pm.dpatch
   libkolab-perl/trunk/debian/rules
Log:
* New upstream release
* Added watch file


Modified: libkolab-perl/trunk/debian/changelog
===================================================================
--- libkolab-perl/trunk/debian/changelog	2006-08-21 18:37:11 UTC (rev 439)
+++ libkolab-perl/trunk/debian/changelog	2006-08-21 19:27:28 UTC (rev 440)
@@ -1,13 +1,15 @@
-libkolab-perl (0.9.2-6) UNRELEASED; urgency=low
+libkolab-perl (0.9.2-20060430-1) UNRELEASED; urgency=low
 
+  * New upstream release
   * Changed build process to use upstream makefile for installation
     (closes: #361288)
   * Build in binary-indep
   * Improved package description
   * Updated standards version
   * Fixed Build-Depends vs. Build-Depends-Indep
+  * Added watch file
 
- -- Peter Eisentraut <petere at debian.org>  Mon, 21 Aug 2006 16:55:24 +0200
+ -- Peter Eisentraut <petere at debian.org>  Mon, 21 Aug 2006 21:26:59 +0200
 
 libkolab-perl (0.9.2-5) unstable; urgency=low
 

Deleted: libkolab-perl/trunk/debian/dirs
===================================================================
--- libkolab-perl/trunk/debian/dirs	2006-08-21 18:37:11 UTC (rev 439)
+++ libkolab-perl/trunk/debian/dirs	2006-08-21 19:27:28 UTC (rev 440)
@@ -1,2 +0,0 @@
-usr/share/man/man3
-usr/share/perl5/Kolab/LDAP/Backend

Modified: libkolab-perl/trunk/debian/patches/10-Kolab.pm.dpatch
===================================================================
--- libkolab-perl/trunk/debian/patches/10-Kolab.pm.dpatch	2006-08-21 18:37:11 UTC (rev 439)
+++ libkolab-perl/trunk/debian/patches/10-Kolab.pm.dpatch	2006-08-21 19:27:28 UTC (rev 440)
@@ -1,7 +1,6 @@
 #!/bin/sh -e
 ## 10-perl-path-fixes.dpatch by Steffen Joeris <steffen.joeris at skolelinux.de>
 ##
-## All lines beginning with `## DP:' are a description of the patch.
 ## DP: Here we correct the pathes of kolab.
 
 if [ $# -lt 1 ]; then

Modified: libkolab-perl/trunk/debian/patches/20-LDAP.pm-cachefiles.dpatch
===================================================================
--- libkolab-perl/trunk/debian/patches/20-LDAP.pm-cachefiles.dpatch	2006-08-21 18:37:11 UTC (rev 439)
+++ libkolab-perl/trunk/debian/patches/20-LDAP.pm-cachefiles.dpatch	2006-08-21 19:27:28 UTC (rev 440)
@@ -1,7 +1,6 @@
 #!/bin/sh -e
 ## 20-LDAP.pm-cachefiles.dpatch by Noèl Köthe
 ##
-## All lines beginning with `## DP:' are a description of the patch.
 ## DP: Here we correct the path of cache files
 
 if [ $# -lt 1 ]; then

Modified: libkolab-perl/trunk/debian/patches/30-slurpd.pm.dpatch
===================================================================
--- libkolab-perl/trunk/debian/patches/30-slurpd.pm.dpatch	2006-08-21 18:37:11 UTC (rev 439)
+++ libkolab-perl/trunk/debian/patches/30-slurpd.pm.dpatch	2006-08-21 19:27:28 UTC (rev 440)
@@ -1,7 +1,6 @@
 #!/bin/sh -e
 ## 30-slurpd.pm.dpatch by Steffen Joeris <steffen.joeris at skolelinux.de>
 ##
-## All lines beginning with `## DP:' are a description of the patch.
 ## DP: Here we correct the path for kolabconf
 
 if [ $# -lt 1 ]; then
@@ -23,14 +22,15 @@
 exit 0
 
 @DPATCH@
---- slurpd.pm.orig	2006-02-09 16:15:22.405392842 +0100
-+++ Kolab-LDAP-Backend-slurpd/slurpd.pm	2006-02-09 16:15:38.309247252 +0100
-@@ -277,7 +277,7 @@ sub run
-                 $changes = 0;
-                 Kolab::log('SD', 'Change detected w/ no pending LDAP messages; reloading services if needed');
-                 Kolab::LDAP::sync;
--                system($Kolab::config{'prefix'} . '/sbin/kolabconf');
-+                system('/sbin/kolabconf');
-             }
- 
-             Kolab::log('SD', 'Waiting for LDAP updates');
+diff -ur Kolab-LDAP-Backend-slurpd.orig/slurpd.pm Kolab-LDAP-Backend-slurpd/slurpd.pm
+--- Kolab-LDAP-Backend-slurpd.orig/slurpd.pm	2006-07-07 17:23:59.000000000 +0200
++++ Kolab-LDAP-Backend-slurpd/slurpd.pm	2006-08-21 21:00:53.000000000 +0200
+@@ -282,7 +282,7 @@
+ 		Kolab::log('SD', 'Change detected w/ no pending LDAP messages; reloading services if needed');
+ 		Kolab::LDAP::sync;
+ 		Kolab::log('SD', 'Running kolabconf');
+-		system($Kolab::config{'prefix'} ."/sbin/kolabconf") == 0
++		system("/usr/sbin/kolabconf") == 0
+ 		  or Kolab::log('SD', "Failed to run kolabconf: $?", KOLAB_ERROR);
+ 		Kolab::log('SD', 'Kolabconf complete');
+ 	      }

Modified: libkolab-perl/trunk/debian/rules
===================================================================
--- libkolab-perl/trunk/debian/rules	2006-08-21 18:37:11 UTC (rev 439)
+++ libkolab-perl/trunk/debian/rules	2006-08-21 19:27:28 UTC (rev 440)
@@ -17,7 +17,6 @@
 build: build-stamp
 build-stamp: configure-stamp
 	dh_testdir
-	dpatch apply-all
 	for i in `find . -maxdepth 1 -type d -name "Kolab*"`; do $(MAKE) -C $$i || exit; done
 	touch $@
 

Added: libkolab-perl/trunk/debian/watch
===================================================================
--- libkolab-perl/trunk/debian/watch	2006-08-21 18:37:11 UTC (rev 439)
+++ libkolab-perl/trunk/debian/watch	2006-08-21 19:27:28 UTC (rev 440)
@@ -0,0 +1,2 @@
+version=3
+ftp://ftp.belnet.be/packages/kolab/server/release/kolab-server-(?:[\d.]+)/sources/perl-kolab-([\d._-]+).src.rpm  5.8.7-2.0_20060430

Added: libkolab-perl/upstream/libkolab-perl_0.9.2-20060430.orig.tar.gz
===================================================================
(Binary files differ)


Property changes on: libkolab-perl/upstream/libkolab-perl_0.9.2-20060430.orig.tar.gz
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream




More information about the pkg-kolab-devel mailing list