From 0a302f3be266543a3771d2cf03bec725f2acad00 Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Sun, 5 May 2002 19:05:45 +0000 Subject: [PATCH] r1959: *** empty log message *** --- debian/changelog | 1 + make-dist.sh | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) 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 -- 2.34.1