Loading Makefile +3 −0 Original line number Diff line number Diff line Loading @@ -206,6 +206,9 @@ release: TODO test-all test-on-other-machines-too debian-changelog debian-packag # make test-load-systems s=fare-all # make bump v=3.0 # edit debian/changelog # git commit # git tag 3.0 # for example ... # make debian-package # make release-push archive website debian-package # dput mentors ../*.changes # send debian mentors request Loading asdf.asd +1 −1 Original line number Diff line number Diff line Loading @@ -74,7 +74,7 @@ :licence "MIT" :description "Another System Definition Facility" :long-description "ASDF builds Common Lisp software organized into defined systems." :version "3.0.1.13" ;; to be automatically updated by make bump-version :version "3.0.2" ;; to be automatically updated by make bump-version :depends-on () #+asdf3 :encoding #+asdf3 :utf-8 ;; For most purposes, asdf itself specially counts as a builtin system. Loading debian/changelog +9 −0 Original line number Diff line number Diff line cl-asdf (2:3.0.2-1) unstable; urgency=low Improve support for CMUCL, ABCL, restore MCL support. TRAVERSE is deprecated (moved to BACKWARD-INTERFACE), use MAKE-PLAN instead. Added DLL-OP and MONOLITHIC-DLL-OP for ECL. -- Robert P. Goldman <rpgoldman@sift.info> Tue, 02 Jul 2013 12:05:57 -0500 cl-asdf (2:3.0.1.3-1) unstable; urgency=low Add some backward-compatibility to the debian package, Loading debian/control +1 −1 Original line number Diff line number Diff line Loading @@ -6,7 +6,7 @@ Uploaders: Peter Van Eynde <pvaneynd@debian.org>, Milan Zamazal <pdm@zamazal.org>, Christoph Egger <christoph@debian.org>, Julien Danjou <acid@debian.org>, Francois-Rene Rideau <fare@tunes.org> Robert P. Goldman <rpgoldman@sift.info> Build-Depends: debhelper (>> 7) Build-Depends-Indep: texinfo, texlive-extra-utils, texlive, texlive-generic-recommended Standards-Version: 3.9.3 Loading header.lisp +1 −1 Original line number Diff line number Diff line ;;; -*- mode: Common-Lisp; Base: 10 ; Syntax: ANSI-Common-Lisp -*- ;;; This is ASDF 3.0.1.13: Another System Definition Facility. ;;; This is ASDF 3.0.2: Another System Definition Facility. ;;; ;;; Feedback, bug reports, and patches are all welcome: ;;; please mail to <asdf-devel@common-lisp.net>. Loading Loading
Makefile +3 −0 Original line number Diff line number Diff line Loading @@ -206,6 +206,9 @@ release: TODO test-all test-on-other-machines-too debian-changelog debian-packag # make test-load-systems s=fare-all # make bump v=3.0 # edit debian/changelog # git commit # git tag 3.0 # for example ... # make debian-package # make release-push archive website debian-package # dput mentors ../*.changes # send debian mentors request Loading
asdf.asd +1 −1 Original line number Diff line number Diff line Loading @@ -74,7 +74,7 @@ :licence "MIT" :description "Another System Definition Facility" :long-description "ASDF builds Common Lisp software organized into defined systems." :version "3.0.1.13" ;; to be automatically updated by make bump-version :version "3.0.2" ;; to be automatically updated by make bump-version :depends-on () #+asdf3 :encoding #+asdf3 :utf-8 ;; For most purposes, asdf itself specially counts as a builtin system. Loading
debian/changelog +9 −0 Original line number Diff line number Diff line cl-asdf (2:3.0.2-1) unstable; urgency=low Improve support for CMUCL, ABCL, restore MCL support. TRAVERSE is deprecated (moved to BACKWARD-INTERFACE), use MAKE-PLAN instead. Added DLL-OP and MONOLITHIC-DLL-OP for ECL. -- Robert P. Goldman <rpgoldman@sift.info> Tue, 02 Jul 2013 12:05:57 -0500 cl-asdf (2:3.0.1.3-1) unstable; urgency=low Add some backward-compatibility to the debian package, Loading
debian/control +1 −1 Original line number Diff line number Diff line Loading @@ -6,7 +6,7 @@ Uploaders: Peter Van Eynde <pvaneynd@debian.org>, Milan Zamazal <pdm@zamazal.org>, Christoph Egger <christoph@debian.org>, Julien Danjou <acid@debian.org>, Francois-Rene Rideau <fare@tunes.org> Robert P. Goldman <rpgoldman@sift.info> Build-Depends: debhelper (>> 7) Build-Depends-Indep: texinfo, texlive-extra-utils, texlive, texlive-generic-recommended Standards-Version: 3.9.3 Loading
header.lisp +1 −1 Original line number Diff line number Diff line ;;; -*- mode: Common-Lisp; Base: 10 ; Syntax: ANSI-Common-Lisp -*- ;;; This is ASDF 3.0.1.13: Another System Definition Facility. ;;; This is ASDF 3.0.2: Another System Definition Facility. ;;; ;;; Feedback, bug reports, and patches are all welcome: ;;; please mail to <asdf-devel@common-lisp.net>. Loading