[Pkg-freeipa-devel] custodia: Changes to 'master'

Timo Aaltonen tjaalton at moszumanska.debian.org
Tue Dec 26 10:39:48 UTC 2017


 debian/changelog |    6 ++++++
 debian/control   |    5 +++++
 2 files changed, 11 insertions(+)

New commits:
commit ad096458dcba2598491155ffed7a8de0d080b2c1
Author: Timo Aaltonen <tjaalton at debian.org>
Date:   Tue Dec 26 12:39:15 2017 +0200

    releasing package custodia version 0.5.0-2

diff --git a/debian/changelog b/debian/changelog
index 336bbe4..207b17a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,8 @@
-custodia (0.5.0-2) UNRELEASED; urgency=medium
+custodia (0.5.0-2) unstable; urgency=medium
 
   * control: Add python-configparser, -cryptography and -six to depends.
 
- -- Timo Aaltonen <tjaalton at debian.org>  Tue, 26 Dec 2017 12:31:33 +0200
+ -- Timo Aaltonen <tjaalton at debian.org>  Tue, 26 Dec 2017 12:39:07 +0200
 
 custodia (0.5.0-1) unstable; urgency=medium
 

commit 113a1fa582a24bb81e520b3ee2597b93114b4eed
Author: Timo Aaltonen <tjaalton at debian.org>
Date:   Tue Dec 26 12:31:37 2017 +0200

    control: Add python-configparser, -cryptography and -six to depends.

diff --git a/debian/changelog b/debian/changelog
index 2e973a9..336bbe4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+custodia (0.5.0-2) UNRELEASED; urgency=medium
+
+  * control: Add python-configparser, -cryptography and -six to depends.
+
+ -- Timo Aaltonen <tjaalton at debian.org>  Tue, 26 Dec 2017 12:31:33 +0200
+
 custodia (0.5.0-1) unstable; urgency=medium
 
   * New upstream release.
diff --git a/debian/control b/debian/control
index 69f3a8d..163cf30 100644
--- a/debian/control
+++ b/debian/control
@@ -40,6 +40,7 @@ Architecture: all
 Depends: ${misc:Depends}, ${python:Depends},
  python-custodia,
  python-jwcrypto (>= 0.4.2),
+ python-six,
 Description: Modular and pluggable Secrets Manager
  Custodia allows one to serve retrieve, manage and store secrets for other
  applications. It is useful for distributed, stateless applications that use
@@ -50,6 +51,8 @@ Description: Modular and pluggable Secrets Manager
 Package: python-custodia
 Architecture: all
 Depends: ${misc:Depends}, ${python:Depends},
+ python-configparser,
+ python-cryptography,
  python-jwcrypto (>= 0.4.2),
  python-requests,
  python-systemd,
@@ -65,6 +68,8 @@ Description: Python bindings to Custodia -- Modular and pluggable Secrets Manage
 Package: python3-custodia
 Architecture: all
 Depends: ${misc:Depends}, ${python3:Depends},
+ python3-configparser,
+ python3-cryptography,
  python3-jwcrypto (>= 0.4.2),
  python3-requests,
  python3-systemd,



More information about the Pkg-freeipa-devel mailing list