File: rules

package info (click to toggle)
maqview 0.2.5-12
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,444 kB
  • sloc: ansic: 14,011; cpp: 1,295; java: 178; perl: 116; sh: 101; makefile: 23
file content (21 lines) | stat: -rwxr-xr-x 470 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS=hardening=+all

%:
	dh $@

override_dh_autoreconf:
	dh_autoreconf --as-needed
	make -f Makefile.generic maqview.1
	### The *.class files in the source package can be reproduced by simply running
	# javac MaqDataClient.java
	### however, it is unclear whether this code is used at all

override_dh_auto_clean:
	[ ! -f Makefile ] || $(MAKE) distclean
	dh_auto_clean
	rm -f *.1

get-orig-source:
	. debian/get-orig-source