r4177 - packages/trunk/fretsonfire/debian

Matthew Johnson mjj29-guest at alioth.debian.org
Tue Sep 11 11:24:53 UTC 2007


Author: mjj29-guest
Date: 2007-09-11 11:24:53 +0000 (Tue, 11 Sep 2007)
New Revision: 4177

Modified:
   packages/trunk/fretsonfire/debian/changelog
   packages/trunk/fretsonfire/debian/fretsonfire.sgml
   packages/trunk/fretsonfire/debian/rules
Log:
fix obvious manpage inaccuracies


Modified: packages/trunk/fretsonfire/debian/changelog
===================================================================
--- packages/trunk/fretsonfire/debian/changelog	2007-09-10 21:29:04 UTC (rev 4176)
+++ packages/trunk/fretsonfire/debian/changelog	2007-09-11 11:24:53 UTC (rev 4177)
@@ -1,9 +1,13 @@
 fretsonfire (1.2.451.dfsg-3) UNRELEASED; urgency=low
 
-  * 
+  [ Miriam Ruiz ]
+  *
 
- -- Miriam Ruiz <little_miry at yahoo.es>  Sat, 01 Sep 2007 18:23:36 +0000
+  [ Matthew Johnson ]
+  * Correct obvious inaccuracies in man page
 
+ -- Matthew Johnson <debian at matthew.ath.cx>  Tue, 11 Sep 2007 12:24:21 +0100
+
 fretsonfire (1.2.451.dfsg-2) unstable; urgency=low
 
   [ Matthew Johnson ]

Modified: packages/trunk/fretsonfire/debian/fretsonfire.sgml
===================================================================
--- packages/trunk/fretsonfire/debian/fretsonfire.sgml	2007-09-10 21:29:04 UTC (rev 4176)
+++ packages/trunk/fretsonfire/debian/fretsonfire.sgml	2007-09-11 11:24:53 UTC (rev 4177)
@@ -17,10 +17,10 @@
   -->
 
   <!-- Fill in your name for FIRSTNAME and SURNAME. -->
-  <!ENTITY dhfirstname "<firstname>Matthew Johnson</firstname>">
-  <!ENTITY dhsurname   "<surname>SURNAME</surname>">
+  <!ENTITY dhfirstname "<firstname>Matthew</firstname>">
+  <!ENTITY dhsurname   "<surname>Johnson</surname>">
   <!-- Please adjust the date whenever revising the manpage. -->
-  <!ENTITY dhdate      "<date>February 2, 2007</date>">
+  <!ENTITY dhdate      "<date>September 11, 2007</date>">
   <!-- SECTION should be 1-8, maybe w/ subsection other parameters are
        allowed: see man(7), man(1). -->
   <!ENTITY dhsection   "<manvolnum>6</manvolnum>">
@@ -44,7 +44,7 @@
       &dhsurname;
     </author>
     <copyright>
-      <year>2006</year>
+      <year>2007</year>
       <holder>&dhusername;</holder>
     </copyright>
     &dhdate;
@@ -70,8 +70,7 @@
 
     <para>This manual page was written for the &debian; distribution
       because the original program does not have a manual page.
-      Instead, it has documentation in the &gnu;
-      <application>Info</application> format; see below.</para>
+    </para>
 
 
   </refsect1>
@@ -81,12 +80,11 @@
     <para>This manual page was written by &dhusername; &dhemail; for
       the &debian; 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.
+      the terms of the &gnu; General Public License version 2.
     </para>
 	<para>
 	  On Debian systems, the complete text of the GNU General Public
-	  License can be found in /usr/share/common-licenses/GPL.
+	  License can be found in /usr/share/common-licenses/GPL-2.
 	</para>
 
   </refsect1>

Modified: packages/trunk/fretsonfire/debian/rules
===================================================================
--- packages/trunk/fretsonfire/debian/rules	2007-09-10 21:29:04 UTC (rev 4176)
+++ packages/trunk/fretsonfire/debian/rules	2007-09-11 11:24:53 UTC (rev 4177)
@@ -23,7 +23,7 @@
 	dh_testdir
 	#python setup.py build
 	#$(MAKE) -f Makefile.unix dist USE_AMANITH=0
-	docbook-to-man debian/fretsonfire.sgml > fretsonfire.1
+	docbook-to-man debian/fretsonfire.sgml > fretsonfire.6
 	cd data; python ../src/svg2png.py
 	# rename and mode these here so that dh_install can do it's magic
 	cp debian/fretsonfire.sh fretsonfire
@@ -55,7 +55,7 @@
 	cd data/mods/Chilly; rm -f *.png
 	cd data/mods/LightGraphics; rm -f *.png
 	cd data/songs/tutorial; rm -f keyboard.png esc.png pose.png
-	rm -f fretsonfire.1 fretsonfire fretsonfire.png
+	rm -f fretsonfire.6 fretsonfire fretsonfire.png
 	rm -f data/{stage_audience1,stage_lights2,stage_light,stage_drums}.png
 	rm -f data/{stage_lights1,stage_speakers,stage_background,stage_audience2}.png
 	rm -f data/{stage_speaker_cones,loading,stage_bassdrum}.png
@@ -83,7 +83,7 @@
 	dh_installchangelogs 
 	dh_installdocs
 	dh_installmenu
-	dh_installman -pfretsonfire-game fretsonfire.1
+	dh_installman -pfretsonfire-game fretsonfire.6
 	dh_install -pfretsonfire-game
 	dh_link
 	dh_strip




More information about the Pkg-games-commits mailing list