[googlecl] 04/05: Imported Debian patch 0.9.13-1

Luke Faraone lfaraone at moszumanska.debian.org
Sat Dec 7 22:51:23 UTC 2013


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

lfaraone pushed a commit to branch master
in repository googlecl.

commit 2742138b3c930d1d941bf2dc6526547a31f159c7
Merge: 715f2a6 4e4881b
Author: Obey Arthur Liu <arthur at milliways.fr>
Date:   Sat Jul 30 03:50:42 2011 +0200

    Imported Debian patch 0.9.13-1

 PKG-INFO                                           |  2 +-
 README.config                                      |  4 +-
 README.new-usage                                   |  3 ++
 changelog                                          |  9 ++++
 debian/changelog                                   |  9 ++++
 debian/control                                     |  2 +-
 debian/copyright                                   |  2 +-
 ...ckport-r540-bug613552-config-dir-creation.patch | 16 --------
 debian/patches/series                              |  1 -
 man/google.1                                       |  4 +-
 setup.py                                           |  2 +-
 src/google                                         | 20 ++++++---
 src/googlecl/__init__.py                           | 16 ++++++--
 src/googlecl/authentication.py                     |  3 +-
 src/googlecl/base.py                               |  2 +
 src/googlecl/calendar/__init__.py                  | 24 +++++++----
 src/googlecl/calendar/service.py                   | 48 ++++++++++++----------
 src/googlecl/config/__init__.py                    |  3 ++
 src/googlecl/docs/base.py                          | 34 +++++++++++++--
 src/googlecl/picasa/service.py                     |  2 +-
 20 files changed, 140 insertions(+), 66 deletions(-)

