Update -dbg package handling to work with debhelper compat level 5.
[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
11 debian/copyright: debian/copyright.debian COPYING
12         cat $+ > $@
13
14 clean::
15         -rm -f debian/copyright
16
17 common-install-prehook-arch common-install-prehook-indep:: debian/copyright