r2303 - in packages/trunk/teg/debian: . patches

Gonéri Le Bouder goneri-guest at alioth.debian.org
Thu Jan 11 20:47:44 CET 2007


Author: goneri-guest
Date: 2007-01-11 20:47:43 +0100 (Thu, 11 Jan 2007)
New Revision: 2303

Removed:
   packages/trunk/teg/debian/patches/series
Modified:
   packages/trunk/teg/debian/changelog
   packages/trunk/teg/debian/rules
Log:
create a teg.xml symlink to teg.sgml to make yelp happy

Delete the debian/patches/series file since it's not needed by cdbs 


Modified: packages/trunk/teg/debian/changelog
===================================================================
--- packages/trunk/teg/debian/changelog	2007-01-11 19:41:14 UTC (rev 2302)
+++ packages/trunk/teg/debian/changelog	2007-01-11 19:47:43 UTC (rev 2303)
@@ -7,7 +7,12 @@
    - fr.po-kibi.diff: French PO file corrections by Cyril Brulebois
    (Closes: #406434)
   * add tegclient.sh to check theme setting to avoid crash (Closes: #281164)
-  * recommends yelp, the Gnome help browser
+  * fix documentation browsing: The Gnome help browser can't read SGML file
+    so Teg documentation needs to be convert to XML (Closes: #406343)
+   - recommends yelp, the Gnome help browser
+   - add fix_doc_sgml_C.diff and fix_doc_sgml_pl.diff to fix encoding and
+   synthaxe errors in upstream SGML
+   - create a teg.xml symlink to teg.sgml to make yelp happy 
 
  -- Gonéri Le Bouder <goneri at rulezlan.org>  Sun, 16 Jul 2006 23:35:20 +0200
 

Deleted: packages/trunk/teg/debian/patches/series
===================================================================
--- packages/trunk/teg/debian/patches/series	2007-01-11 19:41:14 UTC (rev 2302)
+++ packages/trunk/teg/debian/patches/series	2007-01-11 19:47:43 UTC (rev 2303)
@@ -1,3 +0,0 @@
-10_teg-CAN-2006-1150-debian.diff
-fr.po-kibi.diff
-improve_spanish_translation.diff

Modified: packages/trunk/teg/debian/rules
===================================================================
--- packages/trunk/teg/debian/rules	2007-01-11 19:41:14 UTC (rev 2302)
+++ packages/trunk/teg/debian/rules	2007-01-11 19:47:43 UTC (rev 2303)
@@ -53,7 +53,12 @@
 	$(MAKE) install DESTDIR=$(CURDIR)/debian/teg
 	rm -rf $(CURDIR)/debian/teg/usr/share/pixmaps/teg_pix
 	dh_install debian/teg.xpm /usr/share/pixmaps
+	
+	for i in `ls debian/teg/usr/share/games/teg/gnome/help/teg`; do \
+	ln -s debian/teg/usr/share/games/teg/gnome/help/teg/$$i/teg.sgml teg.xml; \
+	done
 
+
 # Build architecture-independent files here.
 binary-indep: build install
 # We have nothing to do by default.




More information about the Pkg-games-commits mailing list