[Pkg-haskell-commits] darcs: haskell-lvmlib: Initial check-in

Joachim Breitner mail at joachim-breitner.de
Fri Oct 24 19:59:47 UTC 2014


Fri Oct 24 19:59:38 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

Fri Oct 24 19:59:38 UTC 2014  Joachim Breitner <mail at joachim-breitner.de>
  * Initial check-in
diff -rN -u old-haskell-lvmlib/changelog new-haskell-lvmlib/changelog
--- old-haskell-lvmlib/changelog	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-lvmlib/changelog	2014-10-24 19:59:47.874042256 +0000
@@ -0,0 +1,5 @@
+haskell-lvmlib (1.1-1) UNRELEASED; urgency=low
+
+  * Debianization generated by cabal-debian
+
+ -- Joachim Breitner <nomeata at debian.org>  Fri, 24 Oct 2014 21:57:46 +0200
diff -rN -u old-haskell-lvmlib/compat new-haskell-lvmlib/compat
--- old-haskell-lvmlib/compat	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-lvmlib/compat	2014-10-24 19:59:47.874042256 +0000
@@ -0,0 +1 @@
+9
diff -rN -u old-haskell-lvmlib/control new-haskell-lvmlib/control
--- old-haskell-lvmlib/control	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-lvmlib/control	2014-10-24 19:59:47.874042256 +0000
@@ -0,0 +1,69 @@
+Source: haskell-lvmlib
+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.8),
+ cdbs,
+ ghc,
+ ghc-prof,
+ libghc-parsec3-dev,
+ libghc-parsec3-prof,
+ libghc-wl-pprint-dev,
+ libghc-wl-pprint-prof,
+Build-Depends-Indep: ghc-doc,
+ libghc-parsec3-doc,
+ libghc-wl-pprint-doc,
+Standards-Version: 3.9.5
+Homepage: http://hackage.haskell.org/package/lvmlib
+X-Description: The Lazy Virtual Machine (LVM).
+ The Lazy Virtual Machine (LVM) defines a portable instruction set and file
+ format. It is specifically designed to execute languages with non-strict (or
+ lazy) semantics. This package defines the core assembler (coreasm) for
+ compiling core programs into LVM instructions and a library. The LVM is used
+ as a backend for the Helium compiler. At the moment, one LVM runtime
+ implementation is available (written in C). More information about LVM can be
+ found in Chapter 6 of Daan Leijen's PhD Thesis, The Lambda Abroad.
+Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-lvmlib
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-lvmlib
+
+Package: libghc-lvmlib-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-lvmlib-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-lvmlib-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-lvmlib/copyright new-haskell-lvmlib/copyright
--- old-haskell-lvmlib/copyright	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-lvmlib/copyright	2014-10-24 19:59:47.874042256 +0000
@@ -0,0 +1,29 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: lvmlib
+
+Files: *
+Copyright: 1996-2014
+	Arjan van IJzendoorn, Bastiaan Heeren, Jurriaan Hage,
+	Daan Leijen, Rijk-Jan van Haaften, Arie Middelkoop, Arjan Oosting, 
+	Jurriën Stutterheim, Jeroen Fokker, Andres Löh, Arthur Baars, Remco Burema, 
+        Atze Dijkstra, Maarten van Gompel, Doaitse Swierstra, Martijn Lammerts, 
+        Martijn Schrage and Stefan Holdermans.
+License: GPL-3
+
+Files: debian/*
+Copyright: held by the contributors mentioned in debian/changelog
+License: GPL-3
+
+License: GPL-3
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+ .
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ GNU General Public License for more details.
+ .
+ See /usr/share/common-licenses/GPL-3 for a copy of the GNU General General
+ Public License.
diff -rN -u old-haskell-lvmlib/rules new-haskell-lvmlib/rules
--- old-haskell-lvmlib/rules	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-lvmlib/rules	2014-10-24 19:59:47.874042256 +0000
@@ -0,0 +1,9 @@
+#!/usr/bin/make -f
+
+DEB_CABAL_PACKAGE = lvmlib
+DEB_DEFAULT_COMPILER = ghc
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/hlibrary.mk
+
+build/haskell-lvmlib-utils:: build-ghc-stamp
diff -rN -u old-haskell-lvmlib/source/format new-haskell-lvmlib/source/format
--- old-haskell-lvmlib/source/format	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-lvmlib/source/format	2014-10-24 19:59:47.874042256 +0000
@@ -0,0 +1 @@
+3.0 (quilt)
diff -rN -u old-haskell-lvmlib/watch new-haskell-lvmlib/watch
--- old-haskell-lvmlib/watch	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-lvmlib/watch	2014-10-24 19:59:47.874042256 +0000
@@ -0,0 +1,2 @@
+version=3
+http://hackage.haskell.org/package/lvmlib/distro-monitor .*-([0-9\.]+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))




More information about the Pkg-haskell-commits mailing list