summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Pashev <pashev.igor@gmail.com>2017-09-20 13:08:49 +0300
committerIgor Pashev <pashev.igor@gmail.com>2017-09-20 13:35:51 +0300
commit0d5124b11c9a9423cabeb21e67e56a249528548a (patch)
tree46354210b301347b4da1c5960563899458b5710b
parent8957373bdb5eca509073c2ea554b1db291dccee8 (diff)
downloadDHG_packages-0d5124b11c9a9423cabeb21e67e56a249528548a.tar.gz
Add direct-sqlite 2.3.20-1
-rw-r--r--p/haskell-direct-sqlite/debian/changelog5
-rw-r--r--p/haskell-direct-sqlite/debian/compat1
-rw-r--r--p/haskell-direct-sqlite/debian/control68
-rw-r--r--p/haskell-direct-sqlite/debian/copyright37
-rwxr-xr-xp/haskell-direct-sqlite/debian/rules10
-rw-r--r--p/haskell-direct-sqlite/debian/source/format1
-rw-r--r--p/haskell-direct-sqlite/debian/watch3
7 files changed, 125 insertions, 0 deletions
diff --git a/p/haskell-direct-sqlite/debian/changelog b/p/haskell-direct-sqlite/debian/changelog
new file mode 100644
index 000000000..940a95762
--- /dev/null
+++ b/p/haskell-direct-sqlite/debian/changelog
@@ -0,0 +1,5 @@
+haskell-direct-sqlite (2.3.20+ds1-1) unstable; urgency=low
+
+ * Initial release
+
+ -- Igor Pashev <pashev.igor@gmail.com> Wed, 20 Sep 2017 13:33:21 +0300
diff --git a/p/haskell-direct-sqlite/debian/compat b/p/haskell-direct-sqlite/debian/compat
new file mode 100644
index 000000000..f599e28b8
--- /dev/null
+++ b/p/haskell-direct-sqlite/debian/compat
@@ -0,0 +1 @@
+10
diff --git a/p/haskell-direct-sqlite/debian/control b/p/haskell-direct-sqlite/debian/control
new file mode 100644
index 000000000..4545577ec
--- /dev/null
+++ b/p/haskell-direct-sqlite/debian/control
@@ -0,0 +1,68 @@
+Source: haskell-direct-sqlite
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
+Priority: extra
+Section: haskell
+Build-Depends: debhelper (>= 10),
+ libsqlite3-dev,
+ haskell-devscripts-minimal | haskell-devscripts (>= 0.9),
+ cdbs,
+ ghc,
+ ghc-prof,
+ libghc-text-dev (>= 0.11),
+ libghc-text-prof,
+ libghc-hunit-dev,
+ libghc-base16-bytestring-dev,
+ libghc-temporary-dev,
+ libghc-text-dev,
+Build-Depends-Indep: ghc-doc,
+ libghc-text-doc,
+Standards-Version: 3.9.6
+Homepage: https://github.com/IreneKnapp/direct-sqlite
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/tree/p/haskell-direct-sqlite
+Vcs-Git: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git
+X-Description: Low-level binding to SQLite3. Includes UTF8 and BLOB support.
+ This package is not very different from the other SQLite3 bindings out
+ there, but it fixes a few deficiencies I was finding. As compared to
+ bindings-sqlite3, it is slightly higher-level, in that it supports
+ marshalling of data values to and from the database. In particular, it
+ supports strings encoded as UTF8, and BLOBs represented as ByteStrings.
+
+Package: libghc-direct-sqlite-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-direct-sqlite-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-direct-sqlite-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-direct-sqlite/debian/copyright b/p/haskell-direct-sqlite/debian/copyright
new file mode 100644
index 000000000..e86ae2161
--- /dev/null
+++ b/p/haskell-direct-sqlite/debian/copyright
@@ -0,0 +1,37 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: direct-sqlite
+Upstream-Contact: Janne Hellsten <jjhellst@gmail.com>
+Source: https://hackage.haskell.org/package/direct-sqlite
+Files-Excluded: cbits
+
+Files: *
+Copyright: Copyright (c) 2012, 2013 Irene Knapp
+License: BSD3
+
+Files: debian/*
+Copyright: held by the contributors mentioned in debian/changelog
+License: BSD3
+
+License: BSD3
+ Copyright (c) 2012 Irene Knapp
+ .
+ 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-direct-sqlite/debian/rules b/p/haskell-direct-sqlite/debian/rules
new file mode 100755
index 000000000..d94eca995
--- /dev/null
+++ b/p/haskell-direct-sqlite/debian/rules
@@ -0,0 +1,10 @@
+#!/usr/bin/make -f
+
+DEB_ENABLE_TESTS = yes
+DEB_SETUP_BIN_NAME = debian/hlibrary.setup
+DEB_CABAL_PACKAGE = direct-sqlite
+DEB_DEFAULT_COMPILER = ghc
+DEB_SETUP_GHC_CONFIGURE_ARGS = -fsystemlib
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/hlibrary.mk
diff --git a/p/haskell-direct-sqlite/debian/source/format b/p/haskell-direct-sqlite/debian/source/format
new file mode 100644
index 000000000..163aaf8d8
--- /dev/null
+++ b/p/haskell-direct-sqlite/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/p/haskell-direct-sqlite/debian/watch b/p/haskell-direct-sqlite/debian/watch
new file mode 100644
index 000000000..5ce9eb114
--- /dev/null
+++ b/p/haskell-direct-sqlite/debian/watch
@@ -0,0 +1,3 @@
+version=3
+opts=repacksuffix=+ds1 \
+http://hackage.haskell.org/package/direct-sqlite/distro-monitor .*-([0-9\.]+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))