Add xcbint.h to noinst_HEADERS, so it gets distributed.
[free-sw/xcb/libxcb] / debian / rules
1 #!/usr/bin/make -f
2
3 DEB_DH_INSTALL_SOURCEDIR=debian/tmp
4
5 include /usr/share/cdbs/1/rules/debhelper.mk
6 include /usr/share/cdbs/1/class/autotools.mk
7
8 DEB_CONFIGURE_EXTRA_FLAGS = --with-opt
9 DEB_CONFIGURE_INCLUDEDIR = "\$${prefix}/X11R6/include"
10 DEB_DH_STRIP_ARGS=--dbg-package=libxcb0
11
12 debian/stamp-autotools-files:
13         autoreconf -v --install
14         touch debian/stamp-autotools-files
15
16 debian/copyright: debian/copyright.debian COPYING
17         cat $+ > $@
18
19 clean::
20         -rm -f debian/copyright
21
22 common-install-prehook-arch common-install-prehook-indep:: debian/copyright