[python-cartopy] 01/05: Drop git-dpm for patch management

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Sat Oct 21 20:08:41 UTC 2017


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

ghisvail-guest pushed a commit to branch master
in repository python-cartopy.

commit 6228688c4239745389b3287ee4e3a4e2549a474e
Author: Ghislain Antony Vaillant <ghisvail at gmail.com>
Date:   Sat Oct 21 12:32:59 2017 +0100

    Drop git-dpm for patch management
    
    - Leave the patch queue unapplied
    - Remove the git-dpm configuration
    
    Gbp-Dch: Full
---
 debian/.git-dpm                                            | 11 -----------
 lib/cartopy/tests/crs/test_lambert_azimuthal_equal_area.py | 11 +++--------
 2 files changed, 3 insertions(+), 19 deletions(-)

diff --git a/debian/.git-dpm b/debian/.git-dpm
deleted file mode 100644
index c084913..0000000
--- a/debian/.git-dpm
+++ /dev/null
@@ -1,11 +0,0 @@
-# see git-dpm(1) from git-dpm package
-42fb13bbb9fb9ab10c6cc77aaeb5b9c0594e6d23
-42fb13bbb9fb9ab10c6cc77aaeb5b9c0594e6d23
-864bc779d730ba78c7671a6c8f4af0900d403d12
-864bc779d730ba78c7671a6c8f4af0900d403d12
-python-cartopy_0.14.2+dfsg1.orig.tar.gz
-36ca0a99ef3879e902d2c05940c17fee8365455a
-7088834
-debianTag="debian/%e%v"
-patchedTag="patched/%e%v"
-upstreamTag="upstream/%e%u"
diff --git a/lib/cartopy/tests/crs/test_lambert_azimuthal_equal_area.py b/lib/cartopy/tests/crs/test_lambert_azimuthal_equal_area.py
index dc223c2..4045a9e 100644
--- a/lib/cartopy/tests/crs/test_lambert_azimuthal_equal_area.py
+++ b/lib/cartopy/tests/crs/test_lambert_azimuthal_equal_area.py
@@ -25,10 +25,6 @@ from nose.tools import assert_equal
 
 import cartopy.crs as ccrs
 
-# See: https://wiki.debian.org/Python/MultiArch
-import sysconfig
-triplet = sysconfig.get_config_var('MULTIARCH')
-arch_is_i386 = 'i386' in triplet
 
 class TestLambertAzimuthalEqualArea(unittest.TestCase):
     def test_default(self):
@@ -40,10 +36,9 @@ class TestLambertAzimuthalEqualArea(unittest.TestCase):
         assert_almost_equal(np.array(crs.x_limits),
                             [-12755636.1863, 12755636.1863],
                             decimal=4)
-        if not arch_is_i386:
-            assert_almost_equal(np.array(crs.y_limits),
-                                [-12727770.598700099, 12727770.598700099],
-                                decimal=4)
+        assert_almost_equal(np.array(crs.y_limits),
+                            [-12727770.598700099, 12727770.598700099],
+                            decimal=4)
 
     def test_eccentric_globe(self):
         globe = ccrs.Globe(semimajor_axis=1000, semiminor_axis=500,

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/python-cartopy.git



More information about the debian-science-commits mailing list