r2001: debian
authorKevin M. Rosenberg <kevin@rosenberg.net>
Mon, 13 May 2002 02:21:02 +0000 (02:21 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Mon, 13 May 2002 02:21:02 +0000 (02:21 +0000)
ChangeLog
make-upstream.sh

index 3da17ea67064a72fdfc148f21ac027b7f2e68810..d32bc7d9ceded83353e115736fcf3002e5334590 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+14 May 2002 Kevin Rosenberg (kevin@rosenberg.net)
+       * *.system: Reworked logical pathnames to be more consistent with
+       Common Lisp Controller.
+       * debian/*: Completed initial Debian support
+       
 10 May 2002 Marc Battyani (marc.battyani@fractalconcept.com)
        * sql/classes.cl:
        * sql/transactions.cl:
index 0f022bab5b73352c00e3e54f1a4b538816ce18d9..2b910d2adb931e2f52452de18833060a7d2eda52 100755 (executable)
@@ -38,6 +38,14 @@ PACKAGE_DIR=/usr/local/src/Packages/${DEBPKG}
 DISTDIR=${PKG}-${VERSION}
 DEBDIR=${DEBPKG}-${VERSION}
 
+if [ ! -z ${opt_tag} ]; then
+    UPSTREAM_TAG=upstream_version_`echo ${VERSION} | tr . _`
+    echo "(Re-)tagging with Upstream tag '${UPSTREAM_TAG}'"
+    cvs -q rtag -d $UPSTREAM_TAG $PKG > /dev/null
+    cvs -q tag -F $UPSTREAM_TAG > /dev/null
+
+fi
+
 if [ -f ${PACKAGE_DIR}/${DEBPKG}_${VERSION}.orig.tar.gz ]; then
   echo "File ${PACKAGE_DIR}/${DEBPKG}_${VERSION}.orig.tar.gz already exists."
   echo -n "Are you sure that you want to create a new upstream archive? (y/N): "
@@ -50,13 +58,6 @@ if [ -f ${PACKAGE_DIR}/${DEBPKG}_${VERSION}.orig.tar.gz ]; then
   esac
 fi
 
-if [ ! -z ${opt_tag} ]; then
-    UPSTREAM_TAG=upstream_version_`echo ${VERSION} | tr . _`
-    echo "(Re-)tagging with Upstream tag '${UPSTREAM_TAG}'"
-    cvs -q rtag -d $UPSTREAM_TAG $PKG > /dev/null
-    cvs -q tag -F $UPSTREAM_TAG > /dev/null
-
-fi
 # Prepare for archive
 cd ..
 rm -f ${PKG}_${VERSION}.tar.gz ${DEBPKG}_${VERSION}.orig.tar.gz