Skip to content
Snippets Groups Projects
Commit 2046834e authored by Peter Van Eynde's avatar Peter Van Eynde
Browse files

commit for debian release 1.87-1

parent 6aa8bc70
No related branches found
No related tags found
No related merge requests found
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
......
......@@ -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
......
#!/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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment