[eclib] 03/03: Follow the soname version bump

Julien Puydt julien.puydt at laposte.net
Sun Jan 1 08:05:20 UTC 2017


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

jpuydt-guest pushed a commit to branch master
in repository eclib.

commit 20c77e1680ba4780eb54db51556ff41492002de6
Author: Julien Puydt <julien.puydt at laposte.net>
Date:   Sat Dec 31 19:52:16 2016 +0100

    Follow the soname version bump
---
 debian/changelog                                              | 1 +
 debian/control                                                | 6 +++---
 debian/libec2.shlibs                                          | 1 -
 debian/{libec2.install => libec3.install}                     | 0
 debian/{libec2.lintian-overrides => libec3.lintian-overrides} | 2 +-
 debian/libec3.shlibs                                          | 1 +
 6 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index d971412..4be4619 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 eclib (20161230-1) UNRELEASED; urgency=medium
 
   * New upstream release.
+  * Follow soname bump from 2 to 3.
 
  -- Julien Puydt <julien.puydt at laposte.net>  Sat, 31 Dec 2016 18:58:28 +0100
 
diff --git a/debian/control b/debian/control
index b967f11..3872709 100644
--- a/debian/control
+++ b/debian/control
@@ -9,7 +9,7 @@ Build-Depends: debhelper (>= 10), libntl-dev, libpari-dev
 Vcs-Git: https://anonscm.debian.org/git/debian-science/packages/eclib.git
 Vcs-Browser: https://anonscm.debian.org/cgit/debian-science/packages/eclib.git
 
-Package: libec2
+Package: libec3
 Section: libs
 Architecture: any
 Multi-Arch: same
@@ -26,7 +26,7 @@ Package: libec-dev
 Architecture: any
 Multi-Arch: same
 Section: libdevel
-Depends: ${misc:Depends}, libec2 (= ${binary:Version})
+Depends: ${misc:Depends}, libec3 (= ${binary:Version})
 Description: Library for modular symbols and elliptic curves over Q (development)
  This library implements 2-descent on elliptic curves over Q and computations
  with modular symbols.
@@ -35,7 +35,7 @@ Description: Library for modular symbols and elliptic curves over Q (development
 
 Package: eclib-tools
 Architecture: any
-Depends: libec2 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
+Depends: libec3 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
 Description: Programs for modular symbols and elliptic curves over Q
  This package includes several programs to compute with elliptic curves
  over Q ; most notably  mwrank (for 2-descent on elliptic curves over Q)
diff --git a/debian/libec2.shlibs b/debian/libec2.shlibs
deleted file mode 100644
index 844f572..0000000
--- a/debian/libec2.shlibs
+++ /dev/null
@@ -1 +0,0 @@
-libec 2 libec2
diff --git a/debian/libec2.install b/debian/libec3.install
similarity index 100%
rename from debian/libec2.install
rename to debian/libec3.install
diff --git a/debian/libec2.lintian-overrides b/debian/libec3.lintian-overrides
similarity index 51%
rename from debian/libec2.lintian-overrides
rename to debian/libec3.lintian-overrides
index 4a72f3d..bbd9185 100644
--- a/debian/libec2.lintian-overrides
+++ b/debian/libec3.lintian-overrides
@@ -1,3 +1,3 @@
 # Upstream's ChangeLog is empty anyway
-libec2 binary: no-upstream-changelog
+libec3 binary: no-upstream-changelog
 
diff --git a/debian/libec3.shlibs b/debian/libec3.shlibs
new file mode 100644
index 0000000..ea0d64e
--- /dev/null
+++ b/debian/libec3.shlibs
@@ -0,0 +1 @@
+libec 3 libec3

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



More information about the debian-science-commits mailing list