File: rules

package info (click to toggle)
tennix 1.3.4-0.1
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 5,912 kB
  • sloc: cpp: 4,395; sh: 285; python: 275; makefile: 82; ansic: 34
file content (18 lines) | stat: -rwxr-xr-x 333 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/usr/bin/make -f
#export DH_VERBOSE=1

%:
	dh $@

override_dh_auto_configure:
	./configure --prefix /usr

override_dh_auto_build:
	$(MAKE) PREFIX=usr

override_dh_auto_install:
	$(MAKE) install DESTDIR=$(CURDIR)/debian/tennix/ \
                        PREFIX=usr

override_dh_installchangelogs:
	dh_installchangelogs CHANGELOG.md