[Python-modules-commits] r11020 - in packages/python-django/branches/experimental/debian (2 files)

lamby at users.alioth.debian.org lamby at users.alioth.debian.org
Wed Jan 6 15:31:24 UTC 2010


    Date: Wednesday, January 6, 2010 @ 15:31:20
  Author: lamby
Revision: 11020

Remove useless ._DS_Store files.

Modified:
  packages/python-django/branches/experimental/debian/changelog
  packages/python-django/branches/experimental/debian/rules

Modified: packages/python-django/branches/experimental/debian/changelog
===================================================================
--- packages/python-django/branches/experimental/debian/changelog	2010-01-06 15:31:09 UTC (rev 11019)
+++ packages/python-django/branches/experimental/debian/changelog	2010-01-06 15:31:20 UTC (rev 11020)
@@ -14,6 +14,7 @@
   * Remove "05_ftbfs_in_november.diff" - applied upstream.
   * Remove "06_python_2.6.3_regression.diff" - applied upstream.
   * Update dh_auto_test - database engine is set differently in 1.2.
+  * Remove useless ._DS_Store files.
 
  -- Chris Lamb <lamby at debian.org>  Wed, 06 Jan 2010 11:21:56 +0000
 

Modified: packages/python-django/branches/experimental/debian/rules
===================================================================
--- packages/python-django/branches/experimental/debian/rules	2010-01-06 15:31:09 UTC (rev 11019)
+++ packages/python-django/branches/experimental/debian/rules	2010-01-06 15:31:20 UTC (rev 11020)
@@ -10,6 +10,7 @@
 
 override_dh_auto_clean:
 	rm -rf docs.debian testproject
+	find -name "*.DS_Store" -delete
 	dh_auto_clean
 
 override_dh_auto_build:




More information about the Python-modules-commits mailing list