Package: mirror Version: 2.9-54 The diff binary package is going to be renamed "diffutils" (the upstream name). As mirror Build-Depends on "diff (>=2.8.1-6)", this build-dependency should be adjusted.
If you want to support compilation on releases of Debian more than 6 years old, you could change it to "diff (>=2.8.1-6) | diffutils". On the other side, if you think 2.8.1-6 is old enough (I think so), you could just drop the dependency, as diffutils will continue to be build-essential anyway. Proposed patch: diff -ru mirror-2.9.orig/debian/control mirror-2.9/debian/control --- mirror-2.9.orig/debian/control 2009-08-28 19:50:04.000000000 +0200 +++ mirror-2.9/debian/control 2009-08-28 19:55:40.598704346 +0200 @@ -3,7 +3,7 @@ Priority: optional Maintainer: Ian Maclaine-cross <[email protected]> Standards-Version: 3.7.3 -Build-Depends: debhelper (>=5), diff (>=2.8.1-6) +Build-Depends: debhelper (>=5) Homepage: http://www6.uniovi.es/mirror/ Package: mirror Thanks. -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

