[med-svn] r4770 - in trunk/packages/vxl/trunk/debian: . patches
Mathieu Malaterre
malat-guest at alioth.debian.org
Mon May 3 15:58:58 UTC 2010
Author: malat-guest
Date: 2010-05-03 15:58:57 +0000 (Mon, 03 May 2010)
New Revision: 4770
Modified:
trunk/packages/vxl/trunk/debian/changelog
trunk/packages/vxl/trunk/debian/control
trunk/packages/vxl/trunk/debian/patches/vxl.soname.patch
trunk/packages/vxl/trunk/debian/rules
Log:
update to vxl 1.14
Modified: trunk/packages/vxl/trunk/debian/changelog
===================================================================
--- trunk/packages/vxl/trunk/debian/changelog 2010-05-03 15:58:02 UTC (rev 4769)
+++ trunk/packages/vxl/trunk/debian/changelog 2010-05-03 15:58:57 UTC (rev 4770)
@@ -1,3 +1,10 @@
+vxl (1.14.0-1) unstable; urgency=low
+
+ * New upstream
+ * Update standard version to 3.8.4 (no change needed)
+
+ -- Mathieu Malaterre <mathieu.malaterre at gmail.com> Mon, 03 May 2010 17:56:56 +0200
+
vxl (1.13.0-2) unstable; urgency=low
* Use system expat (Closes: #560945)
Modified: trunk/packages/vxl/trunk/debian/control
===================================================================
--- trunk/packages/vxl/trunk/debian/control 2010-05-03 15:58:02 UTC (rev 4769)
+++ trunk/packages/vxl/trunk/debian/control 2010-05-03 15:58:57 UTC (rev 4770)
@@ -6,11 +6,11 @@
DM-Upload-Allowed: yes
Uploaders: Mathieu Malaterre <mathieu.malaterre at gmail.com>
Build-Depends: cdbs (>= 0.4.49), quilt, debhelper (>= 7), cmake, libtiff-dev, libdcmtk1-dev, libpng-dev, libjpeg-dev, zlib1g-dev, libexpat-dev
-Standards-Version: 3.8.3
+Standards-Version: 3.8.4
Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/vxl/trunk/?rev=0&sc=0
Vcs-Svn: svn://svn.debian.org/svn/debian-med/trunk/packages/vxl/trunk/
-Package: libvxl1.13
+Package: libvxl1.14
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
@@ -24,7 +24,7 @@
Package: libvxl1-dev
Section: libdevel
Architecture: any
-Depends: ${misc:Depends}, libvxl1.13 (= ${binary:Version})
+Depends: ${misc:Depends}, libvxl1.14 (= ${binary:Version})
Provides: libvxl-dev
Description: C++ Libraries for Computer Vision Research
VXL (the Vision-something-Libraries) is a collection of C++ libraries
Modified: trunk/packages/vxl/trunk/debian/patches/vxl.soname.patch
===================================================================
--- trunk/packages/vxl/trunk/debian/patches/vxl.soname.patch 2010-05-03 15:58:02 UTC (rev 4769)
+++ trunk/packages/vxl/trunk/debian/patches/vxl.soname.patch 2010-05-03 15:58:57 UTC (rev 4770)
@@ -1,12 +1,12 @@
-diff -ru vxl-1.13.0/CMakeLists.txt vxl-1.13.0.new/CMakeLists.txt
---- vxl-1.13.0/CMakeLists.txt 2009-05-13 21:46:07.000000000 +0200
-+++ vxl-1.13.0.new/CMakeLists.txt 2009-09-30 12:39:34.000000000 +0200
+diff -ru vxl-1.14.0/CMakeLists.txt vxl-1.14.0.new/CMakeLists.txt
+--- vxl-1.14.0/CMakeLists.txt 2009-05-14 21:46:07.000000000 +0200
++++ vxl-1.14.0.new/CMakeLists.txt 2009-09-30 12:39:34.000000000 +0200
@@ -12,6 +12,26 @@
PROJECT(vxl)
+SET(VXL_MAJOR_VERSION 1)
-+SET(VXL_MINOR_VERSION 13)
++SET(VXL_MINOR_VERSION 14)
+SET(VXL_BUILD_VERSION 0)
+SET(VXL_VERSION
+ "${VXL_MAJOR_VERSION}.${VXL_MINOR_VERSION}.${VXL_BUILD_VERSION}")
@@ -28,9 +28,9 @@
SET( LIBRARY_OUTPUT_PATH ${vxl_BINARY_DIR}/lib CACHE PATH
"Output directory for the vxl libraries" )
-diff -ru vxl-1.13.0/core/testlib/CMakeLists.txt vxl-1.13.0.new/core/testlib/CMakeLists.txt
---- vxl-1.13.0/core/testlib/CMakeLists.txt 2009-05-13 21:46:07.000000000 +0200
-+++ vxl-1.13.0.new/core/testlib/CMakeLists.txt 2009-09-30 12:33:59.000000000 +0200
+diff -ru vxl-1.14.0/core/testlib/CMakeLists.txt vxl-1.14.0.new/core/testlib/CMakeLists.txt
+--- vxl-1.14.0/core/testlib/CMakeLists.txt 2009-05-14 21:46:07.000000000 +0200
++++ vxl-1.14.0.new/core/testlib/CMakeLists.txt 2009-09-30 12:33:59.000000000 +0200
@@ -29,6 +29,7 @@
)
@@ -39,9 +39,9 @@
TARGET_LINK_LIBRARIES( testlib vcl )
INSTALL_TARGETS( /lib testlib)
INSTALL_NOBASE_HEADER_FILES(/include/vxl/core/testlib ${testlib_sources})
-diff -ru vxl-1.13.0/core/vnl/algo/CMakeLists.txt vxl-1.13.0.new/core/vnl/algo/CMakeLists.txt
---- vxl-1.13.0/core/vnl/algo/CMakeLists.txt 2008-10-21 04:01:03.000000000 +0200
-+++ vxl-1.13.0.new/core/vnl/algo/CMakeLists.txt 2009-09-30 12:35:36.000000000 +0200
+diff -ru vxl-1.14.0/core/vnl/algo/CMakeLists.txt vxl-1.14.0.new/core/vnl/algo/CMakeLists.txt
+--- vxl-1.14.0/core/vnl/algo/CMakeLists.txt 2008-10-21 04:01:03.000000000 +0200
++++ vxl-1.14.0.new/core/vnl/algo/CMakeLists.txt 2009-09-30 12:35:36.000000000 +0200
@@ -95,6 +95,7 @@
AUX_SOURCE_DIRECTORY(Templates vnl_algo_sources)
@@ -50,9 +50,9 @@
TARGET_LINK_LIBRARIES( vnl_algo ${NETLIB_LIBRARIES} vnl )
INSTALL_TARGETS(/lib vnl_algo)
-diff -ru vxl-1.13.0/core/vnl/CMakeLists.txt vxl-1.13.0.new/core/vnl/CMakeLists.txt
---- vxl-1.13.0/core/vnl/CMakeLists.txt 2009-07-21 23:48:28.000000000 +0200
-+++ vxl-1.13.0.new/core/vnl/CMakeLists.txt 2009-09-30 12:31:50.000000000 +0200
+diff -ru vxl-1.14.0/core/vnl/CMakeLists.txt vxl-1.14.0.new/core/vnl/CMakeLists.txt
+--- vxl-1.14.0/core/vnl/CMakeLists.txt 2009-07-21 23:48:28.000000000 +0200
++++ vxl-1.14.0.new/core/vnl/CMakeLists.txt 2009-09-30 12:31:50.000000000 +0200
@@ -252,6 +252,7 @@
ENDIF(CMAKE_COMPILER_IS_GNUCXX)
@@ -61,9 +61,9 @@
TARGET_LINK_LIBRARIES( vnl vcl )
INSTALL_TARGETS(/lib vnl)
-diff -ru vxl-1.13.0/v3p/netlib/CMakeLists.txt vxl-1.13.0.new/v3p/netlib/CMakeLists.txt
---- vxl-1.13.0/v3p/netlib/CMakeLists.txt 2007-08-28 21:07:15.000000000 +0200
-+++ vxl-1.13.0.new/v3p/netlib/CMakeLists.txt 2009-09-30 12:34:33.000000000 +0200
+diff -ru vxl-1.14.0/v3p/netlib/CMakeLists.txt vxl-1.14.0.new/v3p/netlib/CMakeLists.txt
+--- vxl-1.14.0/v3p/netlib/CMakeLists.txt 2007-08-28 21:07:15.000000000 +0200
++++ vxl-1.14.0.new/v3p/netlib/CMakeLists.txt 2009-09-30 12:34:33.000000000 +0200
@@ -8,6 +8,7 @@
)
@@ -80,9 +80,9 @@
INSTALL_TARGETS( /lib v3p_netlib )
INSTALL_NOBASE_HEADER_FILES(/include/vxl/v3p/netlib ${v3p_netlib_sources})
IF(UNIX)
-diff -ru vxl-1.13.0/vcl/CMakeLists.txt vxl-1.13.0.new/vcl/CMakeLists.txt
---- vxl-1.13.0/vcl/CMakeLists.txt 2008-08-30 00:48:12.000000000 +0200
-+++ vxl-1.13.0.new/vcl/CMakeLists.txt 2009-09-30 12:29:37.000000000 +0200
+diff -ru vxl-1.14.0/vcl/CMakeLists.txt vxl-1.14.0.new/vcl/CMakeLists.txt
+--- vxl-1.14.0/vcl/CMakeLists.txt 2008-08-30 00:48:12.000000000 +0200
++++ vxl-1.14.0.new/vcl/CMakeLists.txt 2009-09-30 12:29:37.000000000 +0200
@@ -355,6 +355,7 @@
#AUX_SOURCE_DIRECTORY(Templates vcl_sources)
Modified: trunk/packages/vxl/trunk/debian/rules
===================================================================
--- trunk/packages/vxl/trunk/debian/rules 2010-05-03 15:58:02 UTC (rev 4769)
+++ trunk/packages/vxl/trunk/debian/rules 2010-05-03 15:58:57 UTC (rev 4770)
@@ -8,7 +8,7 @@
include /usr/share/cdbs/1/rules/patchsys-quilt.mk
VER_MAJOR = 1
-VER_MINOR = 13
+VER_MINOR = 14
VER_PATCH = 0
VER_FULL = $(VER_MAJOR).$(VER_MINOR).$(VER_PATCH)
More information about the debian-med-commit
mailing list