From: Kevin M. Rosenberg Date: Fri, 14 Jun 2002 03:36:58 +0000 (+0000) Subject: r2124: *** empty log message *** X-Git-Tag: debian-4.5.3-3~214 X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=commitdiff_plain;h=67e86d8b3119de2338afc1c47ed1a86c5036c478 r2124: *** empty log message *** --- diff --git a/debian/changelog b/debian/changelog index 9fcb947..a21cb9c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,8 @@ ctsim (3.5.4-2) unstable; urgency=low * Changed Debhelper to version 4 compatibility + + * Fixed upstream tarball for reupload -- Kevin Rosenberg Thu, 13 Jun 2002 20:06:19 -0600 diff --git a/make-upstream.sh b/make-upstream.sh index edf3051..28b1f2c 100755 --- a/make-upstream.sh +++ b/make-upstream.sh @@ -78,6 +78,7 @@ cp -a ${TOPDIR} ${DISTDIR} echo "Cleaning distribution directory ${DISTDIR}" cd ${DISTDIR} +make distclean rm -f upload.sh make-debian.sh make-upstream.sh cvsbp-prepare.sh make-doc.sh rm -f `find . -type f -name .cvsignore` rm -rf `find . -type d -name CVS -or -name .deps`