File: rules

package info (click to toggle)
yudit 2.9.6-6
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 13,876 kB
  • ctags: 6,378
  • sloc: cpp: 70,516; perl: 4,299; ansic: 1,957; makefile: 846; sh: 331
file content (16 lines) | stat: -rwxr-xr-x 407 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/make -f
#export DH_VERBOSE=1

export DEB_BUILD_MAINT_OPTIONS := hardening=+all

%:
	dh $@

# don't run autoreconf since upstream modified configure "by hand"...;-(
override_dh_auto_configure:
	dh_auto_configure -- --prefix=/usr --with-x \
			     --x-includes=/usr/include/X11 \
			     --x-libraries="/usr/lib/lib64,/usr/lib/lib32,/usr/lib/lib"

override_dh_compress:
	dh_compress -XHOWTO -XFAQ