[doris] 12/14: New 0006-remove-osr-form-dependencies.patch

Antonio Valentino a_valentino-guest at moszumanska.debian.org
Mon Aug 7 17:57:36 UTC 2017


This is an automated email from the git hooks/post-receive script.

a_valentino-guest pushed a commit to branch master
in repository doris.

commit 913550d117267aec1d758a325c5b77bda5888792
Author: Antonio Valentino <antonio.valentino at tiscali.it>
Date:   Mon Aug 7 08:12:11 2017 +0000

    New 0006-remove-osr-form-dependencies.patch
---
 debian/changelog                                   |  1 +
 .../0006-remove-osr-form-dependencies.patch        | 40 ++++++++++++++++++++++
 debian/patches/series                              |  1 +
 3 files changed, 42 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index c218453..cf926fa 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -21,6 +21,7 @@ doris (5.0.3~beta+dfsg-1) UNRELEASED; urgency=medium
     - drop 0005-compatibility-with-gcc-4.8.x.patch (applied upstream)
     - refresh remaining patches
     - new 0005-fix-build.patch
+    - new 0006-remove-osr-form-dependencies.patch
   * debiam/rules
     - update to new directory layout
     - dropped get-orig-source target (implemented via uscan)
diff --git a/debian/patches/0006-remove-osr-form-dependencies.patch b/debian/patches/0006-remove-osr-form-dependencies.patch
new file mode 100644
index 0000000..23edf79
--- /dev/null
+++ b/debian/patches/0006-remove-osr-form-dependencies.patch
@@ -0,0 +1,40 @@
+From: Antonio Valentino <antonio.valentino at tiscali.it>
+Date: Mon, 7 Aug 2017 08:09:04 +0000
+Subject: remove osr form dependencies
+
+---
+ install/INSTALL.txt | 4 ++--
+ setup.py            | 2 +-
+ 2 files changed, 3 insertions(+), 3 deletions(-)
+
+diff --git a/install/INSTALL.txt b/install/INSTALL.txt
+index 7a4797b..86b9d12 100755
+--- a/install/INSTALL.txt
++++ b/install/INSTALL.txt
+@@ -80,7 +80,7 @@ To use the Doris Python scripts you will need to install the following Python pa
+ -       numpy, scipy (for calculations)
+ -       matplotlib (visualization)
+ -       requests (data download)
+--       gdal, gdal-dev, shapely, fiona, pyproj, fastkml, osr (GIS)
++-       gdal, gdal-dev, shapely, fiona, pyproj, fastkml
+ This can be done using:
+ 
+ 23. pip install [package_name]
+@@ -113,4 +113,4 @@ on the use of DORIS.
+ Enjoy,
+ 
+ TUDELFT RADAR GROUP 2017
+-doris_users at tudelft.nl
+\ No newline at end of file
++doris_users at tudelft.nl
+diff --git a/setup.py b/setup.py
+index f573e75..5f55643 100644
+--- a/setup.py
++++ b/setup.py
+@@ -9,5 +9,5 @@ setup(
+     author='Gert Mulder',
+     author_email='g.mulder- at tudelft.nl',
+     description='doris InSAR processing software',
+-    install_requires=['numpy', 'shapely', 'requests', 'fiona', 'gdal', 'osr', 'scipy', 'fastkml']
++    install_requires=['numpy', 'shapely', 'requests', 'fiona', 'gdal', 'scipy', 'fastkml']
+ )
diff --git a/debian/patches/series b/debian/patches/series
index f06cfa7..ee62bc1 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -3,3 +3,4 @@
 0003-tools-build.patch
 0004-csh-path.patch
 0005-fix-build.patch
+0006-remove-osr-form-dependencies.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/doris.git



More information about the Pkg-grass-devel mailing list