r1959: *** empty log message ***
authorKevin M. Rosenberg <kevin@rosenberg.net>
Sun, 5 May 2002 19:05:45 +0000 (19:05 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Sun, 5 May 2002 19:05:45 +0000 (19:05 +0000)
debian/changelog
make-dist.sh

index 51185c3b1ffd04ad7120499b76a9dd4937846b48..061e6a964029c04286d5aae25f9ce66c29669911 100644 (file)
@@ -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 <kevin@pal.med-info.com>  Sun,  5 May 2002 11:17:52 -0600
 
index 757695e08c601df4812dabfdc8717299a219139b..17a2bdac36c77a6566613f9bb863a45699bca55a 100755 (executable)
@@ -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