~ubuntu-branches/ubuntu/precise/trac/precise

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): W. Martin Borgert
  • Date: 2009-09-15 21:43:38 UTC
  • mfrom: (1.1.15 upstream)
  • Revision ID: james.westby@ubuntu.com-20090915214338-q3ecy6qxwxfzf9y8
Tags: 0.11.5-2
* Set exec bit for *_frontends (Closes: #510441), thanks to Torsten
  Landschoff for the patch.
* Move python-psycopg2 and python-mysql from Suggests to Depends as
  alternative to python-psqlite2 (Closes: #513117).
* Use debhelper 7 (Closes: #497862).
* Don't compress *-hook files and don't install MS-Windows *.cmd
  files (Closes: #526142), thanks to Jan Dittberner for the patch.
* Add README.source to point to dpatch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
        chmod +x $(CURDIR)/debian/trac/usr/lib/python$(PYVER)/site-packages/trac/admin/templates/deploy_trac.wsgi
28
28
        chmod +x $(CURDIR)/debian/trac/usr/lib/python$(PYVER)/site-packages/trac/admin/templates/deploy_trac.fcgi
29
29
        chmod +x $(CURDIR)/debian/trac/usr/lib/python$(PYVER)/site-packages/trac/admin/templates/deploy_trac.cgi
 
30
        chmod +x $(CURDIR)/debian/trac/usr/lib/python$(PYVER)/site-packages/trac/web/*_frontend.py
30
31
 
31
32
binary-indep: build install
32
33
        dh_testdir
33
34
        dh_testroot
34
35
        dh_installchangelogs
35
 
        dh_installdocs
 
36
        dh_installdocs debian/README.source
 
37
        dh_install -Xtrac-post-commit-hook.cmd
36
38
        dh_installman
37
39
        dh_link
38
40
        dh_lintian
39
41
        dh_pycentral
40
 
        dh_compress -X.py
 
42
        dh_compress -X.py -X-hook
41
43
        dh_fixperms
42
44
        dh_installdeb
43
45
        dh_gencontrol