mirror of
https://github.com/Project-OSS-Revival/alien.git
synced 2026-04-24 14:00:17 +00:00
* 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:
2
debian/changelog
vendored
2
debian/changelog
vendored
@@ -1,4 +1,4 @@
|
|||||||
alien (6.99.2) unstable; urgency=low
|
alien (6.99.3) unstable; urgency=low
|
||||||
|
|
||||||
* Major typo fix in Tgz.pm.
|
* Major typo fix in Tgz.pm.
|
||||||
* Fixed newlines in tgz filelist.
|
* Fixed newlines in tgz filelist.
|
||||||
|
|||||||
8
debian/rules
vendored
8
debian/rules
vendored
@@ -51,14 +51,6 @@ installhook:
|
|||||||
cd /home/ftp/pub/code/alien; \
|
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_$(VERSION).tar.gz; \
|
||||||
ln -sf ../debian/alien_$(VERSION).tar.gz alien.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
|
binary: binary-indep binary-arch
|
||||||
.PHONY: build clean binary-indep binary-arch binary
|
.PHONY: build clean binary-indep binary-arch binary
|
||||||
|
|||||||
Reference in New Issue
Block a user