[DHG_packages] 02/02: Remove helium packaging

Joachim Breitner nomeata at moszumanska.debian.org
Wed Aug 12 11:36:12 UTC 2015


This is an automated email from the git hooks/post-receive script.

nomeata pushed a commit to branch master
in repository DHG_packages.

commit ffe073a3904978ec0cfc367ee4dea4e3be2de327
Author: Joachim Breitner <mail at joachim-breitner.de>
Date:   Wed Aug 12 13:35:51 2015 +0200

    Remove helium packaging
    
    it still lives on the "helium" branch, until someone picks it up again.
---
 p/haskell-lvmlib/debian/changelog                  |   5 -
 p/haskell-lvmlib/debian/compat                     |   1 -
 p/haskell-lvmlib/debian/control                    |  83 -------------
 p/haskell-lvmlib/debian/copyright                  |  29 -----
 .../debian/lvm-coreasm.haskell-binaries            |   1 -
 p/haskell-lvmlib/debian/rules                      |  10 --
 p/haskell-lvmlib/debian/source/format              |   1 -
 p/haskell-lvmlib/debian/watch                      |   2 -
 p/haskell-wl-pprint/debian/changelog               |   5 -
 p/haskell-wl-pprint/debian/compat                  |   1 -
 p/haskell-wl-pprint/debian/control                 |  58 ---------
 p/haskell-wl-pprint/debian/copyright               |  36 ------
 p/haskell-wl-pprint/debian/rules                   |   7 --
 p/haskell-wl-pprint/debian/source/format           |   1 -
 p/haskell-wl-pprint/debian/watch                   |   2 -
 p/helium/debian/changelog                          | 134 ---------------------
 p/helium/debian/compat                             |   1 -
 p/helium/debian/control                            |  31 -----
 p/helium/debian/copyright                          |  31 -----
 p/helium/debian/dirs                               |   1 -
 p/helium/debian/helium.1                           |  59 ---------
 p/helium/debian/helium.haskell-binaries            |   2 -
 p/helium/debian/helium.install                     |   2 -
 p/helium/debian/helium.manpages                    |   2 -
 p/helium/debian/rules                              |   6 -
 p/helium/debian/source/format                      |   1 -
 p/helium/debian/texthint.1                         |  42 -------
 p/helium/debian/watch                              |   2 -
 p/lvmrun/debian/changelog                          |   5 -
 p/lvmrun/debian/compat                             |   1 -
 p/lvmrun/debian/control                            |  27 -----
 p/lvmrun/debian/copyright                          |  31 -----
 p/lvmrun/debian/lvmrun.1                           | 130 --------------------
 p/lvmrun/debian/lvmrun.install                     |   1 -
 p/lvmrun/debian/lvmrun.manpages                    |   1 -
 p/lvmrun/debian/rules                              |   9 --
 p/lvmrun/debian/source/format                      |   1 -
 p/lvmrun/debian/watch                              |   2 -
 38 files changed, 764 deletions(-)

