[Pkg-haskell-commits] darcs: haskell-ekg-core: Initial check-in

Joachim Breitner mail at joachim-breitner.de
Tue Dec 23 12:53:20 UTC 2014


Tue Dec 23 12:53:05 UTC 2014  Joachim Breitner <mail at joachim-breitner.de>
  * Initial check-in

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

Tue Dec 23 12:53:05 UTC 2014  Joachim Breitner <mail at joachim-breitner.de>
  * Initial check-in
diff -rN -u old-haskell-ekg-core/changelog new-haskell-ekg-core/changelog
--- old-haskell-ekg-core/changelog	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-ekg-core/changelog	2014-12-23 12:53:20.747069904 +0000
@@ -0,0 +1,5 @@
+haskell-ekg-core (0.1.0.2-1) UNRELEASED; urgency=low
+
+  * Debianization generated by cabal-debian
+
+ -- Joachim Breitner <nomeata at debian.org>  Tue, 23 Dec 2014 13:48:37 +0100
diff -rN -u old-haskell-ekg-core/compat new-haskell-ekg-core/compat
--- old-haskell-ekg-core/compat	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-ekg-core/compat	2014-12-23 12:53:20.747069904 +0000
@@ -0,0 +1 @@
+9
diff -rN -u old-haskell-ekg-core/control new-haskell-ekg-core/control
--- old-haskell-ekg-core/control	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-ekg-core/control	2014-12-23 12:53:20.751069905 +0000
@@ -0,0 +1,63 @@
+Source: haskell-ekg-core
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
+Uploaders: Joachim Breitner <nomeata at debian.org>
+Priority: extra
+Section: haskell
+Build-Depends: debhelper (>= 7.0),
+ haskell-devscripts (>= 0.9),
+ cdbs,
+ ghc,
+ ghc-prof,
+ libghc-text-dev (<< 1.3),
+ libghc-text-prof,
+ libghc-unordered-containers-dev (<< 0.3),
+ libghc-unordered-containers-prof,
+Build-Depends-Indep: ghc-doc,
+ libghc-text-doc,
+ libghc-unordered-containers-doc,
+Standards-Version: 3.9.5
+Homepage: http://hackage.haskell.org/package/ekg-core
+X-Description: Tracking of system metrics
+ This library lets you defined and track system metrics.
+Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-ekg-core
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-ekg-core
+
+Package: libghc-ekg-core-dev
+Architecture: any
+Depends: ${haskell:Depends},
+ ${misc:Depends},
+ ${shlibs:Depends},
+Recommends: ${haskell:Recommends},
+Suggests: ${haskell:Suggests},
+Conflicts: ${haskell:Conflicts},
+Provides: ${haskell:Provides},
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
+ .
+ ${haskell:Blurb}
+
+Package: libghc-ekg-core-prof
+Architecture: any
+Depends: ${haskell:Depends},
+ ${misc:Depends},
+Recommends: ${haskell:Recommends},
+Suggests: ${haskell:Suggests},
+Conflicts: ${haskell:Conflicts},
+Provides: ${haskell:Provides},
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
+ .
+ ${haskell:Blurb}
+
+Package: libghc-ekg-core-doc
+Architecture: all
+Section: doc
+Depends: ${haskell:Depends},
+ ${misc:Depends},
+Recommends: ${haskell:Recommends},
+Suggests: ${haskell:Suggests},
+Conflicts: ${haskell:Conflicts},
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
+ .
+ ${haskell:Blurb}
diff -rN -u old-haskell-ekg-core/copyright new-haskell-ekg-core/copyright
--- old-haskell-ekg-core/copyright	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-ekg-core/copyright	2014-12-23 12:53:20.751069905 +0000
@@ -0,0 +1,39 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+
+Files: *
+Copyright: 2014, Johan Tibell
+License: BSD3
+
+
+Files: debian/*
+Copyright: held by the contributors mentioned in debian/changelog
+License: BSD3
+
+
+License: BSD3
+ 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 Johan Tibell 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-ekg-core/rules new-haskell-ekg-core/rules
--- old-haskell-ekg-core/rules	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-ekg-core/rules	2014-12-23 12:53:20.751069905 +0000
@@ -0,0 +1,5 @@
+#!/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-ekg-core/source/format new-haskell-ekg-core/source/format
--- old-haskell-ekg-core/source/format	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-ekg-core/source/format	2014-12-23 12:53:20.751069905 +0000
@@ -0,0 +1 @@
+3.0 (quilt)
diff -rN -u old-haskell-ekg-core/watch new-haskell-ekg-core/watch
--- old-haskell-ekg-core/watch	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-ekg-core/watch	2014-12-23 12:53:20.751069905 +0000
@@ -0,0 +1,2 @@
+version=3
+http://hackage.haskell.org/package/ekg-core/distro-monitor .*-([0-9\.]+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))




More information about the Pkg-haskell-commits mailing list