add build-arch and build-indep targets

This commit is contained in:
Jan Wagner 2012-03-28 06:22:26 +00:00
parent 8aa3e507ac
commit 5cf9d869f4
2 changed files with 5 additions and 1 deletions

1
debian/changelog vendored
View file

@ -3,6 +3,7 @@ ps-watcher (1.08-3) UNRELEASED; urgency=low
* Bump Standards-Version to 3.9.3, no changes needed * Bump Standards-Version to 3.9.3, no changes needed
* Raise debhelper version to 9 * Raise debhelper version to 9
* Switch packaging format to "3.0 (quilt)" * Switch packaging format to "3.0 (quilt)"
* Add build-arch and build-indep targets to debian/rules
-- Jan Wagner <waja@cyconet.org> Wed, 10 Mar 2010 12:47:29 +0100 -- Jan Wagner <waja@cyconet.org> Wed, 10 Mar 2010 12:47:29 +0100

5
debian/rules vendored
View file

@ -15,7 +15,10 @@ endif
# Add here commands to configure the package. # Add here commands to configure the package.
./configure --prefix=/usr --mandir=\$${prefix}/share/man ./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 build-stamp: config.status
dh_testdir dh_testdir