r46339 - in /packages/cminpack/trunk/debian: changelog patches/fixsoversion.patch patches/series

malat at users.alioth.debian.org malat at users.alioth.debian.org
Sun Oct 13 06:06:41 UTC 2013


Author: malat
Date: Sun Oct 13 06:06:39 2013
New Revision: 46339

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=46339
Log:
new upload

Added:
    packages/cminpack/trunk/debian/patches/fixsoversion.patch
Modified:
    packages/cminpack/trunk/debian/changelog
    packages/cminpack/trunk/debian/patches/series

Modified: packages/cminpack/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/cminpack/trunk/debian/changelog?rev=46339&op=diff
==============================================================================
--- packages/cminpack/trunk/debian/changelog	(original)
+++ packages/cminpack/trunk/debian/changelog	Sun Oct 13 06:06:39 2013
@@ -1,3 +1,11 @@
+cminpack (1.3.1-1) unstable; urgency=low
+
+  * New upstream. Remove non-free files. Closes: #724923
+  * Fix invalid SOVERSION bump
+    + d/p/fixsoversion.patch
+
+ -- Mathieu Malaterre <malat at debian.org>  Sun, 13 Oct 2013 08:04:22 +0200
+
 cminpack (1.3.0-2) unstable; urgency=low
 
   * Upload to sid

Added: packages/cminpack/trunk/debian/patches/fixsoversion.patch
URL: http://svn.debian.org/wsvn/debian-science/packages/cminpack/trunk/debian/patches/fixsoversion.patch?rev=46339&op=file
==============================================================================
--- packages/cminpack/trunk/debian/patches/fixsoversion.patch	(added)
+++ packages/cminpack/trunk/debian/patches/fixsoversion.patch	Sun Oct 13 06:06:39 2013
@@ -0,0 +1,13 @@
+Index: cminpack-1.3.1/CMakeLists.txt
+===================================================================
+--- cminpack-1.3.1.orig/CMakeLists.txt	2013-10-13 08:03:08.278694029 +0200
++++ cminpack-1.3.1/CMakeLists.txt	2013-10-13 08:03:16.090693923 +0200
+@@ -7,7 +7,7 @@
+ 
+ include(${PROJECT_SOURCE_DIR}/cmake/cminpack_utils.cmake)
+ # Set version and OS-specific settings
+-set(CMINPACK_VERSION 1.3.0 CACHE STRING "CMinpack version")
++set(CMINPACK_VERSION 1.0.90 CACHE STRING "CMinpack version")
+ DISSECT_VERSION()
+ GET_OS_INFO()
+ 

Modified: packages/cminpack/trunk/debian/patches/series
URL: http://svn.debian.org/wsvn/debian-science/packages/cminpack/trunk/debian/patches/series?rev=46339&op=diff
==============================================================================
--- packages/cminpack/trunk/debian/patches/series	(original)
+++ packages/cminpack/trunk/debian/patches/series	Sun Oct 13 06:06:39 2013
@@ -1 +1,2 @@
 addlibmath.patch
+fixsoversion.patch




More information about the debian-science-commits mailing list