[Pkg-erlang-devel] Bug#600051: intent to NMU

Serafeim Zanikolas sez at debian.org
Sat Oct 30 14:24:54 UTC 2010


Dear maintainer,

I'll upload a NMU with a fix for #600061 in delayed/2. Please feel free to
override it.

Cheers,
Serafeim


debdiff output:

[The following lists of changes regard files as different if they have
different names, permissions or owners.]

Files in second .deb but not in first
-------------------------------------
-rw-rw----  root/root   /etc/couchdb/local.ini

Files in first .deb but not in second
-------------------------------------
-rw-r--r--  root/root   /etc/couchdb/local.ini

Control files: lines which differ (wdiff format)
------------------------------------------------
Installed-Size: [-2264-] {+2268+}
Version: [-0.11.0-2.1-] {+0.11.0-2.2+}



diff -Nurp couchdb-0.11.0.orig//debian/changelog couchdb-0.11.0/debian/changelog
--- couchdb-0.11.0.orig//debian/changelog	2010-10-30 16:06:12.000000000 +0200
+++ couchdb-0.11.0/debian/changelog	2010-10-30 16:08:21.000000000 +0200
@@ -1,3 +1,11 @@
+couchdb (0.11.0-2.2) unstable; urgency=high
+
+  * Non-maintainer upload.
+  * Apply permission settings during package build (as opposed to during
+    package installation) (Closes: #600051). Setting high urgency for RC bug.
+
+ -- Serafeim Zanikolas <sez at debian.org>  Sat, 30 Oct 2010 13:03:20 +0200
+
 couchdb (0.11.0-2.1) unstable; urgency=high
 
   * Non-maintainer upload by the Security Team.
diff -Nurp couchdb-0.11.0.orig//debian/postinst couchdb-0.11.0/debian/postinst
--- couchdb-0.11.0.orig//debian/postinst	2010-10-30 16:06:12.000000000 +0200
+++ couchdb-0.11.0/debian/postinst	2010-10-30 16:06:36.000000000 +0200
@@ -24,9 +24,6 @@ case $1 in
         chown -R couchdb:couchdb /etc/couchdb
         chown -R couchdb:couchdb /var/lib/couchdb
         chown -R couchdb:couchdb /var/log/couchdb
-        chmod -R 0770 /etc/couchdb
-        chmod -R 0770 /var/lib/couchdb
-        chmod -R 0770 /var/log/couchdb
         ;;
 esac
 
diff -Nurp couchdb-0.11.0.orig//debian/rules couchdb-0.11.0/debian/rules
--- couchdb-0.11.0.orig//debian/rules	2010-10-30 16:06:12.000000000 +0200
+++ couchdb-0.11.0/debian/rules	2010-10-30 16:07:23.000000000 +0200
@@ -35,6 +35,8 @@ common-binary-post-install-arch::
 	cp debian/binary.lintian-overrides debian/couchdb/usr/share/lintian/overrides/couchdb
 
 common-binary-predeb-arch::
+	dh_fixperms debian/couchdb/
+	chmod 660 debian/couchdb/etc/couchdb/local.ini
 	erlang-depends
 
 # @@ only works from source directory, see #494141





More information about the Pkg-erlang-devel mailing list