[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: ocaml-doc patch for /usr/share/doc/ocaml



Obviously I forget to attach the patch ...

-- 
Stefano "Zack" Zacchiroli <zack@cs.unibo.it> ICQ# 33538863
Home Page: http://www.cs.unibo.it/~zacchiro
Undergraduate student of Computer Science @ University of Bologna, Italy
                 - Information wants to be Open -
diff -ru ocaml-doc-3.04/debian/dirs ocaml-doc-3.04zack/debian/dirs
--- ocaml-doc-3.04/debian/dirs	Tue Jan 16 14:19:31 2001
+++ ocaml-doc-3.04zack/debian/dirs	Mon Dec 24 19:32:50 2001
@@ -1 +1,3 @@
 /usr/share/doc-base
+/usr/share/doc/ocaml
+/usr/share/doc/ocaml/html
diff -ru ocaml-doc-3.04/debian/doc-base.ocaml-doc ocaml-doc-3.04zack/debian/doc-base.ocaml-doc
--- ocaml-doc-3.04/debian/doc-base.ocaml-doc	Thu Dec 20 10:01:03 2001
+++ ocaml-doc-3.04zack/debian/doc-base.ocaml-doc	Mon Dec 24 19:55:32 2001
@@ -5,17 +5,17 @@
 Section: Apps/Programming
 				      
 Format: HTML
-Index: /usr/share/doc/ocaml-doc/ocaml.html/index.html
-Files: /usr/share/doc/ocaml-doc/ocaml.html/*.html
+Index: /usr/share/doc/ocaml/ocaml/index.html
+Files: /usr/share/doc/ocaml/ocaml/*.html
 
 Format: DVI
-Files: /usr/share/doc/ocaml-doc/ocaml-3.04-refman.dvi.gz
+Files: /usr/share/doc/ocaml/ocaml-3.04-refman.dvi.gz
 
 Format: text
-Files: /usr/share/doc/ocaml-doc/ocaml-3.04-refman.txt.gz
+Files: /usr/share/doc/ocaml/ocaml-3.04-refman.txt.gz
 
 Format: PDF
-Files: /usr/share/doc/ocaml-doc/ocaml-3.04-refman.pdf.gz
+Files: /usr/share/doc/ocaml/ocaml-3.04-refman.pdf.gz
 
 Format: PostScript
-Files: /usr/share/doc/ocaml-doc/ocaml-3.04-refman.ps.gz
+Files: /usr/share/doc/ocaml/ocaml-3.04-refman.ps.gz
diff -ru ocaml-doc-3.04/debian/rules ocaml-doc-3.04zack/debian/rules
--- ocaml-doc-3.04/debian/rules	Thu Dec 20 10:02:41 2001
+++ ocaml-doc-3.04zack/debian/rules	Mon Dec 24 19:33:46 2001
@@ -36,7 +36,9 @@
 
 	# Add here commands to install the package into debian/tmp.
 	#$(MAKE) install DESTDIR=`pwd`/debian/tmp
-	cp debian/doc-base.ocaml-doc `pwd`/debian/tmp/usr/share/doc-base/ocaml-doc
+	cp debian/doc-base.ocaml-doc debian/tmp/usr/share/doc-base/ocaml-doc
+	cp ocaml-3.04-refman.{dvi,pdf,ps,txt}.gz debian/tmp/usr/share/doc/ocaml/
+	cp -r ocaml.html/* debian/tmp/usr/share/doc/ocaml/html/
 
 	touch install-stamp
 
@@ -50,17 +52,17 @@
 	dh_testdir
 	dh_testroot
 #	dh_installdebconf	
-	dh_installdocs
-	dh_installexamples
-	dh_installmenu
+#	dh_installdocs
+#	dh_installexamples
+#	dh_installmenu
 #	dh_installemacsen
 #	dh_installpam
 #	dh_installinit
-	dh_installcron
-	dh_installmanpages
+#	dh_installcron
+#	dh_installmanpages
 	dh_installinfo ocaml.info/*
 #	dh_undocumented
-	dh_installchangelogs 
+	dh_installchangelogs
 #	dh_link
 	dh_strip
 	dh_compress

Attachment: pgpmxE45Epohi.pgp
Description: PGP signature


Reply to: