[Python-modules-commits] [fpylll] 01/02: Add {cysignals, numpy} in fpylll Depends field

Jerome Benoit calculus-guest at moszumanska.debian.org
Sat Nov 5 03:36:09 UTC 2016


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

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

commit 55f57f5bc61b54b3d20a05849500eb9b95949752
Author: Jerome Benoit <calculus at rezozer.net>
Date:   Sat Nov 5 03:25:20 2016 +0000

    Add {cysignals,numpy} in fpylll Depends field
---
 debian/changelog | 10 ++++++++++
 debian/control   |  9 ++++++---
 2 files changed, 16 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index c9c01c8..53f7247 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+fpylll (0.2.3+ds-2) unstable; urgency=medium
+
+  * Debianization:
+    - debian/control:
+      - [Build-]Depends field, specify a default favour for python-cysignals;
+      - Depends field for python-fpylll, add python-cysignals,numpy}, thanks
+        to post-install tests.
+
+ -- Jerome Benoit <calculus at rezozer.net>  Sat, 05 Nov 2016 03:23:46 +0000
+
 fpylll (0.2.3+ds-1) unstable; urgency=medium
 
   * Initial release. (Closes: #841005)
diff --git a/debian/control b/debian/control
index 953ac23..a44d5c6 100644
--- a/debian/control
+++ b/debian/control
@@ -13,7 +13,7 @@ Build-Depends: cython (>= 0.24),
                libpython-dev,
                pkg-config,
                python-all,
-               python-cysignals,
+               python-cysignals-bare | python-cysignals,
                python-flake8,
                python-numpy,
                python-pytest,
@@ -28,7 +28,11 @@ Vcs-Browser: https://anonscm.debian.org/git/python-modules/packages/fpylll.git
 Package: python-fpylll
 Architecture: any
 Multi-Arch: same
-Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}
+Depends: python-cysignals-bare | python-cysignals,
+         python-numpy,
+         ${misc:Depends},
+         ${python:Depends},
+         ${shlibs:Depends}
 Suggests: python-fpylll-doc (= ${source:Version})
 Description: Python wrapper for LLL-reduction of Euclidean lattices -- Python
  fpylll is a Python library for performing lattice reduction on lattices over
@@ -40,7 +44,6 @@ Package: python-fpylll-doc
 Section: doc
 Architecture: all
 Depends: ${misc:Depends}
-Suggests: pdf-viewer, www-browser
 Enhances: python-fpylll (= ${source:Version})
 Description: Python wrapper for LLL-reduction of Euclidean lattices -- doc
  fpylll is a Python library for performing lattice reduction on lattices over

-- 
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