[ps-watcher] 74/88: add build-arch and build-indep targets

Jan Wagner waja at alioth.debian.org
Fri Nov 8 23:06:49 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 5cf9d869f415cb33edeaca5d1a3909a696c6f0be
Author: Jan Wagner <waja at cyconet.org>
Date:   Wed Mar 28 06:22:26 2012 +0000

    add build-arch and build-indep targets
---
 debian/changelog |    1 +
 debian/rules     |    5 ++++-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 6917ae6..628a056 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ ps-watcher (1.08-3) UNRELEASED; urgency=low
   * Bump Standards-Version to 3.9.3, no changes needed
   * Raise debhelper version to 9
   * Switch packaging format to "3.0 (quilt)"
+  * Add build-arch and build-indep targets to debian/rules
 
  -- Jan Wagner <waja at cyconet.org>  Wed, 10 Mar 2010 12:47:29 +0100
 
diff --git a/debian/rules b/debian/rules
index 0f2b7a9..9122b01 100755
--- a/debian/rules
+++ b/debian/rules
@@ -15,7 +15,10 @@ endif
 	# Add here commands to configure the package.
 	./configure --prefix=/usr --mandir=\$${prefix}/share/man
 
-build: build-stamp
+build: build-arch build-indep
+build-arch: build-stamp
+build-indep: build-stamp
+
 build-stamp: config.status
 	dh_testdir
 

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