File: rules

package info (click to toggle)
listen 0.6.5-4
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 4,496 kB
  • ctags: 3,490
  • sloc: python: 22,987; ansic: 224; makefile: 172; sh: 18
file content (12 lines) | stat: -rwxr-xr-x 260 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f
%:
	dh $@

override_dh_auto_configure:
	chmod u+x $(CURDIR)/mmkeys/setup.py
	convert -resize 32x32 $(CURDIR)/data/img/listen.png $(CURDIR)/debian/listen.xpm
	dh_auto_configure

override_dh_auto_clean:
	rm -f debian/listen.xpm
	dh_auto_clean