File: rules

package info (click to toggle)
simage 1.8.3%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 3,420 kB
  • sloc: ansic: 14,824; sh: 1,018; cpp: 930; makefile: 466; lisp: 25
file content (11 lines) | stat: -rwxr-xr-x 297 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f

%:
	dh $@ --buildsystem=cmake

# Need to override all the autotools stuff because the sources still
# have autoconf/automake files in them.  Running the dh_ auto stuff
# fails, however.
override_dh_update_autotools:
override_dh_update_autotools_config:
override_dh_autoreconf: