~ubuntu-branches/ubuntu/quantal/pytables/quantal

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Dröge
  • Date: 2005-11-27 20:25:34 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20051127202534-l8jzyd8357krw40h
Tags: 1.1.1-1ubuntu1
* Sync with Debian:
  + Use python 2.4 as default

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
export DH_COMPAT=4
11
11
 
12
12
build: build-stamp
13
 
        /usr/bin/python2.2 setup.py build
14
13
        /usr/bin/python2.3 setup.py build
15
14
        /usr/bin/python2.4 setup.py build
16
15
 
36
35
        dh_testdir
37
36
        dh_testroot
38
37
        dh_clean -k
39
 
        /usr/bin/python2.2 setup.py install --no-compile --prefix=$(CURDIR)/debian/python2.2-tables/usr
40
 
        : # Delete scripts
41
 
        rm -rf $(CURDIR)/debian/python2.2-tables/usr/bin
42
38
        /usr/bin/python2.3 setup.py install --no-compile --prefix=$(CURDIR)/debian/python2.3-tables/usr
43
39
        : # Delete scripts
44
40
        rm -rf $(CURDIR)/debian/python2.3-tables/usr/bin
68
64
        dh_testdir
69
65
        dh_testroot
70
66
 
71
 
        dh_installdocs -ppython2.2-tables README.txt changelog.gz changelog.Debian.gz
72
67
        dh_installdocs -ppython2.3-tables README.txt changelog.gz changelog.Debian.gz
73
68
        dh_installdocs -ppython2.4-tables README.txt changelog.gz changelog.Debian.gz
74
69
 
75
 
        dh_python -ppython2.2-tables -ppython2.3-tables -ppython2.4-tables
 
70
        dh_python -ppython2.3-tables -ppython2.4-tables
76
71
 
77
72
        dh_strip -a
78
73
        dh_compress -a -X.py