File: rules

package info (click to toggle)
libgnomeprint 2.8.2-1.2
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 6,272 kB
  • ctags: 3,313
  • sloc: ansic: 29,811; sh: 8,353; xml: 4,906; perl: 562; makefile: 434
file content (21 lines) | stat: -rwxr-xr-x 513 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#!/usr/bin/make -f

export DH_VERBOSE=1

# Ensure at build time that the library has no dependencies on undefined
# symbols.
LDFLAGS += -Wl,-z,defs

# Speed up loading.
LDFLAGS += -Wl,-O1

export LDFLAGS

include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/rules/simple-patchsys.mk
include /usr/share/cdbs/1/class/gnome.mk

include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk

DEB_CONFIGURE_EXTRA_FLAGS := --disable-gtk-doc
DEB_DH_MAKESHLIBS_ARGS_ALL = -V 'libgnomeprint2.2-0 (>= 2.8.0-1)'