[haskell-devscripts] branch master updated (7487e76 -> 3c05328)
Sven Bartscher
kritzefitz at moszumanska.debian.org
Tue Jul 19 17:27:59 UTC 2016
This is an automated email from the git hooks/post-receive script.
kritzefitz pushed a change to branch master
in repository haskell-devscripts.
from 7487e76 use secure Vcs-* URIs
adds d04d43d Extract package hashes by taking everything between the last hyphen and the end of the package id, so no assumption is made about the length of the package id, except that it is at least one character long.
adds 10aafd9 Splitted in haskell-devscripts and haskell-devscripts-nocolour, where the -nocolour package is mostly the same as the old haskell-devscripts package, but without a dependency on hscolour and the new haskell-devscripts package is a meta package which does depend on both haskell-devscripts-nocolour and hscolour, thus providing the same functionality as the old haskell-devscript package.
adds d5b4099 Use ghc-pkg to construct virtual package names instead of parsing package IDs, as we have been informaed that these should be opaque and have no stable format to rely on.
adds 3bf8d13 strip_hash isn't needed anymore, because ghc-pkg up from 8.0.1 can handle full package ids, so we don't need to strip the hash ourselves.
adds 85200a8 Clean up the temporary ghc package cache debian/tmp-db/
new a0a1471 Added fallback to old parsing of package IDs in case GHC is older than version 8. Renamed haskell-devscripts-nocolour to haskell-devscripts-mininal.
new d72d474 Update changelog to reflect recent changes.
new 2c7b407 Bumped Standards-Version to 3.9.8 (after checking conformance) and added corresponding entry to changelog. Canonicalized Vcs-* fields.
new 3c05328 Merge branch 'short-ids'
The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
Dh_Haskell.sh | 83 +++++++++++++++++++---
debian/changelog | 12 +++-
debian/control | 34 +++++++--
...{install => haskell-devscripts-minimal.install} | 0
4 files changed, 114 insertions(+), 15 deletions(-)
rename debian/{install => haskell-devscripts-minimal.install} (100%)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-haskell/haskell-devscripts.git
More information about the Pkg-haskell-commits
mailing list