--- opencdk10.old/debian/rules Thu Feb 14 21:47:07 2008 +++ /opt/emdebian/trunk/o/opencdk10/trunk/opencdk10-0.6.6/debian/rules Thu Feb 14 21:47:17 2008 @@ -1,16 +1,15 @@ #! /usr/bin/make -f # Build the opencdk10 package for Debian. -include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/emdebian-tools/emdebhelper.mk include /usr/share/cdbs/1/class/autotools.mk include /usr/share/cdbs/1/rules/simple-patchsys.mk DEB_CONFIGURE_EXTRA_FLAGS = --enable-ld-version-script -DEB_MAKE_CHECK_TARGET = check DEB_DH_STRIP_ARGS = --dbg-package=libopencdk10-dbg DEB_DH_MAKESHLIBS_ARGS_libopencdk10 := -V 'libopencdk10 (>=0.6.5)' +DEB_CONFIGURE_SCRIPT_ENV= - clean:: dh_testdir dh_testroot @@ -34,6 +33,3 @@ dh_clean -common-build-arch common-build-indep:: doc/opencdk-api.html -doc/opencdk-api.html: - $(MAKE) -C doc opencdk-api.html