File: rules

package info (click to toggle)
qr-tools 1.2-2
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 436 kB
  • sloc: python: 753; makefile: 9
file content (13 lines) | stat: -rwxr-xr-x 250 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f

%:
	dh "$@" --with python2

override_dh_install:
	dh_install
	install -m 644 qtqr.py debian/qtqr/usr/bin/qtqr
	install -m 644 icon.png debian/qtqr/usr/share/pixmaps/qtqr.png

override_dh_clean:
	dh_clean
	rm -f -r $(CURDIR)/build