File: rules

package info (click to toggle)
libgnome-keyring 3.12.0-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 4,072 kB
  • ctags: 1,836
  • sloc: ansic: 14,209; sh: 11,417; python: 1,256; makefile: 254
file content (23 lines) | stat: -rwxr-xr-x 818 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
22
23
#!/usr/bin/make -f

include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/rules/autoreconf.mk
include /usr/share/cdbs/1/class/gnome.mk
include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk
-include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk

export DEB_LDFLAGS_MAINT_APPEND := -Wl,-O1 -Wl,-z,defs -Wl,--as-needed
include /usr/share/dpkg/buildflags.mk

DEB_DH_AUTORECONF_ARGS=--as-needed

DEB_CONFIGURE_EXTRA_FLAGS += --enable-gtk-doc \
                             --libdir=/usr/lib/$(DEB_HOST_MULTIARCH)

DEB_DH_MAKESHLIBS_ARGS_libgnome-keyring0 += -V -- -c4

# Note: remove the condition when kfreebsd buildds has been upgraded to
#       kfreebsd-10 kernel which has working mlock.
ifeq (,$(filter $(DEB_BUILD_ARCH),kfreebsd-i386 kfreebsd-amd64))
DEB_MAKE_CHECK_TARGET := check
endif