[Pkg-haskell-commits] darcs: ghc: Remove useless *.haddock.t files (upstream bug 10410)
Joachim Breitner
mail at joachim-breitner.de
Mon May 25 10:06:58 UTC 2015
Mon May 25 09:04:16 UTC 2015 Joachim Breitner <mail at joachim-breitner.de>
* Remove useless *.haddock.t files (upstream bug 10410)
M! ./changelog -54 +2
M! ./rules -3
Mon May 25 09:04:16 UTC 2015 Joachim Breitner <mail at joachim-breitner.de>
* Remove useless *.haddock.t files (upstream bug 10410)
diff -rN -u old-ghc/changelog new-ghc/changelog
--- old-ghc/changelog 2015-05-25 10:06:50.010270573 +0000
+++ new-ghc/changelog 2015-05-25 10:06:50.082272382 +0000
@@ -1,55 +1,3 @@
-ghc (7.10.1-5) experimental; urgency=medium
-
- * Merge from unstable (Closes: #785282, #785194 )
- * A lucky guess at making GHC build reproducible, by not putting the process
- id in temporary filenames.
-
- -- Joachim Breitner <nomeata at debian.org> Sun, 24 May 2015 10:47:09 +0200
-
-ghc (7.10.1-4) experimental; urgency=medium
-
- * Fix patch/ghc-7.8.4-3-aarch64.patch; dropped a hunk when upgrading to
- 7.10 that I should not have dropped. Thanks Gianfranco Costamagna for
- noticing.
-
- -- Joachim Breitner <nomeata at debian.org> Thu, 14 May 2015 23:16:55 +0200
-
-ghc (7.10.1-3) experimental; urgency=medium
-
- * Apply patch by Sergei Trofimovich to implement load_/store_load_barrier on
- armv6 and older (upstream ticket #10244)
-
- -- Joachim Breitner <nomeata at debian.org> Thu, 14 May 2015 09:37:06 +0200
-
-ghc (7.10.1-2) experimental; urgency=medium
-
- * Build against llvm-3.5 (Closes: 784245)
-
- -- Joachim Breitner <nomeata at debian.org> Wed, 13 May 2015 11:18:54 +0200
-
-ghc (7.10.1-1) experimental; urgency=medium
-
- * New upstream release. Optimistically dropping lots of patches, lets see
- what now works out of the box.
- * Ship haddock with ghc, and leave (most) paths as they are. It is easier to
- not fight against the way upstream builds and installs stuff.
- * Remove the hack introduced in 7.2.0 for a clean upgrade from 7.0.3.
-
- -- Joachim Breitner <nomeata at debian.org> Tue, 12 May 2015 12:41:40 +0200
-
-ghc (7.8.4-6) unstable; urgency=medium
-
- * Hack to get stable ABIs even when the build path changes. Closes:
- #785282
-
- -- Joachim Breitner <nomeata at debian.org> Thu, 21 May 2015 10:35:25 +0200
-
-ghc (7.8.4-5) unstable; urgency=medium
-
- * New patch patches/PPC-relocations.patch by Colin Watson, Closes: #785194
-
- -- Joachim Breitner <nomeata at debian.org> Wed, 13 May 2015 21:06:05 +0200
-
ghc (7.8.4-4) unstable; urgency=medium
* Apply hurd compatibility patch by Pino
diff -rN -u old-ghc/rules new-ghc/rules
--- old-ghc/rules 2015-05-25 10:06:50.006270472 +0000
+++ new-ghc/rules 2015-05-25 10:06:50.082272382 +0000
@@ -137,9 +137,6 @@
# 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