Control: tag -1 + patch On Thu, 23 Mar 2017 00:04:03 +0100, Andreas Beckmann wrote:
> during a test with piuparts I noticed your package ships (or creates) > a broken symlink. > > >From the attached log (scroll to the bottom...): > > 0m23.3s ERROR: FAIL: Broken symlinks: > /usr/share/common-lisp/systems/cl-csv-data-table.asd -> > ../source/cl-csv-data-table/cl-csv-data-table.asd > > ^^^^^^^^^^^^^^^^^^^ > > The package ships > /usr/share/common-lisp/source/cl-csv/cl-csv-data-table.asd > ^^^^^^^^ From looking at the 3 binary packages and their .dirs/.install/.links files, it seems that debian/cl-csv-data-table.install should install the files into a directory named after the package, like the others do (and it even creates the directory). Patch attached, not NMUing right now since I don't know the cl enviroment ... Cheers, gregor -- .''`. https://info.comodo.priv.at/ - Debian Developer https://www.debian.org : :' : OpenPGP fingerprint D1E1 316E 93A7 60A8 104D 85FA BB3A 6801 8649 AA06 `. `' Member of VIBE!AT & SPI, fellow of the Free Software Foundation Europe `- NP: Pink Floyd: Shine On You Crazy Diamond (Parts 6-9)
diff -Nru cl-csv-20150608/debian/changelog cl-csv-20150608/debian/changelog --- cl-csv-20150608/debian/changelog 2015-07-15 15:44:31.000000000 +0200 +++ cl-csv-20150608/debian/changelog 2017-04-01 21:10:33.000000000 +0200 @@ -1,3 +1,14 @@ +cl-csv (20150608-1.1) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * Fix "broken symlink: /usr/share/common-lisp/systems/cl-csv-data- + table.asd -> ../source/cl-csv-data-table/cl-csv-data-table.asd": + debian/cl-csv-data-table.install: install into directory matching package + name. + (Closes: #858509) + + -- gregor herrmann <gre...@debian.org> Sat, 01 Apr 2017 21:10:33 +0200 + cl-csv (20150608-1) unstable; urgency=medium * Quicklisp release update. diff -Nru cl-csv-20150608/debian/cl-csv-data-table.install cl-csv-20150608/debian/cl-csv-data-table.install --- cl-csv-20150608/debian/cl-csv-data-table.install 2014-04-30 16:01:04.000000000 +0200 +++ cl-csv-20150608/debian/cl-csv-data-table.install 2017-04-01 21:10:33.000000000 +0200 @@ -1,2 +1,2 @@ -cl-csv-data-table.asd usr/share/common-lisp/source/cl-csv -data-table.lisp usr/share/common-lisp/source/cl-csv \ No newline at end of file +cl-csv-data-table.asd usr/share/common-lisp/source/cl-csv-data-table +data-table.lisp usr/share/common-lisp/source/cl-csv-data-table
signature.asc
Description: Digital Signature