[SCM] Packaging for googlecl branch, master, updated. upstream/0.9.3-29-gae70e8c

Tom Miller tom.h.miller at gmail.com
Wed Jul 28 21:17:56 UTC 2010


The following commit has been merged in the master branch:
commit 54c9f8ed57509ddda394cb1e0fac7fda3f729388
Author: Tom Miller <tom.h.miller at gmail.com>
Date:   Wed Jul 28 17:09:37 2010 -0400

    Added bug closures for Bug#590515 (versioned python-gdata dep) and Bug#589982 (auth URL error, fixed in source).

diff --git a/debian/changelog b/debian/changelog
index befd696..659afbd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,8 @@
 googlecl (0.9.9-1) unstable; urgency=low
 
   * sync with 0.9.9 source release
+  * Fixes hd param in authentication URL (Closes: #589982)
+  * Adds missing version dependency for python-gdata (Closes: #590515)
 
  -- Tom Miller <tom.h.miller at gmail.com>  Fri, 23 Jul 2010 22:44:00 -0400
 
diff --git a/debian/control b/debian/control
index 11f3495..45b81ed 100644
--- a/debian/control
+++ b/debian/control
@@ -11,7 +11,7 @@ Homepage: http://code.google.com/p/googlecl/
 
 Package: googlecl
 Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}, python-gdata
+Depends: ${python:Depends}, ${misc:Depends}, python-gdata (>= 1.2.4)
 Description: command-line tool for access to (some) Google services
  This package provides a user-friendly command-line interface to
  some of the Google Data Protocol (gdata) APIs.  It lets you do things like:

-- 
Packaging for googlecl



More information about the Pkg-google-commits mailing list