no lsof on kfreebsd
This commit is contained in:
parent
4efb275843
commit
1c02fc4987
3 changed files with 8 additions and 7 deletions
1
debian/changelog
vendored
1
debian/changelog
vendored
|
@ -23,6 +23,7 @@ git-annex (5.20131231) UNRELEASED; urgency=medium
|
||||||
* assistant: Start a new git-annex transferkeys process
|
* assistant: Start a new git-annex transferkeys process
|
||||||
after a network connection change, so that remotes that use a persistent
|
after a network connection change, so that remotes that use a persistent
|
||||||
network connection are restarted.
|
network connection are restarted.
|
||||||
|
* Adjust Debian build deps to match current state of sparc, mipsel.
|
||||||
|
|
||||||
-- Joey Hess <joeyh@debian.org> Tue, 31 Dec 2013 13:41:18 -0400
|
-- Joey Hess <joeyh@debian.org> Tue, 31 Dec 2013 13:41:18 -0400
|
||||||
|
|
||||||
|
|
12
debian/control
vendored
12
debian/control
vendored
|
@ -10,11 +10,10 @@ Build-Depends:
|
||||||
libghc-pcre-light-dev,
|
libghc-pcre-light-dev,
|
||||||
libghc-sha-dev,
|
libghc-sha-dev,
|
||||||
libghc-cryptohash-dev,
|
libghc-cryptohash-dev,
|
||||||
libghc-regex-tdfa-dev [!mips !mipsel !s390],
|
|
||||||
libghc-dataenc-dev,
|
libghc-dataenc-dev,
|
||||||
libghc-utf8-string-dev,
|
libghc-utf8-string-dev,
|
||||||
libghc-hs3-dev (>= 0.5.6),
|
libghc-hs3-dev (>= 0.5.6),
|
||||||
libghc-dav-dev (>= 0.3) [amd64 i386 kfreebsd-amd64 kfreebsd-i386 powerpc sparc],
|
libghc-dav-dev (>= 0.3) [amd64 i386 kfreebsd-amd64 kfreebsd-i386 powerpc],
|
||||||
libghc-quickcheck2-dev,
|
libghc-quickcheck2-dev,
|
||||||
libghc-monad-control-dev (>= 0.3),
|
libghc-monad-control-dev (>= 0.3),
|
||||||
libghc-monadcatchio-transformers-dev,
|
libghc-monadcatchio-transformers-dev,
|
||||||
|
@ -51,10 +50,11 @@ Build-Depends:
|
||||||
libghc-async-dev,
|
libghc-async-dev,
|
||||||
libghc-http-dev,
|
libghc-http-dev,
|
||||||
libghc-feed-dev,
|
libghc-feed-dev,
|
||||||
libghc-tasty-dev,
|
libghc-regex-tdfa-dev [!mipsel !s390],
|
||||||
libghc-tasty-hunit-dev,
|
libghc-tasty-dev [!mipsel !sparc],
|
||||||
libghc-tasty-quickcheck-dev,
|
libghc-tasty-hunit-dev [!mipsel !sparc],
|
||||||
lsof,
|
libghc-tasty-quickcheck-dev [!mipsel !sparc],
|
||||||
|
lsof [!kfreebsd-i386 !kfreebsd-amd64],
|
||||||
ikiwiki,
|
ikiwiki,
|
||||||
perlmagick,
|
perlmagick,
|
||||||
git (>= 1:1.8.4),
|
git (>= 1:1.8.4),
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
Name: git-annex
|
Name: git-annex
|
||||||
Version: 5.20131230
|
Version: 5.20131231
|
||||||
Cabal-Version: >= 1.8
|
Cabal-Version: >= 1.8
|
||||||
License: GPL-3
|
License: GPL-3
|
||||||
Maintainer: Joey Hess <joey@kitenet.net>
|
Maintainer: Joey Hess <joey@kitenet.net>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue