[Python-modules-commits] r9669 - in packages/pywapi/trunk (8 files)

runa-guest at users.alioth.debian.org runa-guest at users.alioth.debian.org
Fri Sep 4 17:38:26 UTC 2009


    Date: Friday, September 4, 2009 @ 17:38:22
  Author: runa-guest
Revision: 9669

[svn-inject] Applying Debian modifications to trunk

Added:
  packages/pywapi/trunk/debian/
  packages/pywapi/trunk/debian/changelog
  packages/pywapi/trunk/debian/compat
  packages/pywapi/trunk/debian/control
  packages/pywapi/trunk/debian/copyright
  packages/pywapi/trunk/debian/docs
  packages/pywapi/trunk/debian/examples
  packages/pywapi/trunk/debian/rules


Property changes on: packages/pywapi/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
   + 1

Added: packages/pywapi/trunk/debian/changelog
===================================================================
--- packages/pywapi/trunk/debian/changelog	                        (rev 0)
+++ packages/pywapi/trunk/debian/changelog	2009-09-04 17:38:22 UTC (rev 9669)
@@ -0,0 +1,5 @@
+pywapi (0.2.2-1) unstable; urgency=low
+
+  * Initial release (Closes: #544747)
+
+ -- Runa Sandvik <runa.sandvik at gmail.com>  Fri, 04 Sep 2009 17:48:40 +0200

Added: packages/pywapi/trunk/debian/compat
===================================================================
--- packages/pywapi/trunk/debian/compat	                        (rev 0)
+++ packages/pywapi/trunk/debian/compat	2009-09-04 17:38:22 UTC (rev 9669)
@@ -0,0 +1 @@
+7

Added: packages/pywapi/trunk/debian/control
===================================================================
--- packages/pywapi/trunk/debian/control	                        (rev 0)
+++ packages/pywapi/trunk/debian/control	2009-09-04 17:38:22 UTC (rev 9669)
@@ -0,0 +1,18 @@
+Source: pywapi
+Section: python
+Priority: optional
+Maintainer: Runa Sandvik <runa.sandvik at gmail.com>
+Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Build-Depends: debhelper (>= 7), python-support (>= 0.5.3)
+Standards-Version: 3.8.3
+Homepage: http://code.google.com/p/python-weather-api/
+Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-pywapi/trunk/
+Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/python-pywapi/trunk/
+
+Package: python-pywapi
+Architecture: all
+Depends: ${misc:Depends}
+Description: Python wrapper around different weather APIs
+ The module provides a Python wrapper around the Yahoo! Weather, Google Weather
+ and NOAA APIs. Fetch weather reports using zip code, location id, city name,
+ state, country etc.

Added: packages/pywapi/trunk/debian/copyright
===================================================================
--- packages/pywapi/trunk/debian/copyright	                        (rev 0)
+++ packages/pywapi/trunk/debian/copyright	2009-09-04 17:38:22 UTC (rev 9669)
@@ -0,0 +1,41 @@
+This package was debianized by Runa Sandvik <runa.sandvik at gmail.com> on
+Fri, 04 Sep 2009 17:48:40 +0200.
+
+It was downloaded from http://code.google.com/p/python-weather-api/ and
+the author is Eugene Kaznacheev <qetzal at gmail.com>.
+
+Copyright:
+
+    Copyright (c) 2009 Eugene Kaznacheev <qetzal at gmail.com>
+
+License:
+
+    The code is licensed under 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) 2009 Runa Sandvik <runa.sandvik at gmail.com>
+
+and is licensed under the GPL version 3,
+see `/usr/share/common-licenses/GPL-3'.

Added: packages/pywapi/trunk/debian/docs
===================================================================
--- packages/pywapi/trunk/debian/docs	                        (rev 0)
+++ packages/pywapi/trunk/debian/docs	2009-09-04 17:38:22 UTC (rev 9669)
@@ -0,0 +1 @@
+README

Added: packages/pywapi/trunk/debian/examples
===================================================================
--- packages/pywapi/trunk/debian/examples	                        (rev 0)
+++ packages/pywapi/trunk/debian/examples	2009-09-04 17:38:22 UTC (rev 9669)
@@ -0,0 +1 @@
+examples/*

Added: packages/pywapi/trunk/debian/rules
===================================================================
--- packages/pywapi/trunk/debian/rules	                        (rev 0)
+++ packages/pywapi/trunk/debian/rules	2009-09-04 17:38:22 UTC (rev 9669)
@@ -0,0 +1,6 @@
+#!/usr/bin/make -f
+
+PACKAGE=python-pywapi
+
+%:
+	dh $@


Property changes on: packages/pywapi/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
   + *




More information about the Python-modules-commits mailing list