File: rules

package info (click to toggle)
yad 0.40.0-1.1
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,776 kB
  • sloc: ansic: 9,519; sh: 1,270; makefile: 87
file content (13 lines) | stat: -rwxr-xr-x 363 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f
#DH_VERBOSE = 1

export DEB_CFLAGS_MAINT_APPEND = -fgnu89-inline -Wno-error=incompatible-pointer-types

export DEB_BUILD_MAINT_OPTIONS = hardening=+all
export V=1

%:
	dh $@  --with autoreconf

override_dh_auto_configure:
	dh_auto_configure -- --with-gtk=gtk3 --enable-html --enable-gio --enable-spell --enable-sourceview --enable-icon-browser