[ps-watcher] 08/88: make daniel happy

Jan Wagner waja at alioth.debian.org
Fri Nov 8 23:06:31 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 ae74b6922f7fa2f0907bc06403c2f960db0e3882
Author: Jan Wagner <waja at cyconet.org>
Date:   Sat Nov 4 17:20:16 2006 +0000

    make daniel happy
---
 debian/rules |   17 +++--------------
 1 file changed, 3 insertions(+), 14 deletions(-)

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 <waja at cyconet.org>
+#
 # 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

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