diff options
Diffstat (limited to 'p/haskell-th-data-compat/debian/control')
| -rw-r--r-- | p/haskell-th-data-compat/debian/control | 58 |
1 files changed, 58 insertions, 0 deletions
diff --git a/p/haskell-th-data-compat/debian/control b/p/haskell-th-data-compat/debian/control new file mode 100644 index 000000000..4660a4dee --- /dev/null +++ b/p/haskell-th-data-compat/debian/control @@ -0,0 +1,58 @@ +Source: haskell-th-data-compat +Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org> +Uploaders: Kei Hibino <ex8k.hibino@gmail.com> +Priority: extra +Section: haskell +Build-Depends: debhelper (>= 9), + haskell-devscripts (>= 0.9), + cdbs, + ghc, + ghc-prof, +Build-Depends-Indep: ghc-doc, +Standards-Version: 3.9.8 +Homepage: http://hackage.haskell.org/package/th-data-compat +Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/tree/p/haskell-th-data-compat +Vcs-Git: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git +X-Description: Compatibility for data definition template of TH + This package contains wrapped name definitions of + data definition template + +Package: libghc-th-data-compat-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-th-data-compat-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-th-data-compat-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} |
