This is an automated email from the git hooks/post-receive script. a_valentino-guest pushed a commit to branch master in repository pyresample.
commit 11cbc33790f312e1e4437b2ec9a622180ce98bc4 Author: Antonio Valentino <[email protected]> Date: Sun Mar 12 08:20:20 2017 +0100 Refresh all patches --- debian/changelog | 1 + debian/patches/0001-fix-doc-build.patch | 31 +++++++++++++++------- debian/patches/0002-fix-proj4-initialization.patch | 4 +++ 3 files changed, 27 insertions(+), 9 deletions(-) diff --git a/debian/changelog b/debian/changelog index 390e1c7..14e1f95 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ pyresample (1.3.0-1) UNRELEASED; urgency=medium * New upstream release * Update copyright file + * Refresh all patches -- Antonio Valentino <[email protected]> Sat, 11 Mar 2017 20:13:52 +0000 diff --git a/debian/patches/0001-fix-doc-build.patch b/debian/patches/0001-fix-doc-build.patch index 1e1f057..1cec477 100644 --- a/debian/patches/0001-fix-doc-build.patch +++ b/debian/patches/0001-fix-doc-build.patch @@ -3,12 +3,14 @@ Date: Sat, 11 Jul 2015 19:39:20 +0000 Subject: fix doc build --- - docs/source/API.rst | 15 +++++++-------- - 1 file changed, 7 insertions(+), 8 deletions(-) + docs/source/API.rst | 18 +++++++++--------- + 1 file changed, 9 insertions(+), 9 deletions(-) +diff --git a/docs/source/API.rst b/docs/source/API.rst +index 1731916..d73c6f3 100644 --- a/docs/source/API.rst +++ b/docs/source/API.rst -@@ -3,32 +3,32 @@ pyresample API +@@ -3,47 +3,47 @@ pyresample API pyresample.geometry --------------------------------- @@ -33,8 +35,13 @@ Subject: fix doc build -.. automodule:: kd_tree +.. automodule:: pyresample.kd_tree :members: -- -+ + + pyresample.bilinear + --------------------------------- +-.. automodule:: bilinear ++.. automodule:: pyresample.bilinear + :members: + pyresample.utils --------------------------------- -.. automodule:: utils @@ -48,9 +55,15 @@ Subject: fix doc build :members: pyresample.plot -@@ -41,4 +41,3 @@ pyresample.ewa - .. automodule:: ewa + --------------------------------- +-.. automodule:: plot ++.. automodule:: pyresample.plot + :members: + + pyresample.ewa + -------------- +-.. automodule:: ewa ++.. automodule:: pyresample.ewa :members: -- -\ No newline at end of file + diff --git a/debian/patches/0002-fix-proj4-initialization.patch b/debian/patches/0002-fix-proj4-initialization.patch index acc032b..a1ea369 100644 --- a/debian/patches/0002-fix-proj4-initialization.patch +++ b/debian/patches/0002-fix-proj4-initialization.patch @@ -7,6 +7,8 @@ Subject: fix proj4 initialization pyresample/test/test_geometry.py | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) +diff --git a/pyresample/test/test_files/areas.cfg b/pyresample/test/test_files/areas.cfg +index 3c6ef3c..5346cb4 100644 --- a/pyresample/test/test_files/areas.cfg +++ b/pyresample/test/test_files/areas.cfg @@ -19,7 +19,7 @@ REGION: ease_nh { @@ -18,6 +20,8 @@ Subject: fix proj4 initialization XSIZE: 640 YSIZE: 480 AREA_EXTENT: (-20037508.342789244, -10018754.171394622, 20037508.342789244, 10018754.171394622) +diff --git a/pyresample/test/test_geometry.py b/pyresample/test/test_geometry.py +index 0e7c07f..7ff49f3 100644 --- a/pyresample/test/test_geometry.py +++ b/pyresample/test/test_geometry.py @@ -401,7 +401,7 @@ class Test(unittest.TestCase): -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/pyresample.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

