[Debian-live-changes] r1275 - in dists/trunk/live-initramfs: debian doc

Daniel Baumann daniel at alioth.debian.org
Sat May 5 21:58:41 UTC 2007


Author: daniel
Date: 2007-05-05 21:58:41 +0000 (Sat, 05 May 2007)
New Revision: 1275

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


Added: dists/trunk/live-initramfs/debian/changelog
===================================================================
--- dists/trunk/live-initramfs/debian/changelog	2007-05-05 21:48:17 UTC (rev 1274)
+++ dists/trunk/live-initramfs/debian/changelog	2007-05-05 21:58:41 UTC (rev 1275)
@@ -0,0 +1,5 @@
+live-initramfs (1.81.1-1) unstable; urgency=low
+
+  * Initial release, forking casper.
+
+ -- Daniel Baumann <daniel at debian.org>  Mon, 30 Apr 2007 00:00:00 +0200

Modified: dists/trunk/live-initramfs/debian/rules
===================================================================
--- dists/trunk/live-initramfs/debian/rules	2007-05-05 21:48:17 UTC (rev 1274)
+++ dists/trunk/live-initramfs/debian/rules	2007-05-05 21:58:41 UTC (rev 1275)
@@ -1,8 +1,13 @@
-#! /usr/bin/make -f
+#!/usr/bin/make -f
 
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
+upstream:
+	# Needs: subversion
+	cd .. && svn co svn://svn.debian.org/debian-live/dists/trunk/live-initramfs || true
+	find . -type d -name .svn | xargs rm -rf
+
 # Looking in which build system we are
 BUILD_SYSTEM := $(shell lsb_release --short --id)
 

Modified: dists/trunk/live-initramfs/doc/ChangeLog
===================================================================
--- dists/trunk/live-initramfs/doc/ChangeLog	2007-05-05 21:48:17 UTC (rev 1274)
+++ dists/trunk/live-initramfs/doc/ChangeLog	2007-05-05 21:58:41 UTC (rev 1275)
@@ -11,9 +11,13 @@
 	* debian/casper.dirs, casper.init, casper.install, casper.manpages,
 	  casper.postinst:
 	  - Renamed, removed package prefix from filename.
+	* debian/links:
+	  - Added.
 	* debian/compat, control, copyright, dirs, manpages:
 	  - Updated.
-	* postinst:
+	* debian/postinst:
 	  - Running 'update-initramfs' for all kernel versions instead of
 	    latest only.
+	* debian/rules:
+	  - Added upstream target.
 	* Uploaded 1.87.1-1.




More information about the Debian-live-changes mailing list