Rev 27 | Rev 29 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 27 | Rev 28 | ||
---|---|---|---|
Line 39... | Line 39... | ||
39 | dh_testdir |
39 | dh_testdir |
40 | dh_testroot |
40 | dh_testroot |
41 | dh_clean -k |
41 | dh_clean -k |
42 | 42 | ||
43 | python setup.py install --no-compile --root=$(DESTDIR) \ |
43 | python setup.py install --no-compile --root=$(DESTDIR) \ |
44 | --prefix=/usr \ |
44 | --install-layout=deb \ |
45 | --install-scripts=/usr/games \ |
45 | --install-scripts=/usr/games \ |
46 | --confdir=/etc/pyscrabble \ |
46 | --confdir=/etc/pyscrabble \ |
47 | --logdir=/var/log/pyscrabble \ |
47 | --logdir=/var/log/pyscrabble \ |
48 | --dbdir=/var/lib/pyscrabble |
48 | --dbdir=/var/lib/pyscrabble |
49 | install -m755 -d $(DESTDIR)/usr/sbin |
49 | install -m755 -d $(DESTDIR)/usr/sbin |
Line 72... | Line 72... | ||
72 | binary-indep: build install |
72 | binary-indep: build install |
73 | dh_testdir |
73 | dh_testdir |
74 | dh_testroot |
74 | dh_testroot |
75 | dh_install --sourcedir=debian/tmp |
75 | dh_install --sourcedir=debian/tmp |
76 | dh_link |
76 | dh_link |
77 | dh_pycentral |
77 | dh_python2 |
78 | dh_installchangelogs CHANGELOG.txt |
78 | dh_installchangelogs CHANGELOG.txt |
79 | dh_installdocs |
79 | dh_installdocs |
80 | dh_installexamples |
80 | dh_installexamples |
81 | dh_installman |
81 | dh_installman |
82 | dh_installinit -r |
82 | dh_installinit -r |