[Debian-live-changes] r2323 - in dists/trunk: . live-initscripts live-initscripts/debian live-initscripts/manpages

daniel at alioth.debian.org daniel at alioth.debian.org
Sun Jul 1 12:30:43 UTC 2007


Author: daniel
Date: 2007-07-01 12:30:43 +0000 (Sun, 01 Jul 2007)
New Revision: 2323

Added:
   dists/trunk/live-initscripts/
Removed:
   dists/trunk/live-sysvinit/
Modified:
   dists/trunk/live-initscripts/Makefile
   dists/trunk/live-initscripts/debian/changelog
   dists/trunk/live-initscripts/debian/control
   dists/trunk/live-initscripts/debian/rules
   dists/trunk/live-initscripts/manpages/live-sysvinit.en.7
Log:


Copied: dists/trunk/live-initscripts (from rev 2313, dists/trunk/live-sysvinit)

Modified: dists/trunk/live-initscripts/Makefile
===================================================================
--- dists/trunk/live-sysvinit/Makefile	2007-07-01 04:53:55 UTC (rev 2313)
+++ dists/trunk/live-initscripts/Makefile	2007-07-01 12:30:43 UTC (rev 2323)
@@ -21,8 +21,8 @@
 	done
 
 	# Installing documentation
-	mkdir -p $(DESTDIR)/usr/share/doc/live-sysvinit
-	cp -r COPYING docs/* $(DESTDIR)/usr/share/doc/live-sysvinit
+	mkdir -p $(DESTDIR)/usr/share/doc/live-initscripts
+	cp -r COPYING docs/* $(DESTDIR)/usr/share/doc/live-initscripts
 
 	# Installing manpages
 	set -e; for MANPAGE in manpages/*.en.7; \

Modified: dists/trunk/live-initscripts/debian/changelog
===================================================================
--- dists/trunk/live-sysvinit/debian/changelog	2007-07-01 04:53:55 UTC (rev 2313)
+++ dists/trunk/live-initscripts/debian/changelog	2007-07-01 12:30:43 UTC (rev 2323)
@@ -1,4 +1,4 @@
-live-sysvinit (1.90.1-1) UNRELEASED; urgency=low
+live-initscripts (1.90.1-1) UNRELEASED; urgency=low
 
   * Initial release.
 

Modified: dists/trunk/live-initscripts/debian/control
===================================================================
--- dists/trunk/live-sysvinit/debian/control	2007-07-01 04:53:55 UTC (rev 2313)
+++ dists/trunk/live-initscripts/debian/control	2007-07-01 12:30:43 UTC (rev 2323)
@@ -1,18 +1,18 @@
-Source: live-sysvinit
+Source: live-initscripts
 Section: misc
 Priority: optional
 Maintainer: Debian Live <debian-live-devel at lists.alioth.debian.org>
-Uploaders: Daniel Baumann <daniel at debian.org>, Marco Amadori <marco.amadori at gmail.com>
+Uploaders: Daniel Baumann <daniel at debian.org>
 Build-Depends: debhelper (>= 5)
 Standards-Version: 3.7.2
-XS-Vcs-Svn: svn://svn.debian.org/debian-live/dists/trunk/live-sysvinit/
-XS-VCS-Browse: http://svn.debian.org/wsvn/debian-live/dists/trunk/live-sysvinit/
+XS-Vcs-Svn: svn://svn.debian.org/debian-live/dists/trunk/live-initscripts/
+XS-VCS-Browse: http://svn.debian.org/wsvn/debian-live/dists/trunk/live-initscripts/
 
-Package: live-sysvinit
+Package: live-initscripts
 Architecture: all
-Description: Debian Live sysvinit scripts
- live-sysvinit is part of the debian-live project. It is a collection
- of scripts that runs during sysvinit time.
+Description: Debian Live initscripts scripts
+ live-initscripts is part of the Debian Live project. It is a collection
+ of scripts that runs during init time.
  .
  It is aimed to add modularity and ease of customisation to
  debian-live for tasks that do not need to be done in early userspace

Modified: dists/trunk/live-initscripts/debian/rules
===================================================================
--- dists/trunk/live-sysvinit/debian/rules	2007-07-01 04:53:55 UTC (rev 2313)
+++ dists/trunk/live-initscripts/debian/rules	2007-07-01 12:30:43 UTC (rev 2323)
@@ -5,7 +5,7 @@
 
 upstream:
 	# Needs: subversion
-	cd .. && svn co svn://svn.debian.org/debian-live/dists/trunk/live-sysvinit || true
+	cd .. && svn co svn://svn.debian.org/debian-live/dists/trunk/live-initscripts || true
 	find . -type d -name .svn | xargs rm -rf
 
 build:
@@ -23,11 +23,11 @@
 	dh_installdirs
 
 	# Installing package
-	$(MAKE) install DESTDIR=$(CURDIR)/debian/live-sysvinit
+	$(MAKE) install DESTDIR=$(CURDIR)/debian/live-initscripts
 
 	# Removing double files
-	rm -f debian/live-sysvinit/usr/share/doc/live-sysvinit/COPYING
-	rm -f debian/live-sysvinit/usr/share/doc/live-sysvinit/ChangeLog
+	rm -f debian/live-initscripts/usr/share/doc/live-initscripts/COPYING
+	rm -f debian/live-initscripts/usr/share/doc/live-initscripts/ChangeLog
 
 binary-arch: build install
 

Modified: dists/trunk/live-initscripts/manpages/live-sysvinit.en.7
===================================================================
--- dists/trunk/live-sysvinit/manpages/live-sysvinit.en.7	2007-07-01 04:53:55 UTC (rev 2313)
+++ dists/trunk/live-initscripts/manpages/live-sysvinit.en.7	2007-07-01 12:30:43 UTC (rev 2323)
@@ -1,15 +1,15 @@
-.TH LIVE\-SYSVINIT 7 "2007\-06\-04" "1.87.6" "live\-sysvinit"
+.TH LIVE\-INITSCRIPTS 7 "2007\-06\-04" "1.87.6" "live\-initscripts"
 
 .SH NAME
-live\-initramfs \- Debian Live sysvinit scripts
+live\-initscripts \- Debian Live init scripts
 
 .SH DESCRIPTION
-live\-sysvinit contains init scripts for various Debian Live customizations.
+live\-initscripts contains init scripts for various Debian Live customizations.
 .PP
 You probably do not want to install this package onto a non-live system, although it will do no harm.
 
 .SH BOOT OPTIONS
-Here is the complete list of recognized boot parameters by live\-sysvinit.
+Here is the complete list of recognized boot parameters by live\-initscripts.
 .IP "\fBupgrade\fR" 4
 performes an apt-get update/apt-get upgrace cycle while booting (experimental).
 
@@ -19,10 +19,10 @@
 \fIlive\-initramfs\fR(7)
 
 .SH BUGS
-Report bugs against live\-sysvinit <\fIhttp://packages.qa.debian.org/live\-sysvinit/\fR>.
+Report bugs against live\-initscripts <\fIhttp://packages.qa.debian.org/live\-initscripts/\fR>.
 
 .SH HOMEPAGE
 More information about the Debian Live project can be found at <\fIhttp://debian\-live.alioth.debian.org/\fR> and <\fIhttp://wiki.debian.org/DebianLive/\fR>.
 
 .SH AUTHORS
-live\-initramfs was written by Daniel Baumann <\fIdaniel at debian.org\fR> for the Debian project.
+live\-initscripts was written by Daniel Baumann <\fIdaniel at debian.org\fR> for the Debian project.




More information about the Debian-live-changes mailing list