[Git][haskell-team/haskell-devscripts][master] 2 commits: Increase register --verbose=2 to ensure that we get the necessary output.

Clint Adams gitlab at salsa.debian.org
Wed Apr 11 12:29:18 UTC 2018


Clint Adams pushed to branch master at Debian Haskell Group / haskell-devscripts


Commits:
91d930ef by Clint Adams at 2018-04-11T08:27:12-04:00
Increase register --verbose=2 to ensure that we get the necessary output.

- - - - -
5eb05bdc by Clint Adams at 2018-04-11T08:28:41-04:00
0.13.6

- - - - -


2 changed files:

- Dh_Haskell.sh
- debian/changelog


Changes:

=====================================
Dh_Haskell.sh
=====================================
--- a/Dh_Haskell.sh
+++ b/Dh_Haskell.sh
@@ -502,7 +502,7 @@ haddock_recipe(){
 extra_depends_recipe(){
     # local PS5=$PS4; PS4=" + extra_depends_recipe> "; set -x
     hc=$1
-    pkg_config=`LC_ALL=C ${DEB_SETUP_BIN_NAME} register --builddir=dist-${hc} --gen-pkg-config --verbose=1 | sed -r -n '/^Creating package registration file: /s///p'`
+    pkg_config=`LC_ALL=C ${DEB_SETUP_BIN_NAME} register --builddir=dist-${hc} --gen-pkg-config --verbose=2 | sed -r -n '/^Creating package registration file: /s///p'`
     run dh_haskell_extra_depends ${hc} $pkg_config
     rm $pkg_config
     # PS4=$PS5
@@ -519,7 +519,7 @@ install_dev_recipe(){
     ( run cd debian/tmp-inst-${hc} ; run mkdir -p ${libdir} ; run find ${libdir}/ \
         \( ! -name "*_p.a" ! -name "*.p_hi" ! -type d \) \
         -exec install -Dm 644 '{}' ../${PKG}/'{}' ';' )
-    pkg_config=`LC_ALL=C ${DEB_SETUP_BIN_NAME} register --builddir=dist-${hc} --gen-pkg-config --verbose=1 | sed -r -n '/^Creating package registration file: /s///p'`
+    pkg_config=`LC_ALL=C ${DEB_SETUP_BIN_NAME} register --builddir=dist-${hc} --gen-pkg-config --verbose=2 | sed -r -n '/^Creating package registration file: /s///p'`
     if [ "${HASKELL_HIDE_PACKAGES}" ]; then sed -i 's/^exposed: True$/exposed: False/' $pkg_config; fi
     run install -Dm 644 $pkg_config debian/${PKG}/${pkgdir}/$pkg_config
     run rm -f $pkg_config


=====================================
debian/changelog
=====================================
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+haskell-devscripts (0.13.6) unstable; urgency=medium
+
+  * Switch to register --verbose=2 to ensure necessary output.
+
+ -- Clint Adams <clint at debian.org>  Wed, 11 Apr 2018 08:28:11 -0400
+
 haskell-devscripts (0.13.5) unstable; urgency=medium
 
   * Team upload.



View it on GitLab: https://salsa.debian.org/haskell-team/haskell-devscripts/compare/9166cc3eb2d87556095807c4b30c33e6dbd81e53...5eb05bdcb8f884010fae9971df5ac3fa111dd669

---
View it on GitLab: https://salsa.debian.org/haskell-team/haskell-devscripts/compare/9166cc3eb2d87556095807c4b30c33e6dbd81e53...5eb05bdcb8f884010fae9971df5ac3fa111dd669
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.alioth.debian.org/pipermail/pkg-haskell-commits/attachments/20180411/29feeac0/attachment-0001.html>


More information about the Pkg-haskell-commits mailing list