summaryrefslogtreecommitdiff
path: root/p/haskell-yi-frontend-vty/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'p/haskell-yi-frontend-vty/debian/control')
-rw-r--r--p/haskell-yi-frontend-vty/debian/control85
1 files changed, 85 insertions, 0 deletions
diff --git a/p/haskell-yi-frontend-vty/debian/control b/p/haskell-yi-frontend-vty/debian/control
new file mode 100644
index 000000000..54cffb704
--- /dev/null
+++ b/p/haskell-yi-frontend-vty/debian/control
@@ -0,0 +1,85 @@
+Source: haskell-yi-frontend-vty
+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-data-default-dev,
+ libghc-data-default-prof,
+ libghc-dlist-dev,
+ libghc-dlist-prof,
+ libghc-microlens-platform-dev,
+ libghc-microlens-platform-prof,
+ libghc-pointedlist-dev,
+ libghc-pointedlist-prof,
+ libghc-stm-dev (>= 2.2),
+ libghc-stm-prof,
+ libghc-text-dev,
+ libghc-text-prof,
+ libghc-vty-dev (>= 5.4),
+ libghc-vty-prof,
+ libghc-yi-core-dev,
+ libghc-yi-core-prof,
+ libghc-yi-language-dev,
+ libghc-yi-language-prof,
+ libghc-yi-rope-dev,
+ libghc-yi-rope-prof,
+Build-Depends-Indep: ghc-doc,
+ libghc-data-default-doc,
+ libghc-dlist-doc,
+ libghc-microlens-platform-doc,
+ libghc-pointedlist-doc,
+ libghc-stm-doc,
+ libghc-text-doc,
+ libghc-vty-doc,
+ libghc-yi-core-doc,
+ libghc-yi-language-doc,
+ libghc-yi-rope-doc,
+Standards-Version: 3.9.6
+Homepage: https://github.com/yi-editor/yi#readme
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/tree/p/haskell-yi-frontend-vty
+Vcs-Git: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git
+X-Description: Vty frontend for Yi editor
+
+Package: libghc-yi-frontend-vty-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-yi-frontend-vty-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-yi-frontend-vty-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}