From 2046834e5d6779644208b2384aa10b6ed9c44caf Mon Sep 17 00:00:00 2001 From: Peter Van Eynde <> Date: Fri, 1 Jul 2005 12:03:46 +0000 Subject: [PATCH] commit for debian release 1.87-1 --- debian/changelog | 8 ++++++++ debian/control | 2 +- debian/prepare-build.sh | 21 --------------------- 3 files changed, 9 insertions(+), 22 deletions(-) delete mode 100755 debian/prepare-build.sh diff --git a/debian/changelog b/debian/changelog index ca2e3451..42c2e0b8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +cl-asdf (1.87-1) unstable; urgency=low + + * Noticed that I actually increased the version with the CVS commit + * Updated the standards version + * Remove the prepare build stuff, build through darcs + + -- Peter Van Eynde <pvaneynd@debian.org> Fri, 1 Jul 2005 14:02:58 +0200 + cl-asdf (1.86-5) unstable; urgency=low * Fixed duplicate components patch to better handle reloading diff --git a/debian/control b/debian/control index 1b2b01d5..eb1404e8 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: devel Priority: optional Maintainer: Peter Van Eynde <pvaneynd@debian.org> Build-Depends-Indep: debhelper (>> 4.0.0), cvs2cl -Standards-Version: 3.6.1.1 +Standards-Version: 3.6.2.1 Package: cl-asdf Architecture: all diff --git a/debian/prepare-build.sh b/debian/prepare-build.sh deleted file mode 100755 index 2a43a461..00000000 --- a/debian/prepare-build.sh +++ /dev/null @@ -1,21 +0,0 @@ -#!/bin/sh - -[ -d debian ] || exit 1 - -[ $(pwd | sed 's/.*\/\([^\/]*\)/\1/') == "asdf-cvs-master" ] || exit 3 - -set -e - -cvs -q -z3 update -APd . - -cvs2cl --stdout > changelog -VISUAL=nvi EDITOR=nvi dch --increment --preserve -DIR=`pwd` - -rm -rf ../asdf || true -find . -type f -depth | cpio --pass-through --make-directories --link --preserve-modification-time ../asdf -cd ../asdf - -find . -name CVS -print0 | xargs -0 rm -rvf -find . -name .cvsignore -print0 | xargs -0 rm -v - -- GitLab