File: rules

package info (click to toggle)
simage 1.8.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 4,124 kB
  • sloc: ansic: 14,587; sh: 12,739; cpp: 930; perl: 862; makefile: 669; 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: