[Pkg-haskell-commits] darcs: haskell-hsyslog: Initial Check-In

joeyh at debian.org joeyh at debian.org
Sat Feb 15 22:16:33 UTC 2014


Sat Feb 15 22:13:05 UTC 2014  joeyh at debian.org
  * Initial Check-In

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

Sat Feb 15 22:13:05 UTC 2014  joeyh at debian.org
  * Initial Check-In
diff -rN -u old-haskell-hsyslog/changelog new-haskell-hsyslog/changelog
--- old-haskell-hsyslog/changelog	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-hsyslog/changelog	2014-02-15 22:16:33.353246744 +0000
@@ -0,0 +1,5 @@
+haskell-hsyslog (1.6-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-hsyslog/compat new-haskell-hsyslog/compat
--- old-haskell-hsyslog/compat	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-hsyslog/compat	2014-02-15 22:16:33.353246744 +0000
@@ -0,0 +1 @@
+9
diff -rN -u old-haskell-hsyslog/control new-haskell-hsyslog/control
--- old-haskell-hsyslog/control	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-hsyslog/control	2014-02-15 22:16:33.357246743 +0000
@@ -0,0 +1,52 @@
+Source: haskell-hsyslog
+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
+Build-Depends-Indep: ghc-doc
+Standards-Version: 3.9.5
+Homepage: http://github.com/peti/hsyslog
+Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-hsyslog
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-hsyslog
+
+Package: libghc-hsyslog-dev
+Architecture: any
+Depends: ${shlibs:Depends}
+         , ${haskell:Depends}
+         , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: syslog bindings for Haskell
+ FFI bindings to syslog(3) from POSIX.1-2001.
+ .
+ This package contains the normal library files.
+
+Package: libghc-hsyslog-prof
+Architecture: any
+Depends: ${haskell:Depends}
+         , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: syslog bindings for Haskell; profiling libraries
+ FFI bindings to syslog(3) from POSIX.1-2001.
+ .
+ This package contains the libraries compiled with profiling enabled.
+
+Package: libghc-hsyslog-doc
+Architecture: all
+Section: doc
+Depends: ${haskell:Depends}
+         , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Description: syslog bindings for Haskell; documentation
+ FFI bindings to syslog(3) from POSIX.1-2001.
+ .
+ This package contains the documentation files.
diff -rN -u old-haskell-hsyslog/copyright new-haskell-hsyslog/copyright
--- old-haskell-hsyslog/copyright	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-hsyslog/copyright	2014-02-15 22:16:33.357246743 +0000
@@ -0,0 +1,32 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Source: https://hackage.haskell.org/package/hsyslog
+
+Files: *
+Copyright: 2008 Peter Simons
+License: BSD-3-clause
+  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.
+ .
+  * The names of its contributors may not 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-hsyslog/rules new-haskell-hsyslog/rules
--- old-haskell-hsyslog/rules	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-hsyslog/rules	2014-02-15 22:16:33.357246743 +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-hsyslog/watch new-haskell-hsyslog/watch
--- old-haskell-hsyslog/watch	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-hsyslog/watch	2014-02-15 22:16:33.357246743 +0000
@@ -0,0 +1,2 @@
+version=3
+http://hackage.haskell.org/package/hsyslog/distro-monitor .*-([0-9\.]+).(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))




More information about the Pkg-haskell-commits mailing list