Loading Makefile +5 −0 Original line number Diff line number Diff line Loading @@ -163,6 +163,11 @@ debian-package: mrproper : $${RELEASE:="$$(git tag -l '3.[0-9].[0-9]' | tail -n 1)"} ; echo building package version $$RELEASE ; \ git-buildpackage --git-debian-branch=release --git-upstream-branch=release --git-upstream-tag=$$RELEASE --git-tag --git-retag --git-ignore-branch debian-package-from-master: mrproper : $${RELEASE:="$$(git tag -l '3.[0-9].[0-9]' | tail -n 1)"} ; echo building package version $$RELEASE ; \ git-buildpackage --git-debian-branch=master --git-upstream-branch=master --git-upstream-tag=$$RELEASE --git-tag --git-retag --git-ignore-branch # Replace SBCL's ASDF with the current one. -- NOT recommended now that SBCL has ASDF2. # for casual users, just use (asdf:load-system :asdf) replace-sbcl-asdf: build/asdf.lisp Loading debian/changelog +9 −0 Original line number Diff line number Diff line cl-asdf (2:3.0.2.4-1) unstable; urgency=low UIOP:DIRECTORY* fixed to NOT follow symbolic links on LispWorks. Fix handling of :at key in :read-file-form. Fix package issue for system-definition-error (lp #1206173). Some docstring updates. Also documentation updates. -- Francois-Rene Rideau <fare@tunes.org> Tue, 03 Sep 2013 12:17:21 -0500 cl-asdf (2:3.0.2-1) unstable; urgency=low Improve support for CMUCL, ABCL, restore MCL support. Loading test/version.lisp-expr +1 −1 File changed.Contains only whitespace changes. Show changes Loading
Makefile +5 −0 Original line number Diff line number Diff line Loading @@ -163,6 +163,11 @@ debian-package: mrproper : $${RELEASE:="$$(git tag -l '3.[0-9].[0-9]' | tail -n 1)"} ; echo building package version $$RELEASE ; \ git-buildpackage --git-debian-branch=release --git-upstream-branch=release --git-upstream-tag=$$RELEASE --git-tag --git-retag --git-ignore-branch debian-package-from-master: mrproper : $${RELEASE:="$$(git tag -l '3.[0-9].[0-9]' | tail -n 1)"} ; echo building package version $$RELEASE ; \ git-buildpackage --git-debian-branch=master --git-upstream-branch=master --git-upstream-tag=$$RELEASE --git-tag --git-retag --git-ignore-branch # Replace SBCL's ASDF with the current one. -- NOT recommended now that SBCL has ASDF2. # for casual users, just use (asdf:load-system :asdf) replace-sbcl-asdf: build/asdf.lisp Loading
debian/changelog +9 −0 Original line number Diff line number Diff line cl-asdf (2:3.0.2.4-1) unstable; urgency=low UIOP:DIRECTORY* fixed to NOT follow symbolic links on LispWorks. Fix handling of :at key in :read-file-form. Fix package issue for system-definition-error (lp #1206173). Some docstring updates. Also documentation updates. -- Francois-Rene Rideau <fare@tunes.org> Tue, 03 Sep 2013 12:17:21 -0500 cl-asdf (2:3.0.2-1) unstable; urgency=low Improve support for CMUCL, ABCL, restore MCL support. Loading