-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Ship to /usr/share/linstaller. * debian/alan-ext-linstaller.install, setup.py: - Install alan extension in /usr/share/alan. * setup.py: - Do not ship playground configuration anymore. - Ship semplice-nolive configuration. * debian/linstaller-config-semplice.install: - Ship semplice-nolive. Change version to ~pre4.
- Loading branch information
Showing
8 changed files
with
44 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
/usr/lib/alan | ||
/usr/share/alan |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,20 @@ | ||
linstaller (1.51.0~pre3-2) emily; urgency=low | ||
linstaller (1.51.0~pre4-1) UNRELEASED; urgency=low | ||
|
||
[ tuxpenguin ] | ||
* Translated some spaghetti-English periods into English. | ||
|
||
-- tuxpenguin <[email protected]> Wed, 31 Aug 2011 18:46:22 +0200 | ||
[ Eugenio Paolantonio (g7) ] | ||
* debian/, setup.cfg: | ||
- Ship to /usr/share/linstaller. | ||
* debian/alan-ext-linstaller.install, setup.py: | ||
- Install alan extension in /usr/share/alan. | ||
* setup.py: | ||
- Do not ship playground configuration anymore. | ||
- Ship semplice-nolive configuration. | ||
* debian/linstaller-config-semplice.install: | ||
- Ship semplice-nolive. | ||
|
||
-- Eugenio Paolantonio (g7) <[email protected]> Wed, 31 Aug 2011 19:21:10 +0200 | ||
|
||
linstaller (1.51.0~pre3-1) emily; urgency=low | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
/etc/linstaller/semplice | ||
/etc/linstaller/semplice-base | ||
/etc/linstaller/semplice-nolive |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,17 @@ | ||
/usr/lib/linstaller/linstaller/modules/bootloader | ||
/usr/lib/linstaller/linstaller/modules/debian | ||
/usr/lib/linstaller/linstaller/modules/semplice | ||
/usr/lib/linstaller/linstaller/modules/end | ||
/usr/lib/linstaller/linstaller/modules/fstab | ||
/usr/lib/linstaller/linstaller/modules/language | ||
/usr/lib/linstaller/linstaller/modules/network | ||
/usr/lib/linstaller/linstaller/modules/partdisks | ||
/usr/lib/linstaller/linstaller/modules/summary | ||
/usr/lib/linstaller/linstaller/modules/timezone | ||
/usr/lib/linstaller/linstaller/modules/unsquash | ||
/usr/lib/linstaller/linstaller/modules/userhost | ||
/usr/lib/linstaller/linstaller/modules/welcome | ||
/usr/share/linstaller/linstaller/modules/bootloader | ||
/usr/share/linstaller/linstaller/modules/debian | ||
/usr/share/linstaller/linstaller/modules/semplice | ||
/usr/share/linstaller/linstaller/modules/end | ||
/usr/share/linstaller/linstaller/modules/fstab | ||
/usr/share/linstaller/linstaller/modules/language | ||
/usr/share/linstaller/linstaller/modules/network | ||
/usr/share/linstaller/linstaller/modules/partdisks | ||
/usr/share/linstaller/linstaller/modules/summary | ||
/usr/share/linstaller/linstaller/modules/timezone | ||
/usr/share/linstaller/linstaller/modules/unsquash | ||
/usr/share/linstaller/linstaller/modules/userhost | ||
/usr/share/linstaller/linstaller/modules/welcome | ||
|
||
/usr/lib/linstaller/linstaller/core/libmodules/chroot | ||
/usr/lib/linstaller/linstaller/core/libmodules/partdisks | ||
/usr/lib/linstaller/linstaller/core/libmodules/unsquash | ||
/usr/share/linstaller/linstaller/core/libmodules/chroot | ||
/usr/share/linstaller/linstaller/core/libmodules/partdisks | ||
/usr/share/linstaller/linstaller/core/libmodules/unsquash |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
/usr/bin/linstaller_wrapper.sh | ||
/usr/lib/linstaller/linstaller.py | ||
/usr/lib/linstaller/linstaller/core/*.py | ||
/usr/lib/linstaller/linstaller/core/*.pyc | ||
/usr/lib/linstaller/linstaller/core/libmodules/__init__.* | ||
/usr/lib/linstaller/linstaller/__init__.* | ||
/usr/lib/linstaller/linstaller/modules/__init__.* | ||
/usr/share/linstaller/linstaller.py | ||
/usr/share/linstaller/linstaller/core/*.py | ||
/usr/share/linstaller/linstaller/core/*.pyc | ||
/usr/share/linstaller/linstaller/core/libmodules/__init__.* | ||
/usr/share/linstaller/linstaller/__init__.* | ||
/usr/share/linstaller/linstaller/modules/__init__.* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
/usr/lib/linstaller/linstaller.py /usr/bin/linstaller | ||
/usr/share/linstaller/linstaller.py /usr/bin/linstaller |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
[install] | ||
install-lib=/usr/lib/linstaller | ||
install-scripts=/usr/lib/linstaller | ||
install-lib=/usr/share/linstaller | ||
install-scripts=/usr/share/linstaller |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
from distutils.core import setup | ||
|
||
setup(name='linstaller', | ||
version='1.51.0~pre3', | ||
version='1.51.0~pre4', | ||
description='Modular, preseedable, GNU/Linux distribution installer', | ||
author='Eugenio Paolantonio and the Semplice Team', | ||
author_email='[email protected]', | ||
|
@@ -32,8 +32,8 @@ | |
"linstaller.modules.welcome", | ||
], | ||
data_files=[("/usr/bin", ["linstaller_wrapper.sh"]), | ||
("/etc/linstaller", ["config/semplice", "config/semplice-base", "config/playground"]), | ||
("/usr/lib/alan/alan/ext", ["alan/linstaller_alan.py"]), | ||
("/etc/linstaller", ["config/semplice", "config/semplice-base", "config/semplice-nolive"]), | ||
("/usr/share/alan/alan/ext", ["alan/linstaller_alan.py"]), | ||
], | ||
requires=['ConfigParser', 'commands', 'copy', 'getpass', 'os', 'progressbar', 'subprocess', 'threading', 'traceback', 'debconf', 'exceptions', 'liblaiv_setup', 'operator', 'parted', 'sys', 't9n.library', 'time'], | ||
) |