[Pkg-haskell-commits] darcs: haskell-text: Create Build-Depends-Indep.

Marco Túlio Gontijo e Silva marcot at debian.org
Tue Mar 23 13:18:42 UTC 2010


Tue Mar 23 11:51:17 UTC 2010  Marco T[_\c3_][_\ba_]lio Gontijo e Silva <marcot at debian.org>
  * Create Build-Depends-Indep.
  Ignore-this: 4295ba68c86b7862faab1f2541e1425f

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

Tue Mar 23 11:51:17 UTC 2010  Marco Túlio Gontijo e Silva <marcot at debian.org>
  * Create Build-Depends-Indep.
  Ignore-this: 4295ba68c86b7862faab1f2541e1425f
diff -rN -u old-haskell-text/changelog new-haskell-text/changelog
--- old-haskell-text/changelog	2010-03-23 13:18:42.824177172 +0000
+++ new-haskell-text/changelog	2010-03-23 13:18:42.832177585 +0000
@@ -2,6 +2,7 @@
 
   [ Marco Túlio Gontijo e Silva ]
   * debian/source/format: Use 3.0 (quilt).
+  * Create Build-Depends-Indep.
 
   [ Giovanni Mascellani ]
   * New upstream release
diff -rN -u old-haskell-text/control new-haskell-text/control
--- old-haskell-text/control	2010-03-23 13:18:42.824177172 +0000
+++ new-haskell-text/control	2010-03-23 13:18:42.832177585 +0000
@@ -9,9 +9,10 @@
  cdbs,
  ghc6,
  ghc6-prof,
- ghc6-doc,
  libghc6-deepseq-dev,
- libghc6-deepseq-prof,
+ libghc6-deepseq-prof
+Build-Depends-Indep:
+ ghc6-doc,
  libghc6-deepseq-doc
 Standards-Version: 3.8.4
 Homepage: http://hackage.haskell.org/package/text
diff -rN -u old-haskell-text/rules new-haskell-text/rules
--- old-haskell-text/rules	2010-03-23 13:18:42.824177172 +0000
+++ new-haskell-text/rules	2010-03-23 13:18:42.828177379 +0000
@@ -1,4 +1,6 @@
 #!/usr/bin/make -f
 
+DEB_BUILD_DEPENDENCIES = build-arch
+
 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