[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#896945: stretch-pu: package cffi/0.18.0-1+deb9u1



Package: release.debian.org
Severity: normal
Tags: stretch
User: release.debian.org@packages.debian.org
Usertags: pu

Dear Release Team,

I have prepared (and uploaded) an update to the cffi package that fixes
#894543. The debdiff is attached.

Best,

-- 
⢀⣴⠾⠻⢶⣦⠀  Sébastien Villemot
⣾⠁⢠⠒⠀⣿⡁  Debian Developer
⢿⡄⠘⠷⠚⠋⠀  http://sebastien.villemot.name
⠈⠳⣄⠀⠀⠀⠀  http://www.debian.org
diff -u cffi-0.18.0/debian/changelog cffi-0.18.0/debian/changelog
--- cffi-0.18.0/debian/changelog
+++ cffi-0.18.0/debian/changelog
@@ -1,3 +1,12 @@
+cffi (1:0.18.0-1+deb9u1) stretch; urgency=medium
+
+  * Add missing files for cffi-libffi and cffi-toolchain. (Closes: #894543)
+  * Add missing Depends on gcc (for cffi-toolchain), pkg-config and
+    libc6-dev | libc-dev (for cffi-grovel) and libffi-dev (for
+    cffi-libffi).
+
+ -- Sébastien Villemot <sebastien@debian.org>  Thu, 26 Apr 2018 08:24:48 +0000
+
 cffi (1:0.18.0-1) unstable; urgency=medium
 
   * Quicklisp release update.
diff -u cffi-0.18.0/debian/control cffi-0.18.0/debian/control
--- cffi-0.18.0/debian/control
+++ cffi-0.18.0/debian/control
@@ -11,7 +11,11 @@
 
 Package: cl-cffi
 Architecture: all
-Depends: ${misc:Depends}, cl-alexandria,  cl-trivial-features, cl-babel
+Depends: ${misc:Depends}, cl-alexandria,  cl-trivial-features, cl-babel,
+         gcc,
+         libc6-dev | libc-dev,
+         pkg-config,
+         libffi-dev
 Description: The 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
diff -u cffi-0.18.0/debian/install cffi-0.18.0/debian/install
--- cffi-0.18.0/debian/install
+++ cffi-0.18.0/debian/install
@@ -1 +1 @@
-*.asd examples/  tests/  uffi-compat/ src/ grovel/ usr/share/common-lisp/source/cl-cffi/
+*.asd examples/  tests/  uffi-compat/ src/ grovel/ libffi/ toolchain/ usr/share/common-lisp/source/cl-cffi/

Attachment: signature.asc
Description: PGP signature


Reply to: