[Pkg-haskell-commits] darcs: haskell-unlambda: Enable unlambda binary package

Raúl Benencia rul at kalgan.cc
Mon Oct 7 14:46:01 UTC 2013


Mon Oct  7 14:45:19 UTC 2013  Ra[_<U+00FA>_]l Benencia <rul at kalgan.cc>
  * Enable unlambda binary package

    M ./changelog +5
    M ./control +12
    A ./unlambda.1
    A ./unlambda.haskell-binaries
    A ./unlambda.manpages

Mon Oct  7 14:45:19 UTC 2013  Raúl Benencia <rul at kalgan.cc>
  * Enable unlambda binary package
diff -rN -u old-haskell-unlambda/changelog new-haskell-unlambda/changelog
--- old-haskell-unlambda/changelog	2013-10-07 14:46:01.761544062 +0000
+++ new-haskell-unlambda/changelog	2013-10-07 14:46:01.785547776 +0000
@@ -1,7 +1,12 @@
 haskell-unlambda (0.1.3-4) UNRELEASED; urgency=low
 
+  [ Joachim Breitner ]
   * Adjust watch file to new hackage layout
 
+  [ Raúl Benencia ]
+  * Enable unlambda binary package
+  * Add manpage for the unlambda program
+
  -- Joachim Breitner <nomeata at debian.org>  Sat, 05 Oct 2013 18:22:01 +0200
 
 haskell-unlambda (0.1.3-3) unstable; urgency=low
diff -rN -u old-haskell-unlambda/control new-haskell-unlambda/control
--- old-haskell-unlambda/control	2013-10-07 14:46:01.761544062 +0000
+++ new-haskell-unlambda/control	2013-10-07 14:46:01.785547776 +0000
@@ -55,3 +55,15 @@
  lazy, functional language Haskell.
  .
  ${haskell:Blurb}
+
+Package: unlambda
+Architecture: any
+Depends: ${haskell:Depends}
+  , ${shlibs:Depends}
+  , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: interpreter for the Unlambda language
+ It is an interpreter of the Unlambda language, written in the pure,
+ lazy, functional language Haskell.
diff -rN -u old-haskell-unlambda/unlambda.1 new-haskell-unlambda/unlambda.1
--- old-haskell-unlambda/unlambda.1	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-unlambda/unlambda.1	2013-10-07 14:46:01.789541587 +0000
@@ -0,0 +1,16 @@
+.TH UNLAMBDA 1 "October 07 2013"
+.SH NAME
+unlambda \- an unlambda programming language interpreter
+.SH SYNOPSIS
+.B \fBunlambda\fP
+.SH DESCRIPTION
+\fBunlambda\fP reads an unlambda program from the standard input, and prints the
+processed information to the standard output.
+
+.SH OPTIONS
+None.
+.SH AUTHOR
+.nh
+\fBunlambda\fP was written by Ørjan Johansen and Don Stewart
+
+This manual page was written by Raúl Benencia for the Debian Project.
diff -rN -u old-haskell-unlambda/unlambda.haskell-binaries new-haskell-unlambda/unlambda.haskell-binaries
--- old-haskell-unlambda/unlambda.haskell-binaries	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-unlambda/unlambda.haskell-binaries	2013-10-07 14:46:01.793539937 +0000
@@ -0,0 +1 @@
+unlambda
\ No newline at end of file
diff -rN -u old-haskell-unlambda/unlambda.manpages new-haskell-unlambda/unlambda.manpages
--- old-haskell-unlambda/unlambda.manpages	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-unlambda/unlambda.manpages	2013-10-07 14:46:01.793539937 +0000
@@ -0,0 +1 @@
+debian/unlambda.1
\ No newline at end of file




More information about the Pkg-haskell-commits mailing list