[DHG_packages] 01/03: haskell-cabal-helper: Fixed installation of cabal-helper-wrapper executable. The executable is installed to /usr/lib as it should only be called from the library and thus qualifies as a private executable.

Sven Bartscher svenb-guest at moszumanska.debian.org
Tue Jan 5 12:27:55 UTC 2016


This is an automated email from the git hooks/post-receive script.

svenb-guest pushed a commit to branch master
in repository DHG_packages.

commit 4b6a9bb8958c0ba6967329f77c87ff94527cd9c8
Author: Sven Bartscher <sven.bartscher at weltraumschlangen.de>
Date:   Mon Jan 4 16:20:00 2016 +0100

    haskell-cabal-helper: Fixed installation of cabal-helper-wrapper
    executable. The executable is installed to /usr/lib as it should only
    be called from the library and thus qualifies as a private executable.
---
 p/haskell-cabal-helper/debian/cabal-helper.install               | 1 +
 p/haskell-cabal-helper/debian/haskell-cabal-helper-utils.install | 1 -
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/p/haskell-cabal-helper/debian/cabal-helper.install b/p/haskell-cabal-helper/debian/cabal-helper.install
new file mode 100644
index 0000000..b79bab6
--- /dev/null
+++ b/p/haskell-cabal-helper/debian/cabal-helper.install
@@ -0,0 +1 @@
+dist-ghc/build/cabal-helper-wrapper/cabal-helper-wrapper usr/lib
diff --git a/p/haskell-cabal-helper/debian/haskell-cabal-helper-utils.install b/p/haskell-cabal-helper/debian/haskell-cabal-helper-utils.install
deleted file mode 100644
index b8e7bf0..0000000
--- a/p/haskell-cabal-helper/debian/haskell-cabal-helper-utils.install
+++ /dev/null
@@ -1 +0,0 @@
-dist-ghc/build/cabal-helper-wrapper/cabal-helper-wrapper usr/bin

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-haskell/DHG_packages.git



More information about the Pkg-haskell-commits mailing list