tags 635448 + patch
tags 635448 + pending
thanks

Dear maintainer,

I've prepared an NMU for collabtive (versioned as 0.7-1.1) and
uploaded it to DELAYED/2. Please feel free to tell me if I
should delay it longer.

Regards.

-- 
 .''`.   Homepage: http://info.comodo.priv.at/ - OpenPGP key ID: 0x8649AA06
 : :' :  Debian GNU/Linux user, admin, & developer - http://www.debian.org/
 `. `'   Member of VIBE!AT & SPI, fellow of Free Software Foundation Europe
   `-    NP: Rolling Stones: Lying
diff -Nru collabtive-0.7/debian/changelog collabtive-0.7/debian/changelog
--- collabtive-0.7/debian/changelog	2011-06-03 22:37:10.000000000 +0200
+++ collabtive-0.7/debian/changelog	2011-09-23 16:25:18.000000000 +0200
@@ -1,3 +1,12 @@
+collabtive (0.7-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix "sources file that was removed in postrm purge": check if
+    wwwconfig-common script exists before sourcing it (closes: #635448).
+  * debian/watch: improve uversionmangle (remove trailing dot).
+
+ -- gregor herrmann <[email protected]>  Fri, 23 Sep 2011 16:25:10 +0200
+
 collabtive (0.7-1) unstable; urgency=low
 
   * New upstream release
diff -Nru collabtive-0.7/debian/collabtive.postrm collabtive-0.7/debian/collabtive.postrm
--- collabtive-0.7/debian/collabtive.postrm	2011-06-03 22:37:10.000000000 +0200
+++ collabtive-0.7/debian/collabtive.postrm	2011-09-23 16:09:23.000000000 +0200
@@ -24,9 +24,12 @@
 	if [ -d /etc/apache2/conf.d ]
 	    then
 	    rm -f /etc/apache2/conf.d/collabtive.conf
-	    servers=apache2
-	    restart=apache2
-	    . /usr/share/wwwconfig-common/restart.sh
+ 	    if [ -e /usr/share/wwwconfig-common/restart.sh ]
+	        then
+	        servers=apache2
+	        restart=apache2
+	        . /usr/share/wwwconfig-common/restart.sh
+	    fi
 	fi
 	;; 
     upgrade|remove|failed-upgrade|abort-install|abort-upgrade|disappear)
diff -Nru collabtive-0.7/debian/watch collabtive-0.7/debian/watch
--- collabtive-0.7/debian/watch	2011-06-03 22:37:10.000000000 +0200
+++ collabtive-0.7/debian/watch	2011-09-23 15:14:47.000000000 +0200
@@ -1,3 +1,3 @@
 version=3
-opts="uversionmangle=s/(.)(.)(.*)/$1.$2.$3/" \
+opts="uversionmangle=s/(.)(.)(.*)/$1.$2.$3/;s/\.$//" \
 http://sf.net/collabtive/ collabtive-?([\d.]+).zip debian debian/repack.sh

Attachment: signature.asc
Description: Digital signature

Reply via email to