tags 688249 + patch tags 688249 + pending tags 688615 + patch tags 688615 + pending thanks
Dear maintainer, I've prepared an NMU for nufw (versioned as 2.4.3-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: Paul Mc Cartney: I Lost My Little Girl
diff -Nru nufw-2.4.3/debian/changelog nufw-2.4.3/debian/changelog --- nufw-2.4.3/debian/changelog 2011-05-23 08:56:04.000000000 +0200 +++ nufw-2.4.3/debian/changelog 2012-09-30 18:50:01.000000000 +0200 @@ -1,3 +1,16 @@ +nufw (2.4.3-2.2) unstable; urgency=low + + * Non-maintainer upload. + * Fix "postinst deletes files from /usr/share/nuauth/": + nuauth.postinst: use cp instead of mv in the replace_file function + (Closes: #688249) + * Fix "postinst deletes /usr/share/nufw/nufw.conf breaking package + reconfiguration": + nufw.postinst: use cp instead of mv in the replace_file function + (Closes: #688615) + + -- gregor herrmann <gre...@debian.org> Sun, 30 Sep 2012 18:49:59 +0200 + nufw (2.4.3-2.1) unstable; urgency=low [ Andreas Metzler ] diff -Nru nufw-2.4.3/debian/nuauth.postinst nufw-2.4.3/debian/nuauth.postinst --- nufw-2.4.3/debian/nuauth.postinst 2011-05-23 08:56:04.000000000 +0200 +++ nufw-2.4.3/debian/nuauth.postinst 2012-09-30 18:24:30.000000000 +0200 @@ -34,7 +34,7 @@ newfile=$1 oldfile=$2 if [ ! -f ${oldfile} ] ; then - mv ${newfile} ${oldfile} + cp ${newfile} ${oldfile} else ucf --three-way --debconf-ok ${newfile} ${oldfile} fi diff -Nru nufw-2.4.3/debian/nufw.postinst nufw-2.4.3/debian/nufw.postinst --- nufw-2.4.3/debian/nufw.postinst 2011-05-23 08:56:04.000000000 +0200 +++ nufw-2.4.3/debian/nufw.postinst 2012-09-30 18:24:53.000000000 +0200 @@ -22,7 +22,7 @@ newfile=$1 oldfile=$2 if [ ! -f ${oldfile} ] ; then - mv ${newfile} ${oldfile} + cp ${newfile} ${oldfile} else ucf --three-way --debconf-ok ${newfile} ${oldfile} fi
signature.asc
Description: Digital signature