[Git][haskell-team/DHG_packages][master] yaml: Upgrading from 0.11.4.0 to 0.11.8.0
Ilias Tsitsimpis (@iliastsi)
gitlab at salsa.debian.org
Wed Jul 27 12:17:31 BST 2022
Ilias Tsitsimpis pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
26e62264 by Ilias Tsitsimpis at 2022-07-27T14:12:48+03:00
yaml: Upgrading from 0.11.4.0 to 0.11.8.0
- - - - -
3 changed files:
- p/haskell-yaml/debian/changelog
- − p/haskell-yaml/debian/libghc-yaml-dev.haskell-binaries
- p/haskell-yaml/debian/rules
Changes:
=====================================
p/haskell-yaml/debian/changelog
=====================================
@@ -1,8 +1,10 @@
-haskell-yaml (0.11.4.0-2) UNRELEASED; urgency=medium
+haskell-yaml (0.11.8.0-1) unstable; urgency=medium
+ * New upstream release
* Declare compliance with Debian policy 4.6.1
+ * Drop the yaml2json and json2yaml binaries (Closes: #951490)
- -- Ilias Tsitsimpis <iliastsi at debian.org> Tue, 28 Jun 2022 15:33:25 +0300
+ -- Ilias Tsitsimpis <iliastsi at debian.org> Wed, 27 Jul 2022 14:08:54 +0300
haskell-yaml (0.11.4.0-1) unstable; urgency=medium
=====================================
p/haskell-yaml/debian/libghc-yaml-dev.haskell-binaries deleted
=====================================
@@ -1,2 +0,0 @@
-json2yaml
-yaml2json
=====================================
p/haskell-yaml/debian/rules
=====================================
@@ -1,6 +1,7 @@
#!/usr/bin/make -f
-DEB_SETUP_GHC_CONFIGURE_ARGS := --flags="-no-exe"
+# See https://bugs.debian.org/951490
+DEB_SETUP_GHC_CONFIGURE_ARGS := --flags="no-exe"
# The test suite requires template haskell
ifeq (0,$(shell ghc --info | grep 'Have interpreter.*YES' >/dev/null 2>&1; echo $$?))
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/26e62264f666bb0c9d7228ee9001b28e5b7bb1d8
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/26e62264f666bb0c9d7228ee9001b28e5b7bb1d8
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/20220727/487e90be/attachment-0001.htm>
More information about the Pkg-haskell-commits
mailing list