[Python-modules-commits] [pychromecast] 01/01: Added missing versioned dependency

Ruben Undheim rubund-guest at moszumanska.debian.org
Sat Aug 27 09:01:20 UTC 2016


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

rubund-guest pushed a commit to branch master
in repository pychromecast.

commit 85840d9b4724c0f5ba24fc82ee2ca2f0e2c592d4
Author: Ruben Undheim <ruben.undheim at gmail.com>
Date:   Sat Aug 27 10:58:20 2016 +0200

    Added missing versioned dependency
---
 debian/changelog | 6 ++++++
 debian/control   | 4 ++--
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 563d990..426270c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+pychromecast (0.7.3-3) unstable; urgency=medium
+
+  * Added missing versioned dependency on python-protobuf. (Closes: #835578)
+
+ -- Ruben Undheim <ruben.undheim at gmail.com>  Sat, 27 Aug 2016 10:57:01 +0200
+
 pychromecast (0.7.3-2) unstable; urgency=medium
 
   * Removed patch for Protobuf 2 support since Protobuf 3 now is in
diff --git a/debian/control b/debian/control
index c1712c6..67b2118 100644
--- a/debian/control
+++ b/debian/control
@@ -19,7 +19,7 @@ Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/pychromecast.git
 
 Package: python-pychromecast
 Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}
+Depends: ${python:Depends}, ${misc:Depends}, python-protobuf (>= 3)
 Description: Library to communicate with Google Chromecast
  This library makes it easy to communicate with a Chromecast device using
  Python.
@@ -38,7 +38,7 @@ Description: Library to communicate with Google Chromecast
 #
 #Package: python3-pychromecast
 #Architecture: all
-#Depends: ${python3:Depends}, ${misc:Depends}, python3-zeroconf
+#Depends: ${python3:Depends}, ${misc:Depends}, python3-zeroconf, python3-protobuf (>= 3)
 ## Supposed to be Depends, but package is not yet in Debian:
 #Recommends: python3-protobuf
 #Description: Library to communicate with Google Chromecast (Python 3)

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



More information about the Python-modules-commits mailing list