| 20 |
# Ensure executability of some scripts that are copied to projects |
# Ensure executability of some scripts that are copied to projects |
| 21 |
# (or used within projects) |
# (or used within projects) |
| 22 |
chmod 755 debian/python-django/usr/share/python-support/python-django/django/conf/project_template/manage.py |
chmod 755 debian/python-django/usr/share/python-support/python-django/django/conf/project_template/manage.py |
| 23 |
chmod 755 debian/python-django/usr/share/python-support/python-django/django/bin/[^_]*.py |
find debian/python-django/usr/share/python-support/python-django/django/bin/ \ |
| 24 |
chmod 755 debian/python-django/usr/share/python-support/python-django/django/bin/profiling/[^_]*.py |
-name '*.py' -not -name '__init__.py' -print0 | xargs -0r chmod 755 |
| 25 |
# Remove execute rights from stuff that shouldn't have them |
# Remove execute rights from stuff that shouldn't have them |
| 26 |
chmod 644 debian/python-django/etc/bash_completion.d/django_bash_completion |
chmod 644 debian/python-django/etc/bash_completion.d/django_bash_completion |
| 27 |
# Create convenience symlink |
# Create convenience symlink |