[Pkg-haskell-commits] darcs: haskell-unlambda: Initial Check-In
clint at debian.org
clint at debian.org
Fri Jun 17 13:30:19 UTC 2011
Fri Jun 17 13:30:06 UTC 2011 clint at debian.org
* Initial Check-In
Ignore-this: b16c3f9b2bea78d1c01390dc77553810
A ./changelog
A ./compat
A ./control
A ./copyright
A ./patches/
A ./patches/series
A ./patches/unlambda_hs_charset_fix.diff
A ./rules
A ./source/
A ./source/format
A ./watch
Fri Jun 17 13:30:06 UTC 2011 clint at debian.org
* Initial Check-In
Ignore-this: b16c3f9b2bea78d1c01390dc77553810
diff -rN -u old-haskell-unlambda//changelog new-haskell-unlambda//changelog
--- old-haskell-unlambda//changelog 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-unlambda//changelog 2011-06-17 13:30:19.621277916 +0000
@@ -0,0 +1,5 @@
+haskell-unlambda (0.1-1) unstable; urgency=low
+
+ * Initial release.
+
+ -- Clint Adams <clint at debian.org> Wed, 15 Jun 2011 13:49:38 -0400
diff -rN -u old-haskell-unlambda//compat new-haskell-unlambda//compat
--- old-haskell-unlambda//compat 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-unlambda//compat 2011-06-17 13:30:19.621277916 +0000
@@ -0,0 +1 @@
+7
diff -rN -u old-haskell-unlambda//control new-haskell-unlambda//control
--- old-haskell-unlambda//control 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-unlambda//control 2011-06-17 13:30:19.621277916 +0000
@@ -0,0 +1,62 @@
+Source: haskell-unlambda
+Section: haskell
+Priority: extra
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
+Uploaders: Clint Adams <clint at debian.org>
+Build-Depends: debhelper (>= 7)
+ , cdbs
+ , haskell-devscripts (>= 0.8)
+ , ghc
+ , ghc-prof
+ , libghc-mtl-dev
+ , libghc-mtl-prof
+Build-Depends-Indep: ghc-doc
+ , libghc-mtl-doc
+Standards-Version: 3.9.2
+Homepage: http://hackage.haskell.org/package/unlambda
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-unlambda
+Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-unlambda
+
+Package: libghc-unlambda-dev
+Architecture: any
+Depends: ${haskell:Depends}
+ , ${shlibs:Depends}
+ , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: Unlambda interpreter library
+ This package provides a library for the Haskell programming language.
+ See http://www.haskell.org/ for more information on Haskell.
+ .
+ It is an interpreter of the Unlambda language, written in the pure,
+ lazy, functional language Haskell.
+
+Package: libghc-unlambda-prof
+Architecture: any
+Depends: ${haskell:Depends}
+ , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: Unlambda interpreter library; profiling libraries
+ This package provides a library for the Haskell programming language,
+ compiled for profiling.
+ See http://www.haskell.org/ for more information on Haskell.
+ .
+ It is an interpreter of the Unlambda language, written in the pure,
+ lazy, functional language Haskell.
+
+Package: libghc-unlambda-doc
+Section: doc
+Architecture: all
+Depends: ${misc:Depends}, ${haskell:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Description: Unlambda interpreter library; documentation
+ This package provides the documentation for a library for the Haskell
+ programming language.
+ See http://www.haskell.org/ for more information on Haskell.
+ .
+ It is an interpreter of the Unlambda language, written in the pure,
+ lazy, functional language Haskell.
diff -rN -u old-haskell-unlambda//copyright new-haskell-unlambda//copyright
--- old-haskell-unlambda//copyright 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-unlambda//copyright 2011-06-17 13:30:19.625277301 +0000
@@ -0,0 +1,30 @@
+This package was debianized by Clint Adams <clint at debian.org> on
+Wed, 15 Jun 2011 17:49:38 -0000
+
+It was downloaded from
+http://hackage.haskell.org/package/unlambda
+
+Upstream Authors:
+
+ Ãrjan Johansen <oerjan at nvg.ntnu.no>
+ Don Stewart - http://www.cse.unsw.edu.au/~dons
+
+Copyright:
+
+ 2001 Ãrjan Johansen
+ 2006 Don Stewart
+
+License:
+
+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 2 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.
+
+The text of the GNU GPL can be found in
+/usr/share/common-licenses/GPL-2
diff -rN -u old-haskell-unlambda//patches/series new-haskell-unlambda//patches/series
--- old-haskell-unlambda//patches/series 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-unlambda//patches/series 2011-06-17 13:30:19.625277301 +0000
@@ -0,0 +1 @@
+unlambda_hs_charset_fix.diff
diff -rN -u old-haskell-unlambda//patches/unlambda_hs_charset_fix.diff new-haskell-unlambda//patches/unlambda_hs_charset_fix.diff
--- old-haskell-unlambda//patches/unlambda_hs_charset_fix.diff 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-unlambda//patches/unlambda_hs_charset_fix.diff 2011-06-17 13:30:19.625277301 +0000
@@ -0,0 +1,18 @@
+--- a/Language/Unlambda.hs
++++ b/Language/Unlambda.hs
+@@ -6,7 +6,7 @@
+ This is an interpreter of the Unlambda language, written in
+ the pure, lazy, functional language Haskell.
+
+-Copyright (C) 2001 by Ørjan Johansen <oerjan at nvg.ntnu.no>
++Copyright (C) 2001 by Ãrjan Johansen <oerjan at nvg.ntnu.no>
+ Copyright (C) 2006 by Don Stewart - http://www.cse.unsw.edu.au/~dons
+
+ This program is free software; you can redistribute it and/or modify
+@@ -141,4 +141,4 @@
+ apply Pipe f = do
+ cur <- currentChar
+ apply f (case cur of Nothing -> V ; Just c -> (Dot c))
+-apply (App _ _) _ = error "Unknown application"
+\ No newline at end of file
++apply (App _ _) _ = error "Unknown application"
diff -rN -u old-haskell-unlambda//rules new-haskell-unlambda//rules
--- old-haskell-unlambda//rules 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-unlambda//rules 2011-06-17 13:30:19.625277301 +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-unlambda//source/format new-haskell-unlambda//source/format
--- old-haskell-unlambda//source/format 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-unlambda//source/format 2011-06-17 13:30:19.625277301 +0000
@@ -0,0 +1 @@
+3.0 (quilt)
diff -rN -u old-haskell-unlambda//watch new-haskell-unlambda//watch
--- old-haskell-unlambda//watch 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-unlambda//watch 2011-06-17 13:30:19.625277301 +0000
@@ -0,0 +1,5 @@
+version=3
+opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\
+filenamemangle=s|(.*)/$|unlambda-$1.tar.gz|" \
+ http://hackage.haskell.org/packages/archive/unlambda \
+ ([\d\.]*\d)/
More information about the Pkg-haskell-commits
mailing list