From 610dc771df7c029185c2c36e1212f209877984ef Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Thu, 20 Jun 2002 14:21:18 +0000 Subject: [PATCH] r2141: *** empty log message *** --- debian/rules | 5 +++++ make-debian.sh | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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} -- 2.34.1