tags 567811 + patch
thanks

Hi,

I've prepared an NMU for python-support (versioned as 1.0.6.1) and
uploaded it to DELAYED/2.  The diff is attached to this message.
If you'd like me to cancel or reschedule the upload, please let
me know.

I've made update-python-modules set the umask to 022 before creating
any files or directories.

-- 
Matt                                            http://ftbfs.org/kraai
diff -Nru python-support-1.0.6/debian/changelog python-support-1.0.6.1/debian/changelog
--- python-support-1.0.6/debian/changelog	2009-12-04 00:26:40.000000000 -0800
+++ python-support-1.0.6.1/debian/changelog	2010-02-23 03:14:38.000000000 -0800
@@ -1,3 +1,10 @@
+python-support (1.0.6.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * update-python-modules: set umask to 022. Closes: #567811.
+
+ -- Matt Kraai <kr...@debian.org>  Tue, 23 Feb 2010 03:14:38 -0800
+
 python-support (1.0.6) unstable; urgency=low
 
   * movemodules: do not touch symlinks that merely point to another 
diff -Nru python-support-1.0.6/update-python-modules python-support-1.0.6.1/update-python-modules
--- python-support-1.0.6/update-python-modules	2009-05-12 12:40:32.000000000 -0700
+++ python-support-1.0.6.1/update-python-modules	2010-02-23 03:08:22.000000000 -0800
@@ -369,6 +369,9 @@
 
 # End of function definitions - Start of the script itself
 
+# Ensure that the umask is sane
+os.umask(022)
+
 # Read all modules listing
 public_packages = CachedFileList()
 private_packages = CachedFileList()

Reply via email to