[Python-modules-commits] r9672 - in packages/pywapi/trunk/debian (control rules watch)

runa-guest at users.alioth.debian.org runa-guest at users.alioth.debian.org
Fri Sep 4 18:02:46 UTC 2009


    Date: Friday, September 4, 2009 @ 18:02:37
  Author: runa-guest
Revision: 9672

added watch file, python:depends in rules and explanation of NOAA in control

Added:
  packages/pywapi/trunk/debian/watch
Modified:
  packages/pywapi/trunk/debian/control
  packages/pywapi/trunk/debian/rules

Modified: packages/pywapi/trunk/debian/control
===================================================================
--- packages/pywapi/trunk/debian/control	2009-09-04 17:58:41 UTC (rev 9671)
+++ packages/pywapi/trunk/debian/control	2009-09-04 18:02:37 UTC (rev 9672)
@@ -11,8 +11,8 @@
 
 Package: python-pywapi
 Architecture: all
-Depends: ${misc:Depends}
+Depends: ${misc:Depends}, ${python: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.
+ and National Oceanic and Atmospheric Administration (NOAA) APIs. Fetch weather
+ reports using zip code, location id, city name, state, country etc.

Modified: packages/pywapi/trunk/debian/rules
===================================================================
--- packages/pywapi/trunk/debian/rules	2009-09-04 17:58:41 UTC (rev 9671)
+++ packages/pywapi/trunk/debian/rules	2009-09-04 18:02:37 UTC (rev 9672)
@@ -1,6 +1,4 @@
 #!/usr/bin/make -f
 
-PACKAGE=python-pywapi
-
 %:
 	dh $@




More information about the Python-modules-commits mailing list