File: rules

package info (click to toggle)
limereg 1.4.1-4
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 3,288 kB
  • sloc: cpp: 4,329; sh: 4,238; ansic: 277; makefile: 130
file content (17 lines) | stat: -rwxr-xr-x 532 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/usr/bin/make -f

# see ENVIRONMENT in dpkg-buildflags(1)
export DEB_CFLAGS_MAINT_STRIP = -O2
export DEB_CFLAGS_MAINT_APPEND = -Ofast

export DEB_CXXFLAGS_MAINT_STRIP = -O2
export DEB_CXXFLAGS_MAINT_APPEND = -Ofast

%:
	dh $@ 

override_dh_install:
	sed -i 's/^.TH .*/.TH "liblimereg" 3 "October 2016" "liblimereg-1.4.1" \\" -*- nroff -*-/' debian/tmp/usr/share/man/man3/liblimereg.3
	sed -i 's/^.TH .*/.TH "limereg.h" 3 "October 2016" "liblimereg-1.4.1" \\" -*- nroff -*-/' debian/tmp/usr/share/man/man3/limereg.h.3
	dh_install