diff --git a/p/haskell-lvmlib/debian/changelog b/p/haskell-lvmlib/debian/changelog
deleted file mode 100644
index 8ab0959..0000000
--- a/p/haskell-lvmlib/debian/changelog
+++ /dev/null
@@ -1,5 +0,0 @@
-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 --git a/p/haskell-lvmlib/debian/compat b/p/haskell-lvmlib/debian/compat
deleted file mode 100644
index ec63514..0000000
--- a/p/haskell-lvmlib/debian/compat
+++ /dev/null
@@ -1 +0,0 @@
-9
diff --git a/p/haskell-lvmlib/debian/control b/p/haskell-lvmlib/debian/control
deleted file mode 100644
index 4dbbd39..0000000
--- a/p/haskell-lvmlib/debian/control
+++ /dev/null
@@ -1,83 +0,0 @@
-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: 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}
-
-Package: lvm-coreasm
-Architecture: any
-Section: misc
-Depends: ${haskell:Depends}, ${misc:Depends}
-Description: Lazy Virtual Machine (LVM) assembler
- 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.
- .
- The LVM is used as a backend for the Helium compiler.
- .
- This package contians the core assembler binary (coreasm) for compiling core
- programs into LVM instructions and a library.
diff --git a/p/haskell-lvmlib/debian/copyright b/p/haskell-lvmlib/debian/copyright
deleted file mode 100644
index e56f207..0000000
--- a/p/haskell-lvmlib/debian/copyright
+++ /dev/null
@@ -1,29 +0,0 @@
-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 --git a/p/haskell-lvmlib/debian/lvm-coreasm.haskell-binaries b/p/haskell-lvmlib/debian/lvm-coreasm.haskell-binaries
deleted file mode 100644
index b871f86..0000000
--- a/p/haskell-lvmlib/debian/lvm-coreasm.haskell-binaries
+++ /dev/null
@@ -1 +0,0 @@
-coreasm
diff --git a/p/haskell-lvmlib/debian/rules b/p/haskell-lvmlib/debian/rules
deleted file mode 100755
index 258830b..0000000
--- a/p/haskell-lvmlib/debian/rules
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/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/lvm-coreasm:: build-ghc-stamp
-install/lvm-coreasm :: build/lvm-coreasm
diff --git a/p/haskell-lvmlib/debian/source/format b/p/haskell-lvmlib/debian/source/format
deleted file mode 100644
index 163aaf8..0000000
--- a/p/haskell-lvmlib/debian/source/format
+++ /dev/null
@@ -1 +0,0 @@
-3.0 (quilt)
diff --git a/p/haskell-lvmlib/debian/watch b/p/haskell-lvmlib/debian/watch
deleted file mode 100644
index 8d0e61e..0000000
--- a/p/haskell-lvmlib/debian/watch
+++ /dev/null
@@ -1,2 +0,0 @@
-version=3
-http://hackage.haskell.org/package/lvmlib/distro-monitor .*-([0-9\.]+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))
diff --git a/p/haskell-wl-pprint/debian/changelog b/p/haskell-wl-pprint/debian/changelog
deleted file mode 100644
index 0371536..0000000
--- a/p/haskell-wl-pprint/debian/changelog
+++ /dev/null
@@ -1,5 +0,0 @@
-haskell-wl-pprint (1.1-1) UNRELEASED; urgency=low
-
-  * Debianization generated by cabal-debian
-
- -- Joachim Breitner <nomeata at debian.org>  Fri, 24 Oct 2014 22:08:08 +0200
diff --git a/p/haskell-wl-pprint/debian/compat b/p/haskell-wl-pprint/debian/compat
deleted file mode 100644
index ec63514..0000000
--- a/p/haskell-wl-pprint/debian/compat
+++ /dev/null
@@ -1 +0,0 @@
-9
diff --git a/p/haskell-wl-pprint/debian/control b/p/haskell-wl-pprint/debian/control
deleted file mode 100644
index e4219d4..0000000
--- a/p/haskell-wl-pprint/debian/control
+++ /dev/null
@@ -1,58 +0,0 @@
-Source: haskell-wl-pprint
-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,
-Build-Depends-Indep: ghc-doc,
-Standards-Version: 3.9.5
-Homepage: http://hackage.haskell.org/package/wl-pprint
-X-Description: Wadler/Leijen Pretty Printer
- This is a pretty printing library based on Wadler's paper "A Prettier
- Printer".
-Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-wl-pprint
-Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-wl-pprint
-
-Package: libghc-wl-pprint-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-wl-pprint-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-wl-pprint-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 --git a/p/haskell-wl-pprint/debian/copyright b/p/haskell-wl-pprint/debian/copyright
deleted file mode 100644
index a7b4ad6..0000000
--- a/p/haskell-wl-pprint/debian/copyright
+++ /dev/null
@@ -1,36 +0,0 @@
-Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
-Upstream-Name: wl-pprint
-
-Files: *
-Copyright: Copyright 2000, Daan Leijen
-OWN
-License: wl-pprint-license
-
-Files: debian/*
-Copyright: held by the contributors mentioned in debian/changelog
-License: wl-pprint-license
-
-License: wl-pprint-license
- 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.
- .
- This software is provided by the copyright holders "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 holders 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 --git a/p/haskell-wl-pprint/debian/rules b/p/haskell-wl-pprint/debian/rules
deleted file mode 100755
index 7cd18f5..0000000
--- a/p/haskell-wl-pprint/debian/rules
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/usr/bin/make -f
-
-DEB_CABAL_PACKAGE = wl-pprint
-DEB_DEFAULT_COMPILER = ghc
-
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/class/hlibrary.mk
diff --git a/p/haskell-wl-pprint/debian/source/format b/p/haskell-wl-pprint/debian/source/format
deleted file mode 100644
index 163aaf8..0000000
--- a/p/haskell-wl-pprint/debian/source/format
+++ /dev/null
@@ -1 +0,0 @@
-3.0 (quilt)
diff --git a/p/haskell-wl-pprint/debian/watch b/p/haskell-wl-pprint/debian/watch
deleted file mode 100644
index 6d3c079..0000000
--- a/p/haskell-wl-pprint/debian/watch
+++ /dev/null
@@ -1,2 +0,0 @@
-version=3
-http://hackage.haskell.org/package/wl-pprint/distro-monitor .*-([0-9\.]+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))
diff --git a/p/helium/debian/changelog b/p/helium/debian/changelog
deleted file mode 100644
index a51b8ca..0000000
--- a/p/helium/debian/changelog
+++ /dev/null
@@ -1,134 +0,0 @@
-helium (1.8-1) UNRELEASED; urgency=medium
-
-  * New upstream release, now Cabal based
-  * New packaging
-
- -- Joachim Breitner <nomeata at debian.org>  Thu, 23 Oct 2014 23:28:57 +0200
-
-helium (1.7~pre20090428-5) UNRELEASED; urgency=low
-
-  * Restore changes from NMU (Luk Claes):
-    - Add libncurses-dev build dependency.
-  * Merge from Ubuntu (Michael Bienia):
-    - debian/patches/20_fix-as-needed-linking: Fix linking with --as-needed.
-  * Update watch file.
-  * Add build-indep and build-arch targets to debian/rules.
-
- -- Colin Watson <cjwatson at debian.org>  Wed, 29 May 2013 00:12:26 +0100
-
-helium (1.7~pre20090428-4) unstable; urgency=low
-
-  * Bump standards version, no change
-  * Enable compat level 9
-
- -- Joachim Breitner <nomeata at debian.org>  Fri, 24 May 2013 12:52:44 +0200
-
-helium (1.7~pre20090428-3.1) unstable; urgency=low
-
-  * Non-maintainer upload.
-  * Add libncurses-dev build dependency (Closes: #676022).
-
- -- Luk Claes <luk at debian.org>  Thu, 05 Jul 2012 20:23:52 +0000
-
-helium (1.7~pre20090428-3) unstable; urgency=low
-
-  * Fix building with GHC 7.4.1 (Closes: #665079)
-
- -- Joachim Breitner <nomeata at debian.org>  Sat, 24 Mar 2012 22:06:08 +0100
-
-helium (1.7~pre20090428-2) unstable; urgency=low
-
-  * Depend on network
-
- -- Joachim Breitner <nomeata at debian.org>  Sat, 04 Jun 2011 00:25:16 +0200
-
-helium (1.7~pre20090428-1) unstable; urgency=low
-
-  [ Marco Silva ]
-  * Use ghc instead of ghc6
-
-  [ Joachim Breitner ]
-  * New upstream release
-  * Update upstream homepage URL
-  * This builds (Closes: #598174)
-
- -- Joachim Breitner <nomeata at debian.org>  Thu, 02 Jun 2011 19:20:46 +0200
-
-helium (1.6-6) unstable; urgency=low
-
-  * Refresh patches to make them work with Lenny's dpkg.
-
- -- Marco Túlio Gontijo e Silva <marcot at debian.org>  Mon, 15 Mar 2010 10:30:50 -0300
-
-helium (1.6-5) unstable; urgency=low
-
-  * Use 3.0 (quilt) source format.
-  * debian/control: Addopt for the Debian Haskell Group.
-  * Bump Standards-Version to 3.8.4, setting Section: to haskell.
-  * Fix "[helium] 'man lvmrun' typo: 'one' instead of 'on' " correcting
-    typo in debian/lvmrun.1.  Thanks to Weakish Jiang
-    <weakish at gmail.com>. (Closes: #499157)
-  * Use compat 7, changing dh_clean -k to dh_prep.
-  * Add patch to remove iso-8859-1 character.
-  * Add patch to remove rec from code.
-  * debian/copyright: Link to GPL-2, instead of GPL.
-
- -- Marco Túlio Gontijo e Silva <marcot at debian.org>  Sun, 14 Mar 2010 21:49:12 -0300
-
-helium (1.6-4.1) unstable; urgency=low
-
-  * Non-maintainer upload.
-  * Switch to System.Console.Editline.Readline for readline capabilities,
-    fixes FTBFS. Patch by Chris Lamb. (Closes: #536959)
-
- -- Stefano Zacchiroli <zack at debian.org>  Fri, 09 Oct 2009 10:51:27 +0200
-
-helium (1.6-4) unstable; urgency=low
-
-  * Make helium compile with GHC 6.8.2:
-    - debian/patches/04_fixes-for-ghc6.dpatch: Add '-package containers'
-      to the GHC options as helium uses Data.Map which is in a separate
-      package now.
-    - debian/control:
-      + Add libghc6-parsec-dev to the build dependencies as the parsec
-        module is in separate Debian package now.
-      + Bump the build dependency on GHC to >= 6.8.2
-  * debian/control:
-    - Replace Xs-Vcs-* fields with Vcs-* fields.
-    - Add Homepage field.
-    - Bump Standards-Version to 3.7.3. No changes needed.
-  * debian/lvmrun.1:
-    - Fix some spelling errors. Thanks A. Costa. (Closes: #442167)
-  * debian/rules:
-    - Export DEB_HOST_GNU_TYPE and DEB_BUILD_GNU_TYPE as
-      /usr/share/doc/autotools-dev/README.Debian.gz suggests.
-
- -- Arjan Oosting <arjan at debian.org>  Mon, 28 Jan 2008 00:42:17 +0100
-
-helium (1.6-3) unstable; urgency=low
-
-  * debian/control:
-    - Add Xs-Vcs-Svn and Xs-Vcs-Browser fields.
-  * debian/patches/06_no-strip.dpatch: Added. Do not strip binaries
-    unconditionally. (Closes: #437172)
-  * debian/rules:
-    - Remove helium/src/codegeneration/CodeGeneration.hs on clean to keep
-      the diff.gz small and tidy. The file will be created during the
-      build.
-    - Call 'make ag' before 'make depend' as it generates some Haskell
-      source files needed in the depend target.
-
- -- Arjan Oosting <arjan at debian.org>  Sun, 12 Aug 2007 23:48:13 +0200
-
-helium (1.6-2) unstable; urgency=low
-
-  * debian/patches/05_fixes-for-64bit.dpatch: Added to fix FTBFS on 64 bit
-    architectures. (Closes: #404712)
-
- -- Arjan Oosting <arjan at debian.org>  Tue,  6 Feb 2007 00:41:53 +0100
-
-helium (1.6-1) unstable; urgency=low
-
-  * Initial release (Closes: #365728)
-
- -- Arjan Oosting <arjan at debian.org>  Sun, 10 Dec 2006 04:14:05 +0100
diff --git a/p/helium/debian/compat b/p/helium/debian/compat
deleted file mode 100644
index ec63514..0000000
--- a/p/helium/debian/compat
+++ /dev/null
@@ -1 +0,0 @@
-9
diff --git a/p/helium/debian/control b/p/helium/debian/control
deleted file mode 100644
index 94296b0..0000000
--- a/p/helium/debian/control
+++ /dev/null
@@ -1,31 +0,0 @@
-Source: helium
-Section: haskell
-Priority: optional
-Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
-Uploaders: Joachim Breitner <nomeata at debian.org>
-Build-Depends: autotools-dev,
-   debhelper (>= 9),
-   haskell-devscripts,
-   ghc,
-   libghc-mtl-dev,
-   libghc-parsec3-dev,
-   libghc-network-dev,
-   libghc-process-dev,
-   libghc-transformers-dev,
-   libghc-wl-pprint-dev,
-   libghc-top-dev,
-   libghc-lvmlib-dev,
-Standards-Version: 3.9.4
-Homepage: http://www.cs.uu.nl/wiki/bin/view/Helium/WebHome
-Vcs-Darcs: http://darcs.debian.org/pkg-haskell/helium
-Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/helium
-
-Package: helium
-Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, lvmrun, lvm-coreasm
-Description: compiler used for learning the programming language Haskell
- Helium is a compiler for a subset of Haskell that aims at delivering high
- quality type error messages particularly for beginner programmers. It also
- includes facilities for specializing type error diagnosis for embedded domain
- specific languages. The compiler supports Haskell 98, but without the ability
- to define new type classes and instances.
diff --git a/p/helium/debian/copyright b/p/helium/debian/copyright
deleted file mode 100644
index 7cfb08d..0000000
--- a/p/helium/debian/copyright
+++ /dev/null
@@ -1,31 +0,0 @@
-Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
-Upstream-Name: helium
-Upstream-Contact: helium at cs.uu.nl
-Source: http://hackage.haskell.org/package/helium
-
-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 --git a/p/helium/debian/dirs b/p/helium/debian/dirs
deleted file mode 100644
index e772481..0000000
--- a/p/helium/debian/dirs
+++ /dev/null
@@ -1 +0,0 @@
-usr/bin
diff --git a/p/helium/debian/helium.1 b/p/helium/debian/helium.1
deleted file mode 100644
index 21d9c37..0000000
--- a/p/helium/debian/helium.1
+++ /dev/null
@@ -1,59 +0,0 @@
-.TH HELIUM "1" "December 2006" "Helium compiler 1.6 (Fri Feb  3 14:53:36 RST 2006)" "User Commands"
-.SH NAME
-helium \- compiler used for learning the programming language Haskell
-.SH SYNOPSIS
-.B helium
-[\fIoptions\fP] \fIfile\fP
-.SH DESCRIPTION
-The Helium compiler reads Haskell source files and compiles them into instruction files for the Lazy Virtual Machine.
-These instruction files can then be run by the Lazy Virtual Machine interpreter \fBlvmrun\fP.
-.SH OPTIONS
-.TP
-\fB\-b\fP, \fB\-\-build\fP
-recompile module even if up to date
-.TP
-\fB\-B\fP, \fB\-\-build\-all\fP
-recompile all modules even if up to date
-.TP
-\fB\-i\fP, \fB\-\-dump\-information\fP
-show information about this module
-.TP
-\fB\-I\fP, \fB\-\-dump\-all\-information\fP
-show information about all imported modules
-.TP
-\fB\-l\fP, \fB\-\-no\-logging\fP
-do not send log information
-.TP
-\fB\-o\fP, \fB\-\-overloading\fP
-turn overloading on
-.TP
-\fB\-P\fP PATH, \fB\-\-lvmpath\fP=\fIPATH\fP
-use PATH as search path
-.TP
-\fB\-v\fP, \fB\-\-verbose\fP
-show the phase the compiler is in
-.TP
-\fB\-w\fP, \fB\-\-no\-warnings\fP
-do not show warnings
-.TP
-\fB\-X\fP, \fB\-\-more\-options\fP
-show more compiler options
-.TP
-\fB\-\-info\fP=\fINAME\fP
-display information about NAME
-.SH COPYRIGHT
-.PP
-\(co 1999,2001 Daan Leijen <daan at cs.uu.nl>
-.PP
-\(co           Bastiaan Heerden <bastiaan at cs.uu.nl>
-.PP
-This package is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation.
-This package 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.
-.PP
-You should have received a copy of the GNU General Public License along with this package; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
-.SH "SEE ALSO"
-.BR lvmrun (1)
-.PP
-.SH AUTHOR
-This manual page was written by Arjan Oosting <arjanoosting at home> for the Debian system and is also licensed under the terms of the GNU General Public License version 2.
diff --git a/p/helium/debian/helium.haskell-binaries b/p/helium/debian/helium.haskell-binaries
deleted file mode 100644
index 315e26b..0000000
--- a/p/helium/debian/helium.haskell-binaries
+++ /dev/null
@@ -1,2 +0,0 @@
-helium
-texthint
diff --git a/p/helium/debian/helium.install b/p/helium/debian/helium.install
deleted file mode 100644
index da63f85..0000000
--- a/p/helium/debian/helium.install
+++ /dev/null
@@ -1,2 +0,0 @@
-lib /usr/share/helium
-hint.conf /usr/share/helium
diff --git a/p/helium/debian/helium.manpages b/p/helium/debian/helium.manpages
deleted file mode 100644
index ef8c647..0000000
--- a/p/helium/debian/helium.manpages
+++ /dev/null
@@ -1,2 +0,0 @@
-debian/helium.1
-debian/texthint.1
diff --git a/p/helium/debian/rules b/p/helium/debian/rules
deleted file mode 100755
index d730346..0000000
--- a/p/helium/debian/rules
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/usr/bin/make -f
-
-# DEB_ENABLE_TESTS = yes
-
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/class/hlibrary.mk
diff --git a/p/helium/debian/source/format b/p/helium/debian/source/format
deleted file mode 100644
index 163aaf8..0000000
--- a/p/helium/debian/source/format
+++ /dev/null
@@ -1 +0,0 @@
-3.0 (quilt)
diff --git a/p/helium/debian/texthint.1 b/p/helium/debian/texthint.1
deleted file mode 100644
index efb90f2..0000000
--- a/p/helium/debian/texthint.1
+++ /dev/null
@@ -1,42 +0,0 @@
-.TH texthint "1" "December 2006" "Lazy Virtual Machine interpreter" "User Commands"
-.SH NAME
-texthint \- Interactive Helium Haskell interpreter
-.SH SYNOPSIS
-.B texthint
-[
-.I file
-]
-.SH DESCRIPTION
-\fBtexthint\fP is a simple Haskell interpreter which uses \fBhelium\fP compiler to compile Haskell code to Lazy Virtual Machine instructions which are executed by \fBlvmrun\fP.
-It takes a file name as optional argument which then is compiled using \fBhelium\fP and the functions defined in the file can be used in the interpreter.
-.SH ENVIRONMENT
-\fBtexthint\fP uses the same environment variables as \fBlvm\fP which is used to execute the Haskell code.
-.TP
-.B LVMPATH
-The search path for lvm files (same as \fB\-P\fP option).
-The default is: ".:/usr/lib/helium/lib"
-.TP
-.B LVMOPTIONS
-The default options for the lvm.
-The default is: ""
-.TP
-.B LVMDLLPATH
-Extra search path for shared (dynamic link) libraries (.so).
-The default is: ""
-.SH COPYRIGHT
-.PP
-\(co 1999,2001 Daan Leijen <daan at cs.uu.nl>
-.PP
-\(co           Bastiaan Heerden <bastiaan at cs.uu.nl>
-.PP
-This package is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation.
-This package 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.
-.PP
-You should have received a copy of the GNU General Public License along with this package; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
-.SH "SEE ALSO"
-.BR helium (1),
-.BR lvmrun (1)
-.PP
-.SH AUTHOR
-This manual page was written by Arjan Oosting <arjanoosting at home> for the Debian system and is also licensed under the terms of the GNU General Public License version 2.
diff --git a/p/helium/debian/watch b/p/helium/debian/watch
deleted file mode 100644
index 4143dfb..0000000
--- a/p/helium/debian/watch
+++ /dev/null
@@ -1,2 +0,0 @@
-version=3
-http://hackage.haskell.org/package/helium/distro-monitor .*-([0-9\.]+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))
diff --git a/p/lvmrun/debian/changelog b/p/lvmrun/debian/changelog
deleted file mode 100644
index 87835eb..0000000
--- a/p/lvmrun/debian/changelog
+++ /dev/null
@@ -1,5 +0,0 @@
-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 --git a/p/lvmrun/debian/compat b/p/lvmrun/debian/compat
deleted file mode 100644
index ec63514..0000000
--- a/p/lvmrun/debian/compat
+++ /dev/null
@@ -1 +0,0 @@
-9
diff --git a/p/lvmrun/debian/control b/p/lvmrun/debian/control
deleted file mode 100644
index a17c533..0000000
--- a/p/lvmrun/debian/control
+++ /dev/null
@@ -1,27 +0,0 @@
-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 --git a/p/lvmrun/debian/copyright b/p/lvmrun/debian/copyright
deleted file mode 100644
index 29cfa07..0000000
--- a/p/lvmrun/debian/copyright
+++ /dev/null
@@ -1,31 +0,0 @@
-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 --git a/p/lvmrun/debian/lvmrun.1 b/p/lvmrun/debian/lvmrun.1
deleted file mode 100644
index e004989..0000000
--- a/p/lvmrun/debian/lvmrun.1
+++ /dev/null
@@ -1,130 +0,0 @@
-.TH LVMRUN "1" "December 2006" "Lazy Virtual Machine interpreter" "User Commands"
-.SH NAME
-lvmrun \- Lazy Virtual Machine interpreter
-.SH SYNOPSIS
-.B lvmrun
-[
-.I lvm options
-]
-.I file
-[
-.I program options
-]
-.SH DESCRIPTION
-\fBlvmrun\fP is an interpreter which simulates a Lazy Virtual Machine.
-The interpreter executes instructions which are found in the instruction file \fIfile\fP given on the command line.
-.PP
-One of the programs generating instruction files is the \fBhelium\fP compiler which compiles Haskell files to instructions files for the Lazy Virtual Machine.
-.SH OPTIONS
-.TP
-.BR \-h <size>
-the initial heap size.  (256k)
-.TP
-.BR \-H <size>
-the maximal heap size.  ( 64m)
-.TP
-.BR \-s <size>
-the initial stack size. ( 16k)
-.TP
-.BR \-S <size>
-the maximal stack size. ( 64m)
-.TP
-.BR \-P <path>
-the search path.
-.TP
-.BR \-m <name>
-the initial start function.
-.TP
-.B \-p
-print final value on stdout after execution.   (off)
-.TP
-.B \-t
-print timing report on stderr after execution. (off)
-.TP
-.B \-?
-show the help screen.
-.TP
-.BR \-he <size>
-the heap expansion size.   (256k)
-.TP
-.BR \-hm <size>
-the minor generation size. (128k)
-.HP
-.BR \-hf <percent>
-the percentage of free heap before a major collection. ( 42%)
-.TP
-.BR \-hF <percent>
-the percentage of free heap before a compaction. (100%)
-.TP
-.B \-hr
-print heap report on stderr after execution. (off)
-.TP
-.BR \-hv <level>
-the heap verbose level. (0)
-level is off (0), only major gc (1), every gc (2) or detailed (3)
-.PP
-Some of the options take an additional value.
-The format of the values is described below:
-.TP
-<size>
-A number with an optional scale and optional unit.
-The available scales are kilo (k), mega (m) or giga (g).
-The available units are machine words (w) or, by default, bytes (b).
-Example: \fBlvmrun \-H64m \-s4kw \-S512kb\fP \fIfile\fP
-.TP
-<percent>
-A number between 0 and 100 followed by an optional '%' character.
-Example: \fBlvmrun \-hF88%\fP <file>
-.TP
-<path>
-A list of directories separated by ';' (or ':' on unix systems).
-You can use \fB$name\fP or \fB%name\fP to insert an environment variable.
-The current path value is available as \fB$current\fP and the lvm installation path is available as \fB$lvmdir\fP.
-Example: \fBlvmrun \-P%current:/usr/lib/lvm\fP \fIfile\fP
-.TP
-<name>
-A function name
-Example: \fBlvmrun \-mmymain\fP \fIfile\fP
-.SH ENVIRONMENT
-.TP
-.B LVMPATH
-The search path for lvm files (same as \fB\-P\fP option).
-The default is: ".:/usr/lib/helium/lib"
-.TP
-.B LVMOPTIONS
-The default options for the lvm.
-The default is: ""
-.TP
-.B LVMDLLPATH
-Extra search path for shared (dynamic link) libraries (.so).
-The default is: ""
-.SH NOTES
-The options are read from \fBLVMPATH\fP, \fBLVMOPTIONS\fP and finally the command line.
-.SH COPYRIGHT
-.PP
-\(co 1999,2001 Daan Leijen <daan at cs.uu.nl>
-.PP
-The source files of the Lazy Virtual Machine, which are the files in the directory lvm, except the files in lvm/src/lib/core, are licensed under the GNU Library General Public License, currently known as the GNU Lesser General Public License:
-.PP
-.RS
-This package is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License version 2 as published by the Free Software Foundation.
-.PP
-This package 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 Lesser General Public License for more details.
-.PP
-You should have received a copy of the GNU Lesser General Public License along with this package; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
-.RE
-.PP
-The source files in the directory lvm/src/lib/core which are part of the Core Assembler of the Lazy Virtual Machine are licensed under the BSD license:
-.PP
-.RS
-Redistribution and use in source and binary forms, with or without modification, are permitted under the terms of the BSD License.
-.PP
-THIS SOFTWARE IS PROVIDED BY THE REGENTS 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 REGENTS 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 [...]
-.RE
-.SH "SEE ALSO"
-.BR helium (1)
-.PP
-.SH AUTHOR
-This manual page was written by Arjan Oosting <arjanoosting at home> for the Debian system and is licensed under the terms of the GNU General Public License version 2.
diff --git a/p/lvmrun/debian/lvmrun.install b/p/lvmrun/debian/lvmrun.install
deleted file mode 100644
index 61c5b20..0000000
--- a/p/lvmrun/debian/lvmrun.install
+++ /dev/null
@@ -1 +0,0 @@
-lvmrun usr/bin
diff --git a/p/lvmrun/debian/lvmrun.manpages b/p/lvmrun/debian/lvmrun.manpages
deleted file mode 100644
index 73efb85..0000000
--- a/p/lvmrun/debian/lvmrun.manpages
+++ /dev/null
@@ -1 +0,0 @@
-debian/lvmrun.1
diff --git a/p/lvmrun/debian/rules b/p/lvmrun/debian/rules
deleted file mode 100755
index 315fc94..0000000
--- a/p/lvmrun/debian/rules
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/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 --git a/p/lvmrun/debian/source/format b/p/lvmrun/debian/source/format
deleted file mode 100644
index 163aaf8..0000000
--- a/p/lvmrun/debian/source/format
+++ /dev/null
@@ -1 +0,0 @@
-3.0 (quilt)
diff --git a/p/lvmrun/debian/watch b/p/lvmrun/debian/watch
deleted file mode 100644
index 8c82d7b..0000000
--- a/p/lvmrun/debian/watch
+++ /dev/null
@@ -1,2 +0,0 @@
-version=3
-http://hackage.haskell.org/package/lvmrun/distro-monitor .*-([0-9\.]+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-haskell/DHG_packages.git



More information about the Pkg-haskell-commits mailing list