File: rules

package info (click to toggle)
httpry 0.1.8-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 440 kB
  • sloc: ansic: 1,358; perl: 1,336; sh: 159; makefile: 63
file content (28 lines) | stat: -rwxr-xr-x 593 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
#!/usr/bin/make -f

CFLAGS:=$(shell dpkg-buildflags --get CFLAGS)
CPPFLAGS:=$(shell dpkg-buildflags --get CPPFLAGS)
LDFLAGS:=$(shell dpkg-buildflags --get LDFLAGS)

%:
	dh $@

override_dh_strip:
	dh_strip --dbg-package=httpry-dbg

override_dh_auto_install:
	dh_auto_install --destdir=debian/httpry

override_dh_install-indep:
	dh_install
	chmod +x debian/httpry-tools/usr/share/httpry/parse_log.pl

override_dh_installdocs:
	dh_installdocs -Xdoc/ChangeLog -Xdoc/COPYING

override_dh_installinit:
	dh_installinit --name=httpry

override_dh_installlogrotate:
	dh_installlogrotate --name=httpry