[Python-apps-commits] r13464 - in packages/policyd-rate-limit/trunk/debian (2 files)

nit-guest at users.alioth.debian.org nit-guest at users.alioth.debian.org
Wed Aug 3 15:13:24 UTC 2016


    Date: Wednesday, August 3, 2016 @ 15:13:21
  Author: nit-guest
Revision: 13464

New upstream version.

Fix postinstall user creation, piuparts errors and use python3-docutils
vice python-docutils for build-depends.

Modified:
  packages/policyd-rate-limit/trunk/debian/changelog
  packages/policyd-rate-limit/trunk/debian/control

Modified: packages/policyd-rate-limit/trunk/debian/changelog
===================================================================
--- packages/policyd-rate-limit/trunk/debian/changelog	2016-08-02 03:24:03 UTC (rev 13463)
+++ packages/policyd-rate-limit/trunk/debian/changelog	2016-08-03 15:13:21 UTC (rev 13464)
@@ -1,8 +1,16 @@
-policyd-rate-limit (0.5.1-2) UNRELEASED; urgency=medium
+policyd-rate-limit (0.5.2-1) unstable; urgency=low
 
+  [ Scott Kitterman ]
   * Use python3-docutils vice python-docutils for build-depends since
     everything else is python3
 
+  [ Valentin Samir ]
+  * New upstream release
+    - Do not leave __pycache__ directory behind for the config file. This fix
+      the piuparts erros.
+    - Continue running if asking for the value of a config param and we fail to
+      drop privileges. This fix postinst failing to create the system user.
+
  -- Scott Kitterman <scott at kitterman.com>  Thu, 28 Jul 2016 14:42:30 -0400
 
 policyd-rate-limit (0.5.1-1) unstable; urgency=low

Modified: packages/policyd-rate-limit/trunk/debian/control
===================================================================
--- packages/policyd-rate-limit/trunk/debian/control	2016-08-02 03:24:03 UTC (rev 13463)
+++ packages/policyd-rate-limit/trunk/debian/control	2016-08-03 15:13:21 UTC (rev 13464)
@@ -7,7 +7,7 @@
                dh-python,
                python3,
                python3-setuptools,
-               python3-docutils,
+               python3-docutils
 Standards-Version: 3.9.8
 Homepage: https://pypi.python.org/pypi/policyd-rate-limit
 Vcs-Svn: svn://anonscm.debian.org/python-apps/packages/policyd-rate-limit/trunk/




More information about the Python-apps-commits mailing list