[Git][haskell-team/DHG_packages][master] xml-conduit: Add missing dependencies

Ilias Tsitsimpis (@iliastsi) gitlab at salsa.debian.org
Tue Jul 26 08:34:58 BST 2022



Ilias Tsitsimpis pushed to branch master at Debian Haskell Group / DHG_packages


Commits:
2da54909 by Ilias Tsitsimpis at 2022-07-26T10:33:11+03:00
xml-conduit: Add missing dependencies

- - - - -


5 changed files:

- p/haskell-xml-conduit/debian/changelog
- p/haskell-xml-conduit/debian/control
- + p/haskell-xml-conduit/debian/patches/newer-deps
- + p/haskell-xml-conduit/debian/patches/series
- p/haskell-xml-conduit/debian/rules


Changes:

=====================================
p/haskell-xml-conduit/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-xml-conduit (1.9.1.1-2) unstable; urgency=medium
+
+  * Add missing build-dependencies
+
+ -- Ilias Tsitsimpis <iliastsi at debian.org>  Tue, 26 Jul 2022 10:33:06 +0300
+
 haskell-xml-conduit (1.9.1.1-1) unstable; urgency=medium
 
   [ Ilias Tsitsimpis ]


=====================================
p/haskell-xml-conduit/debian/control
=====================================
@@ -15,7 +15,6 @@ Build-Depends:
  libghc-attoparsec-prof,
  libghc-blaze-html-dev (>= 0.5),
  libghc-blaze-html-prof,
- libghc-blaze-markup-dev,
  libghc-blaze-markup-dev (>= 0.5),
  libghc-blaze-markup-prof,
  libghc-conduit-dev (>= 1.3),
@@ -31,19 +30,35 @@ Build-Depends:
  libghc-resourcet-prof,
  libghc-xml-types-dev (>= 0.3.4),
  libghc-xml-types-dev (<< 0.4),
- libghc-xml-types-prof (>= 0),
+ libghc-xml-types-prof,
  libghc-cabal-doctest-dev (>= 1),
  libghc-cabal-doctest-dev (<< 1.1),
- libghc-cabal-doctest-prof (>= 0),
+ libghc-cabal-doctest-prof,
+ libghc-hunit-dev,
+ libghc-hunit-prof,
+ libghc-blaze-markup-dev,
+ libghc-blaze-markup-prof,
+ libghc-conduit-dev,
+ libghc-conduit-prof,
+ libghc-conduit-extra-dev,
+ libghc-conduit-extra-prof,
+ libghc-doctest-dev (>= 0.8),
+ libghc-doctest-prof,
+ libghc-hspec-dev (>= 1.3),
+ libghc-hspec-prof,
+ libghc-resourcet-dev,
+ libghc-resourcet-prof,
+ libghc-xml-types-dev (>= 0.3.1),
+ libghc-xml-types-prof,
 Build-Depends-Indep: ghc-doc,
- libghc-attoparsec-doc (>= 0),
- libghc-blaze-html-doc (>= 0),
- libghc-blaze-markup-doc (>= 0),
- libghc-conduit-doc (>= 0),
- libghc-conduit-extra-doc (>= 0),
- libghc-data-default-class-doc (>= 0),
- libghc-resourcet-doc (>= 0),
- libghc-xml-types-doc (>= 0),
+ libghc-attoparsec-doc,
+ libghc-blaze-html-doc,
+ libghc-blaze-markup-doc,
+ libghc-conduit-doc,
+ libghc-conduit-extra-doc,
+ libghc-data-default-class-doc,
+ libghc-resourcet-doc,
+ libghc-xml-types-doc,
 Standards-Version: 4.6.1
 Homepage: https://github.com/snoyberg/xml
 Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-xml-conduit


=====================================
p/haskell-xml-conduit/debian/patches/newer-deps
=====================================
@@ -0,0 +1,21 @@
+Index: b/xml-conduit.cabal
+===================================================================
+--- a/xml-conduit.cabal
++++ b/xml-conduit.cabal
+@@ -2,6 +2,7 @@ cabal-version:   >= 1.14
+ 
+ name:            xml-conduit
+ version:         1.9.1.1
++x-revision: 1
+ license:         MIT
+ license-file:    LICENSE
+ author:          Michael Snoyman <michael at snoyman.com>, Aristid Breitkreuz <aristidb at googlemail.com>
+@@ -29,7 +30,7 @@ library
+                    , containers                >= 0.2
+                    , xml-types                 >= 0.3.4    && < 0.4
+                    , attoparsec                >= 0.10
+-                   , transformers              >= 0.2      && < 0.6
++                   , transformers              >= 0.2      && < 0.7
+                    , data-default-class
+                    , blaze-markup              >= 0.5
+                    , blaze-html                >= 0.5


=====================================
p/haskell-xml-conduit/debian/patches/series
=====================================
@@ -0,0 +1 @@
+newer-deps


=====================================
p/haskell-xml-conduit/debian/rules
=====================================
@@ -1,13 +1,10 @@
 #!/usr/bin/make -f
 
+DEB_ENABLE_TESTS = yes
 ifeq (0,$(shell ghc --info | grep -q 'Have interpreter.*YES'; echo $$?))
 ifeq (s390x,$(DEB_HOST_ARCH))
 	DEB_ENABLE_TESTS = no
-else
-	DEB_ENABLE_TESTS = yes
 endif
-else
-DEB_ENABLE_TESTS = no
 endif
 
 include /usr/share/cdbs/1/rules/debhelper.mk



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

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/2da54909e5b0fe8d35db15891b84584e07279b80
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/20220726/65718073/attachment-0001.htm>


More information about the Pkg-haskell-commits mailing list