~blueyed/apport/bug532944-lucid

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: martin at piware
  • Date: 2006-07-20 12:38:05 UTC
  • Revision ID: martin@piware.de-20060720123805-cf6049c4b393b3ac
add packaging for the library

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
        dh_testroot
8
8
        dh_clean 
9
9
 
10
 
binary-indep: install
 
10
        ./setup.py clean -a
 
11
 
 
12
binary-indep:
11
13
        dh_testdir
12
14
        dh_testroot
13
15
        dh_clean -k 
14
16
 
15
17
        dh_installchangelogs 
16
18
        dh_installdocs
 
19
 
 
20
        ./setup.py install --root debian/python-problem-report/
 
21
 
 
22
        dh_pysupport
 
23
        dh_python
17
24
        dh_install
18
25
        dh_installinit -u'defaults 01'
 
26
 
 
27
        -rmdir -p debian/python-problem-report/usr/lib/python2.4/site-packages/ 2>/dev/null
 
28
 
19
29
        dh_compress
20
30
        dh_fixperms
21
31
        dh_installdeb