File: rules

package info (click to toggle)
gprofng-gui 1%3A1.0-1
  • links: PTS
  • area: main
  • in suites: trixie
  • size: 7,004 kB
  • sloc: java: 96,468; sh: 985; makefile: 626
file content (17 lines) | stat: -rwxr-xr-x 282 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/usr/bin/make -f

#export DH_VERBOSE = 1

%:
	dh $@


override_dh_auto_clean:
	rm -f *.jar
	find -name '*.class' | xargs -r rm -f
	dh_auto_clean

manpage:
	help2man -N \
	  --name='graphical user interface for the GNU gprofng tool' \
	  ./gp-display-gui > debian/gp-display-gui.1