File: rules

package info (click to toggle)
telegnome 0.3.5-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 2,468 kB
  • sloc: ansic: 5,693; sh: 4,847; makefile: 113; xml: 76; sed: 16
file content (17 lines) | stat: -rwxr-xr-x 379 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#! /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 $@ --with autoreconf

override_dh_auto_configure:
	rm -f src/*_vala.stamp
	dh_auto_configure

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