r2138: *** empty log message ***
authorKevin M. Rosenberg <kevin@rosenberg.net>
Thu, 20 Jun 2002 13:52:48 +0000 (13:52 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Thu, 20 Jun 2002 13:52:48 +0000 (13:52 +0000)
debian/changelog
debian/rules
make-debian.sh
make-upstream.sh

index fa7c30dbc056436899c7304a01cb7b3ee56bcf16..1dd7f3488277d5a4e12c7b8cb29cdfc1b2c9a5cd 100644 (file)
@@ -1,4 +1,6 @@
-cl-uffi (0.4.5-2) unstable; urgency=low
+cl-uffi (0.4.5-1) unstable; urgency=low
+
+  * New upstream version.
 
   * Remove deprecated repository 
   
@@ -6,12 +8,6 @@ cl-uffi (0.4.5-2) unstable; urgency=low
 
  -- Kevin Rosenberg <kevin@rosenberg.net>  Thu, 20 Jun 2002 07:43:53 -0600
 
-cl-uffi (0.4.5-1) unstable; urgency=low
-
-  * New upstream version.
-
- -- Kevin Rosenberg <kevin@cheetah-debian.med-info.com>  Sun,  5 May 2002 21:10:13 -0600
-
 cl-uffi (0.4.4-8) unstable; urgency=low
 
   * Improved control file in anticipation of having dpkg-buildpackage
index 5e64849bf5e66fbb6804b7f667411d18f2a16ed2..1450c4c2a68ef4d83170648a44912b88f0d4f912 100755 (executable)
@@ -96,7 +96,7 @@ binary-arch: build install
 #      dh_makeshlibs
        dh_installdeb
 #      dh_perl
-#      dh_shlibdeps
+       dh_shlibdeps
        dh_gencontrol
        dh_md5sums
        dh_builddeb
index 778ce0aace2dfc9d0efb376b7191c4e3511b53a4..9c05fcb2f3eb0128c324677bf4844735e0cbc47a 100644 (file)
@@ -8,7 +8,7 @@ PACKAGE_DIR=/usr/local/src/Packages/${DEBPKG}
 export CVSROOT=`cat CVS/Root`
 
 echo "Building Debian files"
-cvs-buildpackage -rfakeroot -kkevin@rosenberg.net -H${TOPDIR}/cvsbp-prepare.sh -i.pdf -F -d ${DEBPKG}
+cvs-buildpackage -rfakeroot -kkevin@rosenberg.net -H${TOPDIR}/cvsbp-prepare.sh -i.pdf -F -d ${DEBPKG} -uc -us
 
 rm -rf ${PACKAGE_DIR}/${DEBPKG}-${DEBVERSION}
 
index 90a553bc8b04eea9cb84762dab4144394a663975..2acb3ae5a6852b10977c11b8d35df1f67f6f4d86 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