summaryrefslogtreecommitdiff
path: root/p/haskell-load-env/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'p/haskell-load-env/debian/control')
-rw-r--r--p/haskell-load-env/debian/control65
1 files changed, 65 insertions, 0 deletions
diff --git a/p/haskell-load-env/debian/control b/p/haskell-load-env/debian/control
new file mode 100644
index 000000000..b0e89d8b6
--- /dev/null
+++ b/p/haskell-load-env/debian/control
@@ -0,0 +1,65 @@
+Source: haskell-load-env
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
+Uploaders: Clint Adams <clint@debian.org>
+Priority: extra
+Section: haskell
+Build-Depends: debhelper (>= 9),
+ haskell-devscripts (>= 0.9),
+ cdbs,
+ ghc,
+ ghc-prof,
+ libghc-parsec3-dev,
+ libghc-parsec3-prof,
+ libghc-hunit-dev,
+ libghc-hspec-dev,
+Build-Depends-Indep: ghc-doc,
+ libghc-parsec3-doc,
+Standards-Version: 3.9.8
+Homepage: http://hackage.haskell.org/package/load-env
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/tree/p/haskell-load-env
+Vcs-Git: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git
+X-Description: load environment variables from a file
+ Parse a .env file and load any declared variables into the current
+ process's environment. This allows for a .env file to specify
+ development-friendly defaults for configuration values normally set
+ in the deployment environment.
+
+Package: libghc-load-env-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-load-env-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-load-env-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}