[Python-modules-commits] r8016 - in packages/python-django/branches/experimental/debian (2 files)
lamby at users.alioth.debian.org
lamby at users.alioth.debian.org
Thu Mar 26 23:29:33 UTC 2009
Date: Thursday, March 26, 2009 @ 23:29:32
Author: lamby
Revision: 8016
Fix issue where newly created projects did not have their manage.py executable.
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-03-26 23:11:39 UTC (rev 8015)
+++ packages/python-django/branches/experimental/debian/changelog 2009-03-26 23:29:32 UTC (rev 8016)
@@ -1,3 +1,10 @@
+python-django (1.1~beta1-2) UNRELEASED; urgency=low
+
+ * Fix issue where newly created projects did not have their manage.py
+ executable.
+
+ -- Chris Lamb <lamby at debian.org> Thu, 26 Mar 2009 23:02:08 +0000
+
python-django (1.1~beta1-1) experimental; urgency=low
* New upstream release.
Modified: packages/python-django/branches/experimental/debian/rules
===================================================================
--- packages/python-django/branches/experimental/debian/rules 2009-03-26 23:11:39 UTC (rev 8015)
+++ packages/python-django/branches/experimental/debian/rules 2009-03-26 23:29:32 UTC (rev 8016)
@@ -31,6 +31,7 @@
# Use default shebang
perl -pi -e 's|^#!/usr/bin/env python.*|#!/usr/bin/python|' $(DJANGO_DIR)/conf/project_template/manage.py
+ chmod +x $(DJANGO_DIR)/conf/project_template/manage.py
# Move scripts to /usr/lib/python-django
mkdir -p $(PREFIX)/usr/lib/python-django
More information about the Python-modules-commits
mailing list