[Python-modules-commits] [python-icalendar] 01/02: * Fix python3 subsitution variable so correct python3 interpreter depends are provided (Closes: #867436)

Scott Kitterman kitterman at moszumanska.debian.org
Sun Jul 9 21:36:43 UTC 2017


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

kitterman pushed a commit to branch experimental
in repository python-icalendar.

commit c0216eb4a887da38c78c7cb22616130974ffccd5
Author: Scott Kitterman <scott at kitterman.com>
Date:   Sun Jul 9 17:35:51 2017 -0400

    * Fix python3 subsitution variable so correct python3 interpreter depends
      are provided (Closes: #867436)
---
 debian/changelog | 8 ++++++++
 debian/control   | 2 +-
 2 files changed, 9 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 45f45a0..a3ad735 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+python-icalendar (3.11.3-2) UNRELEASED; urgency=medium
+
+  * Team upload.
+  * Fix python3 subsitution variable so correct python3 interpreter depends
+    are provided (Closes: #867436)
+
+ -- Scott Kitterman <scott at kitterman.com>  Sun, 09 Jul 2017 17:34:20 -0400
+
 python-icalendar (3.11.3-1) experimental; urgency=medium
 
   * Team upload.
diff --git a/debian/control b/debian/control
index d75598e..62472c7 100644
--- a/debian/control
+++ b/debian/control
@@ -50,7 +50,7 @@ Package: python3-icalendar
 Architecture: all
 Depends: ${shlibs:Depends},
  ${misc:Depends},
- ${python:Depends},
+ ${python3:Depends},
  python3-tz,
  python3-dateutil
 Provides: ${python:Provides}

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



More information about the Python-modules-commits mailing list