Re: How to get changelog file for a given _binary_ package?

2000-12-30 Thread Ingo Saitz
On Wed, Dec 27, 2000 at 03:17:54PM +, Marc Haber wrote:
 we use a number of backported potato packages and I am working on a
 script that sends me e-mail when a new version of these packages
 appears in woody.

You can subscribe to debian-devel-changes@lists.debian.org to get
an email whenever a package in unstable is changed. Just filter
for the packages that you have modified by parsing the subject
should be sufficient :)

Happy new year!

Ingo
-- 
Disclosed Source programs mean software for which the source code is
available without confidential or trade secret restrictions and for which 
the source code and object code are available for distribution without
license charges.




Re: How to get changelog file for a given _binary_ package?

2000-12-28 Thread Marc Haber
On Wed, 27 Dec 2000 08:49:49 -0800, [EMAIL PROTECTED] (Rick Younie)
wrote:
Or add woody to sources.list and parse the Packages files locally.

Since we have a Debian mirror, I decided to locally parse the Packages
files on the mirror machine.

Greetings
Marc

-- 
-- !! No courtesy copies, please !! -
Marc Haber  |Questions are the | Mailadresse im Header
Karlsruhe, Germany  | Beginning of Wisdom  | Fon: *49 721 966 32 15
Nordisch by Nature  | Lt. Worf, TNG Rightful Heir | Fax: *49 721 966 31 29




How to get changelog file for a given _binary_ package?

2000-12-27 Thread Marc Haber
Hi,

we use a number of backported potato packages and I am working on a
script that sends me e-mail when a new version of these packages
appears in woody.

I would like to do this by periodically pulling the change logs for
all packages that we have backported from the Debian web page
(http://cgi.debian.org/cgi-bin/get-changelog?package=$package) and
then comparing the version number with the version number of our back
port.

This doesn't work for multiple binary source packages - for example,
for libdb2-util, the URL given above returns No such changelog file.

Any other ideas how to do this?

Greetings
Marc

-- 
-- !! No courtesy copies, please !! -
Marc Haber  |Questions are the | Mailadresse im Header
Karlsruhe, Germany  | Beginning of Wisdom  | Fon: *49 721 966 32 15
Nordisch by Nature  | Lt. Worf, TNG Rightful Heir | Fax: *49 721 966 31 29




Re: How to get changelog file for a given _binary_ package?

2000-12-27 Thread Brian Almeida
On Wed, Dec 27, 2000 at 03:17:54PM +, Marc Haber wrote:
 Hi,
 
 we use a number of backported potato packages and I am working on a
 script that sends me e-mail when a new version of these packages
 appears in woody.
 
 I would like to do this by periodically pulling the change logs for
 all packages that we have backported from the Debian web page
 (http://cgi.debian.org/cgi-bin/get-changelog?package=$package) and
 then comparing the version number with the version number of our back
 port.
 
 This doesn't work for multiple binary source packages - for example,
 for libdb2-util, the URL given above returns No such changelog file.
 
 Any other ideas how to do this?
apt-cache show $package|grep Source
Then use that value in the url (in this case db)

-- 
Brian Almeida  | http://www.debian.org/~bma
Debian Developer   | [EMAIL PROTECTED]




Re: How to get changelog file for a given _binary_ package?

2000-12-27 Thread Marc Haber
On Wed, 27 Dec 2000 10:37:17 -0500, Brian Almeida [EMAIL PROTECTED] wrote:
apt-cache show $package|grep Source

in a perl script, ugly. But a possible way to do it.

Then use that value in the url (in this case db)

http://cgi.debian.org/cgi-bin/get-changelog?package=db
No such changelog.

Might this be possible because there is no binary package named db?

Greetings
Marc

-- 
-- !! No courtesy copies, please !! -
Marc Haber  |Questions are the | Mailadresse im Header
Karlsruhe, Germany  | Beginning of Wisdom  | Fon: *49 721 966 32 15
Nordisch by Nature  | Lt. Worf, TNG Rightful Heir | Fax: *49 721 966 31 29




Re: How to get changelog file for a given _binary_ package?

2000-12-27 Thread Rick Younie
Marc Haber wrote:
 Hi,
 
 we use a number of backported potato packages and I am working on a
 script that sends me e-mail when a new version of these packages
 appears in woody.
 
 I would like to do this by periodically pulling the change logs for
 all packages that we have backported from the Debian web page
 (http://cgi.debian.org/cgi-bin/get-changelog?package=3D$package) and
 then comparing the version number with the version number of our back
 port.
 
 This doesn't work for multiple binary source packages - for example,
 for libdb2-util, the URL given above returns No such changelog file.

Hi,

lynx -dump http://packages.debian.org/libdb2-util
might do what you want.

Or add woody to sources.list and parse the Packages files locally.
I think you'd also need to run the development APT at people.d.o/~jgg
to tag woody so it isn't an install candidate.

Rick
-- 




Re: How to get changelog file for a given _binary_ package?

2000-12-27 Thread Matt Zimmerman
On Wed, Dec 27, 2000 at 03:17:54PM +, Marc Haber wrote:

 I would like to do this by periodically pulling the change logs for
 all packages that we have backported from the Debian web page
 (http://cgi.debian.org/cgi-bin/get-changelog?package=$package) and
 then comparing the version number with the version number of our back
 port.

The get-changelog CGI doesn't seem to have worked for quite some time now.  I
don't think the problem is necessarily with multiple binary packages, but that
a lot of data is missing.  I am working on a replacement that uses a database
backend, but it would need to be hooked into dinstall/da-katie/whatever in
order to be most effective, and I don't expect that to happen anytime soon.

-- 
 - mdz