[Demudi-commits] r698 - bootsplash/trunk/debian

Free Ekanayaka free-guest at costa.debian.org
Mon Feb 13 11:19:19 UTC 2006


Author: free-guest
Date: 2006-02-13 11:19:18 +0000 (Mon, 13 Feb 2006)
New Revision: 698

Added:
   bootsplash/trunk/debian/splash.sh.1
Removed:
   bootsplash/trunk/debian/splash_sh.1
Modified:
   bootsplash/trunk/debian/changelog
   bootsplash/trunk/debian/rules
Log:
* Copy the splash.sh.1 man page manually, as dh_installman doesn't
  like the .sh suffix

Modified: bootsplash/trunk/debian/changelog
===================================================================
--- bootsplash/trunk/debian/changelog	2006-02-13 09:48:46 UTC (rev 697)
+++ bootsplash/trunk/debian/changelog	2006-02-13 11:19:18 UTC (rev 698)
@@ -13,6 +13,8 @@
   * Properly handle non-interactive installs: the theme and initrd 
     debconf question might not be answered
   * Use the first kernel listed in /boot as default
+  * Copy the splash.sh.1 man page manually, as dh_installman doesn't
+    like the .sh suffix
 
  -- Free Ekanayaka <free at agnula.org>  Mon,  6 Feb 2006 05:27:50 -0500
 

Modified: bootsplash/trunk/debian/rules
===================================================================
--- bootsplash/trunk/debian/rules	2006-02-13 09:48:46 UTC (rev 697)
+++ bootsplash/trunk/debian/rules	2006-02-13 11:19:18 UTC (rev 698)
@@ -63,8 +63,7 @@
 	dh_installman debian/fbtruetype.1
 	dh_installman debian/includeprog.1
 	dh_installman debian/splash.1
-	dh_installman debian/splash_sh.1
-
+	cp debian/splash.sh.1 $(CURDIR)/debian/bootsplash/usr/share/man/man1/
 	# Add here commands to install the package into debian/bootsplash.
 	$(MAKE) -C Utilities install DESTDIR="$(CURDIR)/debian/bootsplash"
 	$(MAKE) -C Utilities install.static DESTDIR="$(CURDIR)/debian/bootsplash"

Copied: bootsplash/trunk/debian/splash.sh.1 (from rev 697, bootsplash/trunk/debian/splash_sh.1)

Deleted: bootsplash/trunk/debian/splash_sh.1
===================================================================
--- bootsplash/trunk/debian/splash_sh.1	2006-02-13 09:48:46 UTC (rev 697)
+++ bootsplash/trunk/debian/splash_sh.1	2006-02-13 11:19:18 UTC (rev 698)
@@ -1,85 +0,0 @@
-.\" $Header: /aolnet/dev/src/CVS/sgml/docbook-to-man/cmd/docbook-to-man.sh,v 1.1.1.1 1998/11/13 21:31:59 db3l Exp $
-.\"
-.\"	transcript compatibility for postscript use.
-.\"
-.\"	synopsis:  .P! <file.ps>
-.\"
-.de P!
-.fl
-\!!1 setgray
-.fl
-\\&.\"
-.fl
-\!!0 setgray
-.fl			\" force out current output buffer
-\!!save /psv exch def currentpoint translate 0 0 moveto
-\!!/showpage{}def
-.fl			\" prolog
-.sy sed -e 's/^/!/' \\$1\" bring in postscript file
-\!!psv restore
-.
-.de pF
-.ie     \\*(f1 .ds f1 \\n(.f
-.el .ie \\*(f2 .ds f2 \\n(.f
-.el .ie \\*(f3 .ds f3 \\n(.f
-.el .ie \\*(f4 .ds f4 \\n(.f
-.el .tm ? font overflow
-.ft \\$1
-..
-.de fP
-.ie     !\\*(f4 \{\
-.	ft \\*(f4
-.	ds f4\"
-'	br \}
-.el .ie !\\*(f3 \{\
-.	ft \\*(f3
-.	ds f3\"
-'	br \}
-.el .ie !\\*(f2 \{\
-.	ft \\*(f2
-.	ds f2\"
-'	br \}
-.el .ie !\\*(f1 \{\
-.	ft \\*(f1
-.	ds f1\"
-'	br \}
-.el .tm ? font underflow
-..
-.ds f1\"
-.ds f2\"
-.ds f3\"
-.ds f4\"
-'\" t 
-.ta 8n 16n 24n 32n 40n 48n 56n 64n 72n  
-.TH "splash.sh" "1" 
-.SH "NAME" 
-splash.sh \(em  script called from /etc/init.d/rc and /etc/init.d/rcS to update the bootsplash image. 
-.SH "SYNOPSIS" 
-.PP 
-\fBsplash.sh\fR [\fBprocess\fI\fR\fP]  
-.SH "DESCRIPTION" 
-.PP 
-This manual page was written for the \fBDebian\fP distribution 
-because the original program does not have a manual page. 
- 
-.PP 
-\fBsplash.sh\fR is called from the boot scripts and 
-is used to update the bootsplash image.  This includes displaying 
-text, playing animations, and updating the progress bar.  It takes 
-the command that was called from the rc script as a parameter. 
-.SH "SEE ALSO" 
-.PP 
-bootsplash (7), bootanim (1). 
-.SH "AUTHOR" 
-.PP 
-This manual page was written by Matthew A. Nicholson debian at matt-land.com for 
-the \fBDebian\fP system (but may be used by others).  Permission is 
-granted to copy, distribute and/or modify this document under 
-the terms of the GNU General Public License, Version 2 any  
-later version published by the Free Software Foundation. 
- 
-.PP 
-On Debian systems, the complete text of the GNU General Public 
-License can be found in /usr/share/common-licenses/GPL. 
- 
-.\" created by instant / docbook-to-man, Sun 28 Mar 2004, 11:05 




More information about the Demudi-commits mailing list