Skip to content

Commit

Permalink
* debian/, setup.cfg:
Browse files Browse the repository at this point in the history
  - 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
g7 committed Aug 31, 2011
1 parent 4382b08 commit e6f6541
Show file tree
Hide file tree
Showing 8 changed files with 44 additions and 31 deletions.
2 changes: 1 addition & 1 deletion debian/alan-ext-linstaller.install
Original file line number Diff line number Diff line change
@@ -1 +1 @@
/usr/lib/alan
/usr/share/alan
16 changes: 14 additions & 2 deletions debian/changelog
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

Expand Down
1 change: 1 addition & 0 deletions debian/linstaller-config-semplice.install
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
32 changes: 16 additions & 16 deletions debian/linstaller-modules-base.install
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
12 changes: 6 additions & 6 deletions debian/linstaller.install
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__.*
2 changes: 1 addition & 1 deletion debian/linstaller.links
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
4 changes: 2 additions & 2 deletions setup.cfg
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
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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]',
Expand All @@ -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'],
)

0 comments on commit e6f6541

Please sign in to comment.