[Python-modules-commits] r8020 - in packages/python-django/trunk/debian (changelog rules)

lamby at users.alioth.debian.org lamby at users.alioth.debian.org
Thu Mar 26 23:43:03 UTC 2009


    Date: Thursday, March 26, 2009 @ 23:43:02
  Author: lamby
Revision: 8020

Fix issue where newly created projects do not have their manage.py file executable.

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

Modified: packages/python-django/trunk/debian/changelog
===================================================================
--- packages/python-django/trunk/debian/changelog	2009-03-26 23:29:59 UTC (rev 8019)
+++ packages/python-django/trunk/debian/changelog	2009-03-26 23:43:02 UTC (rev 8020)
@@ -1,3 +1,10 @@
+python-django (1.0.2-5) UNRELEASED; urgency=low
+
+  * Fix issue where newly created projects do not have their manage.py file
+    executable.
+
+ -- Chris Lamb <lamby at debian.org>  Thu, 26 Mar 2009 23:30:18 +0000
+
 python-django (1.0.2-4) unstable; urgency=low
 
   * Programatically replace most references to "django-admin.py" with

Modified: packages/python-django/trunk/debian/rules
===================================================================
--- packages/python-django/trunk/debian/rules	2009-03-26 23:29:59 UTC (rev 8019)
+++ packages/python-django/trunk/debian/rules	2009-03-26 23:43:02 UTC (rev 8020)
@@ -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