~ubuntu-branches/ubuntu/intrepid/python-gnuplot/intrepid

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2008-06-24 18:40:22 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20080624184022-lnok0v9ja8uzdj82
Tags: 1.8-1
* New upstream version.
  - doc file with broken link not shipped anymore. Closes: #336422.
  - Use `with_' instead of `with', which is a keyword in python2.6.
    Closes: #424965.
* Use python-numpy instead of python-numeric. Closes: #469313, #478468.
* Update watch file. Closes: #450271.
* Register documention in section `Programming/Python'.
* Update datafile.py.

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
 
15
15
clean:
16
16
        dh_clean
17
 
        python setup.py clean
18
17
        rm -rf build
19
18
        -find -name '*.py[co]' | xargs rm -f
20
19
 
32
31
        dh_installdocs -i \
33
32
                ANNOUNCE.txt CREDITS.txt FAQ.txt NEWS.txt README.txt TODO.txt \
34
33
                debian/README.datafile
35
 
        cp -a doc $(d)/usr/share/doc/$(p)/html
 
34
        cp -a doc/Gnuplot $(d)/usr/share/doc/$(p)/html
36
35
        dh_installexamples -i demo.py test.py debian/datafile.py
37
36
 
38
37
        : # make python scripts starting with '#!' executable
47
46
        dh_compress -i -X.py
48
47
        dh_fixperms -i
49
48
        dh_pycentral -i
50
 
        dh_python -i
51
49
        dh_installdeb -i
52
50
        dh_gencontrol -i
53
51
        dh_md5sums -i