Dear maintainers, I packaged lensfun 0.3.1-0.1 and uploaded it to the DELAYED/14 queue. A diff is attached. Let me know if you want me to cancel the upload.
--
Met vriendelijke groet / with kind regards,
Guus Sliepen <[email protected]>
diff -Nru lensfun-0.2.8/debian/changelog lensfun-0.3.1/debian/changelog --- lensfun-0.2.8/debian/changelog 2014-09-08 09:01:58.000000000 +0200 +++ lensfun-0.3.1/debian/changelog 2015-08-05 21:31:08.000000000 +0200 @@ -1,3 +1,15 @@ +lensfun (0.3.1-0.1) unstable; urgency=medium + + * Non-maintainer upload. + * New upstream release. Closes: #771838, #791388 + * Bump Standards-Version. + * Disable build-time tests. These tests only work if the database is already + installed, which may not be the case, or it may be an old version of + liblensfun-data that fails the tests. + * Use MathJax.js from libjs-mathjax. + + -- Guus Sliepen <[email protected]> Wed, 05 Aug 2015 21:29:00 +0200 + lensfun (0.2.8-2) unstable; urgency=medium * Team upload. diff -Nru lensfun-0.2.8/debian/control lensfun-0.3.1/debian/control --- lensfun-0.2.8/debian/control 2014-09-08 08:56:31.000000000 +0200 +++ lensfun-0.3.1/debian/control 2015-08-05 19:12:52.000000000 +0200 @@ -5,7 +5,7 @@ Build-Depends: debhelper (>= 9), cmake, pkg-config, python, libglib2.0-dev, libpng-dev Build-Depends-Indep: doxygen -Standards-Version: 3.9.5 +Standards-Version: 3.9.6 Section: libs Homepage: http://lensfun.sourceforge.net Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-kde/kde-extras/lensfun/trunk @@ -81,7 +81,7 @@ Package: liblensfun-doc Section: doc Architecture: all -Depends: ${misc:Depends} +Depends: ${misc:Depends}, libjs-mathjax, libjs-jquery Description: Lens Correction library - Documentation Lensfun is an opensource database of photographic lenses and their characteristics. It contains three kinds of objects: diff -Nru lensfun-0.2.8/debian/patches/disable-database-test lensfun-0.3.1/debian/patches/disable-database-test --- lensfun-0.2.8/debian/patches/disable-database-test 1970-01-01 01:00:00.000000000 +0100 +++ lensfun-0.3.1/debian/patches/disable-database-test 2015-08-05 19:09:22.000000000 +0200 @@ -0,0 +1,44 @@ +--- a/tests/CMakeLists.txt ++++ b/tests/CMakeLists.txt +@@ -1,33 +1,33 @@ + ADD_EXECUTABLE(test_database test_database.cpp) + TARGET_LINK_LIBRARIES(test_database lensfun ${COMMON_LIBS}) +-ADD_TEST(Database test_database) ++#ADD_TEST(Database test_database) + + ADD_EXECUTABLE(test_modifier test_modifier.cpp) + TARGET_LINK_LIBRARIES(test_modifier lensfun ${COMMON_LIBS}) +-ADD_TEST(Modifier test_modifier) ++#ADD_TEST(Modifier test_modifier) + + find_package(OpenMP) + set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${OpenMP_CXX_FLAGS}") + + ADD_EXECUTABLE(test_modifier_color test_modifier_color.cpp) + TARGET_LINK_LIBRARIES(test_modifier_color lensfun ${COMMON_LIBS}) +-ADD_TEST(Modifier_color test_modifier_color) ++#ADD_TEST(Modifier_color test_modifier_color) + + ADD_EXECUTABLE(test_modifier_subpix test_modifier_subpix.cpp) + TARGET_LINK_LIBRARIES(test_modifier_subpix lensfun ${COMMON_LIBS}) +-ADD_TEST(Modifier_subpix test_modifier_subpix) ++#ADD_TEST(Modifier_subpix test_modifier_subpix) + + ADD_EXECUTABLE(test_modifier_coord_scale test_modifier_coord_scale.cpp) + TARGET_LINK_LIBRARIES(test_modifier_coord_scale lensfun ${COMMON_LIBS}) +-ADD_TEST(Modifier_coord_scale test_modifier_coord_scale) ++#ADD_TEST(Modifier_coord_scale test_modifier_coord_scale) + + ADD_EXECUTABLE(test_modifier_coord_distortion test_modifier_coord_distortion.cpp) + TARGET_LINK_LIBRARIES(test_modifier_coord_distortion lensfun ${COMMON_LIBS}) +-ADD_TEST(Modifier_coord_distortion test_modifier_coord_distortion) ++#ADD_TEST(Modifier_coord_distortion test_modifier_coord_distortion) + + ADD_EXECUTABLE(test_modifier_coord_geometry test_modifier_coord_geometry.cpp) + TARGET_LINK_LIBRARIES(test_modifier_coord_geometry lensfun ${COMMON_LIBS}) +-ADD_TEST(Modifier_coord_geometry test_modifier_coord_geometry) ++#ADD_TEST(Modifier_coord_geometry test_modifier_coord_geometry) + + FIND_PACKAGE(PythonInterp REQUIRED) +-ADD_TEST(NAME Database_integrity COMMAND ${PYTHON_EXECUTABLE} ${CMAKE_SOURCE_DIR}/tools/check_database/check_database.py ../../data/db) ++#ADD_TEST(NAME Database_integrity COMMAND ${PYTHON_EXECUTABLE} ${CMAKE_SOURCE_DIR}/tools/check_database/check_database.py ../../data/db) diff -Nru lensfun-0.2.8/debian/patches/dont-use-remote-javascript lensfun-0.3.1/debian/patches/dont-use-remote-javascript --- lensfun-0.2.8/debian/patches/dont-use-remote-javascript 1970-01-01 01:00:00.000000000 +0100 +++ lensfun-0.3.1/debian/patches/dont-use-remote-javascript 2015-08-05 19:18:33.000000000 +0200 @@ -0,0 +1,22 @@ +--- a/docs/doxyfile.in.cmake ++++ b/docs/doxyfile.in.cmake +@@ -1208,7 +1208,7 @@ + # However, it is strongly recommended to install a local + # copy of MathJax from http://www.mathjax.org before deployment. + +-MATHJAX_RELPATH = http://lensfun.sourceforge.net/mathjax ++MATHJAX_RELPATH = /usr/share/javascript/mathjax + + # The MATHJAX_EXTENSIONS tag can be used to specify one or MathJax extension + # names that should be enabled during MathJax rendering. +--- a/docs/manual-doc.conf ++++ b/docs/manual-doc.conf +@@ -1208,7 +1208,7 @@ + # However, it is strongly recommended to install a local + # copy of MathJax from http://www.mathjax.org before deployment. + +-MATHJAX_RELPATH = http://lensfun.sourceforge.net/mathjax ++MATHJAX_RELPATH = /usr/share/javascript/mathjax + + # The MATHJAX_EXTENSIONS tag can be used to specify one or MathJax extension + # names that should be enabled during MathJax rendering. diff -Nru lensfun-0.2.8/debian/patches/series lensfun-0.3.1/debian/patches/series --- lensfun-0.2.8/debian/patches/series 2014-09-08 08:02:01.000000000 +0200 +++ lensfun-0.3.1/debian/patches/series 2015-08-05 19:13:31.000000000 +0200 @@ -1 +1,3 @@ #build_docs.diff +disable-database-test +dont-use-remote-javascript
signature.asc
Description: Digital signature
_______________________________________________ pkg-kde-extras mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-kde-extras
