[Pkg-freeipa-devel] python-lib389.git: Changes to 'master'
Timo Aaltonen
tjaalton at moszumanska.debian.org
Sat Oct 1 07:32:17 UTC 2016
debian/changelog | 8 ++++++++
debian/control | 5 ++++-
debian/patches/fix-list-instances.diff | 11 +++++++++++
debian/patches/series | 1 +
4 files changed, 24 insertions(+), 1 deletion(-)
New commits:
commit dbd0f5c80b834fb633a0db2ef20f4e541ed08e53
Author: Timo Aaltonen <tjaalton at debian.org>
Date: Sat Oct 1 10:31:20 2016 +0300
releasing package python-lib389 version 1.0.2-2
diff --git a/debian/changelog b/debian/changelog
index 3c3d9ae..3797040 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,10 @@
-python-lib389 (1.0.2-2) UNRELEASED; urgency=medium
+python-lib389 (1.0.2-2) unstable; urgency=medium
* control: Add python-dateutil, python-pyasn1, python-pyasn1-modules
to Depends.
* fix-list-instances.diff: Fix clitools import in ds_list_instances.
- -- Timo Aaltonen <tjaalton at debian.org> Sat, 01 Oct 2016 10:24:57 +0300
+ -- Timo Aaltonen <tjaalton at debian.org> Sat, 01 Oct 2016 10:31:14 +0300
python-lib389 (1.0.2-1) unstable; urgency=medium
commit 9a0fd909097d51e928e8482e375c5595112801b4
Author: Timo Aaltonen <tjaalton at debian.org>
Date: Sat Oct 1 10:25:40 2016 +0300
fix-list-instances.diff: Fix clitools import in ds_list_instances.
diff --git a/debian/changelog b/debian/changelog
index 973f744..3c3d9ae 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ python-lib389 (1.0.2-2) UNRELEASED; urgency=medium
* control: Add python-dateutil, python-pyasn1, python-pyasn1-modules
to Depends.
+ * fix-list-instances.diff: Fix clitools import in ds_list_instances.
-- Timo Aaltonen <tjaalton at debian.org> Sat, 01 Oct 2016 10:24:57 +0300
diff --git a/debian/patches/fix-list-instances.diff b/debian/patches/fix-list-instances.diff
new file mode 100644
index 0000000..cf7aee2
--- /dev/null
+++ b/debian/patches/fix-list-instances.diff
@@ -0,0 +1,11 @@
+--- a/lib389/clitools/ds_list_instances
++++ b/lib389/clitools/ds_list_instances
+@@ -9,7 +9,7 @@
+ # --- END COPYRIGHT BLOCK ---
+
+ from lib389._constants import *
+-from clitools import CliTool
++from lib389.clitools import CliTool
+
+
+ class ListTool(CliTool):
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..afbcb62
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+fix-list-instances.diff
commit 8bb7e09bd767a4a4f6e62911da2872f9c9710bcb
Author: Timo Aaltonen <tjaalton at debian.org>
Date: Sat Oct 1 10:25:06 2016 +0300
control: Add python-dateutil, python-pyasn1, python-pyasn1-modules to Depends.
diff --git a/debian/changelog b/debian/changelog
index 3b93113..973f744 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+python-lib389 (1.0.2-2) UNRELEASED; urgency=medium
+
+ * control: Add python-dateutil, python-pyasn1, python-pyasn1-modules
+ to Depends.
+
+ -- Timo Aaltonen <tjaalton at debian.org> Sat, 01 Oct 2016 10:24:57 +0300
+
python-lib389 (1.0.2-1) unstable; urgency=medium
* New upstream release.
diff --git a/debian/control b/debian/control
index bf18a45..7388927 100644
--- a/debian/control
+++ b/debian/control
@@ -16,9 +16,12 @@ Homepage: http://port389.org
Package: python-lib389
Architecture: all
Depends: ${misc:Depends}, ${python:Depends},
- python-pytest,
+ python-dateutil,
python-krbv,
python-ldap,
+ python-pyasn1,
+ python-pyasn1-modules,
+ python-pytest,
python-six,
Description: Python module for accessing and configuring the 389 Directory Server
This Python module contains tools and libraries for accessing, testing,
More information about the Pkg-freeipa-devel
mailing list