File: rules

package info (click to toggle)
systraq 20201231-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 2,176 kB
  • sloc: sh: 821; makefile: 130
file content (16 lines) | stat: -rwxr-xr-x 776 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/make -f

include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/autotools.mk

DEB_CONFIGURE_EXTRA_FLAGS := RUN_PARTS=/bin/run-parts --libexecdir=/usr/share

install/systraq::
	rm -f debian/systraq/etc/systraq/systraq.d/*
	rm -f debian/systraq/usr/share/doc/systraq/COPYING
	rm -f debian/systraq/usr/share/doc/systraq/LICENSE
	rm -f debian/systraq/usr/share/doc/systraq/ChangeLog
	rm -f debian/systraq/usr/share/doc/systraq/manual.ps
	mkdir -p debian/systraq/etc/default/systraq.d/examples
	mv debian/systraq/usr/share/doc/systraq/examples/systraq_is_unconfigured debian/systraq/etc/default/systraq.d/examples/
	ln -s /etc/default/systraq.d/examples/systraq_is_unconfigured debian/systraq/usr/share/doc/systraq/examples/systraq_is_unconfigured