[Git][haskell-team/DHG_packages][master] gitit: patch for newer deps

Clint Adams (@clint) gitlab at salsa.debian.org
Sun Feb 15 23:16:49 GMT 2026



Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages


Commits:
eb8daaa9 by Clint Adams at 2026-02-15T18:16:09-05:00
gitit: patch for newer deps

- - - - -


4 changed files:

- p/gitit/debian/changelog
- p/gitit/debian/control
- + p/gitit/debian/patches/newer-deps
- p/gitit/debian/patches/series


Changes:

=====================================
p/gitit/debian/changelog
=====================================
@@ -1,4 +1,4 @@
-gitit (0.15.1.2+dfsg-2) UNRELEASED; urgency=medium
+gitit (0.15.1.2+dfsg-2) unstable; urgency=medium
 
   [ Scott Talbert ]
   * Build using dh-haskell
@@ -6,7 +6,11 @@ gitit (0.15.1.2+dfsg-2) UNRELEASED; urgency=medium
   [ Giovanni Mascellani ]
   * Remove myself from uploaders.
 
- -- Scott Talbert <swt at techie.net>  Sun, 09 Nov 2025 21:11:14 -0500
+  [ Clint Adams ]
+  * Patch for newer dependencies.  closes: #1127956.
+  * Drop Recommends on filestore-data.  closes: #1115360.
+
+ -- Clint Adams <clint at debian.org>  Sun, 15 Feb 2026 18:06:27 -0500
 
 gitit (0.15.1.2+dfsg-1) unstable; urgency=medium
 


=====================================
p/gitit/debian/control
=====================================
@@ -43,7 +43,7 @@ Build-Depends: debhelper-compat (= 13),
  libghc-happstack-server-dev (<< 7.10),
  libghc-happstack-server-prof,
  libghc-hoauth2-dev (>= 2.3.0),
- libghc-hoauth2-dev (<< 2.11),
+ libghc-hoauth2-dev (<< 2.15),
  libghc-hoauth2-prof,
  libghc-hslogger-dev (>= 1),
  libghc-hslogger-prof,
@@ -57,7 +57,7 @@ Build-Depends: debhelper-compat (= 13),
  libghc-json-dev (<< 0.12),
  libghc-json-prof,
  libghc-network-dev (>= 2.6),
- libghc-network-dev (<< 3.2),
+ libghc-network-dev (<< 3.3),
  libghc-network-prof,
  libghc-network-bsd-dev (>= 2.8.1),
  libghc-network-bsd-dev (<< 2.9),
@@ -104,7 +104,7 @@ Build-Depends: debhelper-compat (= 13),
  libghc-xml-dev (>= 1.3.5),
  libghc-xml-prof,
  libghc-xml-conduit-dev (>= 1.5),
- libghc-xml-conduit-dev (<< 1.10),
+ libghc-xml-conduit-dev (<< 1.11),
  libghc-xml-conduit-prof,
  libghc-xml-types-dev (>= 0.3),
  libghc-xml-types-prof,
@@ -112,7 +112,7 @@ Build-Depends: debhelper-compat (= 13),
  libghc-xss-sanitize-dev (<< 0.4),
  libghc-xss-sanitize-prof,
  libghc-zlib-dev (>= 0.5),
- libghc-zlib-dev (<< 0.7),
+ libghc-zlib-dev (<< 0.8),
  libghc-zlib-prof,
  libghc-http-dev,
  libghc-hslogger-dev,
@@ -164,7 +164,7 @@ Build-Depends-Indep: ghc-doc,
  libghc-xml-types-doc,
  libghc-xss-sanitize-doc,
  libghc-zlib-doc,
-Standards-Version: 4.7.0
+Standards-Version: 4.7.3
 Homepage: https://hackage.haskell.org/package/gitit
 Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/gitit
 Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/gitit]
@@ -198,7 +198,6 @@ Depends: git | darcs | mercurial,
  ${misc:Depends},
  ${shlibs:Depends},
 Recommends: media-types,
- libghc-filestore-data,
 Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
  ${haskell:LongDescription}
  .


=====================================
p/gitit/debian/patches/newer-deps
=====================================
@@ -0,0 +1,38 @@
+--- a/gitit.cabal
++++ b/gitit.cabal
+@@ -127,7 +127,7 @@ Library
+                      mtl,
+                      old-time,
+                      temporary,
+-                     pandoc >= 2.9 && < 2.20 || >= 3.0 && < 3.2,
++                     pandoc >= 2.9 && < 2.20 || >= 3.0 && < 3.8,
+                      pandoc-types >= 1.20 && < 1.24,
+                      skylighting >= 0.8.2.3 && < 0.15,
+                      bytestring,
+@@ -141,7 +141,7 @@ Library
+                      time,
+                      recaptcha >= 0.1,
+                      filestore >= 0.6.5 && < 0.7,
+-                     zlib >= 0.5 && < 0.7,
++                     zlib >= 0.5 && < 0.8,
+                      url >= 2.1,
+                      happstack-server >= 7.5 && < 7.10,
+                      base64-bytestring >= 0.1,
+@@ -155,14 +155,14 @@ Library
+                      json >= 0.4 && < 0.12,
+                      uri-bytestring >= 0.2.3.3,
+                      split,
+-                     hoauth2 >= 2.3.0 && < 2.11,
+-                     xml-conduit >= 1.5 && < 1.10,
++                     hoauth2 >= 2.3.0 && < 2.15,
++                     xml-conduit >= 1.5 && < 1.11,
+                      http-conduit >= 2.1.6 && < 2.4,
+                      http-client-tls >= 0.2.2 && < 0.4,
+                      aeson >= 0.7 && < 2.3,
+                      uuid >= 1.3 && < 1.4,
+                      network-uri >= 2.6,
+-                     network >= 2.6 && < 3.2,
++                     network >= 2.6 && < 3.3,
+                      network-bsd >= 2.8.1 && < 2.9,
+                      doctemplates >= 0.7.1
+   if flag(plugins)


=====================================
p/gitit/debian/patches/series
=====================================
@@ -1,2 +1,3 @@
 clean-cabal-file.patch
 jquery.patch
+newer-deps



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

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/eb8daaa95029cd0330f330f9b4995b1d938c2f47
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/20260215/ab8e994a/attachment-0001.htm>


More information about the Pkg-haskell-commits mailing list