[Git][haskell-team/DHG_packages][master] cmark: Add missing build dependency
Ilias Tsitsimpis
gitlab at salsa.debian.org
Thu Aug 20 15:10:04 BST 2020
Ilias Tsitsimpis pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
234e3723 by Ilias Tsitsimpis at 2020-08-20T17:07:22+03:00
cmark: Add missing build dependency
- - - - -
2 changed files:
- p/haskell-cmark/debian/changelog
- p/haskell-cmark/debian/control
Changes:
=====================================
p/haskell-cmark/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-cmark (0.6+ds1-2) unstable; urgency=medium
+
+ * Add missing build dependency on pkg-config
+
+ -- Ilias Tsitsimpis <iliastsi at debian.org> Thu, 20 Aug 2020 17:07:15 +0300
+
haskell-cmark (0.6+ds1-1) unstable; urgency=medium
* Remove embedded copy of cmark library, use libcmark-dev instead
=====================================
p/haskell-cmark/debian/control
=====================================
@@ -13,6 +13,7 @@ Build-Depends:
libghc-hunit-dev (>= 1.2),
libghc-hunit-dev (<< 1.7),
libcmark-dev,
+ pkg-config,
Build-Depends-Indep: ghc-doc
Standards-Version: 4.5.0
Homepage: https://github.com/jgm/cmark-hs
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/234e372349033b292d86f6533ef72db81eda4192
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/234e372349033b292d86f6533ef72db81eda4192
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/20200820/7313c019/attachment.html>
More information about the Pkg-haskell-commits
mailing list