[Git][haskell-team/DHG_packages][master] c2hs: patch for newer deps
Clint Adams (@clint)
gitlab at salsa.debian.org
Sun Feb 22 14:56:18 GMT 2026
Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
be2a7b49 by Clint Adams at 2026-02-22T09:55:46-05:00
c2hs: patch for newer deps
- - - - -
5 changed files:
- p/c2hs/debian/changelog
- p/c2hs/debian/control
- + p/c2hs/debian/patches/newer-deps
- p/c2hs/debian/patches/series
- p/c2hs/debian/rules
Changes:
=====================================
p/c2hs/debian/changelog
=====================================
@@ -1,4 +1,4 @@
-c2hs (0.28.8-2) UNRELEASED; urgency=medium
+c2hs (0.28.8-2) unstable; urgency=high
[ Ilias Tsitsimpis ]
* Declare compliance with Debian policy 4.6.1
@@ -8,7 +8,10 @@ c2hs (0.28.8-2) UNRELEASED; urgency=medium
[ Scott Talbert ]
* Build using dh-haskell
- -- Ilias Tsitsimpis <iliastsi at debian.org> Tue, 28 Jun 2022 15:31:58 +0300
+ [ Clint Adams ]
+ * Patch for newer dependencies. closes: #1128692.
+
+ -- Clint Adams <clint at debian.org> Sun, 22 Feb 2026 09:52:24 -0500
c2hs (0.28.8-1) unstable; urgency=medium
=====================================
p/c2hs/debian/control
=====================================
@@ -17,11 +17,14 @@ Build-Depends:
haskell-devscripts (>= 0.13),
libghc-dlist-dev,
libghc-language-c-dev (>= 0.9),
- libghc-language-c-dev (<< 0.10),
- libghc-language-c-prof,
+ libghc-language-c-dev (<< 0.11),
+# libghc-hunit-dev <!nocheck>,
+# libghc-shelly-dev (>= 1.9.0) <!nocheck>,
+# libghc-test-framework-dev <!nocheck>,
+# libghc-test-framework-hunit-dev <!nocheck>,
libxml2-utils,
xsltproc,
-Standards-Version: 4.7.0
+Standards-Version: 4.7.3
Homepage: http://hackage.haskell.org/package/c2hs
Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/c2hs
Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/c2hs]
=====================================
p/c2hs/debian/patches/newer-deps
=====================================
@@ -0,0 +1,45 @@
+--- a/c2hs.cabal
++++ b/c2hs.cabal
+@@ -1,5 +1,6 @@
+ Name: c2hs
+ Version: 0.28.8
++x-revision: 3
+ License: GPL-2
+ License-File: COPYING
+ Copyright: Copyright (c) 1999-2007 Manuel M T Chakravarty
+@@ -115,7 +116,7 @@ flag base3
+ Executable c2hs
+ Build-Depends: base >= 2 && < 5,
+ bytestring,
+- language-c >= 0.7.1 && < 0.10,
++ language-c >= 0.7.1 && < 0.11,
+ filepath,
+ dlist
+
+@@ -173,7 +174,7 @@ Test-Suite test-bugs
+ test-framework,
+ test-framework-hunit,
+ HUnit,
+- shelly >= 1.9.0 && < 1.10.0,
++ shelly >= 1.9.0,
+ text,
+ transformers
+ default-language: Haskell2010
+@@ -187,7 +188,7 @@ Test-Suite test-system
+ test-framework,
+ test-framework-hunit,
+ HUnit,
+- shelly >= 1.9.0 && < 1.10.0,
++ shelly >= 1.9.0,
+ text,
+ transformers
+ default-language: Haskell2010
+@@ -202,7 +203,7 @@ Executable regression-suite
+ if flag(regression)
+ build-depends: base,
+ filepath,
+- shelly >= 1.9.0 && < 1.10.0,
++ shelly >= 1.9.0,
+ text,
+ yaml >= 0.8
+ else
=====================================
p/c2hs/debian/patches/series
=====================================
@@ -1,3 +1,4 @@
01_fix-stylesheet-path-for-debian.diff
02_fix-docbookx-dtd.diff
03_fix-man-page.diff
+newer-deps
=====================================
p/c2hs/debian/rules
=====================================
@@ -1,5 +1,7 @@
#!/usr/bin/make -f
+export DEB_ENABLE_TESTS = no # needs patching for shelly to find c2hs in PATH
+
execute_after_dh_auto_build-indep:
cd doc/ && make
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/be2a7b49185f7ae45fee30825e261e7b5141fd99
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/be2a7b49185f7ae45fee30825e261e7b5141fd99
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/20260222/d774a089/attachment-0001.htm>
More information about the Pkg-haskell-commits
mailing list