Only build-depend on libghc-clientsession-dev on arches that will have the webapp.
This commit is contained in:
parent
3567643e2a
commit
2b0423e13f
2 changed files with 3 additions and 1 deletions
2
debian/changelog
vendored
2
debian/changelog
vendored
|
@ -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
|
||||
|
||||
|
|
2
debian/control
vendored
2
debian/control
vendored
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue