[Debian-live-changes] r1360 - in dists/trunk/live-initramfs: . debian docs

Daniel Baumann daniel at alioth.debian.org
Mon May 7 13:57:00 UTC 2007


Author: daniel
Date: 2007-05-07 13:57:00 +0000 (Mon, 07 May 2007)
New Revision: 1360

Added:
   dists/trunk/live-initramfs/docs/
   dists/trunk/live-initramfs/docs/ChangeLog
Removed:
   dists/trunk/live-initramfs/doc/
   dists/trunk/live-initramfs/docs/ChangeLog
Modified:
   dists/trunk/live-initramfs/debian/rules
Log:


Modified: dists/trunk/live-initramfs/debian/rules
===================================================================
--- dists/trunk/live-initramfs/debian/rules	2007-05-07 13:56:04 UTC (rev 1359)
+++ dists/trunk/live-initramfs/debian/rules	2007-05-07 13:57:00 UTC (rev 1360)
@@ -63,8 +63,8 @@
 binary-arch: build install
 	dh_testdir
 	dh_testroot
-	dh_installchangelogs doc/ChangeLog
-	dh_installdocs doc/ChangeLog.casper
+	dh_installchangelogs docs/ChangeLog
+	dh_installdocs docs/ChangeLog.casper
 	dh_installexamples
 	dh_install
 	dh_installinit --no-restart-on-upgrade --no-start -- start 89 0 6 .

Copied: dists/trunk/live-initramfs/docs (from rev 1337, dists/trunk/live-initramfs/doc)

Deleted: dists/trunk/live-initramfs/docs/ChangeLog
===================================================================
--- dists/trunk/live-initramfs/doc/ChangeLog	2007-05-07 07:29:41 UTC (rev 1337)
+++ dists/trunk/live-initramfs/docs/ChangeLog	2007-05-07 13:57:00 UTC (rev 1360)
@@ -1,113 +0,0 @@
-2007-05-06  Daniel Baumann  <daniel at debian.org>
-
-	* Merging patches from casper 1.81+debian-4, see ChangeLog.casper.
-	* conf/live.conf:
-	  - Renamed HOST to HOSTNAME.
-	* debian/init:
-	  - Added quickreboot.
-	  - Renamed /cdrom to /live_media.
-	* doc/ChangeLog.casper:
-	  - Added missing debian uploads.
-	* manpages/live-initramfs.7:
-	  - Updated.
-	* hooks/live:
-	  - Reading live.conf earlier.
-	  - Making some udev copies conditional for ubuntu.
-	  - Allowing local keymap when using encrypted filesystems.
-	* scripts/live:
-	  - Renamed HOST to HOSTNAME.
-	  - Renamed /cdrom to /live_media.
-	  - Parsing commandline in one central place now.
-	  - Added support for encrypted filesytem images.
-	  - Added support for multiple filesystem images.
-	* scripts/live-bottom/01integrity_check:
-	  - Renamed /cdrom to /live_media.
-	* scripts/live-bottom/02etc_live_conf:
-	  - Added.
-	* scripts/live-bottom/05mountpoints:
-	  - Renamed /cdrom to /live_media.
-	* scripts/live-bottom/10adduser:
-	  - Changed default password.
-	  - Disabled xscreensaver locking.
-	* scripts/live-bottom/14locales:
-	  - Added handling of locale bootparameter.
-	* scripts/live-bottom/15autologin:
-	  - Added workaround for using gdm default config.
-	* scripts/live-bottom/18hostname:
-	  - Renamed HOST to HOSTNAME.
-	* scripts/live-bottom/19keyboard:
-	  - Added handling of keyboard bootparameter.
-	* scripts/live-bottom/20xconfig:
-	  - Added handling of keyboard bootparameter.
-	  - Added handling of locale bootparameter.
-	* scripts/live-bottom/23networking:
-	  - Disabled loop over fixed network devices.
-	* scripts/live-bottom/24preseed:
-	  - Added handling of multiple preseeding files.
-	  - Removed locale handling.
-	* scripts/live-bottom/25configure_init:
-	  - Added handling of serial ttys.
-	* scripts/live-bottom/30accessibility:
-	  - Removed extra parsing of commandline.
-	* scripts/live-functions:
-	  - Added function to really export variables.
-	* scripts/live-helpers:
-	  - Added support for encrypted filesytem images.
-
-2007-05-06  Daniel Baumann  <daniel at 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.
-	* Uploaded 1.87.2-1.
-
-2007-04-30  Daniel Baumann  <daniel at 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.

Copied: dists/trunk/live-initramfs/docs/ChangeLog (from rev 1359, dists/trunk/live-initramfs/doc/ChangeLog)




More information about the Debian-live-changes mailing list