File: rules

package info (click to toggle)
telegnome 0.3.7-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,672 kB
  • sloc: ansic: 5,904; sh: 4,964; makefile: 111; xml: 76; sed: 16
file content (15 lines) | stat: -rwxr-xr-x 345 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#! /usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS := hardening=+all
export DEB_CFLAGS_MAINT_APPEND := -Wall
export DEB_LDFLAGS_MAINT_APPEND := -Wl,--as-needed

%:
	dh $@

execute_before_dh_auto_configure:
	rm -f src/*_vala.stamp

# No useful tests here, except for the XML check in doc/ which requires
# network access.
override_dh_auto_test: