From be87188ff00d08c1e3a98aaedbedc08ebb203f11 Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Wed, 1 May 2002 01:23:40 +0000 Subject: [PATCH] r1842: *** empty log message *** --- debian/ctsim.manpages | 2 +- debian/dirs | 5 +++++ make-dist.sh | 7 +++++-- 3 files changed, 11 insertions(+), 3 deletions(-) create mode 100644 debian/dirs diff --git a/debian/ctsim.manpages b/debian/ctsim.manpages index 4b48cb2..163af37 100644 --- a/debian/ctsim.manpages +++ b/debian/ctsim.manpages @@ -1,6 +1,6 @@ man/ctsim.1 man/if1.1 -man/if2.2 +man/if2.1 man/ifexport.1 man/ifinfo.1 man/phm2if.1 diff --git a/debian/dirs b/debian/dirs new file mode 100644 index 0000000..92e3e7c --- /dev/null +++ b/debian/dirs @@ -0,0 +1,5 @@ +/usr +/usr/bin +/usr/share +/usr/share/doc +/usr/man diff --git a/make-dist.sh b/make-dist.sh index cd649b2..d45b238 100755 --- a/make-dist.sh +++ b/make-dist.sh @@ -36,6 +36,9 @@ find ${DISTDIR}/doc -type f -name \*.tex -or -name \*.aux -or \ # Create original distribution archives rm -rf ${DISTDIR}/debian +cd ${DISTDIR} +make distclean +cd .. GZIP=-9 tar czf ${DISTDIR}.tar.gz ${DISTDIR} find ${DISTDIR} -type f -and -name \*.c -or -name \*.h -or -name \*.list -or \ @@ -53,11 +56,11 @@ if [ "${DISTDIR}" != "${DEBDIR}" ]; then fi cp -a ${TOPDIR}/debian ${DEBDIR} +cp ${DISTDIR}.tar.gz ${PKG}_${VERSION}.orig.tar.gz cd ${DEBDIR} dpkg-buildpackage -rfakeroot -kkevin@b9.com -a - cd .. -rm -rf $DEBDIR} +# rm -rf ${DEBDIR} lintian ${DEBPKG}_${VERSION}-*.changes -- 2.34.1