[Pkg-haskell-commits] darcs: haskell-dbus: New upstream version 0.10.7.

Clint Adams clint at debian.org
Thu Apr 17 00:18:31 UTC 2014


Thu Apr 17 00:18:25 UTC 2014  Clint Adams <clint at debian.org>
  * New upstream version 0.10.7.

    M ./changelog -1 +7
    M ./control -2 +1
    A ./patches/
    A ./patches/newer-quickcheck
    A ./patches/series
    M ./rules +1

Thu Apr 17 00:18:25 UTC 2014  Clint Adams <clint at debian.org>
  * New upstream version 0.10.7.
diff -rN -u old-haskell-dbus/changelog new-haskell-dbus/changelog
--- old-haskell-dbus/changelog	2014-04-17 00:18:31.869275323 +0000
+++ new-haskell-dbus/changelog	2014-04-17 00:18:31.869275323 +0000
@@ -1,6 +1,12 @@
+haskell-dbus (0.10.7-1) unstable; urgency=medium
+
+  * New upstream version.
+
+ -- Clint Adams <clint at debian.org>  Wed, 16 Apr 2014 19:44:23 -0400
+
 haskell-dbus (0.10.6-1) unstable; urgency=medium
 
-  * New upstream release 
+  * New upstream release.
 
  -- Joachim Breitner <nomeata at debian.org>  Tue, 15 Apr 2014 09:36:11 +0200
 
diff -rN -u old-haskell-dbus/control new-haskell-dbus/control
--- old-haskell-dbus/control	2014-04-17 00:18:31.869275323 +0000
+++ new-haskell-dbus/control	2014-04-17 00:18:31.869275323 +0000
@@ -3,7 +3,6 @@
 Section: haskell
 Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
 Uploaders: John Millikin <jmillikin at gmail.com>
-DM-Upload-Allowed: yes
 Build-Depends:
     cdbs
   , debhelper (>= 9)
@@ -49,7 +48,7 @@
   , libghc-transformers-doc
   , libghc-vector-doc
   , libghc-xml-types-doc
-Standards-Version: 3.9.4
+Standards-Version: 3.9.5
 Homepage: https://john-millikin.com/software/haskell-dbus/
 Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-dbus
 Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-dbus
diff -rN -u old-haskell-dbus/patches/newer-quickcheck new-haskell-dbus/patches/newer-quickcheck
--- old-haskell-dbus/patches/newer-quickcheck	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-dbus/patches/newer-quickcheck	2014-04-17 00:18:31.869275323 +0000
@@ -0,0 +1,20 @@
+--- a/dbus.cabal
++++ b/dbus.cabal
+@@ -128,7 +128,7 @@
+     , bytestring >= 0.9
+     , cereal >= 0.3.4 && < 0.5
+     , chell >= 0.3 && < 0.4
+-    , chell-quickcheck >= 0.2 && < 0.3
++    , chell-quickcheck >= 0.2.3 && < 0.3
+     , containers >= 0.1 && < 0.6
+     , directory
+     , filepath
+@@ -136,7 +136,7 @@
+     , network >= 2.2.3
+     , parsec >= 2.0 && < 3.2
+     , process >= 1.0 && < 1.2
+-    , QuickCheck == 2.4.*
++    , QuickCheck >= 2.4
+     , random >= 1.0 && < 1.1
+     , text >= 0.11.1.5
+     , transformers >= 0.2 && < 0.4
diff -rN -u old-haskell-dbus/patches/series new-haskell-dbus/patches/series
--- old-haskell-dbus/patches/series	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-dbus/patches/series	2014-04-17 00:18:31.869275323 +0000
@@ -0,0 +1 @@
+newer-quickcheck
diff -rN -u old-haskell-dbus/rules new-haskell-dbus/rules
--- old-haskell-dbus/rules	2014-04-17 00:18:31.865275325 +0000
+++ new-haskell-dbus/rules	2014-04-17 00:18:31.869275323 +0000
@@ -1,3 +1,4 @@
 #!/usr/bin/make -f
+
 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