X-Git-Url: http://git.demorecorder.com/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=debian%2Frules;h=e04faa58391f8e26bb19ea729b5e0b3f24486d5c;hb=911ae3fbdd12bcfa39e6bbd85a7327ddd1cb9287;hp=f07c082c038f2334ef9cdf743a5025c37e6d7169;hpb=53971ea183d9d1dcfbaec18b135e49c9c118fabb;p=free-sw%2Fxcb%2Flibxcb diff --git a/debian/rules b/debian/rules index f07c082..e04faa5 100755 --- a/debian/rules +++ b/debian/rules @@ -2,10 +2,33 @@ DEB_DH_INSTALL_SOURCEDIR=debian/tmp +# FIXME: cdbs shouldn't require this +DEB_DBG_PACKAGE_libxcb0=libxcb0-dbg +DEB_DBG_PACKAGE_libxcbcomposite0=libxcbcomposite0-dbg +DEB_DBG_PACKAGE_libxcbdamage0=libxcbdamage0-dbg +DEB_DBG_PACKAGE_libxcbdpms0=libxcbdpms0-dbg +DEB_DBG_PACKAGE_libxcbglx0=libxcbglx0-dbg +DEB_DBG_PACKAGE_libxcbrandr0=libxcbrandr0-dbg +DEB_DBG_PACKAGE_libxcbrecord0=libxcbrecord0-dbg +DEB_DBG_PACKAGE_libxcbrender0=libxcbrender0-dbg +DEB_DBG_PACKAGE_libxcbres0=libxcbres0-dbg +DEB_DBG_PACKAGE_libxcbscreensaver0=libxcbscreensaver0-dbg +DEB_DBG_PACKAGE_libxcbshape0=libxcbshape0-dbg +DEB_DBG_PACKAGE_libxcbshm0=libxcbshm0-dbg +DEB_DBG_PACKAGE_libxcbsync0=libxcbsync0-dbg +DEB_DBG_PACKAGE_libxcbxevie0=libxcbxevie0-dbg +DEB_DBG_PACKAGE_libxcbxf86dri0=libxcbxf86dri0-dbg +DEB_DBG_PACKAGE_libxcbxfixes0=libxcbxfixes0-dbg +DEB_DBG_PACKAGE_libxcbxprint0=libxcbxprint0-dbg +DEB_DBG_PACKAGE_libxcbxtest0=libxcbxtest0-dbg +DEB_DBG_PACKAGE_libxcbxv0=libxcbxv0-dbg +DEB_DBG_PACKAGE_libxcbxvmc0=libxcbxvmc0-dbg + include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/autotools.mk DEB_CONFIGURE_EXTRA_FLAGS = --with-opt +DEB_MAKE_CHECK_TARGET=check debian/copyright: debian/copyright.debian COPYING cat $+ > $@