also sprach James Westby <[EMAIL PROTECTED]> [2006.09.23.1906 +0200]: > I'm not sure about the name, and perhaps it should be folded in to > debdiff itself, but this felt more natural. > > It is a wrapper around debdiff that runs it for all binary packages > built from a source package, comparing the most recent version to the > previous.
debdiff does not compare binary packages, it compares the source. > It attempts to get as much information as possible from files. It can be > run from an unpacked source dir, in which it read debian/control and > debian/changelog to get the packages and versions. The alternative is to > run it with a .changes file as an argument, in which case the old > version must be provided, as it is not in the file. The way I always use debdiff is: apt-get source foo cd foo-1.2 dch -v1.2-1.1 <make changes> cd ../ dpkg-source -b foo-1.2 Now, there will be two .dsc files, for -1 and -1.1, so you feed both to debdiff. I don't quite understand your use case. > +.TH USCAN 1 "Debian Utilities" "DEBIAN" \" -*- nroff -*- USCAN? :) -- .''`. martin f. krafft <[EMAIL PROTECTED]> : :' : proud Debian developer, author, administrator, and user `. `'` http://people.debian.org/~madduck - http://debiansystem.info `- Debian - when you have better things to do than fixing systems
signature.asc
Description: Digital signature (GPG/PGP)

