[pkg-kolab] r827 - kolab-filter/trunk/debian

petere at alioth.debian.org petere at alioth.debian.org
Sat Apr 26 15:48:33 UTC 2008


Author: petere
Date: 2008-04-26 15:48:32 +0000 (Sat, 26 Apr 2008)
New Revision: 827

Added:
   kolab-filter/trunk/debian/uupdate-wrapper
   kolab-filter/trunk/debian/watch
Modified:
   kolab-filter/trunk/debian/changelog
Log:
Added watch file and uupdate-wrapper

Modified: kolab-filter/trunk/debian/changelog
===================================================================
--- kolab-filter/trunk/debian/changelog	2008-04-26 15:31:00 UTC (rev 826)
+++ kolab-filter/trunk/debian/changelog	2008-04-26 15:48:32 UTC (rev 827)
@@ -1,8 +1,12 @@
-kolab-filter (2.2~rc2+20080314-1) experimental; urgency=low
+kolab-filter (2.2~rc2-20080314-1) experimental; urgency=low
 
+  [ Mathieu Parent ]
   * New upstream version: 2.2-rc2
       - upstream reorganisation of kolab-resources-handler
   * patch 20-config-path : use /etc/kolab/filter_config.php as config
   * patch 30-syslog.dpatch : use syslog
 
- -- Mathieu Parent <math.parent at gmail.com>  Sat, 26 Apr 2008 14:13:22 +0200
+  [ Peter Eisentraut ]
+  * Added watch file and uupdate-wrapper
+
+ -- Peter Eisentraut <petere at debian.org>  Sat, 26 Apr 2008 17:48:04 +0200

Added: kolab-filter/trunk/debian/uupdate-wrapper
===================================================================
--- kolab-filter/trunk/debian/uupdate-wrapper	                        (rev 0)
+++ kolab-filter/trunk/debian/uupdate-wrapper	2008-04-26 15:48:32 UTC (rev 827)
@@ -0,0 +1,8 @@
+#!/bin/sh
+
+version=$2
+file=$3
+
+rpm2cpio $file | cpio -i --quiet '*-*.tar.bz2'
+bunzip2 *-*.tar.bz2
+gzip --best *-*.tar


Property changes on: kolab-filter/trunk/debian/uupdate-wrapper
___________________________________________________________________
Name: svn:executable
   + *

Added: kolab-filter/trunk/debian/watch
===================================================================
--- kolab-filter/trunk/debian/watch	                        (rev 0)
+++ kolab-filter/trunk/debian/watch	2008-04-26 15:48:32 UTC (rev 827)
@@ -0,0 +1,3 @@
+version=3
+opts=dversionmangle=s/~rc/.rc/ \
+ftp://ftp.belnet.be/packages/kolab/server/development-2.2/current/sources/kolab-filter-([\d\w.-]+).src.rpm  debian  debian/uupdate-wrapper




More information about the pkg-kolab-devel mailing list