summaryrefslogtreecommitdiff
path: root/p/haskell-sqlite-simple/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'p/haskell-sqlite-simple/debian/control')
-rw-r--r--p/haskell-sqlite-simple/debian/control84
1 files changed, 84 insertions, 0 deletions
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}