summaryrefslogtreecommitdiff
path: root/p/haskell-devscripts
AgeCommit message (Collapse)AuthorFilesLines
2015-07-13Remove packages that were imported from old/Joachim Breitner24-3088/+0
We imported them to have them in the history, but they should still be out of the way.
2015-04-29haskell-devscripts: releasing package haskell-devscripts version 0.9.6Joachim Breitner1-2/+2
2015-04-29haskell-devscripts: Do not send diagnostic output to stdout; use stderrJoachim Breitner2-3/+9
2015-04-28haskell-devscripts: releasing package haskell-devscripts version 0.9.5Joachim Breitner1-2/+2
2015-04-28haskell-devscripts: Typo in Dh_Haskell, breaks building pandocJoachim Breitner2-1/+7
2015-04-28haskell-devscripts: releasing package haskell-devscripts version 0.9.4Joachim Breitner1-2/+2
2015-04-28haskell-devscripts: Amend changelogJoachim Breitner1-0/+3
2015-04-28haskell-devscripts: Make all scripts bash scripts, just to be on the safe sideJoachim Breitner5-5/+5
2015-04-28haskell-devscripts: Use "eval" to allow quotes in ↵Joachim Breitner1-5/+14
DEB_SETUP_GHC_CONFIGURE_ARGS to have effect, assemble LDFLAGS more sanely
2015-04-28haskell-devscripts: Use "run" shell function in important placesJoachim Breitner1-34/+37
2015-04-28haskell-devscripts: Add handy "run" shell function for better debuggingJoachim Breitner2-0/+10
2015-04-28haskell-devscripts: Pass variables from the Makefile to the Dh_Haskell in ↵Joachim Breitner3-65/+65
environment variables; safer when they contain spaces or quotes.
2015-04-27haskell-devscripts: releasing package haskell-devscripts version 0.9.3Joachim Breitner1-2/+6
2015-03-31haskell-devscripts: Debugging code (disabled)David Fox6-0/+35
2015-03-31haskell-devscripts: Add a compiler parameter to the dh_haskell_blurbs scriptDavid Fox2-2/+5
2015-03-31haskell-devscripts: Add support for building ghcjs packagesDavid Fox2-5/+38
2015-03-31haskell-devscripts: Parameterize the compiler nameDavid Fox7-106/+186
2015-03-31haskell-devscripts: Turn the Make rules into shell functionsDavid Fox2-65/+152
2015-03-31haskell-devscripts: Add functions to Dh_Haskell.hsDavid Fox1-0/+70
2015-03-31haskell-devscripts: Reword some error messages and indicate where they originateDavid Fox3-3/+3
2015-03-31haskell-devscripts: Pass --with-haddock and --with-ghc to haddock, ↵David Fox1-2/+2
--package-db to cabal configure
2015-03-31haskell-devscripts: Remove support for obsolete doc package prefix 'haskell-'David Fox2-3/+3
2015-03-31haskell-devscripts: Fix a bash error - single quote prevents expansion of ↵David Fox1-1/+1
shell variables
2015-03-31haskell-devscripts: Allow building of documentation when when package has no ↵David Fox1-3/+4
Haskell modules
2015-03-10haskell-devscripts: Do not truncate existing lintian overrides fileKAction3-3/+13
2015-03-10haskell-devscripts: Fix hardening-no-relro lintian warningsKAction2-0/+7
2014-12-21haskell-devscripts: releasing package haskell-devscripts version 0.9.2Joachim Breitner1-2/+2
2014-12-21haskell-devscripts: Use a different path to store the extra-packages files, ↵Joachim Breitner3-2/+10
independent of Cabal's file scheme.
2014-12-21haskell-devscripts: releasing package haskell-devscripts version 0.9.1Joachim Breitner1-2/+2
2014-12-21haskell-devscripts: Move binary-or-shlib-defines-rpath override to the right ↵Joachim Breitner2-1/+7
target.
2014-11-22haskell-devscripts: MergeJoachim Breitner1-0/+9
2014-11-22haskell-devscripts: * Depend on ghc 7.8, so that depending on ↵Joachim Breitner2-1/+3
haskell-devscripts (>= 0.9) ensures a package is built against the GHC packages in experimental * Add a binary-or-shlib-defines-rpath lintial override to libghc-*-dev
2014-11-22haskell-devscripts: Pass -XlibHS to dh_shlibdepsJoachim Breitner1-0/+1
2014-11-13haskell-devscripts: Undo Ma-Foreign, as advised by Helmut GrohneJoachim Breitner2-8/+0
2014-11-13haskell-devscripts: Make haskell-devscrips Ma-Foreign, as suggested by ↵Joachim Breitner2-0/+8
Johnanes Schauer (Closes: #769377)
2014-06-09haskell-devscripts: releasing package haskell-devscripts version 0.8.21Joachim Breitner1-2/+2
2014-06-08haskell-devscripts: When calculating Recommends from links in documentation, ↵Joachim Breitner2-0/+3
handle file:// links as well.
2014-06-08haskell-devscripts: Install hoogle .txt files to DEB_HOOGLE_TXT_DIR with a ↵Joachim Breitner2-1/+9
filename derived from the Debian package name, and not the Cabal name. This avoid problems when packaging a library also shipped by GHC (such as Cabal).
2014-05-29haskell-devscripts: set to unstable for release of 0.8.20.0Sven Bartscher1-1/+1
2014-05-29haskell-devscripts: get version from debian packageSven Bartscher1-1/+3
2014-05-29haskell-devscripts: set back to UNRELEASED (once again...)Sven Bartscher1-1/+1
2014-05-29haskell-devscripts: ready to release 0.8.20.0Sven Bartscher1-1/+1
2014-05-29haskell-devscripts: move haskell-version generation to dh_haskell_blurbsSven Bartscher2-1/+2
This needs to be done because only dh_haskell_blurbs is called for all packages and it wouldn't make much sense to make a new dh_file for this task.
2014-05-29haskell-devscripts: set back to unreleasedSven Bartscher1-1/+1
2014-05-29haskell-devscripts: ready to release 0.8.20.0Sven Bartscher1-1/+1
2014-05-29haskell-devscripts: ghc-version-substvarSven Bartscher4-2/+10
2014-05-14haskell-devscripts: releasing package haskell-devscripts version 0.8.19.7Joachim Breitner1-2/+2
2014-05-14haskell-devscripts: Pass --show-details=always to test suiteJoachim Breitner2-1/+7
2014-05-14haskell-devscripts: releasing package haskell-devscripts version 0.8.19.6Joachim Breitner1-2/+2
2014-05-14haskell-devscripts: Use a configure-ghc-stamp (Closes: #747924)Joachim Breitner2-4/+11