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

Scott Kitterman kitterman at moszumanska.debian.org
Sun Jul 9 21:27:38 UTC 2017


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

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

commit 287ac9feac94371e5c27d9e5e8173639acb122dc
Author: Scott Kitterman <scott at kitterman.com>
Date:   Sun Jul 9 17:26:39 2017 -0400

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

diff --git a/debian/changelog b/debian/changelog
index 5b288e9..cb080fb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,10 +5,13 @@ python-icalendar (3.8-2) UNRELEASED; urgency=medium
   [ Ondřej Nový ]
   * Fixed VCS URL (https)
 
-
   [ SVN-Git Migration ]
   * Migrate packaging to git with git-dpm
 
+  [ Scott Kitterman ]
+  * Fix python3 subsitution variable so correct python3 interpreter depends
+    are provided (Closes: #867436)
+
  -- Scott Kitterman <scott at kitterman.com>  Sun, 09 Jul 2017 17:22:51 -0400
 
 python-icalendar (3.8-1) unstable; urgency=medium
diff --git a/debian/control b/debian/control
index 46725a3..db5fe43 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