summaryrefslogtreecommitdiff
path: root/p/haskell-nats/debian/control
diff options
context:
space:
mode:
authorClint Adams <clint@debian.org>2013-02-09 19:54:11 +0400
committerClint Adams <clint@debian.org>2013-02-09 19:54:11 +0400
commit7bb0a33915317eda5be4f192a08065e0ecab4a06 (patch)
tree3c810fc0bd0001482ba83985ab212b71db075928 /p/haskell-nats/debian/control
parent5733b0dbe121012e3e384df4c80b9a63aed581db (diff)
downloadDHG_packages-7bb0a33915317eda5be4f192a08065e0ecab4a06.tar.gz
haskell-nats: Initial Check-In
Diffstat (limited to 'p/haskell-nats/debian/control')
-rw-r--r--p/haskell-nats/debian/control55
1 files changed, 55 insertions, 0 deletions
diff --git a/p/haskell-nats/debian/control b/p/haskell-nats/debian/control
new file mode 100644
index 000000000..3a78023c3
--- /dev/null
+++ b/p/haskell-nats/debian/control
@@ -0,0 +1,55 @@
+Source: haskell-nats
+Section: haskell
+Priority: extra
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
+Uploaders: Clint Adams <clint@debian.org>
+Build-Depends: debhelper (>= 7)
+ , cdbs
+ , haskell-devscripts (>= 0.8.13)
+ , ghc
+ , ghc-prof
+Build-Depends-Indep: ghc-doc
+Standards-Version: 3.9.4
+Homepage: http://hackage.haskell.org/package/nats
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-nats
+Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-nats
+
+Package: libghc-nats-dev
+Architecture: any
+Depends: ${haskell:Depends}
+ , ${shlibs:Depends}
+ , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: Haskell 98 natural numbers
+ Types for natural (and whole) numbers.
+ .
+ This package provides a library for the Haskell programming language.
+ See http://www.haskell.org/ for more information on Haskell.
+
+Package: libghc-nats-prof
+Architecture: any
+Depends: ${haskell:Depends}
+ , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: Haskell 98 natural numbers; profiling libraries
+ Types for natural (and whole) numbers.
+ .
+ This package provides a library for the Haskell programming language, compiled
+ for profiling. See http://www.haskell.org/ for more information on Haskell.
+
+Package: libghc-nats-doc
+Section: doc
+Architecture: all
+Depends: ${misc:Depends}, ${haskell:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Description: Haskell 98 natural numbers; documentation
+ Types for natural (and whole) numbers.
+ .
+ This package provides the documentation for a library for the Haskell
+ programming language.
+ See http://www.haskell.org/ for more information on Haskell.