summaryrefslogtreecommitdiff
path: root/p/haskell-auto-update/debian
diff options
context:
space:
mode:
authorJoachim Breitner <mail@joachim-breitner.de>2015-08-12 20:06:16 +0200
committerJoachim Breitner <mail@joachim-breitner.de>2015-08-12 20:06:16 +0200
commit0443e71918b6bdf9dbe9f6a02899c4296dd947af (patch)
tree46fcf35ffdc3afc31d2c76be0cd34bb0d7cc7aca /p/haskell-auto-update/debian
parent43f3a3e9b897299e94b9adcb54e07a40a34352e2 (diff)
downloadDHG_packages-0443e71918b6bdf9dbe9f6a02899c4296dd947af.tar.gz
Update a few packages with cabal-debian --upgrade
So if a real change happens, the diff is smaller.
Diffstat (limited to 'p/haskell-auto-update/debian')
-rw-r--r--p/haskell-auto-update/debian/control8
1 files changed, 4 insertions, 4 deletions
diff --git a/p/haskell-auto-update/debian/control b/p/haskell-auto-update/debian/control
index e0459d899..b71b76b3b 100644
--- a/p/haskell-auto-update/debian/control
+++ b/p/haskell-auto-update/debian/control
@@ -3,14 +3,16 @@ Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.or
Uploaders: Joachim Breitner <nomeata@debian.org>
Priority: extra
Section: haskell
-Build-Depends: debhelper (>= 7.0),
+Build-Depends: debhelper (>= 9),
haskell-devscripts (>= 0.9),
cdbs,
ghc,
ghc-prof,
Build-Depends-Indep: ghc-doc,
Standards-Version: 3.9.5
-Homepage: http://hackage.haskell.org/package/auto-update
+Homepage: https://github.com/yesodweb/wai
+Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-auto-update
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-auto-update
X-Description: Efficiently run periodic, on-demand actions
A common problem is the desire to have an action run at a scheduled interval,
but only if it is needed. For example, instead of having every web request
@@ -22,8 +24,6 @@ X-Description: Efficiently run periodic, on-demand actions
This library allows you to define actions which will either be performed by a
dedicated thread or, in times of low volume, will be executed by the calling
thread.
-Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-auto-update
-Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-auto-update
Package: libghc-auto-update-dev
Architecture: any