[Pkg-haskell-commits] darcs: haskell-fdo-notify: Initial Check-In
joeyh at debian.org
joeyh at debian.org
Wed Mar 26 16:50:42 UTC 2014
Wed Mar 26 16:42:59 UTC 2014 joeyh at debian.org
* Initial Check-In
A ./changelog
A ./compat
A ./control
A ./copyright
A ./patches/
A ./patches/loosen-dbus-dep
A ./patches/series
A ./rules
A ./source/
A ./source/format
A ./watch
Wed Mar 26 16:42:59 UTC 2014 joeyh at debian.org
* Initial Check-In
diff -rN -u old-haskell-fdo-notify/changelog new-haskell-fdo-notify/changelog
--- old-haskell-fdo-notify/changelog 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-fdo-notify/changelog 2014-03-26 16:50:42.162493322 +0000
@@ -0,0 +1,5 @@
+haskell-fdo-notify (0.3.1-1) unstable; urgency=low
+
+ * Initial debian package.
+
+ -- Joey Hess <joeyh at debian.org> Wed, 26 Mar 2014 12:28:25 -0400
diff -rN -u old-haskell-fdo-notify/compat new-haskell-fdo-notify/compat
--- old-haskell-fdo-notify/compat 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-fdo-notify/compat 2014-03-26 16:50:42.162493322 +0000
@@ -0,0 +1 @@
+9
diff -rN -u old-haskell-fdo-notify/control new-haskell-fdo-notify/control
--- old-haskell-fdo-notify/control 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-fdo-notify/control 2014-03-26 16:50:42.166493322 +0000
@@ -0,0 +1,52 @@
+Source: haskell-fdo-notify
+Priority: extra
+Section: haskell
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
+Uploaders: Joey Hess <joeyh at debian.org>
+Build-Depends: debhelper (>= 9)
+ , haskell-devscripts (>= 0.8.15)
+ , cdbs
+ , ghc
+ , ghc-prof
+ , libghc-dbus-dev (>= 0.10.4)
+ , libghc-dbus-prof
+Build-Depends-Indep: ghc-doc
+ , libghc-dbus-doc
+Standards-Version: 3.9.5
+Homepage: http://hackage.haskell.org/package/fdo-notify
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-fdo-notify
+Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-fdo-notify
+
+Package: libghc-fdo-notify-dev
+Architecture: any
+Depends: ${haskell:Depends}, ${misc:Depends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: Haskell desktop notifications${haskell:ShortBlurb}
+ A library for issuing notifications using FreeDesktop.org's Desktop
+ Notifications protocol.
+ .
+ ${haskell:Blurb}
+
+Package: libghc-fdo-notify-prof
+Architecture: any
+Depends: ${haskell:Depends}, ${misc:Depends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: Haskell desktop notifications${haskell:ShortBlurb}
+ A library for issuing notifications using FreeDesktop.org's Desktop
+ Notifications protocol.
+ .
+ ${haskell:Blurb}
+
+Package: libghc-fdo-notify-doc
+Section: doc
+Architecture: all
+Depends: ${haskell:Depends}, ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Description: Haskell desktop notifications${haskell:ShortBlurb}
+ A library for issuing notifications using FreeDesktop.org's Desktop
+ Notifications protocol.
+ .
+ ${haskell:Blurb}
diff -rN -u old-haskell-fdo-notify/copyright new-haskell-fdo-notify/copyright
--- old-haskell-fdo-notify/copyright 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-fdo-notify/copyright 2014-03-26 16:50:42.162493322 +0000
@@ -0,0 +1,31 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Source: https://hackage.haskell.org/package/fdo-notify
+
+Files: *
+Copyright: 2009 Max Rabkin
+License: BSD-3-clause
+ All rights reserved.
+ .
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions
+ are met:
+ 1. Redistributions of source code must retain the above copyright
+ notice, this list of conditions and the following disclaimer.
+ 2. Redistributions in binary form must reproduce the above copyright
+ notice, this list of conditions and the following disclaimer in the
+ documentation and/or other materials provided with the distribution.
+ 3. Neither the name of the author nor the names of his contributors
+ may be used to endorse or promote products derived from this software
+ without specific prior written permission.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE CONTRIBUTORS ``AS IS'' AND
+ ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS OR CONTRIBUTORS BE LIABLE
+ FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
+ OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+ HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+ LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
+ OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+ SUCH DAMAGE.
diff -rN -u old-haskell-fdo-notify/patches/loosen-dbus-dep new-haskell-fdo-notify/patches/loosen-dbus-dep
--- old-haskell-fdo-notify/patches/loosen-dbus-dep 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-fdo-notify/patches/loosen-dbus-dep 2014-03-26 16:50:42.162493322 +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-haskell-fdo-notify/patches/series new-haskell-fdo-notify/patches/series
--- old-haskell-fdo-notify/patches/series 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-fdo-notify/patches/series 2014-03-26 16:50:42.166493322 +0000
@@ -0,0 +1 @@
+loosen-dbus-dep
diff -rN -u old-haskell-fdo-notify/rules new-haskell-fdo-notify/rules
--- old-haskell-fdo-notify/rules 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-fdo-notify/rules 2014-03-26 16:50:42.166493322 +0000
@@ -0,0 +1,6 @@
+#!/usr/bin/make -f
+
+# Standard way of building Haskell libraries .
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/hlibrary.mk
+
diff -rN -u old-haskell-fdo-notify/source/format new-haskell-fdo-notify/source/format
--- old-haskell-fdo-notify/source/format 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-fdo-notify/source/format 2014-03-26 16:50:42.166493322 +0000
@@ -0,0 +1 @@
+3.0 (quilt)
diff -rN -u old-haskell-fdo-notify/watch new-haskell-fdo-notify/watch
--- old-haskell-fdo-notify/watch 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-fdo-notify/watch 2014-03-26 16:50:42.166493322 +0000
@@ -0,0 +1,2 @@
+version=3
+http://hackage.haskell.org/package/fdo-notify/distro-monitor .*-([0-9\.]+).(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))
More information about the Pkg-haskell-commits
mailing list