From 1084f5fe8cba9c0982c7c6ecfa30adac4dbe15d1 Mon Sep 17 00:00:00 2001 From: Francois-Rene Rideau <fare@tunes.org> Date: Mon, 3 Jan 2011 16:34:50 +0100 Subject: [PATCH] 2.012: blessing 2.011.9 as a release. --- Makefile | 4 ++-- asdf.asd | 2 +- asdf.lisp | 2 +- debian/changelog | 15 +++++++++++++++ 4 files changed, 19 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 4a003794..268b0483 100644 --- a/Makefile +++ b/Makefile @@ -71,8 +71,8 @@ test-all: FORCE done debian-package: mrproper - RELEASE="$(git tag -l '2.0[0-9][0-9]' | tail -n 1)" ; \ - git-buildpackage --git-debian-branch=release --git-upstream-branch=$RELEASE --git-tag --git-retag + RELEASE="$$(git tag -l '2.0[0-9][0-9]' | tail -n 1)" ; \ + git-buildpackage --git-debian-branch=release --git-upstream-branch=$$RELEASE --git-tag --git-retag # Replace SBCL's ASDF with the current one. # not recommended: just use (asdf:load-system :asdf) diff --git a/asdf.asd b/asdf.asd index 6d749d3f..c9af7324 100644 --- a/asdf.asd +++ b/asdf.asd @@ -12,7 +12,7 @@ :licence "MIT" :description "Another System Definition Facility" :long-description "ASDF builds Common Lisp software organized into defined systems." - :version "2.011.9" + :version "2.012" ;;:version #.(asdf:asdf-version) ; how do we make that the *described* ASDF's version rather than the *previously loaded* ASDF's version? :depends-on () :components diff --git a/asdf.lisp b/asdf.lisp index cfee229f..018e557b 100644 --- a/asdf.lisp +++ b/asdf.lisp @@ -80,7 +80,7 @@ ;; "2.345.6" would be a development version in the official upstream ;; "2.345.0.7" would be your seventh local modification of official release 2.345 ;; "2.345.6.7" would be your seventh local modification of development version 2.345.6 - (asdf-version "2.011.9") + (asdf-version "2.012") (existing-asdf (fboundp 'find-system)) (existing-version *asdf-version*) (already-there (equal asdf-version existing-version))) diff --git a/debian/changelog b/debian/changelog index f4870372..55b390f2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,18 @@ +cl-asdf (2:2.012-1) unstable; urgency=low + + * Blessing 2.011.9: more fixes to corner cases. + * Added :here directive to pathname DSL, + robustified ECL support, + fixed infinite loop when filesystem clock is in the future, + extended the AOT DSL and made it more futureproof, + fixed how clear-system interacts with map-systems, + used of directory under old SBCLs, + fixed run-shell-command status and version string under clisp, + fixed error messages. + * Synchronized version of asdf.asd and asdf.lisp, automatically. + + -- Francois-Rene Rideau <fare@tunes.org> Mon, 03 Jan 2011 06:59:17 +0100 + cl-asdf (2:2.011-1) unstable; urgency=low * Mostly same as 2.010.9: several minor tweaks and bug fixes since 2.010. -- GitLab