File: rules

package info (click to toggle)
libbuffy 1.9.2-2
  • links: PTS, VCS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch
  • size: 1,868 kB
  • ctags: 479
  • sloc: sh: 11,402; cpp: 2,306; makefile: 90
file content (28 lines) | stat: -rwxr-xr-x 466 bytes parent folder | download
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

VERSION=$(shell debian/vercheck)

%:
	dh $@

override_dh_auto_configure:
	dh_auto_configure -- --disable-shared --with-pic

override_dh_auto_build:
	dh_auto_build
	make check

override_dh_fixperms:
	dh_fixperms
	test -e /usr/bin/dh_buildinfo && dh_buildinfo

override_dh_auto_install:
	dh_auto_install
	rm debian/libbuffy-dev/usr/lib/*/*.la

vercheck:
	debian/vercheck > /dev/null

debsrc:
	debian/vercheck need-orig
	git-buildpackage -S -us -uc