[Python-modules-commits] [fpylll] 03/03: Debian patch 0.2.4+ds-1

Jerome Benoit calculus-guest at moszumanska.debian.org
Fri Jun 16 07:31:42 UTC 2017


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

calculus-guest pushed a commit to branch master
in repository fpylll.

commit 70523a8a9fc55f8e93336b85c94e4a23a94105a1
Author: Jerome Benoit <calculus at rezozer.net>
Date:   Fri Jun 16 11:23:45 2017 +0400

    Debian patch 0.2.4+ds-1
---
 debian/changelog                                   | 10 ++++++++++
 debian/control                                     |  4 ++--
 debian/copyright                                   |  4 ++--
 debian/patches/series                              |  2 --
 .../upstream-lintian-spelling-controversial.patch  | 22 ----------------------
 ...upstream-lintian-spelling-uncontroversial.patch | 21 ---------------------
 6 files changed, 14 insertions(+), 49 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index c0ba476..3ec834e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+fpylll (0.2.4+ds-1) experimental; urgency=medium
+
+  * New upstream release.
+  * Debianization:
+    - debian/copyright, update;
+    - debian/patches/*, integrated --- thanks to the upstream maintainer
+      Martin Albrecht <martinralbrecht+github at googlemail.com>.
+
+ -- Jerome Benoit <calculus at rezozer.net>  Fri, 16 Jun 2017 07:21:06 +0000
+
 fpylll (0.2.3+ds-2) unstable; urgency=medium
 
   * Debianization:
diff --git a/debian/control b/debian/control
index a44d5c6..b398157 100644
--- a/debian/control
+++ b/debian/control
@@ -3,11 +3,11 @@ Section: python
 Priority: optional
 Maintainer: Jerome Benoit <calculus at rezozer.net>
 Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Build-Depends: cython (>= 0.24),
+Build-Depends: cython (>= 0.25),
                debhelper (>= 10),
                dh-python,
                dpkg-dev (>= 1.17.14),
-               libfplll-dev (>= 5.0.3),
+               libfplll-dev (>= 5.1.0),
                libgmp-dev,
                libmpfr-dev,
                libpython-dev,
diff --git a/debian/copyright b/debian/copyright
index 51b960b..63771ee 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -7,12 +7,12 @@ Files-Excluded:
 
 Files: *
 Copyright:
- 2016 Martin Albrecht <martinralbrecht+github at googlemail.com>
+ 2016-2017 Martin Albrecht <martinralbrecht+github at googlemail.com>
 License: GPL-2+
 
 Files: debian/*
 Copyright:
- 2016 Jerome Benoit <calculus at rezozer.net>
+ 2016-2017 Jerome Benoit <calculus at rezozer.net>
 License: GPL-2+
 
 License: GPL-2+
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index a2caf1e..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1,2 +0,0 @@
-upstream-lintian-spelling-uncontroversial.patch
-upstream-lintian-spelling-controversial.patch
diff --git a/debian/patches/upstream-lintian-spelling-controversial.patch b/debian/patches/upstream-lintian-spelling-controversial.patch
deleted file mode 100644
index 70c61f7..0000000
--- a/debian/patches/upstream-lintian-spelling-controversial.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-Description: source typo: controversial
- Correct spelling error as reported by lintian in some binaries;
- meant to silence lintian and eventually to be submitted to the
- upstream maintainer.
-Origin: vendor, Debian
-Bug: https://github.com/fplll/fpylll/issues/43
-Forwarded: https://github.com/fplll/fpylll/pull/45
-Comment: spelling-error-in-binary
-Author: Jerome Benoit <calculus at rezozer.net>
-Last-Update: 2016-10-22
-
---- a/src/fpylll/fplll/bkz.pyx
-+++ b/src/fpylll/fplll/bkz.pyx
-@@ -96,7 +96,7 @@
-         for `max_no_dec` iterations.
- 
-         :param scale: target decrease
--        :param int max_no_dec: number of rounds we allow to be stuck
-+        :param int max_no_dec: number of rounds allowed to be stuck
-         """
-         if self._type == mpz_double:
-             return self._core.mpz_double.test_abort(scale, max_no_dec)
diff --git a/debian/patches/upstream-lintian-spelling-uncontroversial.patch b/debian/patches/upstream-lintian-spelling-uncontroversial.patch
deleted file mode 100644
index 2c8ee63..0000000
--- a/debian/patches/upstream-lintian-spelling-uncontroversial.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-Description: source typo: uncontroversial
- Correct spelling error as reported by lintian in some binaries;
- meant to silence lintian and eventually to be submitted to the
- upstream maintainer.
-Origin: vendor, Debian
-Forwarded: https://github.com/fplll/fpylll/pull/44
-Comment: spelling-error-in-binary
-Author: Jerome Benoit <calculus at rezozer.net>
-Last-Update: 2016-10-22
-
---- a/src/fpylll/fplll/integer_matrix.pyx
-+++ b/src/fpylll/fplll/integer_matrix.pyx
-@@ -638,7 +638,7 @@
-                   (i-1)-th (with last entry put back in first position), for all i>1.  Warning: this
-                   does not produce a genuine ntru lattice with h a genuine public key.
- 
--                - ``ntrulike2"`` : as the previous option, except that the contructed matrix is
-+                - ``ntrulike2"`` : as the previous option, except that the constructed matrix is
-                   ``[[q*I, 0], [Rot(h), I]]``.
- 
-                 - ``"qary"`` : generate a q-ary matrix.  If ``bits`` is given, then it first samples

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/fpylll.git



More information about the Python-modules-commits mailing list