[cminpack] 19/19: Adjust for new version and adoption

Ole Streicher olebole-guest at moszumanska.debian.org
Tue May 13 10:34:55 UTC 2014


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

olebole-guest pushed a commit to branch debian
in repository cminpack.

commit 2e2bd2dbaa58d83060b71d52510827ad120d6566
Author: Ole Streicher <debian at liska.ath.cx>
Date:   Tue May 13 12:07:24 2014 +0200

    Adjust for new version and adoption
---
 debian/changelog                                           | 10 ++++++++++
 debian/control                                             | 14 +++++++-------
 debian/docs                                                |  2 +-
 debian/libcminpack1.0.90.install                           |  1 -
 debian/libcminpack1.install                                |  1 +
 debian/{libcminpack1.0.90.symbols => libcminpack1.symbols} |  2 +-
 debian/patches/addlibmath.patch                            |  8 +++-----
 debian/patches/fixsoversion.patch                          | 13 -------------
 debian/patches/series                                      |  1 -
 9 files changed, 23 insertions(+), 29 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index a34cc4b..497e0aa 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+cminpack (1.3.3-1) unstable; urgency=low
+
+  * New upstream version.
+  * New maintainer. Closes: #726617
+  * Migrate repository from svn to git
+  * Push Standards-Version to 3.9.5. No changes needed.
+  * Change library package name to libcminpack1
+
+ -- Ole Streicher <debian at liska.ath.cx>  Tue, 13 May 2014 11:11:17 +0200
+
 cminpack (1.3.1-1) unstable; urgency=low
 
   * New upstream. Remove non-free files. Closes: #724923
diff --git a/debian/control b/debian/control
index 13ed728..d0746c9 100644
--- a/debian/control
+++ b/debian/control
@@ -2,17 +2,17 @@ Source: cminpack
 Section: libs
 Priority: optional
 Maintainer: Debian Science Team <debian-science-maintainers at lists.alioth.debian.org>
-Uploaders: Mathieu Malaterre <malat at debian.org>
+Uploaders: Ole Streicher <debian at liska.ath.cx>
 Build-Depends: debhelper (>= 9), cmake
-Standards-Version: 3.9.4
+Standards-Version: 3.9.5
 Homepage: http://devernay.free.fr/hacks/cminpack/index.html
-Vcs-Browser: http://anonscm.debian.org/viewvc/debian-science/packages/cminpack/trunk/
-Vcs-Svn: svn://svn.debian.org/debian-science/packages/cminpack/trunk/
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=debian-science/packages/cminpack.git
+Vcs-Git: git://anonscm.debian.org/debian-science/packages/cminpack.git
 
 Package: libcminpack-dev
 Section: libdevel
 Architecture: any
-Depends: libcminpack1.0.90 (= ${binary:Version}), ${misc:Depends}
+Depends: libcminpack1 (= ${binary:Version}), ${misc:Depends}
 Recommends: minpack-dev
 Description: Nonlinear equations and nonlinear least squares problems - development
  Minpack includes software for solving nonlinear equations and nonlinear least
@@ -27,7 +27,7 @@ Description: Nonlinear equations and nonlinear least squares problems - developm
  .
  This package contains development files needed to build cminpack applications.
 
-Package: libcminpack1.0.90
+Package: libcminpack1
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Pre-Depends: ${misc:Pre-Depends}
@@ -48,7 +48,7 @@ Package: cminpack-doc
 Section: doc
 Architecture: all
 Depends: ${misc:Depends}
-Description: Nonlinear equations and nonlinear least squares problems - runtime
+Description: Nonlinear equations and nonlinear least squares problems (doc)
  Minpack includes software for solving nonlinear equations and nonlinear least
  squares problems. Five algorithmic paths each include a core subroutine and an
  easy-to-use driver. The algorithms proceed either from an analytic
diff --git a/debian/docs b/debian/docs
index b4e992a..b43bf86 100644
--- a/debian/docs
+++ b/debian/docs
@@ -1 +1 @@
-readmeC.txt
+README.md
diff --git a/debian/libcminpack1.0.90.install b/debian/libcminpack1.0.90.install
deleted file mode 100644
index 43ff2d4..0000000
--- a/debian/libcminpack1.0.90.install
+++ /dev/null
@@ -1 +0,0 @@
-usr/lib/*/libcminpack.so.1.*
diff --git a/debian/libcminpack1.install b/debian/libcminpack1.install
new file mode 100644
index 0000000..1324373
--- /dev/null
+++ b/debian/libcminpack1.install
@@ -0,0 +1 @@
+usr/lib/*/libcminpack.so.1*
diff --git a/debian/libcminpack1.0.90.symbols b/debian/libcminpack1.symbols
similarity index 95%
rename from debian/libcminpack1.0.90.symbols
rename to debian/libcminpack1.symbols
index e0d2930..ef28ac7 100644
--- a/debian/libcminpack1.0.90.symbols
+++ b/debian/libcminpack1.symbols
@@ -1,4 +1,4 @@
-libcminpack.so.1.0.90 libcminpack1.0.90 #MINVER#
+libcminpack.so.1 libcminpack1 #MINVER#
  chkder at Base 1.1.3
  chkder_ at Base 1.1.3
  covar1 at Base 1.1.3
diff --git a/debian/patches/addlibmath.patch b/debian/patches/addlibmath.patch
index 422afe8..2098d70 100644
--- a/debian/patches/addlibmath.patch
+++ b/debian/patches/addlibmath.patch
@@ -3,11 +3,9 @@ Forwarded: Frederic Devernay
 Author: Mathieu Malaterre <malat at debian.org>
 Last-Update: 2012-04-11
 
-Index: cminpack-1.1.4/CMakeLists.txt
-===================================================================
---- cminpack-1.1.4.orig/CMakeLists.txt	2012-04-11 18:22:10.000000000 +0200
-+++ cminpack-1.1.4/CMakeLists.txt	2012-04-11 18:22:20.000000000 +0200
-@@ -56,6 +56,7 @@
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -57,6 +57,7 @@
      cminpack.h minpack.h)
  
  add_library (cminpack ${LIB_TYPE} ${cminpack_srcs})
diff --git a/debian/patches/fixsoversion.patch b/debian/patches/fixsoversion.patch
deleted file mode 100644
index 3953bb5..0000000
--- a/debian/patches/fixsoversion.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-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()
- 
diff --git a/debian/patches/series b/debian/patches/series
index 6736ddd..8964f0d 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1 @@
 addlibmath.patch
-fixsoversion.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/cminpack.git



More information about the debian-science-commits mailing list