diff --cc debian/changelog
index 3629f49,0000000..184af26
mode 100644,000000..100644
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,86 -1,0 +1,95 @@@
++googlecl (0.9.13-1) unstable; urgency=low
++
++  * New upstream release.
++  * Bump standards to 3.9.2.
++  * Drop backported r540 SVN commit.
++  * Retroactively close man typo (Closes: #593596).
++
++ -- Obey Arthur Liu <arthur at milliways.fr>  Sat, 30 Jul 2011 03:50:42 +0200
++
 +googlecl (0.9.12-2) unstable; urgency=medium
 +
 +  * Backport r540 from SVN to fix config directory creation issues,
 +    (Closes: #613552).
 +
 + -- Obey Arthur Liu <arthur at milliways.fr>  Sat, 19 Feb 2011 10:58:42 +0100
 +
 +googlecl (0.9.12-1) unstable; urgency=low
 +
 +  * sync with 0.9.12 source release
 +
 + -- Tom H. Miller <tom.h.miller at gmail.com>  Sun, 21 Jan 2011 20:43:40 -0700
 +
 +googlecl (0.9.11-1) unstable; urgency=low
 +
 +  * sync with 0.9.11 source release
 +
 + -- Tom H. Miller <tom.h.miller at gmail.com>  Sun, 10 Oct 2010 21:43:47 -0700
 +
 +googlecl (0.9.10-1) unstable; urgency=low
 +
 +  * sync with 0.9.10 source release
 +  * Change google.py to google in man page (Closes: #593596)
 +
 + -- Tom H. Miller <tom.h.miller at gmail.com>  Fri, 03 Sep 2010 09:21:41 -0400
 +
 +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)
 +  * Dump Debian polity to 3.9.1
 +
 + -- Tom H. Miller <tom.h.miller at gmail.com>  Sun, 1 Aug 2010 19:54:00 -0400
 +
 +googlecl (0.9.8-1) unstable; urgency=low
 +
 +  * sync with 0.9.8 source release
 +  * Bump Debian policy to 3.9.0
 +  * Fix package description for newlines (Closes: #587721)
 +  * Correctly close ITP (Closes: #585935)
 +
 + -- Tom H. Miller <tom.h.miller at gmail.com>  Wed, 30 Jun 2010 3:50:00 -0400
 +
 +googlecl (0.9.7-1) unstable; urgency=low
 +
 +  * sync with 0.9.7 source release
 +
 + -- Jason Holt <credentiality at gmail.com>  Sun, 20 Jun 2010 12:45:00 -0700
 +
 +googlecl (0.9.5-1) unstable; urgency=low
 +
 +  * sync with 0.9.5 source release
 +
 + -- Jason Holt <credentiality at gmail.com>  Fri, 18 Jun 2010 01:15:00 -0700
 +
 +googlecl (0.9.3-1) unstable; urgency=low
 +
 +  * sync with 0.9.3 source release
 +
 + -- Tom H. Miller <tom.h.miller at gmail.com>  Tue, 17 Jun 2010 12:00:00 -0700
 +
 +googlecl (0.9.2-1) unstable; urgency=low
 +
 +  * sync with 0.9.2 source release
 +
 + -- Tom H. Miller <tom.h.miller at gmail.com>  Tue, 16 Jun 2010 01:53:00 -0700
 +
 +googlecl (0.9.1-1) unstable; urgency=low
 +
 +  * Some directory restructuring and minor fixes
 +
 + -- Tom H. Miller <tom.h.miller at gmail.com>  Tue, 15 Jun 2010 20:21:00 -0700
 +
 +googlecl (0.9-2) unstable; urgency=low
 +
 +  * Switch to dpkg-source 3.0 (quilt) format
 +
 + -- Tom H. Miller <tom.h.miller at gmail.com>  Mon, 14 Jun 2010 17:35:33 -0700
 +
 +googlecl (0.9-1) unstable; urgency=low
 +
 +  * Initial release (Closes: #585935)
 +
 + -- Tom H. Miller <tom.h.miller at gmail.com>  Sat, 05 Jun 2010 21:25:34 -0700
 +
diff --cc debian/control
index fc598ac,0000000..29d6616
mode 100644,000000..100644
--- a/debian/control
+++ b/debian/control
@@@ -1,21 -1,0 +1,21 @@@
 +Source: googlecl
 +Section: python
 +Priority: optional
 +Maintainer: Obey Arthur Liu <arthur at milliways.fr>
 +Vcs-Browser: https://alioth.debian.org/plugins/scmgit/cgi-bin/gitweb.cgi?p=pkg-google/googlecl.git
 +Vcs-Git: git://scm.alioth.debian.org/git/pkg-google/googlecl.git
 +Build-Depends: debhelper (>= 7), python-support, python (>=2.5)
- Standards-Version: 3.9.1
++Standards-Version: 3.9.2
 +Homepage: http://code.google.com/p/googlecl/
 +
 +Package: googlecl
 +Architecture: all
 +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:
 + .
 +  google blogger post --title "Test Post" "I'm posting from the command line"
 +  google calendar list --date 2010-06-01
 +  google contacts list
 +  google youtube post killer_robots.avi
diff --cc debian/copyright
index 44cd0c2,0000000..702af31
mode 100644,000000..100644
--- a/debian/copyright
+++ b/debian/copyright
@@@ -1,37 -1,0 +1,37 @@@
 +This package was debianized by Tom Miller <tom.h.miller at gmail.com> on
 +Sun, 13 Jun 2010 18:47:53 -0400.
 +
 +It was downloaded from http://code.google.com/p/googlecl/
 +
 +Upstream Authors:
 +
 +    Tom Miller (tom.h.miller at gmail.com)
 +    Jason Holt (credentiality at gmail.com)
 +
 +Copyright:
 +
 +    Copyright (C) 2010 Google, Inc.
 +
 +License:
 +
 +   Licensed under the Apache License, Version 2.0 (the "License");
 +   you may not use this file except in compliance with the License.
 +   You may obtain a copy of the License at
 +
 +       http://www.apache.org/licenses/LICENSE-2.0
 +
 +   Unless required by applicable law or agreed to in writing, software
 +   distributed under the License is distributed on an "AS IS" BASIS,
 +   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 +   See the License for the specific language governing permissions and
 +   limitations under the License.
 +
 +On Debian systems, the complete text of the Apache version 2.0 license
 +can be found in `/usr/share/common-licenses/Apache-2.0'.
 +
 +The Debian packaging is:
 +
-     Copyright (C) 2010 Google Inc.
++    Copyright (C) 2010-2011 Google Inc.
 +
 +and is licensed under the Apache License, Version 2.0,
 +see "/usr/share/common-licenses/Apache-2.0".

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-google/googlecl.git



More information about the Pkg-google-commits mailing list