[libgltf] 04/06: remove obsolete debian/patches

Rene Engelhard rene at moszumanska.debian.org
Tue Dec 13 18:55:35 UTC 2016


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

rene pushed a commit to branch experimental
in repository libgltf.

commit 6bbdf3abe5bedb8dec8f48561c905e72dee8c724
Author: Rene Engelhard <rene at rene-engelhard.de>
Date:   Tue Dec 13 19:49:09 2016 +0100

    remove obsolete debian/patches
---
 debian/patches/fix-test.diff | 26 --------------------------
 debian/patches/series        |  1 -
 2 files changed, 27 deletions(-)

diff --git a/debian/patches/fix-test.diff b/debian/patches/fix-test.diff
deleted file mode 100644
index 629f0b4..0000000
--- a/debian/patches/fix-test.diff
+++ /dev/null
@@ -1,26 +0,0 @@
---- libgltf-0.0.2.orig/qa/test/APITest.cpp
-+++ libgltf-0.0.2/qa/test/APITest.cpp
-@@ -323,10 +323,10 @@ void APITest::test_gltf_get_camera_pos()
- 
-         CPPUNIT_ASSERT_DOUBLES_EQUAL(0.0, vView.x, 0.0001);
-         CPPUNIT_ASSERT_DOUBLES_EQUAL(0.0, vView.y, 0.0001);
--        CPPUNIT_ASSERT_DOUBLES_EQUAL(0.0, vView.z, 0.0001);
-+        CPPUNIT_ASSERT_DOUBLES_EQUAL(-1.0, vView.z, 0.0001);
- 
-         CPPUNIT_ASSERT_DOUBLES_EQUAL(0.0, vUp.x, 0.0001);
--        CPPUNIT_ASSERT_DOUBLES_EQUAL(0.0, vUp.y, 0.0001);
-+        CPPUNIT_ASSERT_DOUBLES_EQUAL(1.0, vUp.y, 0.0001);
-         CPPUNIT_ASSERT_DOUBLES_EQUAL(0.0, vUp.z, 0.0001);
- 
-         gltf_renderer_release(pHandle);
---- libgltf-0.0.2.orig/src/Camera.cpp
-+++ libgltf-0.0.2/src/Camera.cpp
-@@ -32,7 +32,7 @@ CPhysicalCamera::CPhysicalCamera()
-     , AerialViewY(0)
-     , flength(0.0)
-     , vModelCenterPos(0.0f)
--    , mViewMatrix(0.0f)
-+    , mViewMatrix(1.0f)
-     , mProjection(1.0f)
-     , mbAerialView(false)
- {
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 0312c9a..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-fix-test.diff

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



More information about the Pkg-openoffice-commits mailing list