[Pkg-haskell-commits] darcs: ghc: Remove the haddock.t files
Joachim Breitner
mail at joachim-breitner.de
Tue May 12 13:25:48 UTC 2015
Tue May 12 10:33:37 UTC 2015 Joachim Breitner <mail at joachim-breitner.de>
* Remove the haddock.t files
M ./rules +3
Tue May 12 10:33:37 UTC 2015 Joachim Breitner <mail at joachim-breitner.de>
* Remove the haddock.t files
diff -rN -u old-ghc/rules new-ghc/rules
--- old-ghc/rules 2015-05-12 13:25:48.548683004 +0000
+++ new-ghc/rules 2015-05-12 13:25:48.572683004 +0000
@@ -137,6 +137,9 @@
# Delete all the library LICENSE files
rm -f debian/tmp/usr/share/doc/ghc-doc/html/libraries/*/LICENSE
+ # Remove the haddock.t files, they really should not be in the released package
+ find debian/tmp -name \*.haddock.t -delete
+
# Generate lintian overrides
mkdir -p debian/tmp/usr/share/lintian/overrides
echo "ghc binary: extra-license-file `cd debian/tmp && echo usr/lib/ghc/Cabal-*/Distribution/License.hi`" >> debian/tmp/usr/share/lintian/overrides/ghc
More information about the Pkg-haskell-commits
mailing list