summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-10-04 17:08:43 -0400
committerGravatar Joey Hess <joey@kitenet.net>2012-10-04 17:08:43 -0400
commit4454ec5ff802b3e139023dc797cbe1c5b7531943 (patch)
tree01f07040e8e43e0d750a99c55ee28026d81f753a /debian
parent7556a31cd0c67914c8c3cc083375a6576e0006db (diff)
Only build-depend on libghc-clientsession-dev on arches that will have the webapp.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog2
-rw-r--r--debian/control2
2 files changed, 3 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 0af82383b..560447e10 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,8 @@ git-annex (3.20121002) UNRELEASED; urgency=low
as normal files.
* vicfg: New command, allows editing (or simply viewing) most
of the repository configuration settings stored in the git-annex branch.
+ * Only build-depend on libghc-clientsession-dev on arches that will have
+ the webapp.
-- Joey Hess <joeyh@debian.org> Mon, 01 Oct 2012 15:09:49 -0400
diff --git a/debian/control b/debian/control
index 5d722fafb..505ea6ebb 100644
--- a/debian/control
+++ b/debian/control
@@ -27,6 +27,7 @@ Build-Depends:
libghc-yesod-static-dev [i386 amd64 kfreebsd-i386 kfreebsd-amd64],
libghc-yesod-default-dev [i386 amd64 kfreebsd-i386 kfreebsd-amd64],
libghc-hamlet-dev [i386 amd64 kfreebsd-i386 kfreebsd-amd64],
+ libghc-clientsession-dev [i386 amd64 kfreebsd-i386 kfreebsd-amd64],
libghc-case-insensitive-dev,
libghc-http-types-dev,
libghc-transformers-dev,
@@ -36,7 +37,6 @@ Build-Depends:
libghc-blaze-builder-dev,
libghc-blaze-html-dev,
libghc-crypto-api-dev,
- libghc-clientsession-dev,
libghc-network-multicast-dev,
libghc-network-info-dev,
ikiwiki,