From 3940532ad4d8c155a4e08fed0ed16b88fcc6bf2c Mon Sep 17 00:00:00 2001 From: tolimar Date: Wed, 7 Sep 2011 14:48:01 +0000 Subject: [PATCH] Add recommended targets according to lintian git-svn-id: svn://svn.debian.org/svn/pkg-nagios/nagvis/trunk@1957 98d490a6-b407-0410-aaaa-fdee166ba3f5 --- debian/changelog | 3 ++- debian/rules | 7 +++++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 76e0049..9cefe7e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -15,8 +15,9 @@ nagvis (1:1.4.6-2) UNRELEASED; urgency=medium Wolfgang for all their work! * Acutally install the documentation * Bump standards (no changes needed) + * Add recommended targets to debian/rules - -- Alexander Reichle-Schmehl Wed, 07 Sep 2011 16:46:15 +0200 + -- Alexander Reichle-Schmehl Wed, 07 Sep 2011 16:47:25 +0200 nagvis (1:1.4.6-1.1) unstable; urgency=low diff --git a/debian/rules b/debian/rules index aff715c..55b6740 100755 --- a/debian/rules +++ b/debian/rules @@ -15,8 +15,11 @@ configure-stamp: dh_testdir touch configure-stamp -build: build-stamp patch-stamp -build-stamp: configure-stamp + +build: build-arch build-indep +build-arch: build-stamp +build-indep: build-stamp +build-stamp: configure-stamp dh_testdir #$(MAKE) #docbook-to-man debian/nagvis.sgml > nagvis.1 -- 2.30.2