From: Kevin M. Rosenberg Date: Sun, 5 May 2002 19:05:45 +0000 (+0000) Subject: r1959: *** empty log message *** X-Git-Tag: v1.6.1~399 X-Git-Url: http://git.kpe.io/?a=commitdiff_plain;h=0a302f3be266543a3771d2cf03bec725f2acad00;p=uffi.git r1959: *** empty log message *** --- diff --git a/debian/changelog b/debian/changelog index 51185c3..061e6a9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ cl-uffi (0.4.4-8) unstable; urgency=low * Improved control file in anticipation of having dpkg-buildpackage generate the documentation rather than putting the documentation in the upstream archive. + * Remade package to include upstream sources. -- Kevin Rosenberg Sun, 5 May 2002 11:17:52 -0600 diff --git a/make-dist.sh b/make-dist.sh index 757695e..17a2bda 100755 --- a/make-dist.sh +++ b/make-dist.sh @@ -100,11 +100,11 @@ mv ${DISTDIR}.zip ${DEBPKG}_${VERSION}.orig.tar.gz ${DISTDIR}.tar.gz ${PACKAGE_D echo "Building Debian files" if [ -z ${opt_dpkg_buildpackage} ]; then cd ${TOPDIR} - cvs-buildpackage -rfakeroot -kkevin@rosenberg.net -H${TOPDIR}/cvsbp-prepare -tC -i.pdf ${DEBPKG} + cvs-buildpackage -rfakeroot -kkevin@rosenberg.net -H${TOPDIR}/cvsbp-prepare -tC -i.pdf -sa ${DEBPKG} cd .. else cd ${DEBDIR} - dpkg-buildpackage -rfakeroot -kkevin@rosenberg.net -a + dpkg-buildpackage -rfakeroot -kkevin@rosenberg.net -a -sa mv ${DEBPKG}_${VERSION}* ${PACKAGE_DIR} cd .. fi