tags 691015 + pending
thanks

Dear maintainer,

I've prepared an NMU for conserver (versioned as 8.1.18-2.2) 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 0xBB3A68018649AA06
 : :' : Debian GNU/Linux user, admin, and developer  -  http://www.debian.org/
 `. `'  Member of VIBE!AT & SPI, fellow of the Free Software Foundation Europe
   `-   NP: U2: Pride
diff -u conserver-8.1.18/debian/changelog conserver-8.1.18/debian/changelog
--- conserver-8.1.18/debian/changelog
+++ conserver-8.1.18/debian/changelog
@@ -1,3 +1,14 @@
+conserver (8.1.18-2.2) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix "fails to upgrade from testing: Can't locate
+    Tie/Hash/NamedCapture.pm in @INC":
+    use numbered capture groups instead of named ones, which need
+    Tie::Hash::NamedCapture which is in the perl package.
+    (Closes: #691015)
+
+ -- gregor herrmann <gre...@debian.org>  Sun, 09 Dec 2012 20:36:19 +0100
+
 conserver (8.1.18-2.1) unstable; urgency=low
 
   * Non-maintainer upload.
diff -u conserver-8.1.18/debian/conserver-client.postinst conserver-8.1.18/debian/conserver-client.postinst
--- conserver-8.1.18/debian/conserver-client.postinst
+++ conserver-8.1.18/debian/conserver-client.postinst
@@ -15,9 +15,9 @@
 
 		touch $conf
 		db_get conserver-client/server
-		perl -pi -e "s/master(?<space>\s+)([^;]+);/master$+{space}$RET;/" $conf
+		perl -pi -e "s/master(\s+)([^;]+);/master\${1}$RET;/" $conf
 		db_get conserver-client/port
-		perl -pi -e "s/port(?<space>\s+)([^;]+);/port$+{space}$RET;/"     $conf
+		perl -pi -e "s/port(\s+)([^;]+);/port\${1}$RET;/"     $conf
 	fi
 fi
 

Attachment: signature.asc
Description: Digital signature

Reply via email to