* 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.
This commit is contained in:
joey
2000-04-23 03:42:25 +00:00
parent a776300da4
commit e606c4c6a1
2 changed files with 1 additions and 9 deletions

2
debian/changelog vendored
View File

@@ -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.

8
debian/rules vendored
View File

@@ -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