[Pkg-ocaml-maint-commits] r2542 - in trunk/packages/advi/trunk/debian: . patches

Samuel Mimram smimram at costa.debian.org
Tue Jan 24 22:27:30 UTC 2006


Author: smimram
Date: 2006-01-24 22:27:29 +0000 (Tue, 24 Jan 2006)
New Revision: 2542

Modified:
   trunk/packages/advi/trunk/debian/changelog
   trunk/packages/advi/trunk/debian/patches/doc_build.dpatch
Log:
Updated doc_build.dpatch to correctly install the man pages.

Modified: trunk/packages/advi/trunk/debian/changelog
===================================================================
--- trunk/packages/advi/trunk/debian/changelog	2006-01-24 21:58:47 UTC (rev 2541)
+++ trunk/packages/advi/trunk/debian/changelog	2006-01-24 22:27:29 UTC (rev 2542)
@@ -2,12 +2,13 @@
 
   [ Samuel Mimram ]
   * Adapt the build targets to the new patch.
+  * Updated doc_build.dpatch to correctly install the man pages.
 
   [ Julien Cristau ]
   * Modify debian/rules to try not to build a broken package, and fail if
     there is an error in the build process.
 
- -- Julien Cristau <julien.cristau at ens-lyon.org>  Tue, 24 Jan 2006 22:57:55 +0100
+ -- Samuel Mimram <smimram at debian.org>  Tue, 24 Jan 2006 22:26:18 +0000
 
 advi (1.6.0-7) unstable; urgency=low
 

Modified: trunk/packages/advi/trunk/debian/patches/doc_build.dpatch
===================================================================
--- trunk/packages/advi/trunk/debian/patches/doc_build.dpatch	2006-01-24 21:58:47 UTC (rev 2541)
+++ trunk/packages/advi/trunk/debian/patches/doc_build.dpatch	2006-01-24 22:27:29 UTC (rev 2542)
@@ -22,9 +22,22 @@
 
 exit 0
 @DPATCH@
-diff -urN advi-1.6.0/doc/Makefile advi-1.6.0-gurke01/doc/Makefile
---- advi-1.6.0/doc/Makefile	2004-10-02 23:35:39.000000000 +0200
-+++ advi-1.6.0-gurke01/doc/Makefile	2005-01-23 10:09:13.427310792 +0100
+diff -urNad advi-1.6.0~/doc/MakeMan advi-1.6.0/doc/MakeMan
+--- advi-1.6.0~/doc/MakeMan	2004-10-02 21:35:39.000000000 +0000
++++ advi-1.6.0/doc/MakeMan	2006-01-24 22:15:14.000000000 +0000
+@@ -37,7 +37,7 @@
+ 	$(RM) $(FILES)
+ 
+ manpages:
+-	for i in $(SRC)/*.m; do \
+-	    $(CP) $$i ./`basename $$i .m`.$(MANEXT); \
++	for i in $(SRC)/*.man; do \
++	    $(CP) $$i ./`basename $$i .man`.$(MANEXT); \
+ 	done
+ 
+diff -urNad advi-1.6.0~/doc/Makefile advi-1.6.0/doc/Makefile
+--- advi-1.6.0~/doc/Makefile	2006-01-24 22:14:56.000000000 +0000
++++ advi-1.6.0/doc/Makefile	2006-01-24 22:14:57.000000000 +0000
 @@ -21,7 +21,8 @@
  
  # See also file MakeHTML to recompile HTML files for the Web site.
@@ -54,4 +67,3 @@
  
  
  manual.dvi: ../tex/advi.sty manual.sty splash_contents.tex \
-




More information about the Pkg-ocaml-maint-commits mailing list