blob: 7cb0339b7cf71d53ffca690eee44a905a2fc3984 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
#! /usr/bin/make -f
LDFLAGS += -Wl,--as-needed
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/gnome.mk
include /usr/share/cdbs/1/class/autotools.mk
include /usr/share/cdbs/1/rules/patchsys-quilt.mk
DEB_DH_MAKESHLIBS_ARGS_ALL = --exclude=plugins
DEB_BUILDDIR := build
DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/usr \
--enable-network-manager \
--with-libnotify \
--with-pam
binary-install/krb5-auth-dialog::
rm debian//krb5-auth-dialog/usr/lib/krb5-auth-dialog/plugins/libka-plugin-*.*a
|