File: rules

package info (click to toggle)
radiotray 0.6-2
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 492 kB
  • ctags: 260
  • sloc: python: 1,422; makefile: 12; xml: 11
file content (20 lines) | stat: -rwxr-xr-x 409 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#!/usr/bin/make -f
# -*- makefile -*-

# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
include /usr/share/quilt/quilt.make
%:
	dh --with quilt $@

override_dh_installman:
	dh_installman -a debian/radiotray.1

override_dh_clean:
	$(MAKE) -f /usr/share/quilt/quilt.make unpatch
	rm -rf $(CURDIR)/build
	python setup.py clean
	rm -rf $(CURDIR)/src/*.pyc
	rm -rf $(CURDIR)/src/lib/*.pyc
	dh_clean