tags 551543 + pending
thanks

Dear maintainer,

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

Regards.

-- 
 .''`.   http://info.comodo.priv.at/ -- GPG key IDs: 0x8649AA06, 0x00F3CFE4
 : :' :  Debian GNU/Linux user, admin, & developer - http://www.debian.org/
 `. `'   Member of VIBE!AT & SPI, fellow of Free Software Foundation Europe
   `-    BOFH excuse #399:  We are a 100% Microsoft Shop. 
diff -u muttprint-0.73/debian/changelog muttprint-0.73/debian/changelog
--- muttprint-0.73/debian/changelog
+++ muttprint-0.73/debian/changelog
@@ -1,3 +1,12 @@
+muttprint (0.73-2.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix "cannot remove path when cwd is /tmp/muttprint*": new patch
+    17_leave_tmp_dir.dpatch by martin krafft: change away from temp dir before
+    removing it (closes: #551543).
+
+ -- gregor herrmann <gre...@debian.org>  Sat, 27 Nov 2010 19:31:49 +0100
+
 muttprint (0.73-2) unstable; urgency=low
 
   * upload to unstable 
diff -u muttprint-0.73/debian/patches/00list muttprint-0.73/debian/patches/00list
--- muttprint-0.73/debian/patches/00list
+++ muttprint-0.73/debian/patches/00list
@@ -6,0 +7 @@
+17_leave_tmp_dir
only in patch2:
unchanged:
--- muttprint-0.73.orig/debian/patches/17_leave_tmp_dir.dpatch
+++ muttprint-0.73/debian/patches/17_leave_tmp_dir.dpatch
@@ -0,0 +1,21 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 16_leave_tmp_dir.dpatch by  <gre...@debian.org>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: cannot remove path when cwd is /tmp/muttprint*
+## DP: Author: martin f krafft <madd...@debian.org>
+## DP: http://bugs.debian.org/551543
+
+...@dpatch@
+diff -urNad '--exclude=CVS' '--exclude=.svn' '--exclude=.git' '--exclude=.arch' '--exclude=.hg' '--exclude=_darcs' '--exclude=.bzr' muttprint-0.73~/muttprint muttprint-0.73/muttprint
+--- muttprint-0.73~/muttprint	2008-12-26 01:33:36.000000000 +0100
++++ muttprint-0.73/muttprint	2010-11-27 19:08:51.000000000 +0100
+@@ -740,6 +740,8 @@
+ 	}
+ }
+ 
++chdir($ENV{HOME}) || chdir('/');
++
+ ################################### ENDE ####################################
+ 
+ 

Attachment: signature.asc
Description: Digital signature

Reply via email to