File: rules

package info (click to toggle)
cadabra 1.46-3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 5,212 kB
  • sloc: cpp: 33,188; ansic: 2,724; makefile: 328; yacc: 180; sh: 157; python: 45; lex: 38; lisp: 19
file content (13 lines) | stat: -rwxr-xr-x 272 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f
# -*- makefile -*-

# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1

export DEB_BUILD_MAINT_OPTIONS=hardening=+all

%:
	dh $@ --parallel

override_dh_auto_configure:
	dh_auto_configure -- --enable-gui --enable-runtime-dependency-check=no