From e606c4c6a1e5e4038e0d7995cd093a20356426d6 Mon Sep 17 00:00:00 2001 From: joey Date: Sun, 23 Apr 2000 03:42:25 +0000 Subject: [PATCH] * Major typo fix in Tgz.pm. * Fixed newlines in tgz filelist. * Fixed some undefined value warnings. * Put the rpm spec file back in. Converting the debs to rpms fails because rpm doesn't use the same perl include path. Bummer. --- debian/changelog | 2 +- debian/rules | 8 -------- 2 files changed, 1 insertion(+), 9 deletions(-) diff --git a/debian/changelog b/debian/changelog index e71be9c..8497094 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -alien (6.99.2) unstable; urgency=low +alien (6.99.3) unstable; urgency=low * Major typo fix in Tgz.pm. * Fixed newlines in tgz filelist. diff --git a/debian/rules b/debian/rules index ed23e2f..9f03102 100755 --- a/debian/rules +++ b/debian/rules @@ -51,14 +51,6 @@ installhook: cd /home/ftp/pub/code/alien; \ ln -sf ../debian/alien_$(VERSION).tar.gz alien_$(VERSION).tar.gz; \ ln -sf ../debian/alien_$(VERSION).tar.gz alien.tar.gz - fakeroot alien -k --to-slp /home/joey/debian/public/alien_*.deb - mv alien-$(VERSION).slp /home/ftp/pub/code/alien/ - fakeroot alien -k --to-rpm /home/joey/debian/public/alien_*.deb - mv alien-$(VERSION)*.rpm /home/ftp/pub/code/alien/ - ln -s /home/ftp/pub/code/alien/alien-$(VERSION)*.rpm \ - /home/ftp/pub/code/alien/alien.rpm - ln -s /home/ftp/pub/code/alien/alien-$(VERSION).slp \ - /home/ftp/pub/code/alien/alien.slp binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary