[Pkg-wmaker-commits] [wmshutdown] 74/173: debian/rules: Remove buildflags.mk which is unnecessary with compat 9

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 5e6ea4c591a38f5251d40aa52b6bc45df1ec806a
Author: Jari Aalto <jari.aalto at cante.net>
Date:   Sat Mar 3 10:55:45 2012 -0500

    debian/rules: Remove buildflags.mk which is unnecessary with compat 9
---
 debian/rules | 13 ++++---------
 1 file changed, 4 insertions(+), 9 deletions(-)

diff --git a/debian/rules b/debian/rules
index c82ec69..b2764b5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,18 +1,13 @@
 #!/usr/bin/make -f
 
-PACKAGE		= wmshutdown
-PACKAGE2	= wmshutdown-run
+PACKAGE	 = wmshutdown
+PACKAGE2 = wmshutdown-run
 
-MANPAGE1	= debian/$(PACKAGE).$(MANSECT)
-MANPAGE2	= debian/$(PACKAGE2).$(MANSECT)
-
-include /usr/share/dpkg/buildflags.mk
-CFLAGS	+= -Wall -pedantic
+CFLAGS	+= -pedantic
 LDFLAGS += -Wl,--as-needed
-export CFLAGS LDFLAGS
 
 man:
-	# Commands to build manual pages
+	# Commands to build manual pages (pkg: hardening-includes)
 	$(MAKE) -C debian -f pod2man.mk PACKAGE=$(PACKAGE) makeman
 	$(MAKE) -C debian -f pod2man.mk PACKAGE=$(PACKAGE2) makeman
 

-- 
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