X-Git-Url: http://git.demorecorder.com/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=debian%2Frules;h=931c6d90c540e97029b5f7536f7d729456b25f10;hb=4a891c6f4e49a04866b2cac7bf8bb679a256d3b4;hp=e81cbead242236ddecf352161e46f18f5932e9e3;hpb=47ceed78612d48dcda62cc2686fc527d61abe38b;p=free-sw%2Fxcb%2Flibxcb diff --git a/debian/rules b/debian/rules index e81cbea..931c6d9 100755 --- a/debian/rules +++ b/debian/rules @@ -2,16 +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_CONFIGURE_INCLUDEDIR = "\$${prefix}/X11R6/include" -DEB_DH_STRIP_ARGS=--dbg-package=libxcb0 - -debian/stamp-autotools-files: - autoreconf -v --install - touch debian/stamp-autotools-files +DEB_MAKE_CHECK_TARGET=check +DEB_MAKE_INVOKE = $(DEB_MAKE_ENVVARS) $(MAKE) -C $(DEB_BUILDDIR) CFLAGS="$(CFLAGS)" debian/copyright: debian/copyright.debian COPYING cat $+ > $@