Control: tags 767248 + pending

Dear all,

I've prepared an NMU for dbconfig-common (versioned as 1.8.47+nmu3) and
I am going to upload it to DELAYED/2. Please feel free to tell me if I
should delay it longer.

Regards.
diff -Nru dbconfig-common-1.8.47+nmu2/dbconfig-generate-include 
dbconfig-common-1.8.47+nmu3/dbconfig-generate-include
--- dbconfig-common-1.8.47+nmu2/dbconfig-generate-include       2014-10-13 
21:05:57.000000000 +0200
+++ dbconfig-common-1.8.47+nmu3/dbconfig-generate-include       2014-11-02 
21:25:45.000000000 +0100
@@ -222,6 +222,12 @@
                echo "unable to create temporary file $tmpout" >&2
                exit 1
        fi
+       if [ -e "$outputfile" ] ; then
+               # In order to preserve all local attributes of the
+               # original file, copy them to the tmpout file, so that
+               # later on they are copied back (by ucf or mv command).
+               cp --preserve=all --attributes-only "$outputfile" "$tmpout"
+       fi
        exec > $tmpout
 fi
 
diff -Nru dbconfig-common-1.8.47+nmu2/debian/changelog 
dbconfig-common-1.8.47+nmu3/debian/changelog
--- dbconfig-common-1.8.47+nmu2/debian/changelog        2014-10-13 
21:31:13.000000000 +0200
+++ dbconfig-common-1.8.47+nmu3/debian/changelog        2014-11-02 
21:48:57.000000000 +0100
@@ -1,3 +1,12 @@
+dbconfig-common (1.8.47+nmu3) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix regression introduced in the previous upload, now really
+    preserve permissions during upgrade, thanks to Simon Bruder for
+    reporting and Dominik George for helping triage. (Closes: #767248)
+
+ -- Paul Gevers <elb...@debian.org>  Sun, 02 Nov 2014 19:19:40 +0100
+
 dbconfig-common (1.8.47+nmu2) unstable; urgency=low
 
   * Non-maintainer upload.


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to