[Pkg-haskell-commits] darcs: ghc: Pass -X.txt in the right spot

Joachim Breitner mail at joachim-breitner.de
Tue Oct 16 07:59:15 UTC 2012


Mon Oct  8 12:58:38 UTC 2012  Joachim Breitner <mail at joachim-breitner.de>
  * Pass -X.txt in the right spot
  Ignore-this: 6d32ee3c673656c19840892bdaae7706

    M ./rules -1 +1

Mon Oct  8 12:58:38 UTC 2012  Joachim Breitner <mail at joachim-breitner.de>
  * Pass -X.txt in the right spot
  Ignore-this: 6d32ee3c673656c19840892bdaae7706
diff -rN -u old-ghc//rules new-ghc//rules
--- old-ghc//rules	2012-10-16 07:59:15.010727363 +0000
+++ new-ghc//rules	2012-10-16 07:59:15.147087420 +0000
@@ -331,7 +331,7 @@
 	dh_installmenu -i
 	dh_installman -i
 	dh_link -i
-	dh_compress -X.haddock -i
+	dh_compress -X.haddock -X.txt -a
 	dh_fixperms -i
 	dh_installdeb -i
 	dh_gencontrol -i





More information about the Pkg-haskell-commits mailing list