summaryrefslogtreecommitdiff
path: root/p/magic-haskell
diff options
context:
space:
mode:
authorJoachim Breitner <mail@joachim-breitner.de>2015-08-13 14:00:24 +0200
committerJoachim Breitner <mail@joachim-breitner.de>2015-08-13 18:20:26 +0200
commita49527078a6c7509e1e34d9ecdb5c3926c36d723 (patch)
tree3b36984baf19473f46e21710a2dae52a4e527883 /p/magic-haskell
parente473ceca079a1fa69cf67b90a361cc0132f5e2da (diff)
downloadDHG_packages-a49527078a6c7509e1e34d9ecdb5c3926c36d723.tar.gz
Recover a few empty debian/control that were lost yesterday
Diffstat (limited to 'p/magic-haskell')
-rw-r--r--p/magic-haskell/debian/control77
1 files changed, 77 insertions, 0 deletions
diff --git a/p/magic-haskell/debian/control b/p/magic-haskell/debian/control
index e69de29bb..c45e65cde 100644
--- a/p/magic-haskell/debian/control
+++ b/p/magic-haskell/debian/control
@@ -0,0 +1,77 @@
+Source: magic-haskell
+Priority: optional
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
+Uploaders: John Goerzen <jgoerzen@complete.org>
+Build-Depends: debhelper (>= 9),
+ cdbs,
+ haskell-devscripts (>= 0.9),
+ ghc,
+ ghc-prof,
+ libmagic-dev
+Build-Depends-Indep: ghc-doc
+Standards-Version: 3.9.4
+Section: haskell
+Homepage: http://hackage.haskell.org/package/magic
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/magic
+Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/magic
+
+Package: libghc-magic-dev
+Section: haskell
+Architecture: any
+Depends: ${misc:Depends}, ${haskell:Depends}, ${shlibs:Depends}, libmagic-dev
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: File type determination library for Haskell${haskell:ShortBlurb}
+ This package provides a Haskell interface to the C libmagic library.
+ With it, you can determine the type of a file by examining its contents
+ rather than its name. The Haskell interface provides a full-featured
+ binding.
+ .
+ ${haskell:Blurb}
+
+Package: libghc-magic-prof
+Section: haskell
+Architecture: any
+Depends: ${misc:Depends}, ${haskell:Depends}, ${shlibs:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: File type determination library for Haskell${haskell:ShortBlurb}
+ This package provides a Haskell interface to the C libmagic library.
+ With it, you can determine the type of a file by examining its contents
+ rather than its name. The Haskell interface provides a full-featured
+ binding.
+ .
+ ${haskell:Blurb}
+
+#Package: libhugs-magic
+#Section: haskell
+#Architecture: any
+#Depends: ${misc:Depends}, ${haskell:Depends}, ${shlibs:Depends}
+#Suggests: ${haskell:Suggests}
+#Description: File type determination library for Haskell${haskell:ShortBlurb}
+# This package provides a Haskell interface to the C libmagic library.
+# With it, you can determine the type of a file by examining its contents
+# rather than its name. The Haskell interface provides a full-featured
+# binding.
+# .
+# This package is built for Hugs. A GHC package is also available
+# in libghc-magic-dev.
+
+Package: libghc-magic-doc
+Section: doc
+Architecture: all
+Depends: ${misc:Depends}, ${haskell:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: magic-haskell-doc
+Replaces: magic-haskell-doc (<< 1.0.8-4)
+Conflicts: magic-haskell-doc (<< 1.0.8-4)
+Description: File type determination library for Haskell${haskell:ShortBlurb}
+ This package provides a Haskell interface to the C libmagic library.
+ With it, you can determine the type of a file by examining its contents
+ rather than its name. The Haskell interface provides a full-featured
+ binding.
+ .
+ ${haskell:Blurb}