File: rules

package info (click to toggle)
libdogleg 0.18-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 284 kB
  • sloc: ansic: 2,700; makefile: 38; sh: 16
file content (18 lines) | stat: -rwxr-xr-x 427 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/usr/bin/make -f
# -*- makefile -*-

export DEB_BUILD_MAINT_OPTIONS=hardening=+bindnow

%:
	dh $@

override_dh_auto_build:
	dh_auto_build
	pod2html --title=libdogleg README.pod > libdogleg.html

# moved dogleg.h to /usr/include to be compatible with the older libdogleg-dev
# packages
override_dh_auto_install:
	dh_auto_install
	mv debian/tmp/usr/include/dogleg/* debian/tmp/usr/include/
	rmdir debian/tmp/usr/include/dogleg