[Pkg-wmaker-commits] [wmitime] 91/127: debian/rules: Remove unnecessary variables; update override_dh_auto_build to use dh_auto_build instead of MAKE.

Doug Torrance dtorrance-guest at moszumanska.debian.org
Sat Aug 22 01:34:40 UTC 2015


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

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

commit cc66831617aff0375880540ac0efcfcfb08706a4
Author: Doug Torrance <dtorrance at monmouthcollege.edu>
Date:   Mon Aug 4 10:01:46 2014 -0500

    debian/rules: Remove unnecessary variables; update override_dh_auto_build to use dh_auto_build instead of MAKE.
---
 debian/rules | 10 ++--------
 1 file changed, 2 insertions(+), 8 deletions(-)

diff --git a/debian/rules b/debian/rules
index 11c7515..84bf5ec 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,13 +1,7 @@
 #!/usr/bin/make -f
 
-export DEB_BUILD_MAINT_OPTIONS	= hardening=+all
-export DEB_CFLAGS_MAINT_APPEND	= -Wall -pedantic
-export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
-
-override_dh_auto_build:
-	$(MAKE) FLAGS="$(CFLAGS) $(CPPFLAGS) $(LDFLAGS)"
-
 %:
 	dh $@ --sourcedirectory=wmitime
 
-# End of file
+override_dh_auto_build:
+	dh_auto_build -- FLAGS="$(CFLAGS) $(CPPFLAGS) $(LDFLAGS)"

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



More information about the Pkg-wmaker-commits mailing list