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

Joachim Breitner mail at joachim-breitner.de
Fri Oct 24 20:17:58 UTC 2014


Fri Oct 24 20:17:51 UTC 2014  Joachim Breitner <mail at joachim-breitner.de>
  * Initial check-in

    A ./changelog
    A ./compat
    A ./control
    A ./copyright
    A ./haskell-lvmrun-utils.install
    A ./rules
    A ./source/
    A ./source/format
    A ./watch

Fri Oct 24 20:17:51 UTC 2014  Joachim Breitner <mail at joachim-breitner.de>
  * Initial check-in
diff -rN -u old-lvmrun/changelog new-lvmrun/changelog
--- old-lvmrun/changelog	1970-01-01 00:00:00.000000000 +0000
+++ new-lvmrun/changelog	2014-10-24 20:17:58.158271718 +0000
@@ -0,0 +1,5 @@
+lvmrun (1.0-1) UNRELEASED; urgency=low
+
+  * Debianization generated by cabal-debian
+
+ -- Joachim Breitner <nomeata at debian.org>  Fri, 24 Oct 2014 22:11:41 +0200
diff -rN -u old-lvmrun/compat new-lvmrun/compat
--- old-lvmrun/compat	1970-01-01 00:00:00.000000000 +0000
+++ new-lvmrun/compat	2014-10-24 20:17:58.158271718 +0000
@@ -0,0 +1 @@
+9
diff -rN -u old-lvmrun/control new-lvmrun/control
--- old-lvmrun/control	1970-01-01 00:00:00.000000000 +0000
+++ new-lvmrun/control	2014-10-24 20:17:58.158271718 +0000
@@ -0,0 +1,27 @@
+Source: lvmrun
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
+Uploaders: Joachim Breitner <nomeata at debian.org>
+Priority: extra
+Section: misc
+Build-Depends: debhelper (>= 7.0),
+ haskell-devscripts (>= 0.8),
+ cdbs,
+Standards-Version: 3.9.5
+Homepage: http://hackage.haskell.org/package/lvmrun
+Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-lvmrun
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-lvmrun
+
+Package: lvmrun
+Architecture: any
+Section: misc
+Depends: ${misc:Depends}, ${shlibs:Depends},
+Description: Lazy Virtual Machine (LVM) Runtime System.
+ 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 an LVM runtime written in C. The LVM is used as a backend
+ for the Helium compiler.
+ .
+ More information about LVM can be found in Chapter 6
+ of Daan Leijen's PhD Thesis, The Lambda Abroad.
diff -rN -u old-lvmrun/copyright new-lvmrun/copyright
--- old-lvmrun/copyright	1970-01-01 00:00:00.000000000 +0000
+++ new-lvmrun/copyright	2014-10-24 20:17:58.158271718 +0000
@@ -0,0 +1,31 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: lvmrun
+
+Files: *
+Copyright: 1996-2014
+ Daan Leijen, Xavier Leroy, Bastiaan Heeren, Jurriaan Hage
+ INRIA Rocquencourt.
+ Arjan van IJzendoorn, Daan Leijen, Rijk-Jan van Haaften, Arie Middelkoop,
+ Arjan Oosting, Jurriën Stutterheim, Jeroen Fokker, Andres Loeh,
+ Arthur Baars, Remco Burema, Atze Dijkstra, Maarten van Gompel,
+ Doaitse Swierstra, Martijn Lammerts, Martijn Schrage and
+ Stefan Holdermans.
+License: GPL-2
+
+Files: debian/*
+Copyright: held by the contributors mentioned in debian/changelog
+License: GPL-2
+
+License: GPL-2
+ This library is free software; you can redistribute it and/or
+ modify it under the terms of the GNU Library General Public
+ License as published by the Free Software Foundation; either
+ version 2 of the License, or (at your option) any later version.
+ .
+ This library 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
+ Library General Public License for more details.
+ .
+ See /usr/share/common-licenses/GPL-2 for a copy of the GNU General General
+ Public License.
diff -rN -u old-lvmrun/haskell-lvmrun-utils.install new-lvmrun/haskell-lvmrun-utils.install
--- old-lvmrun/haskell-lvmrun-utils.install	1970-01-01 00:00:00.000000000 +0000
+++ new-lvmrun/haskell-lvmrun-utils.install	2014-10-24 20:17:58.158271718 +0000
@@ -0,0 +1 @@
+dist-ghc/build/lvmrun/lvmrun usr/bin
diff -rN -u old-lvmrun/rules new-lvmrun/rules
--- old-lvmrun/rules	1970-01-01 00:00:00.000000000 +0000
+++ new-lvmrun/rules	2014-10-24 20:17:58.158271718 +0000
@@ -0,0 +1,9 @@
+#!/usr/bin/make -f
+
+DEB_CABAL_PACKAGE = lvmrun
+DEB_DEFAULT_COMPILER = ghc
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/hlibrary.mk
+
+build/lvmrun:: build-ghc-stamp
diff -rN -u old-lvmrun/source/format new-lvmrun/source/format
--- old-lvmrun/source/format	1970-01-01 00:00:00.000000000 +0000
+++ new-lvmrun/source/format	2014-10-24 20:17:58.158271718 +0000
@@ -0,0 +1 @@
+3.0 (quilt)
diff -rN -u old-lvmrun/watch new-lvmrun/watch
--- old-lvmrun/watch	1970-01-01 00:00:00.000000000 +0000
+++ new-lvmrun/watch	2014-10-24 20:17:58.158271718 +0000
@@ -0,0 +1,2 @@
+version=3
+http://hackage.haskell.org/package/lvmrun/distro-monitor .*-([0-9\.]+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))




More information about the Pkg-haskell-commits mailing list