File: rules

package info (click to toggle)
sispmctl 4.12-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,964 kB
  • sloc: sh: 4,602; ansic: 1,629; makefile: 77; xml: 28
file content (16 lines) | stat: -rwxr-xr-x 413 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/make -f

override_dh_auto_configure:
	# When --disable-shared is used, libsispmctl is linked
	# statically into sispmctl. We deliberately do not install
	# libsispmctl.
	dh_auto_configure -- --enable-webless --disable-shared

override_dh_auto_install:
	dh_auto_install
	# Do not install static library
	rm -rf debian/sispmctl/usr/lib \
	       debian/sispmctl/usr/share/doc/sispmctl/COPYING

%:
	dh $@