diff -Nru cffi-0.19.0/debian/changelog cffi-0.19.0/debian/changelog --- cffi-0.19.0/debian/changelog 2018-05-04 22:46:27.000000000 +0000 +++ cffi-0.19.0/debian/changelog 2018-04-04 19:10:52.000000000 +0000 @@ -1,3 +1,38 @@ +cffi (1:0.19.0-3) unstable; urgency=medium + + * Add dependency on libc6-dev | libc-dev (needed by cffi-grovel). + * Set Maintainer to debian-common-lisp@l.d.o. + + -- Sébastien Villemot Wed, 04 Apr 2018 21:10:52 +0200 + +cffi (1:0.19.0-2) unstable; urgency=medium + + * Update Vcs-* fields for move to salsa. + * Add debian/source/format. + * Remove obsolete README.building. + * Rewrite d/watch, with PGP signature checking. + * Bump to debhelper compat level 11. + * Remove build-dependency on dh-lisp. + * Rewrite d/rules using dh. + * Add missing files for cffi-libffi and cffi-toolchain. + Also add missing Depends on gcc (for cffi-toolchain), pkg-config (for + cffi-grovel) and libffi-dev (for cffi-libffi). (Closes: #894543) + * Remove unused Build-Depends on a2ps. + * Rewrite d/copyright using machine-readable format 1.0. + * Bump Standards-Version to 4.1.3. + * Install info manuals under /usr/share/info. (Closes: #784552) + * Stop distributing the one-file-per-node version of HTML documentation + (but keep the all-in-one-page version) (Closes: #784550) + * Register documentation into doc-base. + * Add Suggests on cl-bordeaux-threads and cl-rt, needed by cffi-tests. + * Add myself to Uploaders. + * cffi-tests.patch: new patch, avoids test failure due to testsuite being + installed in read-only directory. + * Add an autopkgtest that runs the testsuite on sbcl, ecl and clisp. + (Closes: #560966) + + -- Sébastien Villemot Sun, 01 Apr 2018 12:28:00 +0200 + cffi (1:0.19.0-1) unstable; urgency=medium * Quicklisp release update. diff -Nru cffi-0.19.0/debian/compat cffi-0.19.0/debian/compat --- cffi-0.19.0/debian/compat 2018-05-04 22:46:27.000000000 +0000 +++ cffi-0.19.0/debian/compat 2018-03-31 14:56:06.000000000 +0000 @@ -1 +1 @@ -7 +11 diff -Nru cffi-0.19.0/debian/control cffi-0.19.0/debian/control --- cffi-0.19.0/debian/control 2018-05-04 22:46:27.000000000 +0000 +++ cffi-0.19.0/debian/control 2018-04-04 19:10:06.000000000 +0000 @@ -1,18 +1,33 @@ Source: cffi +Maintainer: Debian Common Lisp Team +Uploaders: Peter Van Eynde , + Sébastien Villemot Section: lisp Priority: optional -Build-Depends: debhelper (>= 7) -Build-Depends-Indep: dh-lisp, texinfo, a2ps, sbcl, texlive-extra-utils, texlive, texlive-generic-recommended -Maintainer: Debian Common Lisp Team -Uploaders: Peter Van Eynde -Standards-Version: 3.9.6 +Build-Depends: debhelper (>= 11~), + texinfo, + sbcl, + texlive-extra-utils, + texlive, + texlive-generic-recommended +Standards-Version: 4.1.3 +Vcs-Browser: https://salsa.debian.org/common-lisp-team/cffi +Vcs-Git: https://salsa.debian.org/common-lisp-team/cffi.git Homepage: http://common-lisp.net/project/cffi/ -Vcs-Darcs: http://darcs.debian.org/darcs/pkg-common-lisp/cffi Package: cl-cffi Architecture: all -Depends: ${misc:Depends}, cl-alexandria, cl-trivial-features, cl-babel -Description: The Common Foreign Function Interface for Common Lisp +Depends: ${misc:Depends}, + cl-alexandria, + cl-trivial-features, + cl-babel, + gcc, + libc6-dev | libc-dev, + pkg-config, + libffi-dev +Suggests: cl-bordeaux-threads, + cl-rt +Description: Common Foreign Function Interface for Common Lisp CFFI, the Common Foreign Function Interface, purports to be a portable foreign function interface for Common Lisp. The CFFI library is composed of a Lisp-implementation-specific backend in the CFFI-SYS package, and a portable diff -Nru cffi-0.19.0/debian/copyright cffi-0.19.0/debian/copyright --- cffi-0.19.0/debian/copyright 2018-05-04 22:46:27.000000000 +0000 +++ cffi-0.19.0/debian/copyright 2018-03-31 15:48:16.000000000 +0000 @@ -1,29 +1,68 @@ -This package was debianized by Peter Van Eynde pvaneynd@debian.org on -Tue, 17 Oct 2006 07:39:53 +0200 - -It was downloaded from http://common-lisp.net/project/cffi/ - -Copyright: - - -Copyright (C) 2005-2006, James Bielman - -Permission is hereby granted, free of charge, to any person -obtaining a copy of this software and associated documentation -files (the "Software"), to deal in the Software without -restriction, including without limitation the rights to use, copy, -modify, merge, publish, distribute, sublicense, and/or sell copies -of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT -HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, -WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER -DEALINGS IN THE SOFTWARE. +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: CFFI +Upstream-Contact: cffi-devel@common-lisp.net +Source: https://common-lisp.net/project/cffi/ + +Files: * +Copyright: 2005-2007, James Bielman + 2005-2011, 2014, 2015, Luis Oliveira + 2007, Stelian Ionescu + 2005, 2006, Emily Backes + 2005, 2006, Dan Knap + 2009-2011, 2015 Liam M. Healy + 2015, Attila Lendvai + 2013, Ryan Pavlik + 2012, Mark Evenson + 2017, Frank Goenninger + 2005, 2006, Joerg Hoehle + 2010, james.anderson@setf.de + 2010-2012, Jean-Claude Beaudoin + 2006, 2007, Scieneer Pty Ltd. +License: Expat + +Files: doc/gendocs.sh +Copyright: 2003-2005, Free Software Foundation, Inc. +License: GPL-2+ + +Files: debian/* +Copyright: 2006-2010 Peter Van Eynde + 2014-2017 Dimitri Fontaine + 2018 Sébastien Villemot +License: Expat + +License: Expat + The MIT License + . + Permission is hereby granted, free of charge, to any person + obtaining a copy of this software and associated + documentation files (the "Software"), to deal in the Software + without restriction, including without limitation the rights to + use, copy, modify, merge, publish, distribute, sublicense, + and/or sell copies of the Software, and to permit persons to + whom the Software is furnished to do so, subject to the + following conditions: + . + The above copyright notice and this permission notice shall + be included in all copies or substantial portions of the + Software. + . + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT + WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, + INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF + MERCHANTABILITY, FITNESS FOR A PARTICULAR + PURPOSE AND NONINFRINGEMENT. IN NO EVENT + SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE + LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, + TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN + CONNECTION WITH THE SOFTWARE OR THE USE OR + OTHER DEALINGS IN THE SOFTWARE. + +License: GPL-2+ + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; version 2 dated June, 1991, or (at + your option) any later version. + . + On Debian systems, the complete text of version 2 of the GNU General + Public License can be found in '/usr/share/common-licenses/GPL-2'. diff -Nru cffi-0.19.0/debian/dirs cffi-0.19.0/debian/dirs --- cffi-0.19.0/debian/dirs 2018-05-04 22:46:27.000000000 +0000 +++ cffi-0.19.0/debian/dirs 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -usr/share/common-lisp/source/cl-cffi diff -Nru cffi-0.19.0/debian/doc-base.cffi-manual cffi-0.19.0/debian/doc-base.cffi-manual --- cffi-0.19.0/debian/doc-base.cffi-manual 1970-01-01 00:00:00.000000000 +0000 +++ cffi-0.19.0/debian/doc-base.cffi-manual 2018-03-31 16:10:28.000000000 +0000 @@ -0,0 +1,28 @@ +Document: cffi-manual +Title: CFFI User Manual +Abstract: CFFI is the Common Foreign Function Interface for ANSI Common Lisp + systems. By foreign function we mean a function written in another programming + language and having different data and calling conventions than Common Lisp, + namely, C. CFFI allows you to call foreign functions and access foreign + variables, all without leaving the Lisp image. +Section: Programming + +Format: HTML +Index: /usr/share/doc/cl-cffi/cffi-manual.html +Files: /usr/share/doc/cl-cffi/cffi-manual.html + +Format: Text +Files: /usr/share/doc/cl-cffi/cffi-manual.txt.gz + +Format: PDF +Files: /usr/share/doc/cl-cffi/cffi-manual.pdf.gz + +Format: DVI +Files: /usr/share/doc/cl-cffi/cffi-manual.dvi.gz + +Format: PostScript +Files: /usr/share/doc/cl-cffi/cffi-manual.ps.gz + +Format: Info +Index: /usr/share/info/cffi-manual.info.gz +Files: /usr/share/info/cffi-manual.info*.gz diff -Nru cffi-0.19.0/debian/doc-base.cffi-sys-spec cffi-0.19.0/debian/doc-base.cffi-sys-spec --- cffi-0.19.0/debian/doc-base.cffi-sys-spec 1970-01-01 00:00:00.000000000 +0000 +++ cffi-0.19.0/debian/doc-base.cffi-sys-spec 2018-03-31 16:16:27.000000000 +0000 @@ -0,0 +1,28 @@ +Document: cffi-sys-spec +Title: CFFI-SYS Interface Specification +Abstract: CFFI, the Common Foreign Function Interface, purports to be a portable + foreign function interface for Common Lisp. + This specification defines a set of low-level primitives that must be + defined for each Lisp implementation supported by CFFI. These operators + are defined in the 'CFFI-SYS' package. +Section: Programming + +Format: HTML +Index: /usr/share/doc/cl-cffi/cffi-sys-spec.html +Files: /usr/share/doc/cl-cffi/cffi-sys-spec.html + +Format: Text +Files: /usr/share/doc/cl-cffi/cffi-sys-spec.txt.gz + +Format: PDF +Files: /usr/share/doc/cl-cffi/cffi-sys-spec.pdf.gz + +Format: DVI +Files: /usr/share/doc/cl-cffi/cffi-sys-spec.dvi.gz + +Format: PostScript +Files: /usr/share/doc/cl-cffi/cffi-sys-spec.ps.gz + +Format: Info +Index: /usr/share/info/cffi-sys-spec.info.gz +Files: /usr/share/info/cffi-sys-spec.info*.gz diff -Nru cffi-0.19.0/debian/docs cffi-0.19.0/debian/docs --- cffi-0.19.0/debian/docs 2018-05-04 22:46:27.000000000 +0000 +++ cffi-0.19.0/debian/docs 2018-03-31 16:04:31.000000000 +0000 @@ -1,19 +1,12 @@ README.md TODO -doc/cffi-manual.info -doc/cffi-sys-spec.info doc/manual/cffi-manual.dvi.gz doc/manual/cffi-manual.html doc/manual/cffi-manual.pdf doc/manual/cffi-manual.ps.gz doc/manual/cffi-manual.txt -doc/manual/html_node/ -doc/manual/index.html -doc/spec/ doc/spec/cffi-sys-spec.dvi.gz doc/spec/cffi-sys-spec.html doc/spec/cffi-sys-spec.pdf doc/spec/cffi-sys-spec.ps.gz doc/spec/cffi-sys-spec.txt -doc/spec/html_node/ -doc/spec/index.html diff -Nru cffi-0.19.0/debian/info cffi-0.19.0/debian/info --- cffi-0.19.0/debian/info 1970-01-01 00:00:00.000000000 +0000 +++ cffi-0.19.0/debian/info 2018-03-31 16:04:28.000000000 +0000 @@ -0,0 +1,2 @@ +doc/cffi-manual.info* +doc/cffi-sys-spec.info* diff -Nru cffi-0.19.0/debian/install cffi-0.19.0/debian/install --- cffi-0.19.0/debian/install 2018-05-04 22:46:27.000000000 +0000 +++ cffi-0.19.0/debian/install 2018-03-31 15:18:35.000000000 +0000 @@ -1 +1 @@ -*.asd examples/ tests/ uffi-compat/ src/ grovel/ usr/share/common-lisp/source/cl-cffi/ +*.asd examples/ grovel/ libffi/ src/ tests/ toolchain/ uffi-compat/ usr/share/common-lisp/source/cl-cffi/ diff -Nru cffi-0.19.0/debian/patches/cffi-tests.patch cffi-0.19.0/debian/patches/cffi-tests.patch --- cffi-0.19.0/debian/patches/cffi-tests.patch 1970-01-01 00:00:00.000000000 +0000 +++ cffi-0.19.0/debian/patches/cffi-tests.patch 2018-04-01 09:51:36.000000000 +0000 @@ -0,0 +1,49 @@ +Description: Compile test libraries in default path + The cffi-tests system tries to compile three test shared libraries. + By default it does so in the source directory, which is not writeable + by the user (since it is under /usr). + This patch changes the compilation directory to be + *default-pathname-defaults*, so that it can be customized. + In particular, this is used for autopkgtest (see debian/tests/runtests.lisp). +Author: Sébastien Villemot +Forwarded: not-needed +Last-Update: 2018-04-01 +--- +This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ +--- a/cffi-tests.asd ++++ b/cffi-tests.asd +@@ -40,8 +40,8 @@ + (defmethod output-files ((o compile-op) (c c-test-lib)) + (let ((p (component-pathname c))) + (values +- (list (make-pathname :defaults p :type (asdf/bundle:bundle-pathname-type :object)) +- (make-pathname :defaults p :type (asdf/bundle:bundle-pathname-type :shared-library))) ++ (list (merge-pathnames (make-pathname :name (pathname-name p) :type (asdf/bundle:bundle-pathname-type :object))) ++ (merge-pathnames (make-pathname :name (pathname-name p) :type (asdf/bundle:bundle-pathname-type :shared-library)))) + t))) + + (defmethod perform ((o compile-op) (c c-test-lib)) +--- a/tests/bindings.lisp ++++ b/tests/bindings.lisp +@@ -27,18 +27,18 @@ + + (in-package #:cffi-tests) + +-(define-foreign-library (libtest :type :test) ++(define-foreign-library (libtest :search-path *default-pathname-defaults* :type :test) + (:darwin (:or "libtest.dylib" "libtest32.dylib")) + (:unix (:or "libtest.so" "libtest32.so")) + (:windows "libtest.dll") + (t (:default "libtest"))) + +-(define-foreign-library (libtest2 :type :test) ++(define-foreign-library (libtest2 :search-path *default-pathname-defaults* :type :test) + (:darwin (:or "libtest2.dylib" "libtest2_32.dylib")) + (:unix (:or "libtest2.so" "libtest2_32.so")) + (t (:default "libtest2"))) + +-(define-foreign-library (libfsbv :type :test) ++(define-foreign-library (libfsbv :search-path *default-pathname-defaults* :type :test) + (:darwin (:or "libfsbv.dylib" "libfsbv32.dylib")) + (:unix (:or "libfsbv.so" "libfsbv_32.so")) + (:windows "libfsbv.dll") diff -Nru cffi-0.19.0/debian/patches/series cffi-0.19.0/debian/patches/series --- cffi-0.19.0/debian/patches/series 1970-01-01 00:00:00.000000000 +0000 +++ cffi-0.19.0/debian/patches/series 2018-03-31 21:01:31.000000000 +0000 @@ -0,0 +1 @@ +cffi-tests.patch diff -Nru cffi-0.19.0/debian/README.building cffi-0.19.0/debian/README.building --- cffi-0.19.0/debian/README.building 2018-05-04 22:46:27.000000000 +0000 +++ cffi-0.19.0/debian/README.building 1970-01-01 00:00:00.000000000 +0000 @@ -1,35 +0,0 @@ -To rebuild this package: - - -darcs get http://darcs.debian.org/darcs/pkg-common-lisp/cffi-upstream -darcs get http://darcs.debian.org/darcs/pkg-common-lisp/cffi - -configure your darcs name: - -echo luser@example.com > ~/.darcs/author - -update from upstream: - -cd cffi-upstream -darcs pull http://common-lisp.net/project/cffi/darcs/cffi/ -darcs tag UPSTREAM_cffi_ - -cd ../cffi -darcs pull ../cffi-upstream - -do your edits, use darcs record to record them - -make a ~/.darcs-buildpackage file with: - -upstreamrepo = /home/pvaneynd/fakeroot/clean/darcs/%(package)s-upstream -debianrepo = /home/pvaneynd/fakeroot/clean/darcs/%(package)s - -then you can use - - darcs-buildpackage -us -uc - -to build the package. Use - -lintian --verbose --info --display-info --md5sums *.changes - -to check for errors diff -Nru cffi-0.19.0/debian/rules cffi-0.19.0/debian/rules --- cffi-0.19.0/debian/rules 2018-05-04 22:46:27.000000000 +0000 +++ cffi-0.19.0/debian/rules 2018-03-31 15:07:48.000000000 +0000 @@ -1,50 +1,17 @@ #!/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 +%: + dh $@ -build: build-stamp -build-stamp: - dh_testdir - touch build-stamp +override_dh_auto_build: + make -C doc -clean: - dh_testdir - dh_testroot - rm -f build-stamp - make -C doc clean - dh_clean +override_dh_auto_test: +# Do not run testsuite at build time, rely on autopkgtest -# Build architecture-dependent files here. -binary-arch: build -# We have nothing to do by default. +override_dh_auto_clean: + make -C doc clean -# Build architecture-independent files here. -binary-indep: build - # wheezy's and precise's makeinfo complains about bad crossreferences, disable the validation - # (once wheezy and precise are gone, the MAKEINFO variable can be dropped again) - MAKEINFO="makeinfo --no-validate" make -C doc - dh_testdir - dh_testroot - dh_prep - dh_installdirs +override_dh_install: dh_install rm debian/cl-cffi/usr/share/common-lisp/source/cl-cffi/uffi-compat/*.asd - dh_lisp - dh_installdocs - dh_installchangelogs - dh_compress - dh_fixperms - dh_installdeb - dh_gencontrol - dh_md5sums - dh_builddeb - -source diff: - @echo >&2 'source and diff are obsolete - use dpkg-source -b'; false - -binary: binary-indep binary-arch -.PHONY: build clean binary-indep binary-arch binary diff -Nru cffi-0.19.0/debian/source/format cffi-0.19.0/debian/source/format --- cffi-0.19.0/debian/source/format 1970-01-01 00:00:00.000000000 +0000 +++ cffi-0.19.0/debian/source/format 2018-03-31 14:40:22.000000000 +0000 @@ -0,0 +1 @@ +3.0 (quilt) diff -Nru cffi-0.19.0/debian/tests/control cffi-0.19.0/debian/tests/control --- cffi-0.19.0/debian/tests/control 1970-01-01 00:00:00.000000000 +0000 +++ cffi-0.19.0/debian/tests/control 2018-03-31 16:30:25.000000000 +0000 @@ -0,0 +1,11 @@ +Test-Command: sbcl --script debian/tests/runtests.lisp +Depends: @, sbcl, cl-bordeaux-threads, cl-rt +Restrictions: allow-stderr + +Test-Command: ecl -norc -shell debian/tests/runtests.lisp +Depends: @, ecl, cl-bordeaux-threads +Restrictions: allow-stderr + +Test-Command: clisp -norc debian/tests/runtests.lisp +Depends: @, clisp, cl-asdf, cl-bordeaux-threads, cl-rt +Restrictions: allow-stderr diff -Nru cffi-0.19.0/debian/tests/runtests.lisp cffi-0.19.0/debian/tests/runtests.lisp --- cffi-0.19.0/debian/tests/runtests.lisp 1970-01-01 00:00:00.000000000 +0000 +++ cffi-0.19.0/debian/tests/runtests.lisp 2018-04-01 10:21:15.000000000 +0000 @@ -0,0 +1,20 @@ +#-clisp +(require "asdf") +#+clisp +(load #p"/usr/share/common-lisp/source/cl-asdf/asdf.lisp") + +(let ((tmpdir (uiop:getenv "AUTOPKGTEST_TMP"))) + ;; Store FASL in some temporary dir + (asdf:clear-output-translations) + (setq asdf:*user-cache* tmpdir) + (asdf:initialize-output-translations) + + ;; Compile test libs in temporary directory, see cffi-tests.patch + (setq *default-pathname-defaults* (parse-namestring (concatenate 'string tmpdir "/")))) + +#-ecl +(require "cffi-tests") +#+ecl +(asdf:load-system "cffi-tests") + +(asdf:test-system "cffi-tests") diff -Nru cffi-0.19.0/debian/upstream/signing-key.asc cffi-0.19.0/debian/upstream/signing-key.asc --- cffi-0.19.0/debian/upstream/signing-key.asc 1970-01-01 00:00:00.000000000 +0000 +++ cffi-0.19.0/debian/upstream/signing-key.asc 2018-03-31 14:54:13.000000000 +0000 @@ -0,0 +1,58 @@ +-----BEGIN PGP PUBLIC KEY BLOCK----- + +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 +ROEnIIzwzanEJSsLAdPFedA= +=Gyoo +-----END PGP PUBLIC KEY BLOCK----- diff -Nru cffi-0.19.0/debian/watch cffi-0.19.0/debian/watch --- cffi-0.19.0/debian/watch 2018-05-04 22:46:27.000000000 +0000 +++ cffi-0.19.0/debian/watch 2018-03-31 14:48:14.000000000 +0000 @@ -1 +1,3 @@ -# uses darcs upstream +version=4 +opts="pgpmode=auto" https://common-lisp.net/project/@PACKAGE@/releases/ \ + @PACKAGE@@ANY_VERSION@@ARCHIVE_EXT@ debian uupdate