[Pkg-haskell-commits] darcs: haskell-texmath: Use Build-Depends-Indep.

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


Tue Mar 23 13:23:41 UTC 2010  Marco T[_\c3_][_\ba_]lio Gontijo e Silva <marcot at debian.org>
  * Use Build-Depends-Indep.
  Ignore-this: 56ebf3d6f4c56a593013a394e2812d32

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

Tue Mar 23 13:23:41 UTC 2010  Marco Túlio Gontijo e Silva <marcot at debian.org>
  * Use Build-Depends-Indep.
  Ignore-this: 56ebf3d6f4c56a593013a394e2812d32
diff -rN -u old-haskell-texmath/changelog new-haskell-texmath/changelog
--- old-haskell-texmath/changelog	2010-03-23 13:39:35.741191584 +0000
+++ new-haskell-texmath/changelog	2010-03-23 13:39:35.753192209 +0000
@@ -1,7 +1,11 @@
 haskell-texmath (0.2.0.3-1) unstable; urgency=low
 
+  [ Giovanni Mascellani ]
   * New upstream release
 
+  [ Marco Túlio Gontijo e Silva ]
+  * Use Build-Depends-Indep.
+
  -- Giovanni Mascellani <mascellani at poisson.phc.unipi.it>  Mon, 22 Mar 2010 22:14:03 +0100
 
 haskell-texmath (0.1.1-2) unstable; urgency=low
diff -rN -u old-haskell-texmath/control new-haskell-texmath/control
--- old-haskell-texmath/control	2010-03-23 13:39:35.741191584 +0000
+++ new-haskell-texmath/control	2010-03-23 13:39:35.753192209 +0000
@@ -9,12 +9,13 @@
  cdbs,
  ghc6,
  ghc6-prof,
- ghc6-doc,
  libghc6-xml-dev,
  libghc6-xml-prof,
- libghc6-xml-doc,
  libghc6-parsec2-dev,
  libghc6-parsec2-prof,
+Build-Depends-Indep:
+ ghc6-doc,
+ libghc6-xml-doc,
  libghc6-parsec2-doc
 Standards-Version: 3.8.4
 Homepage: http://hackage.haskell.org/package/texmath
diff -rN -u old-haskell-texmath/rules new-haskell-texmath/rules
--- old-haskell-texmath/rules	2010-03-23 13:39:35.741191584 +0000
+++ new-haskell-texmath/rules	2010-03-23 13:39:35.745191792 +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