From 9fde962934d3262538c0b5b258418810eda17f6c Mon Sep 17 00:00:00 2001 From: joey Date: Thu, 19 Jul 2001 00:35:50 +0000 Subject: [PATCH] blanket removal of emacs cruft from changelog files, and some other minor changes --- debian/changelog | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/debian/changelog b/debian/changelog index 7a2b669..96746b3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -233,8 +233,8 @@ alien (6.99) unstable; urgency=low one: perl -MAlien::Package::Deb -MAlien::Package::Rpm -e ' $p=Alien::Package::Rpm->new(filename => shift); $p->unpack; - bless($p, "Alien::Package::Deb"); - $p->prep; $p->build' + bless($p, "Alien::Package::Deb"); + $p->prep; $p->build' * Almost every line of code has been rewritten. * Package descriptions now include a note that they were converted with alien. There are other numerous changes to the converted packages, for @@ -1927,7 +1927,3 @@ debmake (0.1) experimental; urgency=low * Initial Release. -- Christoph Lameter Thu, 10 Oct 1996 13:21:48 -0800 - -Local variables: -mode: debian-changelog -End: