[fplll] 02/03: Packaging 5.0.1

Julien Puydt julien.puydt at laposte.net
Fri Aug 26 05:07:32 UTC 2016


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

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

commit b2c18d5a0c1736557ec754311d52566195e6ba31
Author: Julien Puydt <julien.puydt at laposte.net>
Date:   Thu Aug 25 14:24:27 2016 +0200

    Packaging 5.0.1
---
 debian/changelog                                | 5 +++--
 debian/control                                  | 6 +++---
 debian/libfplll-dev.README.Debian               | 4 +---
 debian/libfplll0.README.Debian                  | 3 ---
 debian/libfplll0.lintian-overrides              | 2 --
 debian/libfplll0.shlibs                         | 1 -
 debian/libfplll2.README.Debian                  | 1 +
 debian/{libfplll0.install => libfplll2.install} | 0
 debian/libfplll2.lintian-overrides              | 2 ++
 debian/libfplll2.shlibs                         | 1 +
 10 files changed, 11 insertions(+), 14 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 9495ce2..ebcd3d2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-fplll (5.0.0-1) UNRELEASED; urgency=medium
+fplll (5.0.1-1) UNRELEASED; urgency=medium
 
   [Ximin Lio]
   * Install pkgconfig file.
@@ -14,8 +14,9 @@ fplll (5.0.0-1) UNRELEASED; urgency=medium
   * Added a patch for typos.
   * Added a patch for the pkgconfig script.
   * Added a manpage for latsieve.
+  * Follow soname bump.
 
- -- Julien Puydt <julien.puydt at laposte.net>  Tue, 23 Aug 2016 14:29:42 +0200
+ -- Julien Puydt <julien.puydt at laposte.net>  Thu, 25 Aug 2016 14:20:42 +0200
 
 fplll (4.0.4-2) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index 61789c7..55688f9 100644
--- a/debian/control
+++ b/debian/control
@@ -10,7 +10,7 @@ Standards-Version: 3.9.8
 Vcs-Git: https://anonscm.debian.org/git/debian-science/packages/fplll.git
 Vcs-Browser: https://anonscm.debian.org/cgit/debian-science/packages/fplll.git
 
-Package: libfplll0
+Package: libfplll2
 Architecture: any
 Multi-Arch: same
 Section: libs
@@ -34,7 +34,7 @@ Description: Library for LLL-reduction of Euclidean lattices, runtime
 Package: libfplll-dev
 Architecture: any
 Section: libdevel
-Depends: ${misc:Depends}, libfplll0 (= ${binary:Version})
+Depends: ${misc:Depends}, libfplll2 (= ${binary:Version})
 Description: Library for LLL-reduction of Euclidean lattices, development
  fpLLL is a library for computing reduced (nearly orthogonal) bases
  for Euclidean lattices using the floating-point LLL algorithm.
@@ -52,7 +52,7 @@ Description: Library for LLL-reduction of Euclidean lattices, development
 
 Package: fplll-tools
 Architecture: any
-Depends: libfplll0 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
+Depends: libfplll2 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
 Description: Tools to compute LLL-reduction of Euclidian lattices
  fpLLL is a library for computing reduced (nearly orthogonal) bases
  for Euclidean lattices using the floating-point LLL algorithm.
diff --git a/debian/libfplll-dev.README.Debian b/debian/libfplll-dev.README.Debian
index 518d1ae..352375b 100644
--- a/debian/libfplll-dev.README.Debian
+++ b/debian/libfplll-dev.README.Debian
@@ -1,3 +1 @@
-If you upgrade from the version 2.1.6+20071129, beware that this package
-is probably neither source nor binary compatible. Upstream now seems more
-committed to numbering its versions manageably.
+This 5.x.y series is incompatible with the previous versions.
diff --git a/debian/libfplll0.README.Debian b/debian/libfplll0.README.Debian
deleted file mode 100644
index 518d1ae..0000000
--- a/debian/libfplll0.README.Debian
+++ /dev/null
@@ -1,3 +0,0 @@
-If you upgrade from the version 2.1.6+20071129, beware that this package
-is probably neither source nor binary compatible. Upstream now seems more
-committed to numbering its versions manageably.
diff --git a/debian/libfplll0.lintian-overrides b/debian/libfplll0.lintian-overrides
deleted file mode 100644
index 2166380..0000000
--- a/debian/libfplll0.lintian-overrides
+++ /dev/null
@@ -1,2 +0,0 @@
-# False positive, see bug #673112
-libfplll0 binary: hardening-no-stackprotector
diff --git a/debian/libfplll0.shlibs b/debian/libfplll0.shlibs
deleted file mode 100644
index 8ae9cfe..0000000
--- a/debian/libfplll0.shlibs
+++ /dev/null
@@ -1 +0,0 @@
-libfplll 0 libfplll0 (>= 4.0.0)
diff --git a/debian/libfplll2.README.Debian b/debian/libfplll2.README.Debian
new file mode 100644
index 0000000..352375b
--- /dev/null
+++ b/debian/libfplll2.README.Debian
@@ -0,0 +1 @@
+This 5.x.y series is incompatible with the previous versions.
diff --git a/debian/libfplll0.install b/debian/libfplll2.install
similarity index 100%
rename from debian/libfplll0.install
rename to debian/libfplll2.install
diff --git a/debian/libfplll2.lintian-overrides b/debian/libfplll2.lintian-overrides
new file mode 100644
index 0000000..29eaa33
--- /dev/null
+++ b/debian/libfplll2.lintian-overrides
@@ -0,0 +1,2 @@
+# False positive, see bug #673112
+libfplll2 binary: hardening-no-stackprotector
diff --git a/debian/libfplll2.shlibs b/debian/libfplll2.shlibs
new file mode 100644
index 0000000..594e841
--- /dev/null
+++ b/debian/libfplll2.shlibs
@@ -0,0 +1 @@
+libfplll 2 libfplll2 (>= 5.0.1)

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



More information about the debian-science-commits mailing list