File: rules

package info (click to toggle)
swirc 3.5.4-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 2,872 kB
  • sloc: ansic: 18,094; cpp: 17,518; sh: 960; python: 254; makefile: 102; javascript: 20
file content (18 lines) | stat: -rwxr-xr-x 311 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS=hardening=+all
export PREFIX=/usr

override_dh_auto_clean:
	./configure --with-libnotify
	@make clean

override_dh_auto_configure:
	./configure --with-libnotify

# Don't automatically run the tests
override_dh_auto_test:
	@true

%:
	dh $@ --without autoreconf