summaryrefslogtreecommitdiff
path: root/p/haskell-ghcjs-prim
diff options
context:
space:
mode:
authorChristopher Reichert <creichert07@gmail.com>2014-12-21 19:45:05 +0300
committerChristopher Reichert <creichert07@gmail.com>2014-12-21 19:45:05 +0300
commit2162245d7bba93beb90a494a506b2964217afc2e (patch)
tree6ae4cb6d5530094f4b3d04c9eeafb3d9299f1554 /p/haskell-ghcjs-prim
parent38c531bcbd834997f3742442bfa51f3b1ca01f42 (diff)
downloadDHG_packages-2162245d7bba93beb90a494a506b2964217afc2e.tar.gz
haskell-ghcjs-prim: Initial Check-In
Diffstat (limited to 'p/haskell-ghcjs-prim')
-rw-r--r--p/haskell-ghcjs-prim/debian/changelog5
-rw-r--r--p/haskell-ghcjs-prim/debian/compat1
-rw-r--r--p/haskell-ghcjs-prim/debian/control59
-rw-r--r--p/haskell-ghcjs-prim/debian/copyright33
-rwxr-xr-xp/haskell-ghcjs-prim/debian/rules8
-rw-r--r--p/haskell-ghcjs-prim/debian/source/format1
-rw-r--r--p/haskell-ghcjs-prim/debian/watch2
7 files changed, 109 insertions, 0 deletions
diff --git a/p/haskell-ghcjs-prim/debian/changelog b/p/haskell-ghcjs-prim/debian/changelog
new file mode 100644
index 000000000..5d0d27ef1
--- /dev/null
+++ b/p/haskell-ghcjs-prim/debian/changelog
@@ -0,0 +1,5 @@
+haskell-ghcjs-prim (0.1.0.0-1) experimental; urgency=low
+
+ * Initial Debian package release.
+
+ -- Christopher Reichert <creichert07@gmail.com> Sun, 21 Dec 2014 10:20:56 -0600
diff --git a/p/haskell-ghcjs-prim/debian/compat b/p/haskell-ghcjs-prim/debian/compat
new file mode 100644
index 000000000..ec635144f
--- /dev/null
+++ b/p/haskell-ghcjs-prim/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/p/haskell-ghcjs-prim/debian/control b/p/haskell-ghcjs-prim/debian/control
new file mode 100644
index 000000000..e0b32014f
--- /dev/null
+++ b/p/haskell-ghcjs-prim/debian/control
@@ -0,0 +1,59 @@
+Source: haskell-ghcjs-prim
+Section: haskell
+Priority: extra
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
+Uploaders: Christopher Reichert <creichert07@gmail.com>
+Build-Depends: debhelper (>= 7.0),
+ haskell-devscripts (>= 0.9),
+ cdbs,
+ ghc,
+ ghc-prof,
+ libghc-primitive-dev,
+ libghc-primitive-prof
+Build-Depends-Indep: ghc-doc,
+ libghc-primitive-doc
+Standards-Version: 3.9.6
+Homepage: http://hackage.haskell.org/package/ghcjs-prim
+X-Description: GHCJS Primitive Types
+Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-ghcjs-prim
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-ghcjs-prim
+
+Package: libghc-ghcjs-prim-dev
+Architecture: any
+Depends: ${haskell:Depends},
+ ${misc:Depends},
+ ${shlibs:Depends},
+Recommends: ${haskell:Recommends},
+Suggests: ${haskell:Suggests},
+Conflicts: ${haskell:Conflicts},
+Provides: ${haskell:Provides},
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
+ .
+ ${haskell:Blurb}
+
+Package: libghc-ghcjs-prim-prof
+Architecture: any
+Depends: ${haskell:Depends},
+ ${misc:Depends},
+Recommends: ${haskell:Recommends},
+Suggests: ${haskell:Suggests},
+Conflicts: ${haskell:Conflicts},
+Provides: ${haskell:Provides},
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
+ .
+ ${haskell:Blurb}
+
+Package: libghc-ghcjs-prim-doc
+Architecture: all
+Section: doc
+Depends: ${haskell:Depends},
+ ${misc:Depends},
+Recommends: ${haskell:Recommends},
+Suggests: ${haskell:Suggests},
+Conflicts: ${haskell:Conflicts},
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
+ .
+ ${haskell:Blurb}
diff --git a/p/haskell-ghcjs-prim/debian/copyright b/p/haskell-ghcjs-prim/debian/copyright
new file mode 100644
index 000000000..34edcef76
--- /dev/null
+++ b/p/haskell-ghcjs-prim/debian/copyright
@@ -0,0 +1,33 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: ghcjs-prim
+Upstream-Contact: Luite Stegeman <stegeman@gmail.com>
+Source: http://hackage.haskell.org/package/ghcjs-prim
+
+Files: *
+Copyright: Copyright (c) 2013 Luite Stegeman
+License: MIT
+
+Files: debian/*
+Copyright: Copyright (c) 2014 Christopher Reichert
+License: MIT
+
+License: MIT
+ Permission is hereby granted, free of charge, to any person obtaining
+ a copy of this software and associated documentation files (the
+ "Software"), to deal in the Software without restriction, including
+ without limitation the rights to use, copy, modify, merge, publish,
+ distribute, sublicense, and/or sell copies of the Software, and to
+ permit persons to whom the Software is furnished to do so, subject to
+ the following conditions:
+ .
+ The above copyright notice and this permission notice shall be
+ included in all copies or substantial portions of the Software.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
+ BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
+ ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
+ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+ SOFTWARE.
diff --git a/p/haskell-ghcjs-prim/debian/rules b/p/haskell-ghcjs-prim/debian/rules
new file mode 100755
index 000000000..d9fd61d90
--- /dev/null
+++ b/p/haskell-ghcjs-prim/debian/rules
@@ -0,0 +1,8 @@
+#!/usr/bin/make -f
+
+#DEB_CABAL_PACKAGE = ghcjs-prim
+#DEB_DEFAULT_COMPILER = ghc
+#DEB_ENABLE_TESTS=yes
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/hlibrary.mk
diff --git a/p/haskell-ghcjs-prim/debian/source/format b/p/haskell-ghcjs-prim/debian/source/format
new file mode 100644
index 000000000..163aaf8d8
--- /dev/null
+++ b/p/haskell-ghcjs-prim/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/p/haskell-ghcjs-prim/debian/watch b/p/haskell-ghcjs-prim/debian/watch
new file mode 100644
index 000000000..653c4b50e
--- /dev/null
+++ b/p/haskell-ghcjs-prim/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://hackage.haskell.org/package/ghcjs-prim/distro-monitor .*-([0-9\.]+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))