From: Kevin M. Rosenberg Date: Thu, 20 Jun 2002 14:21:18 +0000 (+0000) Subject: r2141: *** empty log message *** X-Git-Tag: v3.8.6~1044 X-Git-Url: http://git.kpe.io/?a=commitdiff_plain;h=610dc771df7c029185c2c36e1212f209877984ef;hp=ace1cb9084e3e8fd4773625fc413c039ebd3b1f4;p=clsql.git r2141: *** empty log message *** --- diff --git a/debian/rules b/debian/rules index f34fbe5..e5d79d9 100755 --- a/debian/rules +++ b/debian/rules @@ -130,6 +130,11 @@ binary-arch: build install dh_installdocs # dh_installexamples dh_installchangelogs ChangeLog + dh_link -p $(pkg-base) $(clc-source)/clsql $(clc-source)/clsql-base + dh_link -p $(pkg-mysql) $(clc-source)/clsql $(clc-source)/clsql-mysql + dh_link -p $(pkg-pg) $(clc-source)/clsql $(clc-source)/clsql-postgresql + dh_link -p $(pkg-pg-socket) $(clc-source)/clsql $(clc-source)/clsql-postgresql-socket + dh_link -p $(pkg-aodbc) $(clc-source)/clsql $(clc-source)/clsql-aodbc dh_strip dh_compress dh_fixperms diff --git a/make-debian.sh b/make-debian.sh index 6fcdb6e..b21c521 100755 --- a/make-debian.sh +++ b/make-debian.sh @@ -8,7 +8,7 @@ PACKAGE_DIR=/usr/local/src/Packages/${DEBPKG} export CVSROOT=`cat CVS/Root` echo "Building Debian files" -cvs-buildpackage -rfakeroot -kkevin@rosenberg.net -H${TOPDIR}/cvsbp-prepare.sh -i.pdf -F -d ${DEBPKG} $* +cvs-buildpackage -rfakeroot -kkevin@rosenberg.net -H${TOPDIR}/cvsbp-prepare.sh -i.pdf -F -d ${DEBPKG} -uc -us $* rm -rf ${PACKAGE_DIR}/${DEBPKG}-${DEBVERSION}