[Debian-live-changes] r1825 - in dists/trunk/live-webhelper: . manpages

daniel at alioth.debian.org daniel at alioth.debian.org
Mon May 28 07:54:28 UTC 2007


Author: daniel
Date: 2007-05-28 07:54:28 +0000 (Mon, 28 May 2007)
New Revision: 1825

Added:
   dists/trunk/live-webhelper/manpages/
   dists/trunk/live-webhelper/manpages/live-webhelper.7
Modified:
   dists/trunk/live-webhelper/Makefile
Log:


Modified: dists/trunk/live-webhelper/Makefile
===================================================================
--- dists/trunk/live-webhelper/Makefile	2007-05-28 07:49:27 UTC (rev 1824)
+++ dists/trunk/live-webhelper/Makefile	2007-05-28 07:54:28 UTC (rev 1825)
@@ -1,5 +1,7 @@
 # Makefile
 
+TRANSLATIONS=""
+
 all: build
 
 test:
@@ -25,6 +27,20 @@
 	mkdir -p $(DESTDIR)/usr/share/doc/live-webhelper
 	cp -r COPYING docs/* $(DESTDIR)/usr/share/doc/live-webhelper
 
+	# Installing manpages
+	set -e; for MANPAGE in manpages/*.en.7; \
+	do \
+		install -D -m 0644 $$MANPAGE $(DESTDIR)/usr/share/man/man7/`basename $$MANPAGE .en.7`.7; \
+	done
+
+	set -e; for TRANSLATIONS in $$TRANSLATIONS; \
+	do \
+		for MANPAGE in manpages/*.$$TRANSLATION.7; \
+		do \
+			install -D -m 0644 $$MANPAGE $(DESTDIR)/usr/share/man/$$TRANSLATION/man7/`basename $$MANPAGE .$$TRANSLATION.7`.7; \
+		done; \
+	done
+
 	# Installing logfile
 	install -d -m 0755 $(DESTDIR)/var/log
 	touch $(DESTDIR)/var/log/live
@@ -42,12 +58,33 @@
 	# Uninstalling documentation
 	rm -rf $(DESTDIR)/usr/share/doc/live-webhelper
 
+	# Uninstalling manpages
+	set -e; for MANPAGE in manpages/*.en.7; \
+	do \
+		rm -f $(DESTDIR)/usr/share/man/man7/`basename $$MANPAGE .en.7`.7; \
+	done
+
+	set -e; for TRANSLATIONS in $$TRANSLATIONS; \
+	do \
+		for MANPAGE in manpages/*.$$TRANSLATION.7; \
+		do \
+			install -D -m 0644 $$MANPAGE $(DESTDIR)/usr/share/man/$$TRANSLATION/man7/`basename $$MANPAGE .$$TRANSLATION.7`.7; \
+		done; \
+	done
+
 	# Uninstalling logfile
 	rm -f $(DESTDIR)/var/log/live*
 
 update:
 	sed -i -e 's/VERSION="1.0~a13"/VERSION="1.0~a14"/' default
 
+	set -e; for MANPAGE in manpages/*.en.*; \
+	do \
+		sed -i	-e 's/2007\\-06\\-04/2007\\-06\\-11/' \
+			-e 's/1.0~a13/1.0~a14/' \
+		$$MANPAGE; \
+	done
+
 clean:
 
 distclean:

Added: dists/trunk/live-webhelper/manpages/live-webhelper.7
===================================================================
--- dists/trunk/live-webhelper/manpages/live-webhelper.7	                        (rev 0)
+++ dists/trunk/live-webhelper/manpages/live-webhelper.7	2007-05-28 07:54:28 UTC (rev 1825)
@@ -0,0 +1,30 @@
+.TH LIVE\-WEBHELPER 7 "2007\-06\-04" "1.0~a13" "live\-webhelper"
+
+.SH NAME
+live\-webhelper \- Debian Live initramfs hook
+
+.SH DESCRIPTION
+live\-initramfs is a hook for the initramfs\-tools, used to generate a initramfs capable to boot live systems, such as those created by \fIlive\-helper\fR(7). This includes the Debian Live isos, netboot tarballs, and usb stick images.
+.PP
+At boot time it will look for a (read\-only) media containing a "/live" directory where a root filesystems (often a compressed filesystem image like squashfs) is stored. If found, it will create a writable environment, using unionfs, for Debian like systems to boot from.
+.PP
+live\-initramfs is a fork of casper <\fIhttp://packages.ubuntu.com/casper/\fR>. casper was originally written by Tollef Fog Heen <\fItfheen at canonical.com\fR> and Matt Zimmerman <\fImdz at canonical.com\fR>.
+
+.SH FILES
+.B /usr/share/live-webhelper/templates
+
+.SH SEE ALSO
+\fIlive\-helper\fR(7)
+.PP
+\fIlive\-initramfs\fR(7)
+.PP
+\fIlive\-sysvinit\fR(7)
+
+.SH BUGS
+Report bugs against live\-initramfs <\fIhttp://packages.qa.debian.org/live\-initramfs/\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\-helper was written by Richard Nelson <\fIrjent at rjent.pair.com\fR> and Daniel Baumann <\fIdaniel at debian.org\fR> for the Debian project.




More information about the Debian-live-changes mailing list