File: rules

package info (click to toggle)
logtools 0.13g
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 316 kB
  • sloc: cpp: 1,110; sh: 116; makefile: 46
file content (17 lines) | stat: -rwxr-xr-x 398 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh $@

override_dh_auto_configure:
	dh_auto_configure -- --prefix=$(CURDIR)/debian/logtools/usr --sysconfdir=$(CURDIR)/debian/logtools/etc

execute_before_dh_auto_clean:
	rm -f build-stamp configure-stamp
	-$(MAKE) distclean
	rm -f config.*

override_dh_auto_install:
	dh_auto_install -- prefix=$(CURDIR)/debian/logtools/usr