File: rules

package info (click to toggle)
othman 0.2.7-1
  • links: PTS, VCS
  • area: non-free
  • in suites: wheezy
  • size: 4,448 kB
  • sloc: python: 681; makefile: 60
file content (25 lines) | stat: -rwxr-xr-x 505 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
#!/usr/bin/make -f
# -*- makefile -*-

%:
	dh  $@ --with python2

override_dh_auto_build:
	dh_auto_build -Spython_distutils
	dh_auto_build -Smakefile

override_dh_auto_install:
	dh_auto_install -Spython_distutils
	dh_auto_install -Smakefile

override_dh_auto_clean:
	dh_auto_clean -Spython_distutils
	dh_auto_clean -Smakefile
	rm -rf locale po/*.mo

override_dh_install:
	dh_install -ppython-othman -XgtkUi.py
	dh_install -Npython-othman

override_dh_installdocs:
	dh_installdocs --link-doc=python-othman