Beatrice Torracca wrote:
> the package description of wmfrog has some spelling errors.
>
> "humidity perentage" should read "humidity percentage"
> Celcius should be Celsius
> Fareinheit should be Fahrenheit
Not to mention the "wheather reports", "ice christals", and all the
rest of it. I'd suggest something like the attached patch.
--
JBR
Not the maintainer or even a DD
diff -ru wmfrog-0.2.0.pristine//debian/control wmfrog-0.2.0/debian/control
--- wmfrog-0.2.0.pristine//debian/control 2011-02-11 16:44:38.000000000 +0000
+++ wmfrog-0.2.0/debian/control 2011-02-11 17:00:17.337258884 +0000
@@ -11,11 +11,14 @@
Package: wmfrog
Architecture: any
Depends: wget, libxext6, ${shlibs:Depends}, ${misc:Depends}
-Description: A dockapp for showing weather in graphical way
- A dockapp for wheather reports. Includes clouds (clear, few,
- scattered, broken, overcast ...); Precipitations (drizzle, rain,
- snow, ice christals: light/moderate or heavy); Special weather
- (Blowing wind / Freezing / Thunderstorm, funnel cloud...); Humidity
- perentage; Wind speed (average & gust); Wind Direction; Temperature
- (Celcius or Fareinheit); Station name can be configured and weather
- report time is displayed.
+Description: dockapp for graphically indicating the weather
+ This package provides a dockapp for weather reports. It shows:
+ * cloud cover (clear, few, scattered, broken, overcast...);
+ * precipitation (light, moderate, or heavy rain, hail, or snow);
+ * humidity as a percentage;
+ * wind speed (average and gusting) and direction;
+ * temperature (Celsius or Fahrenheit);
+ * special conditions such as gales, thunderstorms, or tornadoes.
+ .
+ The name of the reporting station can be configured and the time of the
+ last update is displayed.