[pkg-haskell-tools] 01/01: upgrade: pass a static list of --exec-map's to cabal-debian
Clint Adams
clint at moszumanska.debian.org
Mon Mar 14 02:28:44 UTC 2016
This is an automated email from the git hooks/post-receive script.
clint pushed a commit to branch master
in repository pkg-haskell-tools.
commit d698395c27210abe4ef63f1acef4680bd1a30927
Author: Clint Adams <clint at debian.org>
Date: Sun Mar 13 22:26:05 2016 -0400
upgrade: pass a static list of --exec-map's to cabal-debian
---
scripts/upgrade | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/scripts/upgrade b/scripts/upgrade
index 0ea1e15..58a79c0 100755
--- a/scripts/upgrade
+++ b/scripts/upgrade
@@ -108,14 +108,14 @@ do
# base commit
origtargz -u
- dht cabal-debian --upgrade
+ dht cabal-debian --exec-map c2hs:c2hs --exec-map gtk2hsC2hs:gtk2hs-buildtools --exec-map gtk2hsHookGenerator:gtk2hs-buildtools --exec-map gtk2hsTypeGen:gtk2hs-buildtools --exec-map hsc2hs:ghc --upgrade
git add .
git commit -q -m 'Temporary base commit'
# next commit
debchange --changelog debian/changelog --newversion="$epoch$version-1" 'New upstream release'
origtargz -u
- dht cabal-debian --upgrade
+ dht cabal-debian --exec-map c2hs:c2hs --exec-map gtk2hsC2hs:gtk2hs-buildtools --exec-map gtk2hsHookGenerator:gtk2hs-buildtools --exec-map gtk2hsTypeGen:gtk2hs-buildtools --exec-map hsc2hs:ghc --upgrade
dch -D $dist -r ''
git commit . -q -m "$cabal_name: Upgrading from $old_version to $version"
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-haskell/pkg-haskell-tools.git
More information about the Pkg-haskell-commits
mailing list