[alglib] 03/04: Changes due to change of so-names.

Anton Gladky gladk at alioth.debian.org
Fri Aug 30 20:27:25 UTC 2013


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

gladk pushed a commit to branch master
in repository alglib.

commit 4d4fe28dceab1dd06ed3f88cda31a9d6b10f792e
Author: Anton Gladky <gladky.anton at gmail.com>
Date:   Fri Aug 30 22:09:48 2013 +0200

    Changes due to change of so-names.
---
 debian/control                                        |   12 ++++--------
 debian/{libalglib3.7.install => libalglib3.8.install} |    0
 debian/rules                                          |    6 +++---
 3 files changed, 7 insertions(+), 11 deletions(-)

diff --git a/debian/control b/debian/control
index c6ae97a..b2f8d03 100644
--- a/debian/control
+++ b/debian/control
@@ -13,7 +13,7 @@ Package: libalglib-dev
 Priority: extra
 Section: libdevel
 Architecture: any
-Depends: libalglib3.7 (= ${binary:Version}), ${misc:Depends}
+Depends: libalglib3.8 (= ${binary:Version}), ${misc:Depends}
 Description: Development files for the alglib library
  ALGLIB is a cross-platform numerical analysis and data processing library.
  This package support C++. ALGLIB features include:
@@ -33,13 +33,11 @@ Description: Development files for the alglib library
  This package contains the development files (headers and documentation) for
  ALGLIB.
 
-Package: libalglib3.7
+Package: libalglib3.8
 Architecture: any
 Pre-Depends: ${misc:Pre-Depends}
 Multi-Arch: same
 Depends: ${shlibs:Depends}, ${misc:Depends}
-Breaks: libalglib3 (<< 3.7.0-5)
-Replaces: libalglib3 (<< 3.7.0-5)
 Description: Numerical analysis and data processing library
  ALGLIB is a cross-platform numerical analysis and data processing library.
  This package support C++. ALGLIB features include:
@@ -56,15 +54,13 @@ Description: Numerical analysis and data processing library
     * Statistics (descriptive statistics, hypothesis testing)
     * Data analysis (classification/regression, including neural networks)
 
-Package: libalglib3.7-dbg
+Package: libalglib3.8-dbg
 Priority: extra
 Section: debug
-Breaks: libalglib3-dbg (<< 3.7.0-5)
-Replaces: libalglib3-dbg (<< 3.7.0-5)
 Architecture: any
 Pre-Depends: ${misc:Pre-Depends}
 Multi-Arch: same
-Depends: libalglib3.7 (= ${binary:Version}), ${misc:Depends}
+Depends: libalglib3.8 (= ${binary:Version}), ${misc:Depends}
 Description: Debugging symbols for the alglib library
  ALGLIB is a cross-platform numerical analysis and data processing library.
  This package support C++. ALGLIB features include:
diff --git a/debian/libalglib3.7.install b/debian/libalglib3.8.install
similarity index 100%
rename from debian/libalglib3.7.install
rename to debian/libalglib3.8.install
diff --git a/debian/rules b/debian/rules
index f8388b4..92b0d91 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,10 +2,10 @@
 %:
 	dh $@ --parallel
 
-UPSTREAM_VERSION=3.7
+UPSTREAM_VERSION=3.8
 
 override_dh_strip:
 	dh_strip --dbg-package=libalglib$(UPSTREAM_VERSION)-dbg
 
-override_dh_autoconfigure:
-	dh_autoconfigure -- -DVERSION="$(UPSTREAM_VERSION).0" -DSOVERSION="$(UPSTREAM_VERSION)"
+override_dh_auto_configure:
+	dh_auto_configure -- -DVERSION="$(UPSTREAM_VERSION).0" -DSOVERSION="$(UPSTREAM_VERSION)"

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



More information about the debian-science-commits mailing list