Bug#867396: python3-cerealizer: missing python3 dependency

2018-02-22 Thread Andreas Beckmann
Followup-For: Bug #867396
Control: tag -1 patch pending

This will be fixed in the next stretch point release with the attached
debdiff.


Andreas
diff -Nru cerealizer-0.8.1/debian/changelog cerealizer-0.8.1/debian/changelog
--- cerealizer-0.8.1/debian/changelog   2013-08-15 14:51:29.0 +0200
+++ cerealizer-0.8.1/debian/changelog   2018-02-22 15:46:07.0 +0100
@@ -1,3 +1,14 @@
+cerealizer (0.8.1-1+deb9u1) stretch; urgency=medium
+
+  [ Andreas Beckmann ]
+  * Non-maintainer upload.
+  * Backport fix from 0.8.1-2 to stretch.
+
+  [ Vincent Bernat ]
+  * Fix python3-cerealizer Depends field. Closes: #867396.
+
+ -- Andreas Beckmann   Thu, 22 Feb 2018 15:46:07 +0100
+
 cerealizer (0.8.1-1) unstable; urgency=low
 
   [ Jakub Wilk ]
diff -Nru cerealizer-0.8.1/debian/control cerealizer-0.8.1/debian/control
--- cerealizer-0.8.1/debian/control 2013-08-15 14:48:38.0 +0200
+++ cerealizer-0.8.1/debian/control 2018-01-14 10:49:33.0 +0100
@@ -23,7 +23,7 @@
 
 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


Bug#867396: python3-cerealizer: missing python3 dependency

2018-01-14 Thread Andreas Beckmann
Followup-For: Bug #867396

stretch-pu request: https://bugs.debian.org/882821


Andreas



Bug#867396: python3-cerealizer: missing python3 dependency

2017-07-06 Thread Adrian Bunk
Package: python3-cerealizer
Version: 0.8.1-1
Severity: serious
Tags: patch

Due to a cut'n'paste error python3-cerealizer lacked
a python3 dependency:

--- debian/control.old  2017-07-06 11:51:34.0 +
+++ debian/control  2017-07-06 11:54:02.0 +
@@ -23,7 +23,7 @@
 
 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