1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
|
2007-05-06 Daniel Baumann <daniel@debian.org>
* bin/casper-getty, casper-login, casper-preseed, casper-reconfigure,
casper-snapshot:
- Renamed to live-*.
* casper-md5check:
- Moved to bin.
- Renamed to live-md5check.
* casper.conf:
- Moved to conf/live.conf.
* caspermon:
- Removed.
* scripts/casper, casper-bottom, casper-functions, casper-helpers,
casper-premount:
- Renamed to live-*.
* bin/live-getty, live-login, conf/live.conf:
- Reformated.
* bin/live-snapshot, debian/dirs, debian/install, debian/rules,
hooks/live, scripts/live:
- Replaces casper path names with live.
* debian/manpage:
- Moved to manpages.
- Renamed casper.7 to live-initramfs.7.
* debian/init:
- Changed activation parameter from boot=casper to boot=live.
* scripts/casper-bottom/02_timezone:
- Fixed wrong script description.
2007-04-30 Daniel Baumann <daniel@debian.org>
* Forked casper 1.87.
* COPYING:
- Added.
* debian/control, debian/ubiquity-casper.install, ubiquity-hooks:
- Removed ubiquity support.
* debian/changelog:
- Moved old changelog to doc/ChangeLog.casper.
- Added new changelog for live-initramfs.
* debian/casper.dirs, casper.init, casper.install, casper.manpages,
casper.postinst:
- Renamed, removed packagename prefix from filename.
* debian/compat, copyright, dirs, manpages:
- Updated.
* debian/examples, links:
- Added.
* debian/rules:
- Updated.
- Added upstream target.
* debian/control:
- Updated.
- Added depends to file.
- Added conflicts/replaces to casper.
* debian/postinst:
- Running 'update-initramfs' for all kernel versions instead of
latest only.
* Uploaded 1.87.1-1.
|