add build-arch and build-indep targets
This commit is contained in:
parent
8aa3e507ac
commit
5cf9d869f4
1
debian/changelog
vendored
1
debian/changelog
vendored
|
@ -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@cyconet.org> Wed, 10 Mar 2010 12:47:29 +0100
|
||||
|
||||
|
|
5
debian/rules
vendored
5
debian/rules
vendored
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue