8a10683eddd347143c86fa8e5d4eba4d53f19ccb
[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/copyright: debian/copyright.debian COPYING
13         cat $+ > $@
14
15 clean::
16         -rm -f debian/copyright
17
18 common-install-prehook-arch common-install-prehook-indep:: debian/copyright