[Pkg-haskell-commits] darcs: haskell-brainfuck: Initial Check-In
clint at debian.org
clint at debian.org
Fri Jun 17 13:24:17 UTC 2011
Fri Jun 17 13:23:54 UTC 2011 clint at debian.org
* Initial Check-In
Ignore-this: 78b2401725a7329e8114940d28cb1f90
A ./changelog
A ./compat
A ./control
A ./copyright
A ./rules
A ./source/
A ./source/format
A ./watch
Fri Jun 17 13:23:54 UTC 2011 clint at debian.org
* Initial Check-In
Ignore-this: 78b2401725a7329e8114940d28cb1f90
diff -rN -u old-haskell-brainfuck//changelog new-haskell-brainfuck//changelog
--- old-haskell-brainfuck//changelog 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-brainfuck//changelog 2011-06-17 13:24:17.051782079 +0000
@@ -0,0 +1,5 @@
+haskell-brainfuck (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-brainfuck//compat new-haskell-brainfuck//compat
--- old-haskell-brainfuck//compat 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-brainfuck//compat 2011-06-17 13:24:17.051782079 +0000
@@ -0,0 +1 @@
+7
diff -rN -u old-haskell-brainfuck//control new-haskell-brainfuck//control
--- old-haskell-brainfuck//control 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-brainfuck//control 2011-06-17 13:24:17.051782079 +0000
@@ -0,0 +1,62 @@
+Source: haskell-brainfuck
+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/brainfuck
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-brainfuck
+Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-brainfuck
+
+Package: libghc-brainfuck-dev
+Architecture: any
+Depends: ${haskell:Depends}
+ , ${shlibs:Depends}
+ , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: Brainfuck 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 for the Brainfuck language, written in the
+ pure, lazy, functional language Haskell.
+
+Package: libghc-brainfuck-prof
+Architecture: any
+Depends: ${haskell:Depends}
+ , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: Brainfuck 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 for the Brainfuck language, written in the
+ pure, lazy, functional language Haskell.
+
+Package: libghc-brainfuck-doc
+Section: doc
+Architecture: all
+Depends: ${misc:Depends}, ${haskell:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Description: Brainfuck 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 for the Brainfuck language, written in the
+ pure, lazy, functional language Haskell.
diff -rN -u old-haskell-brainfuck//copyright new-haskell-brainfuck//copyright
--- old-haskell-brainfuck//copyright 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-brainfuck//copyright 2011-06-17 13:24:17.051782079 +0000
@@ -0,0 +1,28 @@
+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/brainfuck
+
+Upstream Author:
+
+ Jason Dagit <dagit at codersbase.com>
+
+Copyright:
+
+ 2006 Jason Dagit
+
+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.
+
+You can find the text of the GNU GPL on your Debian system
+in /usr/share/common-licenses/GPL-2.
diff -rN -u old-haskell-brainfuck//rules new-haskell-brainfuck//rules
--- old-haskell-brainfuck//rules 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-brainfuck//rules 2011-06-17 13:24:17.051782079 +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-brainfuck//source/format new-haskell-brainfuck//source/format
--- old-haskell-brainfuck//source/format 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-brainfuck//source/format 2011-06-17 13:24:17.051782079 +0000
@@ -0,0 +1 @@
+3.0 (quilt)
diff -rN -u old-haskell-brainfuck//watch new-haskell-brainfuck//watch
--- old-haskell-brainfuck//watch 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-brainfuck//watch 2011-06-17 13:24:17.051782079 +0000
@@ -0,0 +1,5 @@
+version=3
+opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\
+filenamemangle=s|(.*)/$|brainfuck-$1.tar.gz|" \
+ http://hackage.haskell.org/packages/archive/brainfuck \
+ ([\d\.]*\d)/
More information about the Pkg-haskell-commits
mailing list