/[python-modules]/packages/python-django/trunk/debian/rules
ViewVC logotype

Diff of /packages/python-django/trunk/debian/rules

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 7809 by lamby, Sun Mar 8 06:07:12 2009 UTC revision 7814 by lamby, Sun Mar 8 06:07:25 2009 UTC
# Line 20  binary-post-install/python-django:: Line 20  binary-post-install/python-django::
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

Legend:
Removed from v.7809  
changed lines
  Added in v.7814

  ViewVC Help
Powered by ViewVC 1.1.5