From 05c04159316625d8d01b3d708986b18b63b47cc3 Mon Sep 17 00:00:00 2001 From: Sebastian Harl Date: Tue, 3 Apr 2012 13:09:00 +0200 Subject: [PATCH] rules: Provide recommended targets build-arch and build-indep. --- debian/changelog | 4 +++- debian/rules | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 7822392..1a11ae2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,8 +6,10 @@ libkohana2-php (2.3.4-2) unstable; urgency=low displayed (PHP 5.4 handles end_clean() a bit different than previous versions); thanks to Bernhard Schmidt for reporting this and Jörg Linge for tracking down to problem (Closes: #665197). + * debian/rules: + - Provide recommended targets build-arch and build-indep. - -- Sebastian Harl Tue, 03 Apr 2012 13:03:53 +0200 + -- Sebastian Harl Tue, 03 Apr 2012 13:08:40 +0200 libkohana2-php (2.3.4-1) unstable; urgency=low diff --git a/debian/rules b/debian/rules index 9d11275..7a2c9c9 100755 --- a/debian/rules +++ b/debian/rules @@ -9,7 +9,9 @@ get-orig-source: uscan --force --verbose --repack --rename -build: build-stamp +build: build-arch build-indep +build-arch: build-stamp +build-indep: build-stamp build-stamp: dh_testdir -- 2.30.2