[Python-modules-commits] r13895 - in packages/python-django-rosetta/trunk/debian (2 files)

svedrin-guest at users.alioth.debian.org svedrin-guest at users.alioth.debian.org
Sun Jul 11 09:22:30 UTC 2010


    Date: Sunday, July 11, 2010 @ 09:22:21
  Author: svedrin-guest
Revision: 13895

In the clean target, remove macos resource fork files.

Modified:
  packages/python-django-rosetta/trunk/debian/changelog
  packages/python-django-rosetta/trunk/debian/rules

Modified: packages/python-django-rosetta/trunk/debian/changelog
===================================================================
--- packages/python-django-rosetta/trunk/debian/changelog	2010-07-11 09:11:37 UTC (rev 13894)
+++ packages/python-django-rosetta/trunk/debian/changelog	2010-07-11 09:22:21 UTC (rev 13895)
@@ -3,8 +3,9 @@
   * New upstream release.
   * Bump Standards Version to 3.9.0.
   * Update patches/01-import.diff with new line numbers and surrounding code.
+  * In the clean target, remove macos resource fork files.
 
- -- Michael Ziegler <diese-addy at funzt-halt.net>  Sun, 11 Jul 2010 11:11:39 +0200
+ -- Michael Ziegler <diese-addy at funzt-halt.net>  Sun, 11 Jul 2010 11:18:50 +0200
 
 python-django-rosetta (0.5.5-1) unstable; urgency=low
 

Modified: packages/python-django-rosetta/trunk/debian/rules
===================================================================
--- packages/python-django-rosetta/trunk/debian/rules	2010-07-11 09:11:37 UTC (rev 13894)
+++ packages/python-django-rosetta/trunk/debian/rules	2010-07-11 09:22:21 UTC (rev 13895)
@@ -10,6 +10,7 @@
 clean:
 	dh clean
 	rm -rf *.egg-info
+	find -name '._*' -delete
 
 %:
 	dh  $@




More information about the Python-modules-commits mailing list