File: rules

package info (click to toggle)
jansson 2.3.1-2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 2,696 kB
  • sloc: sh: 11,408; ansic: 5,526; makefile: 100; python: 49
file content (14 lines) | stat: -rwxr-xr-x 268 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f
#export DH_VERBOSE=1

%:
	dh $@ --with=autotools-dev

override_dh_auto_build:
	dh_auto_build
ifeq ($(shell dpkg-query -s python-sphinx 1>/dev/null 2>&1 && echo yes),yes)
	$(MAKE) html
endif

override_dh_strip:
	dh_strip --dbg-package=libjansson-dbg