[SCM] gdal branch, master, updated. upstream/1.10.0-200-g009bec6

Bas Couwenberg sebastic at xs4all.nl
Mon Oct 14 03:20:28 UTC 2013


The following commit has been merged in the master branch:
commit 1bd4e7e80d3c55be3a75856466610353423cd00b
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Fri Oct 11 17:36:36 2013 +0200

    Add lintian overrides for man pages issues.
    
    Add lintian overrides for man pages issues.
    Man pages are automatically generated with sphinx.

diff --git a/debian/changelog b/debian/changelog
index d3024d0..6eac1db 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,9 @@ gdal (1.10.1+dfsg-0~exp1) UNRELEASED; urgency=low
   * Update copyright.
   * Refer to quilt instead of dpatch, and fix typos in README.source.
   * Add patches to fix various typos.
+  * Add lintian overrides for hyphen-used-as-minus-sign and
+    manpage-has-errors-from-man, man pages are automatically generated
+    with sphinx.
 
  -- Bas Couwenberg <sebastic at xs4all.nl>  Thu, 03 Oct 2013 23:19:27 +0200
 
diff --git a/debian/gdal-bin.lintian-overrides b/debian/gdal-bin.lintian-overrides
new file mode 100644
index 0000000..60320d0
--- /dev/null
+++ b/debian/gdal-bin.lintian-overrides
@@ -0,0 +1,3 @@
+# Man pages are automatically generated with sphinx.
+gdal-bin: hyphen-used-as-minus-sign
+gdal-bin: manpage-has-errors-from-man
diff --git a/debian/libgdal-dev.lintian-overrides b/debian/libgdal-dev.lintian-overrides
new file mode 100644
index 0000000..c4e7ed7
--- /dev/null
+++ b/debian/libgdal-dev.lintian-overrides
@@ -0,0 +1,2 @@
+# Man pages are automatically generated with sphinx.
+libgdal-dev: hyphen-used-as-minus-sign
diff --git a/debian/python-gdal.lintian-overrides b/debian/python-gdal.lintian-overrides
new file mode 100644
index 0000000..f501897
--- /dev/null
+++ b/debian/python-gdal.lintian-overrides
@@ -0,0 +1,2 @@
+# Man pages are automatically generated with sphinx.
+python-gdal: hyphen-used-as-minus-sign 

-- 
GDAL/OGR library and tools



More information about the Pkg-grass-devel mailing list