File: rules

package info (click to toggle)
lunar-date 2.4.0-4
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,960 kB
  • ctags: 311
  • sloc: sh: 11,074; ansic: 1,557; makefile: 217
file content (18 lines) | stat: -rwxr-xr-x 431 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

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

%:
	dh $@ --with gir

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 --ddeb-migration='liblunar-date-dbg (<< 2.4.0-4~)'