[Git][haskell-team/DHG_packages][master] readline: drop HsReadlineConfig.h from install-includes

Sean Whitton gitlab at salsa.debian.org
Fri Jun 19 01:47:48 BST 2020



Sean Whitton pushed to branch master at Debian Haskell Group / DHG_packages


Commits:
830509f7 by Sean Whitton at 2020-06-18T17:46:26-07:00
readline: drop HsReadlineConfig.h from install-includes

- - - - -


3 changed files:

- p/haskell-readline/debian/changelog
- + p/haskell-readline/debian/patches/drop-hsreadlineconfigh.patch
- p/haskell-readline/debian/patches/series


Changes:

=====================================
p/haskell-readline/debian/changelog
=====================================
@@ -1,3 +1,11 @@
+haskell-readline (1.0.3.0-11) unstable; urgency=medium
+
+  * Drop HsReadlineConfig.h from install-includes to fix build
+    (Closes: #962973).
+    Thanks Joey Hess for the patch.
+
+ -- Sean Whitton <spwhitton at spwhitton.name>  Thu, 18 Jun 2020 17:44:16 -0700
+
 haskell-readline (1.0.3.0-10) unstable; urgency=medium
 
   * Patch for newer Cabal.


=====================================
p/haskell-readline/debian/patches/drop-hsreadlineconfigh.patch
=====================================
@@ -0,0 +1,9 @@
+--- a/readline.cabal
++++ b/readline.cabal
+@@ -29,5 +29,5 @@ library
+     build-depends:	base < 3
+   include-dirs: 	include
+   includes:	HsReadline.h
+-  install-includes:	HsReadline.h HsReadlineConfig.h
++  install-includes:	HsReadline.h
+   c-sources:	HsReadline_cbits.c


=====================================
p/haskell-readline/debian/patches/series
=====================================
@@ -1 +1,2 @@
 newer-cabal
+drop-hsreadlineconfigh.patch



View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/830509f77556c3e9d1cab003322634b68ec0a5e0

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/830509f77556c3e9d1cab003322634b68ec0a5e0
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-haskell-commits/attachments/20200619/f1b6a5e6/attachment.html>


More information about the Pkg-haskell-commits mailing list