summaryrefslogtreecommitdiff
path: root/p/haskell-primitive/debian
diff options
context:
space:
mode:
authorMarco Túlio Gontijo e Silva <marcot@debian.org>2010-05-21 04:16:43 +0400
committer=?UTF-8?q?Marco=20T=C3=BAlio=20Gontijo=20e=20Silva?= <=?UTF-8?q?Marco=20T=C3=BAlio=20Gontijo=20e=20Silva?=>2010-05-21 04:16:43 +0400
commit595d187fa9c495cd3859474fdaf0cefcfeda1269 (patch)
tree1eaf2ebb88d8e6dc84ac0fe58c274efc98b74a4a /p/haskell-primitive/debian
parent7078569b50a6661599c10d2caf95c532178595e6 (diff)
downloadDHG_packages-595d187fa9c495cd3859474fdaf0cefcfeda1269.tar.gz
haskell-primitive: Initial version.
Diffstat (limited to 'p/haskell-primitive/debian')
-rw-r--r--p/haskell-primitive/debian/changelog5
-rw-r--r--p/haskell-primitive/debian/compat1
-rw-r--r--p/haskell-primitive/debian/control58
-rw-r--r--p/haskell-primitive/debian/copyright36
-rwxr-xr-xp/haskell-primitive/debian/rules4
-rw-r--r--p/haskell-primitive/debian/source/format1
-rw-r--r--p/haskell-primitive/debian/watch5
7 files changed, 110 insertions, 0 deletions
diff --git a/p/haskell-primitive/debian/changelog b/p/haskell-primitive/debian/changelog
new file mode 100644
index 000000000..648fa8821
--- /dev/null
+++ b/p/haskell-primitive/debian/changelog
@@ -0,0 +1,5 @@
+haskell-primitive (0.3-1) UNRELEASED; urgency=low
+
+ * Initial release. (Closes: #582470)
+
+ -- Marco Túlio Gontijo e Silva <marcot@debian.org> Thu, 20 May 2010 21:11:18 -0300
diff --git a/p/haskell-primitive/debian/compat b/p/haskell-primitive/debian/compat
new file mode 100644
index 000000000..7f8f011eb
--- /dev/null
+++ b/p/haskell-primitive/debian/compat
@@ -0,0 +1 @@
+7
diff --git a/p/haskell-primitive/debian/control b/p/haskell-primitive/debian/control
new file mode 100644
index 000000000..300ed0174
--- /dev/null
+++ b/p/haskell-primitive/debian/control
@@ -0,0 +1,58 @@
+Source: haskell-primitive
+Section: haskell
+Priority: extra
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
+Uploaders: Marco Túlio Gontijo e Silva <marcot@debian.org>
+Build-Depends: debhelper (>= 7)
+ , cdbs
+ , haskell-devscripts (>= 0.7)
+ , ghc6
+ , ghc6-prof
+Build-Depends-Indep: ghc6-doc
+Standards-Version: 3.8.4
+Homepage: http://code.haskell.org/primitive
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-primitive
+Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-primitive
+
+Package: libghc6-primitive-dev
+Architecture: any
+Depends: ${haskell:Depends}
+ , ${shlibs:Depends}
+ , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: Wrappers for primitive operations
+ This package provides a library for the Haskell programming language.
+ See http://www.haskell.org/ for more information on Haskell.
+ .
+ This package contains Haskell bindings for the functions and data structures
+ defined in the primitive C library.
+
+Package: libghc6-primitive-prof
+Architecture: any
+Depends: ${haskell:Depends}
+ , ${shlibs:Depends}
+ , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: Wrappers for primitive operations; 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.
+ .
+ This package provides wrappers for primitive array operations from GHC.Prim.
+
+Package: libghc6-primitive-doc
+Section: doc
+Architecture: all
+Depends: ${misc:Depends}, ${haskell:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Description: Wrappers for primitive operations; documentation
+ This package provides the documentation for a library for the Haskell
+ programming language.
+ See http://www.haskell.org/ for more information on Haskell.
+ .
+ This package provides wrappers for primitive array operations from GHC.Prim.
diff --git a/p/haskell-primitive/debian/copyright b/p/haskell-primitive/debian/copyright
new file mode 100644
index 000000000..6c2d7c97b
--- /dev/null
+++ b/p/haskell-primitive/debian/copyright
@@ -0,0 +1,36 @@
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Name: primitive
+Maintainer: Roman Leshchinskiy <rl@cse.unsw.edu.au>
+Source: http://hackage.haskell.org/packages/archive/primitive/0.3/primitive-0.3.tar.gz
+
+Copyright: 2009-2010, Roman Leshchinskiy
+License: BSD3
+ Copyright (c) 2008-2009, Roman Leshchinskiy
+ All rights reserved.
+
+ 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.
+
+ - Neither name of the University nor the names of its contributors may be
+ used to endorse or promote products derived from this software without
+ specific prior written permission.
+
+ THIS SOFTWARE IS PROVIDED BY THE UNIVERSITY COURT OF THE UNIVERSITY OF
+ GLASGOW AND THE 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
+ UNIVERSITY COURT OF THE UNIVERSITY OF GLASGOW OR THE 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 SUCH
+ DAMAGE.
diff --git a/p/haskell-primitive/debian/rules b/p/haskell-primitive/debian/rules
new file mode 100755
index 000000000..683e77bcf
--- /dev/null
+++ b/p/haskell-primitive/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-primitive/debian/source/format b/p/haskell-primitive/debian/source/format
new file mode 100644
index 000000000..163aaf8d8
--- /dev/null
+++ b/p/haskell-primitive/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/p/haskell-primitive/debian/watch b/p/haskell-primitive/debian/watch
new file mode 100644
index 000000000..702f2ba81
--- /dev/null
+++ b/p/haskell-primitive/debian/watch
@@ -0,0 +1,5 @@
+version=3
+opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\
+filenamemangle=s|(.*)/$|primitive-$1.tar.gz|" \
+ http://hackage.haskell.org/packages/archive/primitive \
+ ([\d\.]*\d)/