On Sat, 20 Oct 2012 10:39:12 +0200, Andreas Beckmann wrote:

> during a test with piuparts I noticed your package fails to upgrade from
> 'testing'.
> It installed fine in 'wheezy', then the upgrade to 'sid' fails.

Wrong key, this time with attachment ...

-- 
 .''`.  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: Astrud Gilberto: All I've Got
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) UNRELEASED; 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>  Sat, 20 Oct 2012 15:38:48 +0200
+
 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