[Pkg-haskell-commits] darcs: haskell-texmath: New upstream release
Joachim Breitner
mail at joachim-breitner.de
Fri Apr 24 11:52:35 UTC 2015
Fri Apr 24 11:40:45 UTC 2015 Joachim Breitner <mail at joachim-breitner.de>
* New upstream release
M ./changelog +6
M ./control -3 +4
M ./rules -1 +1
Fri Apr 24 11:40:45 UTC 2015 Joachim Breitner <mail at joachim-breitner.de>
* New upstream release
diff -rN -u old-haskell-texmath/changelog new-haskell-texmath/changelog
--- old-haskell-texmath/changelog 2015-04-24 11:52:35.219089344 +0000
+++ new-haskell-texmath/changelog 2015-04-24 11:52:35.251089333 +0000
@@ -1,3 +1,9 @@
+haskell-texmath (0.8.1-1) UNRELEASED; urgency=medium
+
+ * New upstream release
+
+ -- Joachim Breitner <nomeata at debian.org> Fri, 24 Apr 2015 13:36:36 +0200
+
haskell-texmath (0.8.0.1-1) experimental; urgency=medium
* New upstream release
diff -rN -u old-haskell-texmath/control new-haskell-texmath/control
--- old-haskell-texmath/control 2015-04-24 11:52:35.219089344 +0000
+++ new-haskell-texmath/control 2015-04-24 11:52:35.219089344 +0000
@@ -14,17 +14,18 @@
libghc-xml-dev,
libghc-xml-prof,
libghc-pandoc-types-dev (>= 1.12.3.3),
+ libghc-pandoc-types-dev (<< 1.13),
libghc-pandoc-types-prof,
libghc-parsec3-dev,
libghc-parsec3-prof,
- libghc-network-dev,
- libghc-network-prof,
+ libghc-network-uri-dev (>= 2.6),
+ libghc-network-uri-prof,
Build-Depends-Indep:
ghc-doc,
libghc-syb-doc,
libghc-xml-doc,
libghc-parsec3-doc,
- libghc-network-doc,
+ libghc-network-uri-doc,
Standards-Version: 3.9.5
Homepage: http://hackage.haskell.org/package/texmath
Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-texmath
diff -rN -u old-haskell-texmath/rules new-haskell-texmath/rules
--- old-haskell-texmath/rules 2015-04-24 11:52:35.219089344 +0000
+++ new-haskell-texmath/rules 2015-04-24 11:52:35.223089343 +0000
@@ -1,6 +1,6 @@
#!/usr/bin/make -f
-DEB_SETUP_GHC_CONFIGURE_ARGS = --ghc-options="+RTS -V0 -RTS" -f-network-uri
+DEB_SETUP_GHC_CONFIGURE_ARGS = --ghc-options="+RTS -V0 -RTS" -fnetwork-uri
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