From 8c8440d0681afef840611e93a905c49f7f8b172f Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Thu, 20 Jun 2002 13:52:48 +0000 Subject: [PATCH] r2138: *** empty log message *** --- debian/changelog | 10 +++------- debian/rules | 2 +- make-debian.sh | 2 +- make-upstream.sh | 15 ++++++++------- 4 files changed, 13 insertions(+), 16 deletions(-) diff --git a/debian/changelog b/debian/changelog index fa7c30d..1dd7f34 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Thu, 20 Jun 2002 07:43:53 -0600 -cl-uffi (0.4.5-1) unstable; urgency=low - - * New upstream version. - - -- Kevin Rosenberg 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 diff --git a/debian/rules b/debian/rules index 5e64849..1450c4c 100755 --- a/debian/rules +++ b/debian/rules @@ -96,7 +96,7 @@ binary-arch: build install # dh_makeshlibs dh_installdeb # dh_perl -# dh_shlibdeps + dh_shlibdeps dh_gencontrol dh_md5sums dh_builddeb diff --git a/make-debian.sh b/make-debian.sh index 778ce0a..9c05fcb 100644 --- a/make-debian.sh +++ b/make-debian.sh @@ -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} diff --git a/make-upstream.sh b/make-upstream.sh index 90a553b..2acb3ae 100755 --- a/make-upstream.sh +++ b/make-upstream.sh @@ -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 -- 2.34.1