[Git][haskell-team/haskell-devscripts][master] 2 commits: Perform haddock recipe before build recipe (Closes: #1010739)

Scott Talbert (@swt2c) gitlab at salsa.debian.org
Mon May 23 21:02:31 BST 2022



Scott Talbert pushed to branch master at Debian Haskell Group / haskell-devscripts


Commits:
60dc01b0 by Scott Talbert at 2022-05-23T15:51:15-04:00
Perform haddock recipe before build recipe (Closes: #1010739)

Evidently, haddock wipes out some of the files created by the build
recipe (specifically at least the in-place registration files in
dist-ghc/package.conf.inplace), so move it before build.

- - - - -
c8d19251 by Scott Talbert at 2022-05-23T16:00:25-04:00
Release version 0.16.17 into unstable

- - - - -


2 changed files:

- debian/changelog
- hlibrary.mk


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,10 @@
+haskell-devscripts (0.16.17) unstable; urgency=medium
+
+  * Team Upload.
+  * Perform haddock recipe before build recipe (Closes: #1010739)
+
+ -- Scott Talbert <swt at techie.net>  Mon, 23 May 2022 15:56:54 -0400
+
 haskell-devscripts (0.16.16) unstable; urgency=medium
 
   * Team Upload.


=====================================
hlibrary.mk
=====================================
@@ -151,7 +151,7 @@ $(DEB_SETUP_BIN_NAME):
 
 build-ghc-stamp: $(DEB_SETUP_BIN_NAME)
 	perl -d:Confess -MDebian::Debhelper::Buildsystem::Haskell::Recipes=/.*/ \
-		-E 'configure_recipe; build_recipe; haddock_recipe; check_recipe'
+		-E 'configure_recipe; haddock_recipe; build_recipe; check_recipe'
 	touch $@
 
 build/%-dev build/%-prof build/%-doc:: build-ghc-stamp



View it on GitLab: https://salsa.debian.org/haskell-team/haskell-devscripts/-/compare/9ef5f7af780574de10e47a928d9fa774b4c0c9f6...c8d1925146acd0d23983eca92a0e054d95798915

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/haskell-devscripts/-/compare/9ef5f7af780574de10e47a928d9fa774b4c0c9f6...c8d1925146acd0d23983eca92a0e054d95798915
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/20220523/0b9f5194/attachment.htm>


More information about the Pkg-haskell-commits mailing list