[Python-modules-commits] [cerealizer] 01/01: Fix python3-cerealizer Depends field. Closes: #867396

Vincent Bernat bernat at moszumanska.debian.org
Thu Jul 6 18:04:17 UTC 2017


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

bernat pushed a commit to branch master
in repository cerealizer.

commit 3010d920ae44d29f03aa9acd93f9de897864cc6c
Author: Vincent Bernat <bernat at debian.org>
Date:   Thu Jul 6 20:00:24 2017 +0200

    Fix python3-cerealizer Depends field. Closes: #867396
---
 debian/changelog | 8 ++++++--
 debian/control   | 2 +-
 2 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 7204666..962493d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,12 @@
-cerealizer (0.8.1-2) UNRELEASED; urgency=medium
+cerealizer (0.8.1-2) unstable; urgency=medium
 
+  [ Ondřej Nový ]
   * Fixed VCS URL (https)
 
- -- Ondřej Nový <novy at ondrej.org>  Tue, 29 Mar 2016 21:24:25 +0200
+  [ Vincent Bernat ]
+  * Fix python3-cerealizer Depends field. Closes: #867396.
+
+ -- Vincent Bernat <bernat at debian.org>  Thu, 06 Jul 2017 19:59:17 +0200
 
 cerealizer (0.8.1-1) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index 2cb2502..be1337f 100644
--- a/debian/control
+++ b/debian/control
@@ -23,7 +23,7 @@ Description: secure pickle-like module for Python 2
 
 Package: python3-cerealizer
 Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}
+Depends: ${python3:Depends}, ${misc:Depends}
 Description: secure pickle-like module for Python 3
  It support basic types (int, string, unicode, tuple, list,
  dict, set,...), old and new-style classes (you need to

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



More information about the Python-modules-commits mailing list