[Pkg-haskell-commits] darcs: haskell-devscripts: hlibrary.mk: Include .hs in DEB_COMPRESS_EXCLUDE

Marco Túlio Gontijo e Silva marcot at marcot.eti.br
Tue Apr 12 12:36:00 UTC 2011


Tue Apr 12 12:34:25 UTC 2011  Marco T[_\c3_][_\ba_]lio Gontijo e Silva <marcot at marcot.eti.br>
  * hlibrary.mk: Include .hs in DEB_COMPRESS_EXCLUDE
  Ignore-this: 670b9afbc2d51fca4210fe6ba522356e

    M ./debian/changelog +6
    M ./hlibrary.mk -1 +1

Tue Apr 12 12:34:25 UTC 2011  Marco Túlio Gontijo e Silva <marcot at marcot.eti.br>
  * hlibrary.mk: Include .hs in DEB_COMPRESS_EXCLUDE
  Ignore-this: 670b9afbc2d51fca4210fe6ba522356e
diff -rN -u old-haskell-devscripts/debian/changelog new-haskell-devscripts/debian/changelog
--- old-haskell-devscripts/debian/changelog	2011-04-12 12:35:59.161512978 +0000
+++ new-haskell-devscripts/debian/changelog	2011-04-12 12:35:59.173513608 +0000
@@ -1,3 +1,9 @@
+haskell-devscripts (0.8.4) UNRELEASED; urgency=low
+
+  * hlibrary.mk: Include .hs in DEB_COMPRESS_EXCLUDE
+
+ -- Marco Túlio Gontijo e Silva <marcot at debian.org>  Tue, 12 Apr 2011 09:34:22 -0300
+
 haskell-devscripts (0.8.3) unstable; urgency=low
 
   * Set HOME to some (non-existant) path in hlibrary.mk. Some buildds have
diff -rN -u old-haskell-devscripts/hlibrary.mk new-haskell-devscripts/hlibrary.mk
--- old-haskell-devscripts/hlibrary.mk	2011-04-12 12:35:59.161512978 +0000
+++ new-haskell-devscripts/hlibrary.mk	2011-04-12 12:35:59.165513188 +0000
@@ -32,7 +32,7 @@
 
 ENABLE_PROFILING = $(shell egrep -qe '^Package: libghc-.*-prof$$' debian/control && echo --enable-library-profiling; exit 0)
 
-DEB_COMPRESS_EXCLUDE += .haddock
+DEB_COMPRESS_EXCLUDE += .haddock .hs
 
 # TODO:
 # - some of this would probably be useful for generic Haskell programs,





More information about the Pkg-haskell-commits mailing list