prep backport
This commit is contained in:
parent
60751a4d5d
commit
1f298f84cf
2 changed files with 4 additions and 4 deletions
4
debian/changelog
vendored
4
debian/changelog
vendored
|
@ -1,4 +1,4 @@
|
||||||
git-annex (4.20131106) unstable; urgency=low
|
git-annex (4.20131106~bpo70+1) wheezy-backports; urgency=low
|
||||||
|
|
||||||
* Backport is now built against git 1.8.4, also now available in backports.
|
* Backport is now built against git 1.8.4, also now available in backports.
|
||||||
* Improve local pairing behavior when two computers both try to start
|
* Improve local pairing behavior when two computers both try to start
|
||||||
|
@ -98,7 +98,7 @@ git-annex (4.20131024) unstable; urgency=low
|
||||||
|
|
||||||
-- Joey Hess <joeyh@debian.org> Thu, 24 Oct 2013 12:59:55 -0400
|
-- Joey Hess <joeyh@debian.org> Thu, 24 Oct 2013 12:59:55 -0400
|
||||||
|
|
||||||
git-annex (4.20131002~bpo70+2) UNRELEASED; urgency=low
|
git-annex (4.20131002~bpo70+2) wheezy-backports; urgency=low
|
||||||
|
|
||||||
* Wheezy backport: Relax cabal version constraint on gnutls
|
* Wheezy backport: Relax cabal version constraint on gnutls
|
||||||
(allow the version in wheezy to be used, despite it being a bit buggy).
|
(allow the version in wheezy to be used, despite it being a bit buggy).
|
||||||
|
|
4
debian/control
vendored
4
debian/control
vendored
|
@ -52,7 +52,7 @@ Build-Depends:
|
||||||
libghc-feed-dev,
|
libghc-feed-dev,
|
||||||
ikiwiki,
|
ikiwiki,
|
||||||
perlmagick,
|
perlmagick,
|
||||||
git (>= 1:1.8.4),
|
git (>= 1:1.8.4~rc3),
|
||||||
rsync,
|
rsync,
|
||||||
wget,
|
wget,
|
||||||
curl,
|
curl,
|
||||||
|
@ -67,7 +67,7 @@ Package: git-annex
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Section: utils
|
Section: utils
|
||||||
Depends: ${misc:Depends}, ${shlibs:Depends},
|
Depends: ${misc:Depends}, ${shlibs:Depends},
|
||||||
git (>= 1:1.8.4),
|
git (>= 1:1.8.4~rc3),
|
||||||
rsync,
|
rsync,
|
||||||
wget,
|
wget,
|
||||||
curl,
|
curl,
|
||||||
|
|
Loading…
Reference in a new issue