[Pkg-haskell-commits] darcs: tools: Add fdo-notify

Joachim Breitner mail at joachim-breitner.de
Sun Mar 30 18:42:44 UTC 2014


Sun Mar 30 18:42:37 UTC 2014  Joachim Breitner <mail at joachim-breitner.de>
  * Add fdo-notify

    M ./all-packages/packages.txt -1 +2
    A ./all-packages/patches/fdo-notify/
    A ./all-packages/patches/fdo-notify/0.3.1/
    A ./all-packages/patches/fdo-notify/0.3.1/loosen-dbus-dep
    A ./all-packages/patches/fdo-notify/0.3.1/series

Sun Mar 30 18:42:37 UTC 2014  Joachim Breitner <mail at joachim-breitner.de>
  * Add fdo-notify
diff -rN -u old-tools/all-packages/packages.txt new-tools/all-packages/packages.txt
--- old-tools/all-packages/packages.txt	2014-03-30 18:42:44.081477915 +0000
+++ new-tools/all-packages/packages.txt	2014-03-30 18:42:44.085477914 +0000
@@ -190,6 +190,7 @@
 fast-logger 2.1.5
 fb 0.15.2
 fclabels 1.1.4.3
+fdo-notify 0.3.1
 feed 0.3.8
 fgl 5.4.2.4
 file-embed 0.0.6
@@ -557,10 +558,10 @@
 SMTPClient 1.0.4
 snap 0.13.2.2
 snap-core 0.9.5.0
+snaplet-acid-state 0.2.6.1
 snap-loader-dynamic 0.10
 snap-loader-static 0.9.0.1
 snap-server 0.9.3.4
-snaplet-acid-state 0.2.6.1
 sockaddr 0.0.0
 socks 0.4.1
 split 0.2.2
diff -rN -u old-tools/all-packages/patches/fdo-notify/0.3.1/loosen-dbus-dep new-tools/all-packages/patches/fdo-notify/0.3.1/loosen-dbus-dep
--- old-tools/all-packages/patches/fdo-notify/0.3.1/loosen-dbus-dep	1970-01-01 00:00:00.000000000 +0000
+++ new-tools/all-packages/patches/fdo-notify/0.3.1/loosen-dbus-dep	2014-03-30 18:42:44.113477920 +0000
@@ -0,0 +1,13 @@
+Description: older versions work ok
+Author: Joey Hess <joeyh at debian.org>
+
+--- haskell-fdo-notify-0.3.1.orig/fdo-notify.cabal
++++ haskell-fdo-notify-0.3.1/fdo-notify.cabal
+@@ -21,6 +21,6 @@ library
+     build-depends:
+         base >= 3 && < 5
+       , containers >= 0.1
+-      , dbus >= 0.10.7
++      , dbus >= 0.10.4
+ 
+     exposed-modules: DBus.Notify
diff -rN -u old-tools/all-packages/patches/fdo-notify/0.3.1/series new-tools/all-packages/patches/fdo-notify/0.3.1/series
--- old-tools/all-packages/patches/fdo-notify/0.3.1/series	1970-01-01 00:00:00.000000000 +0000
+++ new-tools/all-packages/patches/fdo-notify/0.3.1/series	2014-03-30 18:42:44.113477920 +0000
@@ -0,0 +1 @@
+loosen-dbus-dep




More information about the Pkg-haskell-commits mailing list