[Git][haskell-team/haskell-devscripts][master] 2 commits: Fix code typo in the CDBS module hlibrary.mk.
Felix Lechner (@lechner)
gitlab at salsa.debian.org
Mon Apr 11 18:08:13 BST 2022
Felix Lechner pushed to branch master at Debian Haskell Group / haskell-devscripts
Commits:
ac82e8bc by Felix Lechner at 2022-04-11T10:05:59-07:00
Fix code typo in the CDBS module hlibrary.mk.
- - - - -
88dc8611 by Felix Lechner at 2022-04-11T10:07:17-07:00
Release version 0.16.7 into unstable.
- - - - -
2 changed files:
- debian/changelog
- hlibrary.mk
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,12 @@
+haskell-devscripts (0.16.7) unstable; urgency=medium
+
+ * Call install_recipe via Perl hook; encode_utf8 was incorrect for the
+ path, anyway.
+ * Try Description field in Source section before X-Description in d/control.
+ (See: #1009162)
+
+ -- Felix Lechner <felix.lechner at lease-up.com> Mon, 11 Apr 2022 10:06:57 -0700
+
haskell-devscripts (0.16.6) unstable; urgency=medium
* Date::Time is in libtimedate-perl and not in libdatetime-perl; require
=====================================
hlibrary.mk
=====================================
@@ -153,7 +153,7 @@ build/%-dev build/%-prof build/%-doc:: build-ghc-stamp
debian/tmp-inst-%: $(DEB_SETUP_BIN_NAME) build-ghc-stamp
perl -d:Confess -MDebian::Debhelper::Buildsystem::Haskell::Recipes=/.*/ \
- -E 'install_recipe($ARGV[0])' "$@"
+ -E 'install_recipe($$ARGV[0])' "$@"
dist-hugs: $(DEB_SETUP_BIN_NAME)
$(DEB_SETUP_BIN_NAME) configure --hugs --prefix=/usr -v2 \
View it on GitLab: https://salsa.debian.org/haskell-team/haskell-devscripts/-/compare/71fa2f669350ed4e9e0013c8d749b45166c78196...88dc8611af206a4391cab4161194cd19358be390
--
View it on GitLab: https://salsa.debian.org/haskell-team/haskell-devscripts/-/compare/71fa2f669350ed4e9e0013c8d749b45166c78196...88dc8611af206a4391cab4161194cd19358be390
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/20220411/c3ef6019/attachment.htm>
More information about the Pkg-haskell-commits
mailing list