File: rules

package info (click to toggle)
lunar-date 2.4.0-3
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 1,952 kB
  • ctags: 311
  • sloc: sh: 11,074; ansic: 1,557; makefile: 217
file content (16 lines) | stat: -rwxr-xr-x 443 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/make -f
export DH_VERBOSE=1

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

%:
	dh $@ --with gir,autoreconf

override_dh_auto_configure:
	dh_auto_configure -- --enable-gtk-doc --enable-vala-bindings
override_dh_install:
	find debian/ -name *.la -delete
	dh_install --fail-missing
override_dh_strip:
	dh_strip -pliblunar-date-2.0-0 --dbg-package=liblunar-date-dbg