version update
[siplcs.git] / contrib / opensuse-build-service / debian.rules
blob47027896fa7ce99a95262312251a43714ebe34dc
1 #!/usr/bin/make -f
3 include /usr/share/cdbs/1/class/autotools.mk
4 include /usr/share/cdbs/1/rules/debhelper.mk
6 DEB_CONFIGURE_EXTRA_FLAGS := --with-purple --without-telepathy --with-krb5=yes
7 # Don't run unnecessary ldconfig on postinst and postrm.
8 DEB_DH_MAKESHLIBS_ARGS_pidgin-sipe=-n
10 clean::
11 dh_testdir
13 # git snapshot does not contain a configure script
14 $(DEB_BUILDDIR)/config.status: $(DEB_CONFIGURE_SCRIPT)
16 $(DEB_CONFIGURE_SCRIPT):
17 ./autogen.sh
19 binary-post-install/pidgin-sipe::
20 rm debian/pidgin-sipe/usr/share/doc/pidgin-sipe/README
21 rm debian/pidgin-sipe/usr/lib/purple-2/libsipe.la
23 .PHONY: update-debian-control