summaryrefslogtreecommitdiff
path: root/p/haskell-scanner/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'p/haskell-scanner/debian/control')
-rw-r--r--p/haskell-scanner/debian/control59
1 files changed, 59 insertions, 0 deletions
diff --git a/p/haskell-scanner/debian/control b/p/haskell-scanner/debian/control
new file mode 100644
index 000000000..cbc71db4c
--- /dev/null
+++ b/p/haskell-scanner/debian/control
@@ -0,0 +1,59 @@
+Source: haskell-scanner
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
+Uploaders: Clint Adams <clint@debian.org>
+Priority: extra
+Section: haskell
+Build-Depends: debhelper (>= 10),
+ haskell-devscripts (>= 0.9),
+ cdbs,
+ ghc,
+ ghc-prof,
+ libghc-hspec-dev,
+Build-Depends-Indep: ghc-doc,
+Standards-Version: 3.9.8
+Homepage: https://github.com/Yuras/scanner
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/tree/p/haskell-scanner
+Vcs-Git: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git
+X-Description: fast incremental combinator parsing for bytestrings
+ Parser combinator library designed to be fast. It doesn't
+ support backtracking.
+
+Package: libghc-scanner-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-scanner-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-scanner-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}