summaryrefslogtreecommitdiff
path: root/p/haskell-hspec-attoparsec/debian
diff options
context:
space:
mode:
authorJames McCoy <jamessan@jamessan.com>2016-05-02 20:45:41 -0400
committerJames McCoy <jamessan@jamessan.com>2016-05-02 20:59:58 -0400
commit69f9ad65b73dfdad9a8abfd447af6532ae2e50ff (patch)
treecec1a43f2c9007eaca537c73d8e2e46083d4bfa1 /p/haskell-hspec-attoparsec/debian
parent759bad19ba5772d87c3eba88a5965e31823f5e75 (diff)
downloadDHG_packages-69f9ad65b73dfdad9a8abfd447af6532ae2e50ff.tar.gz
Initial packaging of hspec-attoparsec-0.1.0.2
Diffstat (limited to 'p/haskell-hspec-attoparsec/debian')
-rw-r--r--p/haskell-hspec-attoparsec/debian/changelog5
-rw-r--r--p/haskell-hspec-attoparsec/debian/compat1
-rw-r--r--p/haskell-hspec-attoparsec/debian/control69
-rw-r--r--p/haskell-hspec-attoparsec/debian/copyright44
-rwxr-xr-xp/haskell-hspec-attoparsec/debian/rules8
-rw-r--r--p/haskell-hspec-attoparsec/debian/source/format1
-rw-r--r--p/haskell-hspec-attoparsec/debian/watch2
7 files changed, 130 insertions, 0 deletions
diff --git a/p/haskell-hspec-attoparsec/debian/changelog b/p/haskell-hspec-attoparsec/debian/changelog
new file mode 100644
index 000000000..d882f4c21
--- /dev/null
+++ b/p/haskell-hspec-attoparsec/debian/changelog
@@ -0,0 +1,5 @@
+haskell-hspec-attoparsec (0.1.0.2-1) unstable; urgency=low
+
+ * Initial release
+
+ -- James McCoy <jamessan@debian.org> Mon, 02 May 2016 20:45:41 -0400
diff --git a/p/haskell-hspec-attoparsec/debian/compat b/p/haskell-hspec-attoparsec/debian/compat
new file mode 100644
index 000000000..ec635144f
--- /dev/null
+++ b/p/haskell-hspec-attoparsec/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/p/haskell-hspec-attoparsec/debian/control b/p/haskell-hspec-attoparsec/debian/control
new file mode 100644
index 000000000..25dd8b0ce
--- /dev/null
+++ b/p/haskell-hspec-attoparsec/debian/control
@@ -0,0 +1,69 @@
+Source: haskell-hspec-attoparsec
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
+Uploaders: James McCoy <jamessan@debian.org>
+Priority: extra
+Section: haskell
+Build-Depends: debhelper (>= 9),
+ haskell-devscripts (>= 0.9),
+ cdbs,
+ ghc,
+ ghc-prof,
+ libghc-attoparsec-dev (>= 0.10),
+ libghc-attoparsec-prof,
+ libghc-hspec-dev,
+ libghc-hspec-expectations-dev (>= 0.5),
+ libghc-hspec-expectations-prof,
+ libghc-text-dev (>= 1.0),
+ libghc-text-prof,
+Build-Depends-Indep: ghc-doc,
+ libghc-attoparsec-doc,
+ libghc-hspec-expectations-doc,
+ libghc-text-doc,
+Standards-Version: 3.9.8
+Homepage: http://github.com/alpmestan/hspec-attoparsec
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/tree/p/haskell-hspec-attoparsec
+Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
+X-Description: Utility functions for testing your attoparsec parsers with hspec
+ This package provides some helper functions for testing attoparsec parsers with hspec.
+ .
+ See the documentation in @Test.Hspec.Attoparsec@ for examples, or this package's own test suite.
+
+Package: libghc-hspec-attoparsec-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-hspec-attoparsec-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-hspec-attoparsec-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-hspec-attoparsec/debian/copyright b/p/haskell-hspec-attoparsec/debian/copyright
new file mode 100644
index 000000000..d1808fa9f
--- /dev/null
+++ b/p/haskell-hspec-attoparsec/debian/copyright
@@ -0,0 +1,44 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: hspec-attoparsec
+Upstream-Contact: alpmestan@gmail.com
+Source: https://hackage.haskell.org/package/hspec-attoparsec
+
+Files: *
+Copyright: 2014-2015 Alp Mestanogullari
+License: BSD3
+
+Files: debian/*
+Copyright: held by the contributors mentioned in debian/changelog
+License: BSD3
+
+License: BSD3
+ Copyright (c) 2014, Alp Mestanogullari
+ .
+ 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 the name of Alp Mestanogullari nor the names of other
+ contributors may be used to endorse or promote products derived
+ from this software without specific prior written permission.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND 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 COPYRIGHT
+ OWNER OR 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-hspec-attoparsec/debian/rules b/p/haskell-hspec-attoparsec/debian/rules
new file mode 100755
index 000000000..0dbe41366
--- /dev/null
+++ b/p/haskell-hspec-attoparsec/debian/rules
@@ -0,0 +1,8 @@
+#!/usr/bin/make -f
+
+DEB_CABAL_PACKAGE = hspec-attoparsec
+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-hspec-attoparsec/debian/source/format b/p/haskell-hspec-attoparsec/debian/source/format
new file mode 100644
index 000000000..163aaf8d8
--- /dev/null
+++ b/p/haskell-hspec-attoparsec/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/p/haskell-hspec-attoparsec/debian/watch b/p/haskell-hspec-attoparsec/debian/watch
new file mode 100644
index 000000000..2574c58f4
--- /dev/null
+++ b/p/haskell-hspec-attoparsec/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://hackage.haskell.org/package/hspec-attoparsec/distro-monitor .*-([0-9\.]+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))