[dh-haskell] annotated tag 0.1 created (now f3a8693)
Dmitry Bogatov
kaction-guest at moszumanska.debian.org
Fri Jan 22 06:25:55 UTC 2016
This is an automated email from the git hooks/post-receive script.
kaction-guest pushed a change to annotated tag 0.1
in repository dh-haskell.
at f3a8693 (tag)
tagging 4c3075330ec8f3895f92753865a454eccac73c37 (commit)
tagged by Dmitry Bogatov
on Sat Dec 26 15:24:22 2015 +0300
- Log -----------------------------------------------------------------
Version 0.1 in state, close to be usable.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIcBAABAgAGBQJWfocKAAoJEHiL4BJUt/ANxO4QAKWd1KJpj68f2Bs45Q5Jigja
2ctF5I+4uqRFwlFIzWeD8oXtXaW6b5QWUHJkPE3OH9UzeXVZIIlyvmo04NiuuwKq
SrXk2pWztdPQafDzvR9SXk4s94dBTuJIxxYUh7HvaTNM71T8hiUrPcSnwqfG0YU5
oH6YhwKVQQTj5dcgP70zfashdWQnaa650Wdbvh7HlIm/KCKojNNkxM29QjhWJ5qf
mX6ZOZMYHKT6s3mTZyA3ZMxNnJ+BTCGY+XVdeMzNvPMg8vE/Egy/MSoEIOhk5Qt1
mhooX3LSNSqO57WzPvH3qcTGYdG5EGh2OQ+IhQqnB5DGLfQ5fQdGzzIfZSLnKt6b
OzVUsHIY/J6pEGLYU1DVvnabVF6ezfBWdAGvg/IwATscj7P3i3gb/rsOW4hc6vuq
J5mkJUXBV8Gzq8jqmwuzNpCjo4LJotsIE3zmysVX9PnGiA4hMbDVqBbxAoQgD5vW
TYCVngeOVtR3RkQ6sjxkcaig6paGnqvbG0J5VAd7XFcSipRON5qR3qJH434wfZ44
EaxKzRYMC/sqanmyVQFjV4QlTUFvZeS1TMBx4vCZdWxggzS/DJ6knFVibZ30EuNs
wjN7FspvyS05kc5XZ4fgxJGqe8L7Bjbi0qo6JRKHIeJ8BMtyuojC7lnVV0VaAHKo
9jjDmKsLTJvBLaTcZPEp
=IXSw
-----END PGP SIGNATURE-----
Dmitry Bogatov (106):
Initial commit
Prelimitary debianization
Add perl makefile
Fix trivial errors
Add gitignore
Add repl for simple debugging
sub: detect_haskell_compiler
typo: compilers -> compiler
detect whether profiling is required
clean stage: do not pollute source directory
perltidy
Refactor detect_haskell_compiler
sub: ghc_linker_flags
Compilers paths must be absolute (add leading slash)
wip: cabal configure args
Detect upstream(cabal) name of package beeing built
perltidy
Detect upstream version
Scripts to perform automatic checks on commit
Fix missing (--ghc-option) in ghc_linker_flags
Add command to actually perform configure
Add haddoc and htmldir configure opts
Add more variables to fit 80 column
Optionally define DEBIAN_NO_GHCI
Fix double call to same function
sub: deb_buildopt
Configure flags for tests and optimization
Add build stage
Introduce global variables HC, HC_BIN and HC_BUILD_DIR
profiling_required: fix typo in regex
Implement check receipe
Add haddock path into compiler hash
gitignore tags file
Reorder functions
Write basic manpage via perlpod
Avoid explicit passing of builddir
Remove excessive interpolation
Add haddock step
Reorder upstream_* functions to fit pod documentation
Pretty format list of compiler properties
Reorder code to improve pod-generated man-page
Add brief documentation about building and testsing
Add prelimitary installation support
Add stub for installation step
Improve documentation for installation stage
Implement `do_dispatch' function
Actually install files
Install pkg_config
Generate `provides' subst variable
Factor out cabal id -> debian virtual package conversion
substitute depends variable
Avoid double-parsing of pkg-config file
Substitute haskell:blurb and haskell:description
Do not reinvent dh_shlibdeps(1)
Fix bug due incorrect compraison operator
Doc package depends on haddock-interface
Fix typo
Match importance of doc relations
Add dh_buildinfo
Use functions from DhLib over install(1)
Install .haddock file
Refactor do_dispatch()
New function: `for_binpkg`
Install haddock .txt file symlink
for_binpkg: provide $type name alongside with $_
Fix path to match haskell-devscripts
Make dev suggest prof and doc.
Configure datadir
Do not install LICENSE files
Fix sequencer
perltidy
Change handling of -doc package relations
Transform libghc-base-doc dependency into ghc-doc
Refactor `cabal_id_to_virtual_package'
Do not call ldconfig(1)
Get rid of shlib file
Add lintian overrides
Fix haskell interface files difference
Temporary reintroduce GHC-Package: field
Make prof package depend on dev
Disable compression of hoogle files
Skip COPYRIGHT file, even if cabal installs it
Improve handling of unknown files
Make sure that generated debian packages names are lowcase
Introduce USE_LEGACY constant
Generate dependencies of doc package via dpkg -S
Fix typos
Fix doc-deps ordering issue
Dispatch more files
ENV variable to pass options to configure step
Remove dead code
Add support for non-library packages
license.txt must be omited
Correctly handle case, if documentation has no dependencies
Revamp pkg-config installing to save filename case
As part of legacy, manually invoke dpkg-shlibdeps
There is package name and upstream name
Cabal file is case-insensitive
Skip COPYING file
Refactor repository layout
Fix architecture
contrib script to install package into chroot
Add missing dependencies
Fix more missing dependencies
return in eval{} does not return from enclosing function
generate dh_buildinfo. Reproducibility team likes it
-----------------------------------------------------------------------
This annotated tag includes the following new commits:
new a28aa98 Initial commit
new 0c9c0a2 Prelimitary debianization
new 45acc8d Add perl makefile
new 7e9872a Fix trivial errors
new 1ac17f3 Add gitignore
new 2ef5ebc Add repl for simple debugging
new 4882c9d sub: detect_haskell_compiler
new 2b9ef49 typo: compilers -> compiler
new 7291761 detect whether profiling is required
new 8bcfe97 clean stage: do not pollute source directory
new a27466f perltidy
new 0a7fe6e Refactor detect_haskell_compiler
new 30dc824 sub: ghc_linker_flags
new 9412f7e Compilers paths must be absolute (add leading slash)
new 0d71112 wip: cabal configure args
new f4e2424 Detect upstream(cabal) name of package beeing built
new 823bd48 perltidy
new c9eb53d Detect upstream version
new 272ddb4 Scripts to perform automatic checks on commit
new 9df17b1 Fix missing (--ghc-option) in ghc_linker_flags
new 6d0c600 Add command to actually perform configure
new 1d7bae1 Add haddoc and htmldir configure opts
new 13576ae Add more variables to fit 80 column
new 8246da1 Optionally define DEBIAN_NO_GHCI
new 9e625cb Fix double call to same function
new e3ab57b sub: deb_buildopt
new c180aec Configure flags for tests and optimization
new 979066e Add build stage
new 14c1e8c Introduce global variables HC, HC_BIN and HC_BUILD_DIR
new dc6a3f4 profiling_required: fix typo in regex
new 7e8b4b9 Implement check receipe
new 69294a0 Add haddock path into compiler hash
new 7a0ffa5 gitignore tags file
new af79f9a Reorder functions
new 9f8a39d Write basic manpage via perlpod
new 256bc39 Avoid explicit passing of builddir
new dce85da Remove excessive interpolation
new ef60b01 Add haddock step
new 445325f Reorder upstream_* functions to fit pod documentation
new 2cec8f1 Pretty format list of compiler properties
new 666405e Reorder code to improve pod-generated man-page
new fae9f02 Add brief documentation about building and testsing
new 52c8505 Add prelimitary installation support
new 52d369b Add stub for installation step
new 6f551c7 Improve documentation for installation stage
new 2004d47 Implement `do_dispatch' function
new 4a8f874 Actually install files
new 988f117 Install pkg_config
new 6f0e4ba Generate `provides' subst variable
new 740b3f0 Factor out cabal id -> debian virtual package conversion
new 0fea1ec substitute depends variable
new 1fc4806 Avoid double-parsing of pkg-config file
new 6954dc9 Substitute haskell:blurb and haskell:description
new 1bd3d9f Do not reinvent dh_shlibdeps(1)
new 64d0663 Fix bug due incorrect compraison operator
new 5ccbaf6 Doc package depends on haddock-interface
new 81a24d6 Fix typo
new 3bce0ca Match importance of doc relations
new 206fa59 Add dh_buildinfo
new 33a3c49 Use functions from DhLib over install(1)
new 4dafa7b Install .haddock file
new 620f3de Refactor do_dispatch()
new efaabb8 New function: `for_binpkg`
new f21bc88 Install haddock .txt file symlink
new 6952227 for_binpkg: provide $type name alongside with $_
new 594ac6c Fix path to match haskell-devscripts
new 1c2e3bf Make dev suggest prof and doc.
new 3352061 Configure datadir
new 105912a Do not install LICENSE files
new db4a9c6 Fix sequencer
new fed4654 perltidy
new fa5637c Change handling of -doc package relations
new e40fd32 Transform libghc-base-doc dependency into ghc-doc
new ea24ede Refactor `cabal_id_to_virtual_package'
new f22234b Do not call ldconfig(1)
new fc884ed Get rid of shlib file
new 5515c30 Add lintian overrides
new a442cbd Fix haskell interface files difference
new d5e8547 Temporary reintroduce GHC-Package: field
new 81ef9ec Make prof package depend on dev
new e63f6b1 Disable compression of hoogle files
new 1eb6133 Skip COPYRIGHT file, even if cabal installs it
new f7764ac Improve handling of unknown files
new 8a5edb0 Make sure that generated debian packages names are lowcase
new b0fef38 Introduce USE_LEGACY constant
new e75c3bb Generate dependencies of doc package via dpkg -S
new fe2b855 Fix typos
new 1068eb3 Fix doc-deps ordering issue
new 8b6853b Dispatch more files
new 4eb816e ENV variable to pass options to configure step
new 3883c69 Remove dead code
new 04a49a6 Add support for non-library packages
new 3365e37 license.txt must be omited
new dd34431 Correctly handle case, if documentation has no dependencies
new 1f7a7c3 Revamp pkg-config installing to save filename case
new e2c4d06 As part of legacy, manually invoke dpkg-shlibdeps
new ea3bf3f There is package name and upstream name
new 6417f3c Cabal file is case-insensitive
new 405f334 Skip COPYING file
new 5d4a0f1 Refactor repository layout
new 295bd4a Fix architecture
new 76b2bfd contrib script to install package into chroot
new 853d4c8 Add missing dependencies
new 56dee8b Fix more missing dependencies
new e56430f return in eval{} does not return from enclosing function
new 4c30753 generate dh_buildinfo. Reproducibility team likes it
The 106 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.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-haskell/dh-haskell.git
More information about the Pkg-haskell-commits
mailing list