[Python-modules-commits] r9120 - in packages/python-django/branches/experimental/debian (2 files)
lamby at users.alioth.debian.org
lamby at users.alioth.debian.org
Wed Jul 22 08:48:31 UTC 2009
Date: Wednesday, July 22, 2009 @ 08:48:28
Author: lamby
Revision: 9120
Remove ".DS_Store" directories.
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 2009-07-22 08:48:21 UTC (rev 9119)
+++ packages/python-django/branches/experimental/debian/changelog 2009-07-22 08:48:28 UTC (rev 9120)
@@ -3,6 +3,7 @@
* New upstream release.
* Drop "05_10539-sphinx06-compatibility.diff"; it has been applied upstream.
* Bump Standards-Version to 3.8.2.
+ * Remove ".DS_Store" directories.
-- Chris Lamb <lamby at debian.org> Wed, 22 Jul 2009 09:25:56 +0100
Modified: packages/python-django/branches/experimental/debian/rules
===================================================================
--- packages/python-django/branches/experimental/debian/rules 2009-07-22 08:48:21 UTC (rev 9119)
+++ packages/python-django/branches/experimental/debian/rules 2009-07-22 08:48:28 UTC (rev 9120)
@@ -41,6 +41,9 @@
# Fix permissions
chmod 644 $(PREFIX)/etc/bash_completion.d/django_bash_completion
find $(PREFIX)/usr/lib/python-django/bin/ -name '*.py' -not -name '__init__.py' -print0 | xargs -0r chmod 755
+
+ # Remove Mac-specific files
+ find $(PREFIX) -type f -name "*.DS_Store" -delete
# Rename django-admin.py to django-admin
mv $(PREFIX)/usr/bin/django-admin.py $(PREFIX)/usr/bin/django-admin
More information about the Python-modules-commits
mailing list