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