Loading debian/changelog +7 −0 Original line number Diff line number Diff line cl-asdf (2:3.0.1.2-1) unstable; urgency=low ASDF 3.0.1.2 fixes issues with the debian package itself. It also includes fixes to run-program and run-shell-command. -- Francois-Rene Rideau <fare@tunes.org> Mon, 27 May 2013 22:44:50 -0400 cl-asdf (2:3.0.1-1) unstable; urgency=low ASDF 3.0.1 is an emergency release for better compatibility with Quicklisp. Loading debian/cl-asdf.install +1 −1 Original line number Diff line number Diff line uiop/ *.lisp build/asdf.lisp contrib/ asdf.asd build.xcvb usr/share/common-lisp/source/cl-asdf/ uiop/ *.lisp build/ contrib/ asdf.asd build.xcvb version.lisp-expr usr/share/common-lisp/source/cl-asdf/ debian/rules +0 −3 Original line number Diff line number Diff line #!/usr/bin/make -f # MAde with the aid of dh_make, by Craig Small # Sample debian/rules that uses debhelper. GNU copyright 1997 by Joey Hess. # Some lines taken from debmake, by Cristoph Lameter. # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 Loading Loading
debian/changelog +7 −0 Original line number Diff line number Diff line cl-asdf (2:3.0.1.2-1) unstable; urgency=low ASDF 3.0.1.2 fixes issues with the debian package itself. It also includes fixes to run-program and run-shell-command. -- Francois-Rene Rideau <fare@tunes.org> Mon, 27 May 2013 22:44:50 -0400 cl-asdf (2:3.0.1-1) unstable; urgency=low ASDF 3.0.1 is an emergency release for better compatibility with Quicklisp. Loading
debian/cl-asdf.install +1 −1 Original line number Diff line number Diff line uiop/ *.lisp build/asdf.lisp contrib/ asdf.asd build.xcvb usr/share/common-lisp/source/cl-asdf/ uiop/ *.lisp build/ contrib/ asdf.asd build.xcvb version.lisp-expr usr/share/common-lisp/source/cl-asdf/
debian/rules +0 −3 Original line number Diff line number Diff line #!/usr/bin/make -f # MAde with the aid of dh_make, by Craig Small # Sample debian/rules that uses debhelper. GNU copyright 1997 by Joey Hess. # Some lines taken from debmake, by Cristoph Lameter. # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 Loading