mirror of
https://github.com/Project-OSS-Revival/alien.git
synced 2026-04-24 14:00:17 +00:00
* Fixed alien.slp file generation.
This commit is contained in:
3
Makefile
3
Makefile
@@ -37,7 +37,4 @@ debian:
|
||||
rpm:
|
||||
sudo rpm -ba -v alien.spec --target noarch
|
||||
|
||||
stampede:
|
||||
fakeroot alien --to-slp ../alien_$(VER)_all.deb ; \
|
||||
|
||||
.PHONY: debian
|
||||
|
||||
6
debian/changelog
vendored
6
debian/changelog
vendored
@@ -1,3 +1,9 @@
|
||||
alien (6.46) unstable; urgency=low
|
||||
|
||||
* Fixed alien.slp file generation.
|
||||
|
||||
-- Joey Hess <joeyh@master.debian.org> Sat, 4 Sep 1999 23:49:10 -0700
|
||||
|
||||
alien (6.45) unstable; urgency=low
|
||||
|
||||
* Checked into cvs. Added a fixlinks script to generate all symlinks.
|
||||
|
||||
2
debian/rules
vendored
2
debian/rules
vendored
@@ -53,7 +53,7 @@ installhook:
|
||||
cd /home/ftp/pub/code/alien; \
|
||||
ln -sf ../debian/alien_$(VERSION).tar.gz alien_$(VER).tar.gz; \
|
||||
ln -sf ../debian/alien_$(VERSION).tar.gz alien.tar.gz
|
||||
$(MAKE) stampede rpm
|
||||
fakeroot alien --to-slp /home/joey/debian/public/alien_*.deb
|
||||
mv alien-$(VERSION).slp /home/ftp/pub/code/alien/
|
||||
ln -s /home/ftp/pub/code/alien/alien-$(VERSION).slp \
|
||||
/home/ftp/pub/code/alien/alien.slp
|
||||
|
||||
Reference in New Issue
Block a user