tool for getting changes between versions of a package

Scott Moser smoser at ubuntu.com
Wed Oct 6 22:00:51 BST 2010


On Thu, 23 Sep 2010, James Westby wrote:

> > - for each binary package, i have to get the source package
> >   I figure this is available somewhere on launchpad, but haven't dug
> >   around exactly.
> > - for each source package, https://launchpad.net/ubuntu/+source/apparmor
> >   has data on the most recent changelog entry, but would incomplete
> >   if the differences in the manifest spanned 2 version updates.
>
> Maybe just use changelogs.ubuntu.com?

I finally got around to actually trying to code this.  I now can determine
a source package for a binary package, and then go through the list of
changed source packages and pull their respective versions.

The issue I'm running into now, source-version combinations are not
available on changelogs.ubuntu.com.  So far, in limited testing, I've
only found 1:
   lazr.restfulclient at 0.9.11-1ubuntu1
The directory listing [1] shows only a
'python-lazr.restfulclient.copyright' file, but no 'changelog' like other
directories do.

Anyone have a reason why that particular changelog would be missing?
I *can* get at the diff of a changelog via [2], but I had really hoped to
get the full changelogs.

--
[1] http://changelogs.ubuntu.com/changelogs/pool/main/l/lazr.restfulclient/lazr.restfulclient_0.9.11-1ubuntu1/
[2] http://launchpadlibrarian.net/39979881/lazr.restfulclient_0.9.11-1_0.9.11-1ubuntu1.diff.gz



More information about the ubuntu-devel mailing list