[Python-modules-commits] r15183 - in packages/python-oauth2/trunk (9 files)

takaki at users.alioth.debian.org takaki at users.alioth.debian.org
Tue Dec 28 08:41:59 UTC 2010


    Date: Tuesday, December 28, 2010 @ 08:41:57
  Author: takaki
Revision: 15183

[svn-inject] Applying Debian modifications (1.2.0-2) to trunk

Added:
  packages/python-oauth2/trunk/debian/
  packages/python-oauth2/trunk/debian/changelog
  packages/python-oauth2/trunk/debian/compat
  packages/python-oauth2/trunk/debian/control
  packages/python-oauth2/trunk/debian/copyright
  packages/python-oauth2/trunk/debian/rules
  packages/python-oauth2/trunk/debian/source/
  packages/python-oauth2/trunk/debian/source/format
  packages/python-oauth2/trunk/debian/watch


Property changes on: packages/python-oauth2/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
   + 1

Added: packages/python-oauth2/trunk/debian/changelog
===================================================================
--- packages/python-oauth2/trunk/debian/changelog	                        (rev 0)
+++ packages/python-oauth2/trunk/debian/changelog	2010-12-28 08:41:57 UTC (rev 15183)
@@ -0,0 +1,11 @@
+python-oauth2 (1.2.0-2) unstable; urgency=low
+
+  * debian/control: Added python-httplib2 to Depends:. (Closes: #605455)
+
+ -- TANIGUCHI Takaki <takaki at debian.org>  Tue, 30 Nov 2010 16:45:25 +0900
+
+python-oauth2 (1.2.0-1) unstable; urgency=low
+
+  * Initial release (Closes: #602061)
+
+ -- TANIGUCHI Takaki <takaki at debian.org>  Mon, 01 Nov 2010 17:20:34 +0900

Added: packages/python-oauth2/trunk/debian/compat
===================================================================
--- packages/python-oauth2/trunk/debian/compat	                        (rev 0)
+++ packages/python-oauth2/trunk/debian/compat	2010-12-28 08:41:57 UTC (rev 15183)
@@ -0,0 +1 @@
+7

Added: packages/python-oauth2/trunk/debian/control
===================================================================
--- packages/python-oauth2/trunk/debian/control	                        (rev 0)
+++ packages/python-oauth2/trunk/debian/control	2010-12-28 08:41:57 UTC (rev 15183)
@@ -0,0 +1,19 @@
+Source: python-oauth2
+Section: python
+Priority: extra
+Maintainer: TANIGUCHI Takaki <takaki at debian.org>
+Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Build-Depends: debhelper (>= 7.0.50~), python-all, python-support, python-setuptools
+Standards-Version: 3.9.1
+Homepage: http://github.com/simplegeo/python-oauth2
+#Vcs-Git: git://git.debian.org/collab-maint/python-oauth2.git
+#Vcs-Browser: http://git.debian.org/?p=collab-maint/python-oauth2.git;a=summary
+
+Package: python-oauth2
+Architecture: all
+Depends: ${python:Depends}, ${misc:Depends}, python-httplib2
+Provides: ${python:Provides}
+Description: Library for OAuth version 1.0a (forked from python-oauth)
+ python-oauth2 implements OAuth, which is an open protocol to allow API
+ authentication in a simple and standard method from desktop and web
+ applications. This was forked from python-oauth

Added: packages/python-oauth2/trunk/debian/copyright
===================================================================
--- packages/python-oauth2/trunk/debian/copyright	                        (rev 0)
+++ packages/python-oauth2/trunk/debian/copyright	2010-12-28 08:41:57 UTC (rev 15183)
@@ -0,0 +1,44 @@
+This work was packaged for Debian by:
+
+    TANIGUCHI Takaki <takaki at debian.org> on Mon, 01 Nov 2010 17:20:34 +0900
+
+It was downloaded from:
+
+    http://pypi.python.org/pypi/oauth2/1.2.0
+
+Upstream Author:
+
+    Joe Stump <joe at simplegeo com>
+
+Copyright:
+
+Copyright (c) 2007-2010 Leah Culver, Joe Stump, Mark Paschal, Vic Fryzel
+
+License:
+
+The MIT License
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.
+
+The Debian packaging is:
+
+    Copyright (C) 2010 TANIGUCHI Takaki <takaki at debian.org>
+
+and is licensed under the GPL version 3,
+see "/usr/share/common-licenses/GPL-3".

Added: packages/python-oauth2/trunk/debian/rules
===================================================================
--- packages/python-oauth2/trunk/debian/rules	                        (rev 0)
+++ packages/python-oauth2/trunk/debian/rules	2010-12-28 08:41:57 UTC (rev 15183)
@@ -0,0 +1,13 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+# Sample debian/rules that uses debhelper.
+# This file was originally written by Joey Hess and Craig Small.
+# As a special exception, when this file is copied by dh-make into a
+# dh-make output file, you may use that output file without restriction.
+# This special exception was added by Craig Small in version 0.37 of dh-make.
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+%:
+	dh $@ 


Property changes on: packages/python-oauth2/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
   + *

Added: packages/python-oauth2/trunk/debian/source/format
===================================================================
--- packages/python-oauth2/trunk/debian/source/format	                        (rev 0)
+++ packages/python-oauth2/trunk/debian/source/format	2010-12-28 08:41:57 UTC (rev 15183)
@@ -0,0 +1 @@
+3.0 (quilt)

Added: packages/python-oauth2/trunk/debian/watch
===================================================================
--- packages/python-oauth2/trunk/debian/watch	                        (rev 0)
+++ packages/python-oauth2/trunk/debian/watch	2010-12-28 08:41:57 UTC (rev 15183)
@@ -0,0 +1,2 @@
+version=3
+http://pypi.python.org/packages/source/o/oauth2/oauth2-(.*).tar.gz




More information about the Python-modules-commits mailing list