[Git][haskell-team/DHG_packages][master] tldr: Fix ARCH_ANY build
Ilias Tsitsimpis (@iliastsi)
gitlab at salsa.debian.org
Sat Jun 24 14:49:20 BST 2023
Ilias Tsitsimpis pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
d9fc077a by Ilias Tsitsimpis at 2023-06-24T16:43:52+03:00
tldr: Fix ARCH_ANY build
- - - - -
2 changed files:
- p/haskell-tldr/debian/changelog
- p/haskell-tldr/debian/rules
Changes:
=====================================
p/haskell-tldr/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-tldr (0.9.2-4) unstable; urgency=medium
+
+ * Fix ARCH_ANY build (Closes: #1038645)
+
+ -- Ilias Tsitsimpis <iliastsi at debian.org> Sat, 24 Jun 2023 16:43:18 +0300
+
haskell-tldr (0.9.2-3) unstable; urgency=medium
* Rename binary package to tldr-hs
=====================================
p/haskell-tldr/debian/rules
=====================================
@@ -8,9 +8,9 @@ DEB_DEFAULT_COMPILER = ghc
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/hlibrary.mk
-build/tldr:: build-ghc-stamp
+build/tldr-hs:: build-ghc-stamp
-install/tldr:: tldr-hs.1
+install/tldr-hs:: tldr-hs.1
tldr-hs.1:
./dist-ghc/build/tldr-hs/tldr-hs --help
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/d9fc077ab0d7ef9c6a995e53e1d309881110cf5d
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/d9fc077ab0d7ef9c6a995e53e1d309881110cf5d
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/20230624/1d4373d2/attachment-0001.htm>
More information about the Pkg-haskell-commits
mailing list