diff --git a/debian/rules b/debian/rules index 503007e..9891fc0 100755 --- a/debian/rules +++ b/debian/rules @@ -1,21 +1,14 @@ #!/usr/bin/make -f -# -*- makefile -*- -# Sample debian/rules that uses debhelper. -# This file was originally written by Joey Hess and Craig Small. -# As a special exception, when this file is copied by dh-make into a -# dh-make output file, you may use that output file without restriction. -# This special exception was added by Craig Small in version 0.37 of dh-make. - +# written by Jan Wagner +# # 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))) @@ -29,10 +22,9 @@ config.status: configure # 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" - build: build-stamp -build-stamp: config.status +build-stamp: config.status dh_testdir # Add here commands to compile the package. @@ -54,7 +46,6 @@ ifneq "$(wildcard /usr/share/misc/config.guess)" "" cp -f /usr/share/misc/config.guess config.guess endif - dh_clean install: build @@ -66,7 +57,6 @@ install: build # Add here commands to install the package into debian/ps-watcher. $(MAKE) DESTDIR=$(CURDIR)/debian/ps-watcher install - # Build architecture-independent files here. binary-indep: build install # We have nothing to do by default. @@ -79,7 +69,6 @@ binary-arch: build install dh_installdocs dh_installexamples samples/* dh_installinit -- defaults 40 - dh_installman dh_link dh_strip dh_compress