[Pkg-wmaker-commits] [wmfrog] 84/145: 0.2.0-3: Use DEB_*_MAINT_* variables

Doug Torrance dtorrance-guest at moszumanska.debian.org
Sun Aug 23 05:46:29 UTC 2015


This is an automated email from the git hooks/post-receive script.

dtorrance-guest pushed a commit to branch master
in repository wmfrog.

commit 70b1754a898cfc049ea9159de16405dd07a97e67
Author: Jari Aalto <jari.aalto at cante.net>
Date:   Sat Mar 24 02:31:16 2012 -0400

    0.2.0-3: Use DEB_*_MAINT_* variables
    
    Signed-off-by: Jari Aalto <jari.aalto at cante.net>
---
 debian/changelog | 10 ++++++++++
 debian/control   | 20 ++++++++++++--------
 debian/rules     |  4 ++--
 3 files changed, 24 insertions(+), 10 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 4ad07df..81422ea 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+wmfrog (0.2.0-3) unstable; urgency=low
+
+  * debian/control
+    - (Description): Rewrite. Patch thanks to Justin B Rye <jbr at edlug.org.uk>
+      in followup to bug #612927.
+  * debian/rules
+    - Use DEB_*_MAINT_* variables.
+
+ -- Jari Aalto <jari.aalto at cante.net>  Sat, 24 Mar 2012 02:30:33 -0400
+
 wmfrog (0.2.0-2) unstable; urgency=low
 
   * debian/compat
diff --git a/debian/control b/debian/control
index 07906c1..f78a2ae 100644
--- a/debian/control
+++ b/debian/control
@@ -11,11 +11,15 @@ Homepage: http://freshmeat.net/projects/wmfrog
 Package: wmfrog
 Architecture: any
 Depends: wget, libxext6, ${shlibs:Depends}, ${misc:Depends}
-Description: 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
- percentage; 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 etc.
+  - 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.
diff --git a/debian/rules b/debian/rules
index 0ebe001..0132381 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,8 +4,8 @@ PACKAGE = wmfrog
 MAKEOPT = -C Src
 
 export DEB_BUILD_MAINT_OPTIONS	= hardening=+all
-CFLAGS	+= -Wall -pedantic $(CPPFLAGS)
-LDFLAGS += -Wl,--as-needed
+export DEB_CFLAGS_MAINT_APPEND	= -Wall -pedantic
+export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
 
 man:
 	# convert *.pod to manual page

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wmaker/wmfrog.git



More information about the Pkg-wmaker-commits mailing list