[Pkg-wmaker-commits] [wmshutdown] 76/173: Change to DEB_*_MAINT_APPEND variables

Doug Torrance dtorrance-guest at moszumanska.debian.org
Tue Aug 25 02: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 wmshutdown.

commit 659ff904b009ef10e51379e685763a7b8a90b5f4
Author: Jari Aalto <jari.aalto at cante.net>
Date:   Sun Mar 4 12:00:49 2012 -0500

    Change to DEB_*_MAINT_APPEND variables
    
    Signed-off-by: Jari Aalto <jari.aalto at cante.net>
---
 debian/changelog | 7 ++++---
 debian/rules     | 4 ++--
 2 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index a4f6eb8..3f299e4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,7 @@
 wmshutdown (0.2-7) unstable; urgency=low
 
   * debian/control
-    - Build-Depends: rm dpkg-dev.
+    - Build-Depends: rm dpkg-dev; buildflags.mk no longer used.
     - (Standards-Version): Update to 3.9.3
   * debian/patches
     - (10): Adjust patch to actually use LDFLAGS and CFLAGS to
@@ -9,9 +9,10 @@ wmshutdown (0.2-7) unstable; urgency=low
       <simon at ruderich.org> (Closes: #662010).
   * debian/rules
     - Remove buildflags.mk which is unnecessary with compat 9.
-      Patch thanks to Simon Ruderich <simon at ruderich.org>.
+      Change to DEB_*_MAINT_APPEND variables.
+      Both changes thanks to Simon Ruderich <simon at ruderich.org>.
 
- -- Jari Aalto <jari.aalto at cante.net>  Sat, 03 Mar 2012 10:53:24 -0500
+ -- Jari Aalto <jari.aalto at cante.net>  Sun, 04 Mar 2012 12:00:34 -0500
 
 wmshutdown (0.2-6) unstable; urgency=low
 
diff --git a/debian/rules b/debian/rules
index b2764b5..f4e6b48 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,8 +3,8 @@
 PACKAGE	 = wmshutdown
 PACKAGE2 = wmshutdown-run
 
-CFLAGS	+= -pedantic
-LDFLAGS += -Wl,--as-needed
+export DEB_CFLAGS_MAINT_APPEND	= -pedantic
+export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
 
 man:
 	# Commands to build manual pages (pkg: hardening-includes)

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



More information about the Pkg-wmaker-commits mailing list