~ubuntu-branches/ubuntu/trusty/pyao/trusty

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Christopher L Cheney
  • Date: 2001-11-24 00:40:39 UTC
  • Revision ID: james.westby@ubuntu.com-20011124004039-fr0p82j9cndd0mcy
Tags: 0.8-1
* New upstream. (Closes: #108608, #117234)
* Updated package to be Debian Python Policy compliant.

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
configure-stamp:
13
13
        dh_testdir
14
14
        
15
 
        python config_unix.py --prefix /usr
16
 
        python setup.py config
 
15
        python2.1 config_unix.py --prefix /usr
 
16
        python2.1 setup.py config
17
17
 
18
18
        touch configure-stamp
19
19
 
21
21
build-stamp:
22
22
        dh_testdir
23
23
 
24
 
        python setup.py build
 
24
        python2.1 setup.py build
25
25
 
26
26
        touch build-stamp
27
27
 
32
32
 
33
33
        # Add here commands to clean up after the build process.
34
34
        #-$(MAKE) clean
35
 
        -python setup.py clean --all
 
35
        -python2.1 setup.py clean --all
 
36
        -rm Setup
36
37
 
37
38
        dh_clean
38
39
 
42
43
        dh_clean -k
43
44
        dh_installdirs
44
45
 
45
 
        python setup.py install --prefix $(CURDIR)/debian/pyao/usr
 
46
        python2.1 setup.py install --prefix $(CURDIR)/debian/python-pyao/usr
46
47
 
47
48
 
48
49
# Build architecture-independent files here.
55
56
        dh_testroot
56
57
        dh_installdocs
57
58
        dh_installexamples
58
 
#       dh_installmanpages
59
 
#       dh_undocumented
60
59
        dh_installchangelogs ChangeLog
61
60
        dh_link
62
61
        dh_strip
63
62
        dh_compress
64
63
        dh_fixperms
65
 
        # You may want to make some executables suid here.
66
 
#       dh_suidregister
67
64
        dh_makeshlibs -V
68
65
        dh_installdeb
69
66
        dh_shlibdeps