File: rules

package info (click to toggle)
ttylog 0.26-1~deb8u1
  • links: PTS, VCS
  • area: main
  • in suites: jessie
  • size: 112 kB
  • ctags: 7
  • sloc: ansic: 120; makefile: 13
file content (21 lines) | stat: -rwxr-xr-x 373 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#!/usr/bin/make -f
# debian/rules for ttylog

DPKG_EXPORT_BUILDFLAGS = 1
include /usr/share/dpkg/buildflags.mk
CFLAGS+=$(CPPFLAGS)
CXXFLAGS+=$(CPPFLAGS)

%:
	dh $@

override_dh_auto_install:
	dh_auto_install --destdir=debian/ttylog

override_dh_installdocs:
	dh_installdocs --link-doc=ttylog

override_dh_strip:
	dh_strip --dbg-package=ttylog-dbg

.PHONY: override_dh_strip