[pkg-kolab] r1222 - kolabd/branches/2.2.1/debian

mparent-guest at alioth.debian.org mparent-guest at alioth.debian.org
Sat Mar 7 00:00:37 UTC 2009


Author: mparent-guest
Date: 2009-03-07 00:00:36 +0000 (Sat, 07 Mar 2009)
New Revision: 1222

Modified:
   kolabd/branches/2.2.1/debian/changelog
   kolabd/branches/2.2.1/debian/uupdate-wrapper
Log:
Corrected uupdate-wrapper


Modified: kolabd/branches/2.2.1/debian/changelog
===================================================================
--- kolabd/branches/2.2.1/debian/changelog	2009-03-06 23:37:39 UTC (rev 1221)
+++ kolabd/branches/2.2.1/debian/changelog	2009-03-07 00:00:36 UTC (rev 1222)
@@ -1,6 +1,6 @@
-kolabd (2.2.1-20081212-1) UNRELEASED; urgency=low
+kolabd (2.2.1-20080304-1) UNRELEASED; urgency=low
 
-  * New beta release 2.2.1-beta-1
+  * New beta release 2.2.1-beta-1 (20081212)
     + Integrated patches (wow!):
       - 10-dist_conf
       - 50-postfix-hashes
@@ -17,7 +17,8 @@
     + kolab.conf removed (kolab/issue2994)
     + debian/kolabd.lintian-overrides: removed, as kolab.conf is removed
     + replaces kolab-{freebusy,filter} by php-kolab-{freebusy,filter} in
-      depends 
+      depends
+  * New rc release 2.2.1-rc-1 (2.2.1-20090304) 
   * 90-slapd.template.diff:
     - load module syncprov
     - don't install horde schema anymore as horde now use flat files for
@@ -43,7 +44,7 @@
   * debian/copyright: refers to versionned license version
   * debian/uupdate-wrapper: updated to keep upsteam version
 
- -- Mathieu Parent <math.parent at gmail.com>  Sat, 07 Mar 2009 00:25:45 +0100
+ -- Mathieu Parent <math.parent at gmail.com>  Sat, 07 Mar 2009 00:54:49 +0100
 
 kolabd (2.2.0-20080709.dfsg-3) UNRELEASED; urgency=low
 

Modified: kolabd/branches/2.2.1/debian/uupdate-wrapper
===================================================================
--- kolabd/branches/2.2.1/debian/uupdate-wrapper	2009-03-06 23:37:39 UTC (rev 1221)
+++ kolabd/branches/2.2.1/debian/uupdate-wrapper	2009-03-07 00:00:36 UTC (rev 1222)
@@ -1,7 +1,11 @@
 #!/bin/sh
 
+package=kolabd
 version=$2
 file=$3
 
-rpm2cpio "$file" | cpio --extract --quiet --to-stdout 'kolabd-*.tar.gz' > "kolabd_$version.orig.tar.gz"
+rpm2cpio "$file" | \
+cpio --extract --quiet --to-stdout "${package}-*.tar.bz2" | \
+bunzip2 --stdout | \
+gzip > "${package}_${version}.orig.tar.gz"
 rm "$file"




More information about the pkg-kolab-devel mailing list