[Python-modules-commits] r16047 - in packages/python-oauth2/trunk/debian (4 files)

takaki at users.alioth.debian.org takaki at users.alioth.debian.org
Mon Mar 7 11:27:48 UTC 2011


    Date: Monday, March 7, 2011 @ 11:27:46
  Author: takaki
Revision: 16047

new upstream

Modified:
  packages/python-oauth2/trunk/debian/changelog
  packages/python-oauth2/trunk/debian/control
  packages/python-oauth2/trunk/debian/copyright
  packages/python-oauth2/trunk/debian/rules

Modified: packages/python-oauth2/trunk/debian/changelog
===================================================================
--- packages/python-oauth2/trunk/debian/changelog	2011-03-07 11:13:30 UTC (rev 16046)
+++ packages/python-oauth2/trunk/debian/changelog	2011-03-07 11:27:46 UTC (rev 16047)
@@ -1,3 +1,11 @@
+python-oauth2 (1.5.167-1) unstable; urgency=low
+
+  * New upstream release
+  * use dh_python2
+  * debian/copyright: Rewrite in DEP-5 format.
+
+ -- TANIGUCHI Takaki <takaki at debian.org>  Mon, 07 Mar 2011 20:26:24 +0900
+
 python-oauth2 (1.5.165-1) unstable; urgency=low
 
   * New upstream release

Modified: packages/python-oauth2/trunk/debian/control
===================================================================
--- packages/python-oauth2/trunk/debian/control	2011-03-07 11:13:30 UTC (rev 16046)
+++ packages/python-oauth2/trunk/debian/control	2011-03-07 11:27:46 UTC (rev 16047)
@@ -3,7 +3,7 @@
 Priority: extra
 Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
 Uploaders: TANIGUCHI Takaki <takaki at debian.org>
-Build-Depends: debhelper (>= 7.0.50~), python-all, python-support, python-setuptools
+Build-Depends: debhelper (>= 7.0.50~), python-all (>= 2.6.6-3), python-setuptools
 Standards-Version: 3.9.1
 Homepage: http://github.com/simplegeo/python-oauth2
 Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-oauth2/trunk
@@ -13,6 +13,7 @@
 Architecture: all
 Depends: ${python:Depends}, ${misc:Depends}, python-httplib2
 Provides: ${python:Provides}
+Breaks: ${python:Breaks}
 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

Modified: packages/python-oauth2/trunk/debian/copyright
===================================================================
--- packages/python-oauth2/trunk/debian/copyright	2011-03-07 11:13:30 UTC (rev 16046)
+++ packages/python-oauth2/trunk/debian/copyright	2011-03-07 11:27:46 UTC (rev 16047)
@@ -1,44 +1,31 @@
-This work was packaged for Debian by:
+Format: http://dep.debian.net/deps/dep5/
+Upstream-Name: python-oauth2
+Source: http://pypi.python.org/pypi/oauth2
 
-    TANIGUCHI Takaki <takaki at debian.org> on Mon, 01 Nov 2010 17:20:34 +0900
+Files: *
+Copyright: Joe Stump <joe at simplegeo com>
+	2007-2010 Leah Culver, Joe Stump, Mark Paschal, Vic Fryzel
+License: MIT
 
-It was downloaded from:
+Files: debian/*
+Copyright: 2010 TANIGUCHI Takaki <takaki at debian.org>
+License: MIT
 
-    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".
+License: MIT
+ 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.

Modified: packages/python-oauth2/trunk/debian/rules
===================================================================
--- packages/python-oauth2/trunk/debian/rules	2011-03-07 11:13:30 UTC (rev 16046)
+++ packages/python-oauth2/trunk/debian/rules	2011-03-07 11:27:46 UTC (rev 16047)
@@ -1,13 +1,4 @@
 #!/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 $@ 
+	dh $@ --with python2




More information about the Python-modules-commits mailing list