Package: cl-asdf / 2:3.1.7-1

Metadata

Package Version Patches format
cl-asdf 2:3.1.7-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
001 fix codespell typos.patch | (download)

README.md | 2 1 + 1 - 0 !
doc/Changelog | 2 1 + 1 - 0 !
doc/asdf.texinfo | 2 1 + 1 - 0 !
test/ecl-make-image/readme.lisp | 2 1 + 1 - 0 !
4 files changed, 4 insertions(+), 4 deletions(-)

 correct some spelling mistakes
 The typos are detected by Debian's codespell utility. I was asked to fix
 them for debian packaging (see Bug-Debian)
 .
002 make clean should not touch debian.patch | (download)

Makefile | 1 0 + 1 - 0 !
1 file changed, 1 deletion(-)

 make clean should not touch debian
 Now that the debian subdir is maintained in a separate repo, Makefile
 should not mess with it. Why does make clean delete the debian/patches
 directory anyway?