From f7d9e1cea0c03024abe01792550178d60f099e59 Mon Sep 17 00:00:00 2001 From: Sebastian Harl Date: Sun, 27 Apr 2014 13:24:57 +0200 Subject: [PATCH] rules: Split build target into build-arch and build-indep. --- debian/changelog | 1 + debian/rules | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index cda329c..82c2f74 100644 --- a/debian/changelog +++ b/debian/changelog @@ -12,6 +12,7 @@ ncmpc (0.21-1) UNRELEASED; urgency=low chat screen. * debian/rules: - Enable chat-screen feature. + - Split build target into build-arch and build-indep. * debian/control, debian/rules: - Enable documentation and build-depend on doxygen. * debian/patches, debian/control: diff --git a/debian/rules b/debian/rules index 02ed5ce..cf18017 100755 --- a/debian/rules +++ b/debian/rules @@ -50,7 +50,9 @@ config.status: configure --with-ncursesw \ CFLAGS="$(CFLAGS)" -build: build-stamp +build: build-arch build-indep +build-indep: +build-arch: build-stamp build-stamp: config.status dh_testdir -- 2.30.2