File: rules

package info (click to toggle)
convertall 0.8.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,828 kB
  • sloc: python: 2,952; makefile: 8
file content (15 lines) | stat: -rwxr-xr-x 366 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/make -f

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

export QT_SELECT := qt5

%:
		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