summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Pashev <pashev.igor@gmail.com>2017-09-20 13:38:13 +0300
committerIgor Pashev <pashev.igor@gmail.com>2017-09-20 13:38:13 +0300
commit13d8b48677174033b194feafceabe7460a346a49 (patch)
tree5acc781d42b459813b6401fb4558671530e28bbf
parent0d5124b11c9a9423cabeb21e67e56a249528548a (diff)
downloadDHG_packages-master.tar.gz
Add sqlite-simple 0.4.14.0-1HEADmaster
-rw-r--r--p/haskell-sqlite-simple/debian/changelog5
-rw-r--r--p/haskell-sqlite-simple/debian/compat1
-rw-r--r--p/haskell-sqlite-simple/debian/control84
-rw-r--r--p/haskell-sqlite-simple/debian/copyright110
-rwxr-xr-xp/haskell-sqlite-simple/debian/rules9
-rw-r--r--p/haskell-sqlite-simple/debian/source/format1
-rw-r--r--p/haskell-sqlite-simple/debian/watch2
7 files changed, 212 insertions, 0 deletions
diff --git a/p/haskell-sqlite-simple/debian/changelog b/p/haskell-sqlite-simple/debian/changelog
new file mode 100644
index 000000000..bc1d444fb
--- /dev/null
+++ b/p/haskell-sqlite-simple/debian/changelog
@@ -0,0 +1,5 @@
+haskell-sqlite-simple (0.4.14.0-1) unstable; urgency=low
+
+ * Initial release
+
+ -- Igor Pashev <pashev.igor@gmail.com> Wed, 20 Sep 2017 12:01:59 +0300
diff --git a/p/haskell-sqlite-simple/debian/compat b/p/haskell-sqlite-simple/debian/compat
new file mode 100644
index 000000000..f599e28b8
--- /dev/null
+++ b/p/haskell-sqlite-simple/debian/compat
@@ -0,0 +1 @@
+10
diff --git a/p/haskell-sqlite-simple/debian/control b/p/haskell-sqlite-simple/debian/control
new file mode 100644
index 000000000..fae3ba4d1
--- /dev/null
+++ b/p/haskell-sqlite-simple/debian/control
@@ -0,0 +1,84 @@
+Source: haskell-sqlite-simple
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
+Priority: extra
+Section: haskell
+Build-Depends: debhelper (>= 10),
+ haskell-devscripts-minimal | haskell-devscripts (>= 0.9),
+ cdbs,
+ ghc,
+ ghc-prof,
+ libghc-only-dev (>= 0.1),
+ libghc-only-dev (<< 0.1.1),
+ libghc-only-prof,
+ libghc-attoparsec-dev (>= 0.10.3),
+ libghc-attoparsec-prof,
+ libghc-blaze-builder-dev,
+ libghc-blaze-builder-prof,
+ libghc-blaze-textual-dev,
+ libghc-blaze-textual-prof,
+ libghc-direct-sqlite-dev (>= 2.3.13),
+ libghc-direct-sqlite-dev (<< 2.4),
+ libghc-direct-sqlite-prof,
+ libghc-text-dev (>= 0.11),
+ libghc-text-prof,
+ libghc-hunit-dev,
+ libghc-base16-bytestring-dev,
+ libghc-text-dev,
+Build-Depends-Indep: ghc-doc,
+ libghc-only-doc,
+ libghc-attoparsec-doc,
+ libghc-blaze-builder-doc,
+ libghc-blaze-textual-doc,
+ libghc-direct-sqlite-doc,
+ libghc-text-doc,
+Standards-Version: 3.9.6
+Homepage: http://github.com/nurpax/sqlite-simple
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/tree/p/haskell-sqlite-simple
+Vcs-Git: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git
+X-Description: Mid-Level SQLite client library
+ Mid-level SQLite client library, based on postgresql-simple.
+ .
+ Main documentation (with examples): <sqlite-simple/docs/Database-SQLite-Simple.html Database.SQLite.Simple>
+ .
+ You can view the project page at <http://github.com/nurpax/sqlite-simple>
+ for more information.
+
+Package: libghc-sqlite-simple-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-sqlite-simple-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-sqlite-simple-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-sqlite-simple/debian/copyright b/p/haskell-sqlite-simple/debian/copyright
new file mode 100644
index 000000000..eef2e408a
--- /dev/null
+++ b/p/haskell-sqlite-simple/debian/copyright
@@ -0,0 +1,110 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: sqlite-simple
+Upstream-Contact: Janne Hellsten <jjhellst@gmail.com>
+Source: https://hackage.haskell.org/package/sqlite-simple
+
+Files: *
+Copyright: (c) 2011 MailRank, Inc.,
+ (c) 2011-2012 Leon P Smith,
+ (c) 2012-2014 Janne Hellsten
+License: BSD3
+
+Files: debian/*
+Copyright: held by the contributors mentioned in debian/changelog
+License: BSD3
+
+License: BSD3
+ Copyright (c) 2012, Janne Hellsten
+ .
+ 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 Leon P Smith 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.
+ .
+ .
+ Copyright (c) 2011, Leon P Smith
+ .
+ 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 Leon P Smith 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.
+ .
+ .
+ Copyright (c) 2011, MailRank, Inc.
+ .
+ All rights reserved.
+ .
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions
+ are met:
+ .
+ 1. Redistributions of source code must retain the above copyright
+ notice, this list of conditions and the following disclaimer.
+ .
+ 2. 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.
+ .
+ 3. Neither the name of the author nor the names of his contributors
+ may be used to endorse or promote products derived from this software
+ without specific prior written permission.
+ .
+ THIS SOFTWARE IS PROVIDED BY 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 AUTHORS 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-sqlite-simple/debian/rules b/p/haskell-sqlite-simple/debian/rules
new file mode 100755
index 000000000..2d062b4ca
--- /dev/null
+++ b/p/haskell-sqlite-simple/debian/rules
@@ -0,0 +1,9 @@
+#!/usr/bin/make -f
+
+DEB_ENABLE_TESTS = yes
+DEB_SETUP_BIN_NAME = debian/hlibrary.setup
+DEB_CABAL_PACKAGE = sqlite-simple
+DEB_DEFAULT_COMPILER = ghc
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/hlibrary.mk
diff --git a/p/haskell-sqlite-simple/debian/source/format b/p/haskell-sqlite-simple/debian/source/format
new file mode 100644
index 000000000..163aaf8d8
--- /dev/null
+++ b/p/haskell-sqlite-simple/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/p/haskell-sqlite-simple/debian/watch b/p/haskell-sqlite-simple/debian/watch
new file mode 100644
index 000000000..40f58efa3
--- /dev/null
+++ b/p/haskell-sqlite-simple/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://hackage.haskell.org/package/sqlite-simple/distro-monitor .*-([0-9\.]+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))