r1842: *** empty log message ***
authorKevin M. Rosenberg <kevin@rosenberg.net>
Wed, 1 May 2002 01:23:40 +0000 (01:23 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Wed, 1 May 2002 01:23:40 +0000 (01:23 +0000)
debian/ctsim.manpages
debian/dirs [new file with mode: 0644]
make-dist.sh

index 4b48cb29eb749971a7226a4d80264912f542768d..163af379c1eed544d3cbc8ae0428ce05ef3b4a17 100644 (file)
@@ -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 (file)
index 0000000..92e3e7c
--- /dev/null
@@ -0,0 +1,5 @@
+/usr
+/usr/bin
+/usr/share
+/usr/share/doc
+/usr/man
index cd649b2a83ae1cd94134e7983d2cec64bc05e5a3..d45b238fde9455930beb7ba95c00cebef100588b 100755 (executable)
@@ -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