[Pkg-haskell-commits] darcs: haskell-tagsoup: Use download flag.

Marco Silva marcot at debian.org
Mon Apr 11 18:55:00 UTC 2011


Mon Apr 11 18:05:51 UTC 2011  Marco Silva <marcot at debian.org>
  * Use download flag.
  Ignore-this: 1c66e057ffb9d3455ac5f0c5c0624da2

    M ./changelog +1
    M ./control -1 +3
    M ./rules +1

Mon Apr 11 18:05:51 UTC 2011  Marco Silva <marcot at debian.org>
  * Use download flag.
  Ignore-this: 1c66e057ffb9d3455ac5f0c5c0624da2
diff -rN -u old-haskell-tagsoup/changelog new-haskell-tagsoup/changelog
--- old-haskell-tagsoup/changelog	2011-04-11 18:55:00.343625855 +0000
+++ new-haskell-tagsoup/changelog	2011-04-11 18:55:00.355626485 +0000
@@ -12,6 +12,7 @@
 
   [ Marco Túlio Gontijo e Silva ]
   * control: Build-Depends: Remove unneeded.
+  * Use download flag.
 
  -- Erik de Castro Lopo <erikd at mega-nerd.com>  Sun,  2 Jan 2011 11:05:53 +1100
 
diff -rN -u old-haskell-tagsoup/control new-haskell-tagsoup/control
--- old-haskell-tagsoup/control	2011-04-11 18:55:00.343625855 +0000
+++ new-haskell-tagsoup/control	2011-04-11 18:55:00.351626275 +0000
@@ -8,9 +8,11 @@
  debhelper (>= 7),
  haskell-devscripts (>= 0.8),
  ghc,
- ghc-prof
+ ghc-prof,
+ libghc-network-prof
 Build-Depends-Indep:
  ghc-doc,
+ libghc-network-doc
 Standards-Version: 3.9.1
 Homepage: http://www-users.cs.york.ac.uk/~ndm/tagsoup/
 Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-tagsoup
diff -rN -u old-haskell-tagsoup/rules new-haskell-tagsoup/rules
--- old-haskell-tagsoup/rules	2011-04-11 18:55:00.343625855 +0000
+++ new-haskell-tagsoup/rules	2011-04-11 18:55:00.351626275 +0000
@@ -1,6 +1,7 @@
 #!/usr/bin/make -f
 
 DEB_COMPRESS_EXCLUDE += .hs
+DEB_SETUP_GHC6_CONFIGURE_ARGS += -f download
 
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/hlibrary.mk





More information about the Pkg-haskell-commits mailing list