[SCM] Packaging for googlecl branch, master, updated. upstream/0.9.3-1-ge080609

Obey Arthur Liu arthur at milliways.fr
Thu Jun 17 19:15:53 UTC 2010


The following commit has been merged in the master branch:
commit e08060965f64fbd2d5d34e1c81c269ca22e0c379
Author: Obey Arthur Liu <arthur at milliways.fr>
Date:   Thu Jun 17 21:09:40 2010 +0200

    Initial debian/ checkin.

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..3c3ce22
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,30 @@
+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 --git a/trunk/src/debian/compat b/debian/compat
similarity index 100%
copy from trunk/src/debian/compat
copy to debian/compat
diff --git a/trunk/src/debian/control b/debian/control
similarity index 69%
copy from trunk/src/debian/control
copy to debian/control
index 057a659..823e8f7 100644
--- a/trunk/src/debian/control
+++ b/debian/control
@@ -1,6 +1,6 @@
 Source: googlecl
 Section: python
-Priority: extra
+Priority: optional
 Maintainer: Tom H. Miller <tom.h.miller at gmail.com>
 Build-Depends: debhelper (>= 7), python-support, python (>=2.5)
 Standards-Version: 3.8.4
@@ -8,10 +8,10 @@ Homepage: http://code.google.com/p/googlecl/
 
 Package: googlecl
 Architecture: all
-Depends: ${python:Depends} ${misc:Depends}, python-gdata
-Description: Command-line access to (some) Google services
+Depends: ${python:Depends}, ${misc:Depends}, python-gdata
+Description: command-line tool for access to (some) Google services
  This package provides a user-friendly command-line interface to
- some of the Google gdata APIs.  It lets you do things like:
+ 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
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..ce9b455
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,30 @@
+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://googlecl.googlecode.com/files/googlecl-0.9.1.tar.gz
+
+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'.
diff --git a/trunk/src/debian/dirs b/debian/dirs
similarity index 100%
copy from trunk/src/debian/dirs
copy to debian/dirs
diff --git a/trunk/src/debian/docs b/debian/docs
similarity index 100%
copy from trunk/src/debian/docs
copy to debian/docs
diff --git a/trunk/src/debian/googlecl.manpages b/debian/googlecl.manpages
similarity index 100%
copy from trunk/src/debian/googlecl.manpages
copy to debian/googlecl.manpages
diff --git a/trunk/src/debian/pyversions b/debian/pyversions
similarity index 100%
copy from trunk/src/debian/pyversions
copy to debian/pyversions
diff --git a/trunk/src/debian/rules b/debian/rules
similarity index 100%
copy from trunk/src/debian/rules
copy to debian/rules

-- 
Packaging for googlecl



More information about the Pkg-google-commits mailing list