File: rules

package info (click to toggle)
libphone-utils 0.1%2Bgit20100630-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 3,056 kB
  • ctags: 116
  • sloc: sh: 9,184; ansic: 1,035; python: 50; makefile: 49
file content (17 lines) | stat: -rwxr-xr-x 481 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

include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/autotools.mk

# do not install almost empty and unneeded doc files
DEB_INSTALL_DOCS_ALL := 

DEB_CONFIGURE_SCRIPT_ENV += LDFLAGS="-Wl,-O1 -Wl,--as-needed -lm" 

# prepare build system
DEB_AUTOMAKE_ARGS = --add-missing --copy
DEB_AUTO_UPDATE_LIBTOOL = pre
DEB_AUTO_UPDATE_AUTOMAKE = 1.11
DEB_AUTO_UPDATE_ACLOCAL = 1.11
DEB_AUTO_UPDATE_AUTOCONF = 2.65
DEB_AUTO_UPDATE_AUTOHEADER = 2.65