* Daniel Dehennin <[email protected]> [120228 12:12]: > I setup an nginx to export the changelogs under /changelogs/ but that's > not where "apt-get changelog" search for non Debian packages: > > #+begin_src > Err Changelog for <PACKAGE> > (http://packages.debian.org/changelogs/pool/main/<P>/<PACKAGE>/<PACKAGE>_<VERSION>/changelog)
That's the format that script currently generates. You need to set Apt::Changelogs::Server to make apt look into the directory you configured. > 404 Not Found [IP: 87.106.64.223 80] > Get:1 Changelog for <PACKAGE> > (http://192.168.100.105/debian/pool/main/<P>/<PACKAGE>/<PACKAGE>_<VERSION>.changelog) > [151 B] I've added support for this format, too. Will be in the next version hopefully being uploaded soon. Bernhard R. Link -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

