File: rules

package info (click to toggle)
gxkb 0.9.3-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, trixie
  • size: 856 kB
  • sloc: sh: 1,439; ansic: 1,325; makefile: 75
file content (13 lines) | stat: -rwxr-xr-x 250 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh $@

override_dh_auto_configure:
	NOCONFIGURE=1 ./autogen.sh
	dh_auto_configure -- --enable-appindicator=yes

override_dh_installchangelogs:
	dh_installchangelogs -k doc/NEWS