summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorclint <clint@debian.org>2011-06-17 17:23:54 +0400
committerclint <clint@debian.org>2011-06-17 17:23:54 +0400
commit5da2850430453ab4804dca046b58041b2fcf22e6 (patch)
tree4d31375aa9a39db99d7484d7699dd2fb7f415ff7
parentf44902be0e1a29509157e333fa56946e92c9769a (diff)
downloadDHG_packages-5da2850430453ab4804dca046b58041b2fcf22e6.tar.gz
haskell-brainfuck: Initial Check-In
-rw-r--r--p/haskell-brainfuck/debian/changelog5
-rw-r--r--p/haskell-brainfuck/debian/compat1
-rw-r--r--p/haskell-brainfuck/debian/control62
-rw-r--r--p/haskell-brainfuck/debian/copyright28
-rwxr-xr-xp/haskell-brainfuck/debian/rules4
-rw-r--r--p/haskell-brainfuck/debian/source/format1
-rw-r--r--p/haskell-brainfuck/debian/watch5
7 files changed, 106 insertions, 0 deletions
diff --git a/p/haskell-brainfuck/debian/changelog b/p/haskell-brainfuck/debian/changelog
new file mode 100644
index 000000000..269b51de1
--- /dev/null
+++ b/p/haskell-brainfuck/debian/changelog
@@ -0,0 +1,5 @@
+haskell-brainfuck (0.1-1) unstable; urgency=low
+
+ * Initial release.
+
+ -- Clint Adams <clint@debian.org> Wed, 15 Jun 2011 13:49:38 -0400
diff --git a/p/haskell-brainfuck/debian/compat b/p/haskell-brainfuck/debian/compat
new file mode 100644
index 000000000..7f8f011eb
--- /dev/null
+++ b/p/haskell-brainfuck/debian/compat
@@ -0,0 +1 @@
+7
diff --git a/p/haskell-brainfuck/debian/control b/p/haskell-brainfuck/debian/control
new file mode 100644
index 000000000..d18ed0c79
--- /dev/null
+++ b/p/haskell-brainfuck/debian/control
@@ -0,0 +1,62 @@
+Source: haskell-brainfuck
+Section: haskell
+Priority: extra
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
+Uploaders: Clint Adams <clint@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 --git a/p/haskell-brainfuck/debian/copyright b/p/haskell-brainfuck/debian/copyright
new file mode 100644
index 000000000..dc2b87abf
--- /dev/null
+++ b/p/haskell-brainfuck/debian/copyright
@@ -0,0 +1,28 @@
+This package was debianized by Clint Adams <clint@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@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 --git a/p/haskell-brainfuck/debian/rules b/p/haskell-brainfuck/debian/rules
new file mode 100755
index 000000000..683e77bcf
--- /dev/null
+++ b/p/haskell-brainfuck/debian/rules
@@ -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 --git a/p/haskell-brainfuck/debian/source/format b/p/haskell-brainfuck/debian/source/format
new file mode 100644
index 000000000..163aaf8d8
--- /dev/null
+++ b/p/haskell-brainfuck/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/p/haskell-brainfuck/debian/watch b/p/haskell-brainfuck/debian/watch
new file mode 100644
index 000000000..40aaef2dc
--- /dev/null
+++ b/p/haskell-brainfuck/debian/watch
@@ -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)/