File: rules

package info (click to toggle)
convertall 0.6.0-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 1,448 kB
  • ctags: 521
  • sloc: python: 2,338; makefile: 7
file content (13 lines) | stat: -rwxr-xr-x 341 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f

# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1

%:
		dh $@ --with python3

override_dh_install:
	dh_install
	python3 install.py -p /usr -b $(CURDIR)/debian/convertall -i share/pixmaps/convertall
	rm debian/convertall/usr/share/doc/convertall/LICENSE
	rm debian/convertall/usr/share/doc/convertall/INSTALL