[DebianGIS-dev] r1865 - in packages/gdal/trunk/debian: . patches

frankie at alioth.debian.org frankie at alioth.debian.org
Mon Feb 9 16:34:05 UTC 2009


Author: frankie
Date: 2009-02-09 16:34:05 +0000 (Mon, 09 Feb 2009)
New Revision: 1865

Added:
   packages/gdal/trunk/debian/patches/doxygen.dpatch
Modified:
   packages/gdal/trunk/debian/changelog
   packages/gdal/trunk/debian/patches/00list
Log:
Minor patch to fix missing man page


Modified: packages/gdal/trunk/debian/changelog
===================================================================
--- packages/gdal/trunk/debian/changelog	2009-02-09 15:28:21 UTC (rev 1864)
+++ packages/gdal/trunk/debian/changelog	2009-02-09 16:34:05 UTC (rev 1865)
@@ -10,8 +10,10 @@
     It also fixes http://trac.osgeo.org/gdal/ticket/2486 issue.
     Also, removed libtiff4-dev dependencies.
     (closes: #501127)
+  * [PATCH] doxygen.dpatch: missing gdalwarp.1 man page generation due to moving
+    of doxygen stuff into source. This will be fixed in 1.6.1.
 
- -- Francesco Paolo Lovergine <frankie at debian.org>  Wed, 04 Feb 2009 18:16:09 +0100
+ -- Francesco Paolo Lovergine <frankie at debian.org>  Mon, 09 Feb 2009 17:32:12 +0100
 
 gdal (1.5.3-1) experimental; urgency=low
 

Modified: packages/gdal/trunk/debian/patches/00list
===================================================================
--- packages/gdal/trunk/debian/patches/00list	2009-02-09 15:28:21 UTC (rev 1864)
+++ packages/gdal/trunk/debian/patches/00list	2009-02-09 16:34:05 UTC (rev 1865)
@@ -5,3 +5,4 @@
 man
 gdalpaths
 python
+doxygen

Added: packages/gdal/trunk/debian/patches/doxygen.dpatch
===================================================================
--- packages/gdal/trunk/debian/patches/doxygen.dpatch	                        (rev 0)
+++ packages/gdal/trunk/debian/patches/doxygen.dpatch	2009-02-09 16:34:05 UTC (rev 1865)
@@ -0,0 +1,19 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## doxygen.dpatch by Francesco Paolo Lovergine <frankie at debian.org>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: No description.
+
+ at DPATCH@
+diff -urNad gdal-1.6.0~/GNUmakefile gdal-1.6.0/GNUmakefile
+--- gdal-1.6.0~/GNUmakefile	2009-02-09 17:29:22.000000000 +0100
++++ gdal-1.6.0/GNUmakefile	2009-02-09 17:30:51.000000000 +0100
+@@ -146,7 +146,7 @@
+ 
+ man:
+ # Generate man pages
+-	(cat Doxyfile ; echo "ENABLED_SECTIONS=man"; echo "INPUT=doc ogr"; echo "FILE_PATTERNS=*utilities.dox"; echo "GENERATE_HTML=NO"; echo "GENERATE_MAN=YES") | doxygen -
++        (cat Doxyfile ; echo "ENABLED_SECTIONS=man"; echo "INPUT=apps swig/python/scripts"; echo "FILE_PATTERNS=*.cpp *.dox"; echo "GENERATE_HTML=NO"; echo "GENERATE_MAN=YES") | doxygen - 
+ 
+ all:	default ogr-all
+ 


Property changes on: packages/gdal/trunk/debian/patches/doxygen.dpatch
___________________________________________________________________
Name: svn:executable
   + *




More information about the Pkg-grass-devel mailing list