source: pkg/main/libgnomeprintui/tags/2.18.1-parsix1/debian/rules @ 2028

Revision 2028, 603 bytes checked in by alanbach-guest, 6 years ago (diff)

Tagging kibgnomeprintui 2.18.1

  • Property svn:executable set to *
Line 
1#!/usr/bin/make -f
2
3# export DH_VERBOSE=1
4
5# Ensure at build time that the library has no dependencies on undefined
6# symbols.
7LDFLAGS += -Wl,-z,defs
8
9# Speed up loading.
10LDFLAGS += -Wl,-O1
11
12export LDFLAGS
13
14include /usr/share/cdbs/1/rules/debhelper.mk
15include /usr/share/cdbs/1/rules/simple-patchsys.mk
16include /usr/share/cdbs/1/class/gnome.mk
17include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk
18-include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
19
20DEB_DH_MAKESHLIBS_ARGS_ALL = -V 'libgnomeprintui2.2-0 (>= 2.17.0)'
21
22DEB_CONFIGURE_EXTRA_FLAGS = --enable-gtk-doc PKG_CONFIG_PATH=./debian
Note: See TracBrowser for help on using the repository browser.