[Pkg-haskell-commits] darcs: haskell-libsystemd-journal: Initial Check-In

joeyh at debian.org joeyh at debian.org
Sat Feb 15 23:03:06 UTC 2014


Sat Feb 15 23:02:00 UTC 2014  joeyh at debian.org
  * Initial Check-In

    A ./changelog
    A ./compat
    A ./control
    A ./copyright
    A ./rules
    A ./watch

Sat Feb 15 23:02:00 UTC 2014  joeyh at debian.org
  * Initial Check-In
diff -rN -u old-haskell-libsystemd-journal/changelog new-haskell-libsystemd-journal/changelog
--- old-haskell-libsystemd-journal/changelog	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-libsystemd-journal/changelog	2014-02-15 23:03:06.097801946 +0000
@@ -0,0 +1,5 @@
+haskell-libsystemd-journal (1.1.0-1) unstable; urgency=medium
+
+  * Initial release.
+
+ -- Joey Hess <joeyh at debian.org>  Sat, 15 Feb 2014 18:06:15 -0400
diff -rN -u old-haskell-libsystemd-journal/compat new-haskell-libsystemd-journal/compat
--- old-haskell-libsystemd-journal/compat	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-libsystemd-journal/compat	2014-02-15 23:03:06.097801946 +0000
@@ -0,0 +1 @@
+9
diff -rN -u old-haskell-libsystemd-journal/control new-haskell-libsystemd-journal/control
--- old-haskell-libsystemd-journal/control	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-libsystemd-journal/control	2014-02-15 23:03:06.097801946 +0000
@@ -0,0 +1,92 @@
+Source: haskell-libsystemd-journal
+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.13)
+ , cdbs
+ , ghc
+ , ghc-prof
+ , libsystemd-journal-dev
+ , libghc-pipes-dev (>= 4.0)
+ , libghc-pipes-prof
+ , libghc-pipes-safe-dev (>= 2.0)
+ , libghc-pipes-safe-prof
+ , libghc-text-dev (>= 0.1)
+ , libghc-text-prof
+ , libghc-transformers-dev (>= 0.3)
+ , libghc-transformers-prof
+ , libghc-unix-bytestring-dev (>= 0.3.2)
+ , libghc-unix-bytestring-dev (<< 0.4)
+ , libghc-unix-bytestring-prof
+ , libghc-vector-dev (>= 0.4)
+ , libghc-vector-dev (<< 0.11)
+ , libghc-vector-prof
+ , libghc-uuid-dev
+ , libghc-uuid-prof
+ , libghc-unordered-containers-dev (>= 0.1)
+ , libghc-unordered-containers-dev (<< 0.3)
+ , libghc-unordered-containers-prof
+ , libghc-hashable-dev (>= 1.1.2.5)
+ , libghc-hashable-prof
+ , libghc-hsyslog-dev
+ , libghc-hsyslog-prof
+ , libghc-uniplate-dev (>= 1.6)
+ , libghc-uniplate-prof
+Build-Depends-Indep: ghc-doc
+ , libghc-pipes-doc
+ , libghc-pipes-safe-doc
+ , libghc-text-doc
+ , libghc-transformers-doc
+ , libghc-unix-bytestring-doc
+ , libghc-vector-doc
+ , libghc-uuid-doc
+ , libghc-unordered-containers-doc
+ , libghc-hashable-doc
+ , libghc-hsyslog-doc
+ , libghc-uniplate-doc
+Standards-Version: 3.9.5
+Homepage: http://github.com/ocharles/libsystemd-journal
+Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-libsystemd-journal
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-libsystemd-journal
+
+Package: libghc-libsystemd-journal-dev
+Architecture: any
+Depends: ${shlibs:Depends}
+         , ${haskell:Depends}
+         , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: Haskell bindings to libsystemd-journal
+ Haskell interface to the journal. Allows both sending messages
+ to systemd-journald, and reading from the journal.
+ .
+ This package contains the normal library files.
+
+Package: libghc-libsystemd-journal-prof
+Architecture: any
+Depends: ${haskell:Depends}
+         , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: Haskell bindings to libsystemd-journal; profiling libraries
+ Haskell interface to the journal. Allows both sending messages
+ to systemd-journald, and reading from the journal.
+ .
+ This package contains the libraries compiled with profiling enabled.
+
+Package: libghc-libsystemd-journal-doc
+Architecture: all
+Section: doc
+Depends: ${haskell:Depends}
+         , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Description: Haskell bindings to libsystemd-journal; documentation
+ Haskell interface to the journal. Allows both sending messages
+ to systemd-journald, and reading from the journal.
+ .
+ This package contains the documentation files.
diff -rN -u old-haskell-libsystemd-journal/copyright new-haskell-libsystemd-journal/copyright
--- old-haskell-libsystemd-journal/copyright	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-libsystemd-journal/copyright	2014-02-15 23:03:06.097801946 +0000
@@ -0,0 +1,34 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Source: https://hackage.haskell.org/package/libsystemd-journal
+
+Files: *
+Copyright: 2014 Oliver Charles
+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:
+  .
+    * Redistributions of source code must retain the above copyright
+      notice, this list of conditions and the following disclaimer.
+  .
+    * 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.
+  .
+    * Neither the name of Oliver Charles nor the names of other
+      contributors may be used to endorse or promote products derived
+      from this software without specific prior written permission.
+  .
+  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND 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 COPYRIGHT
+  OWNER 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-libsystemd-journal/rules new-haskell-libsystemd-journal/rules
--- old-haskell-libsystemd-journal/rules	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-libsystemd-journal/rules	2014-02-15 23:03:06.101801947 +0000
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/hlibrary.mk
diff -rN -u old-haskell-libsystemd-journal/watch new-haskell-libsystemd-journal/watch
--- old-haskell-libsystemd-journal/watch	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-libsystemd-journal/watch	2014-02-15 23:03:06.101801947 +0000
@@ -0,0 +1,2 @@
+version=3
+http://hackage.haskell.org/package/libsystemd-journal/distro-monitor .*-([0-9\.]+).(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))




More information about the Pkg-haskell-commits mailing list