[ps-watcher] 15/88: remove CFLAGS

Jan Wagner waja at alioth.debian.org
Fri Nov 8 23:06:32 UTC 2013


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

waja pushed a commit to branch master
in repository ps-watcher.

commit 1219badc1c507a5cb69aca44a09095ea77a37b21
Author: Jan Wagner <waja at cyconet.org>
Date:   Sat Nov 4 20:20:15 2006 +0000

    remove CFLAGS
---
 debian/rules |   15 +--------------
 1 file changed, 1 insertion(+), 14 deletions(-)

diff --git a/debian/rules b/debian/rules
index d89592f..71d81b6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,23 +4,10 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
-# These are used for cross-compiling and for saving the configure script
-# from having to guess our platform (since we know it already)
-DEB_HOST_GNU_TYPE   ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
-DEB_BUILD_GNU_TYPE  ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
-
-CFLAGS = -Wall -g
-
-ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
-	CFLAGS += -O0
-else
-	CFLAGS += -O2
-endif
-
 config.status: configure
 	dh_testdir
 	# Add here commands to configure the package.
-	./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info CFLAGS="$(CFLAGS)" LDFLAGS="-Wl,-z,defs"
+	./configure --prefix=/usr --mandir=\$${prefix}/share/man
 
 build: build-stamp
 build-stamp: config.status

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/ps-watcher.git



More information about the Pkg-perl-cvs-commits mailing list