[osmium-tool] 06/08: Drop big-endian-fileinfo-test.patch, fixed upstream.

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Mon Aug 31 14:34:07 UTC 2015


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

sebastic pushed a commit to branch master
in repository osmium-tool.

commit 703ede36b5153d2630e5fc1881b7b472c41991f0
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Mon Aug 31 16:23:12 2015 +0200

    Drop big-endian-fileinfo-test.patch, fixed upstream.
---
 debian/changelog                              |  1 +
 debian/patches/big-endian-fileinfo-test.patch | 52 ---------------------------
 debian/patches/series                         |  1 -
 3 files changed, 1 insertion(+), 53 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 36a4c83..cbc4d11 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ osmium-tool (1.2.1-1) UNRELEASED; urgency=medium
   * New upstream release.
   * Bump minimum required libosmium2-dev to 2.4.1.
   * Update Vcs-Browser URL to use HTTPS.
+  * Drop big-endian-fileinfo-test.patch, fixed upstream.
 
  -- Bas Couwenberg <sebastic at debian.org>  Mon, 31 Aug 2015 16:15:03 +0200
 
diff --git a/debian/patches/big-endian-fileinfo-test.patch b/debian/patches/big-endian-fileinfo-test.patch
deleted file mode 100644
index 59d7a0f..0000000
--- a/debian/patches/big-endian-fileinfo-test.patch
+++ /dev/null
@@ -1,52 +0,0 @@
-Description: Fix test failure on big endian architectures.
- The CRC checksum is different on big endian architectures like mips, powerpc & s390x.
-Author: Bas Couwenberg <sebastic at debian.org>
-Forwarded: https://github.com/osmcode/osmium-tool/pull/13
-
---- /dev/null
-+++ b/test/fileinfo/fi1-result-be.txt
-@@ -0,0 +1,27 @@
-+File:
-+  Name: fileinfo/fi1.osm
-+  Format: XML
-+  Compression: none
-+  Size: 438
-+Header:
-+  Bounding boxes:
-+  With history: no
-+  Options:
-+    generator=testdata
-+    version=0.6
-+Data: 
-+  Bounding box: (1,1,1,3)
-+  Timestamps:
-+    First: 2015-01-01T01:00:00Z
-+    Last: 2015-01-01T04:00:00Z
-+  Objects ordered (by type and id): yes
-+  Multiple versions of same object: no
-+  CRC32: 1e1e05ec
-+  Number of changesets: 0
-+  Number of nodes: 3
-+  Number of ways: 0
-+  Number of relations: 0
-+  Largest changeset ID: 0
-+  Largest node ID: 4
-+  Largest way ID: 0
-+  Largest relation ID: 0
---- a/test/fileinfo/CMakeLists.txt
-+++ b/test/fileinfo/CMakeLists.txt
-@@ -12,7 +12,13 @@ endfunction()
- 
- #-----------------------------------------------------------------------------
- 
--check_fileinfo(fi1 "--extended" fi1.osm fi1-result.txt)
-+include(TestBigEndian)
-+test_big_endian(BIG_ENDIAN)
- 
-+if(${BIG_ENDIAN})
-+    check_fileinfo(fi1 "--extended" fi1.osm fi1-result-be.txt)
-+else(${BIG_ENDIAN})
-+    check_fileinfo(fi1 "--extended" fi1.osm fi1-result.txt)
-+endif(${BIG_ENDIAN})
- 
- #-----------------------------------------------------------------------------
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index e01abe6..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-big-endian-fileinfo-test.patch

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



More information about the Pkg-grass-devel mailing list