Add libghc-testpack-dev to build depends on all arches.
This commit is contained in:
parent
9ad52ef67c
commit
b88ecbdc1b
3 changed files with 6 additions and 5 deletions
5
debian/changelog
vendored
5
debian/changelog
vendored
|
@ -1,12 +1,13 @@
|
||||||
git-annex (3.20120107) UNRELEASED; urgency=low
|
git-annex (3.20120113) unstable; urgency=low
|
||||||
|
|
||||||
* log: Add --gource mode, which generates output usable by gource.
|
* log: Add --gource mode, which generates output usable by gource.
|
||||||
* map: Fix display of remote repos
|
* map: Fix display of remote repos
|
||||||
* Add annex-trustlevel configuration settings, which can be used to
|
* Add annex-trustlevel configuration settings, which can be used to
|
||||||
override the trust level of a remote.
|
override the trust level of a remote.
|
||||||
* git-annex, git-union-merge: Support GIT_DIR and GIT_WORK_TREE.
|
* git-annex, git-union-merge: Support GIT_DIR and GIT_WORK_TREE.
|
||||||
|
* Add libghc-testpack-dev to build depends on all arches.
|
||||||
|
|
||||||
-- Joey Hess <joeyh@debian.org> Sat, 07 Jan 2012 18:12:09 -0400
|
-- Joey Hess <joeyh@debian.org> Fri, 13 Jan 2012 15:35:17 -0400
|
||||||
|
|
||||||
git-annex (3.20120106) unstable; urgency=low
|
git-annex (3.20120106) unstable; urgency=low
|
||||||
|
|
||||||
|
|
4
debian/control
vendored
4
debian/control
vendored
|
@ -12,11 +12,11 @@ Build-Depends:
|
||||||
libghc-http-dev,
|
libghc-http-dev,
|
||||||
libghc-utf8-string-dev,
|
libghc-utf8-string-dev,
|
||||||
libghc-hs3-dev (>= 0.5.6),
|
libghc-hs3-dev (>= 0.5.6),
|
||||||
libghc-testpack-dev [any-i386 any-amd64],
|
libghc-testpack-dev,
|
||||||
|
libghc-quickcheck2-dev,
|
||||||
libghc-monad-control-dev (>= 0.3),
|
libghc-monad-control-dev (>= 0.3),
|
||||||
libghc-lifted-base-dev,
|
libghc-lifted-base-dev,
|
||||||
libghc-json-dev,
|
libghc-json-dev,
|
||||||
libghc-quickcheck2-dev,
|
|
||||||
ikiwiki,
|
ikiwiki,
|
||||||
perlmagick,
|
perlmagick,
|
||||||
git,
|
git,
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
Name: git-annex
|
Name: git-annex
|
||||||
Version: 3.20120106
|
Version: 3.20120113
|
||||||
Cabal-Version: >= 1.6
|
Cabal-Version: >= 1.6
|
||||||
License: GPL
|
License: GPL
|
||||||
Maintainer: Joey Hess <joey@kitenet.net>
|
Maintainer: Joey Hess <joey@kitenet.net>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue