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

mparent-guest at alioth.debian.org mparent-guest at alioth.debian.org
Fri Mar 6 23:29:57 UTC 2009


Author: mparent-guest
Date: 2009-03-06 23:29:57 +0000 (Fri, 06 Mar 2009)
New Revision: 1219

Modified:
   kolabd/branches/2.2.1/debian/changelog
   kolabd/branches/2.2.1/debian/uupdate-wrapper
Log:
debian/uupdate-wrapper: updated to keep upsteam version



Modified: kolabd/branches/2.2.1/debian/changelog
===================================================================
--- kolabd/branches/2.2.1/debian/changelog	2009-03-06 23:27:09 UTC (rev 1218)
+++ kolabd/branches/2.2.1/debian/changelog	2009-03-06 23:29:57 UTC (rev 1219)
@@ -41,8 +41,9 @@
     another machine
   * 99-issue3311.diff: port upstream patch 
   * debian/copyright: refers to versionned license version
+  * debian/uupdate-wrapper: updated to keep upsteam version
 
- -- Mathieu Parent <math.parent at gmail.com>  Sun, 08 Feb 2009 15:25:46 +0100
+ -- Mathieu Parent <math.parent at gmail.com>  Sat, 07 Mar 2009 00:25:45 +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:27:09 UTC (rev 1218)
+++ kolabd/branches/2.2.1/debian/uupdate-wrapper	2009-03-06 23:29:57 UTC (rev 1219)
@@ -3,5 +3,5 @@
 version=$2
 file=$3
 
-rpm2cpio $file | cpio -i --quiet '*-*.tar.bz2'
-bunzip2 -c *.tar.bz2 | gzip > kolabd_$version.orig.tar.gz
+rpm2cpio "$file" | cpio --extract --quiet --to-stdout 'kolabd-*.tar.gz' > "kolabd_$version.orig.tar.gz"
+rm "$file"




More information about the pkg-kolab-devel mailing list