File: rules

package info (click to toggle)
libcutl 1.10.0%2Bds1-3
  • links: PTS
  • area: main
  • in suites: buster
  • size: 2,388 kB
  • sloc: sh: 11,547; ansic: 2,119; cpp: 1,304; makefile: 30
file content (16 lines) | stat: -rwxr-xr-x 351 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/make -f
# -*- makefile -*-

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

override_dh_auto_configure:
	dh_auto_configure -- --with-external-expat --with-external-boost

override_dh_installchangelogs:
	dh_installchangelogs NEWS

%:
	dh $@ --with autoreconf

.PHONY: override_dh_auto_configure override_dh_installchangelogs