From 47dbef92da626bbcea08c90841df61a383d30066 Mon Sep 17 00:00:00 2001 From: Peter Pentchev Date: Fri, 19 Jun 2020 18:11:25 +0300 Subject: Do not make a whole target magically disappear. --- debian/changelog | 7 +++++++ debian/rules | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index a76861f..191f10d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +mdk-doc (1.2.10-3) UNRELEASED; urgency=medium + + * Do not make a whole rules target magically disappear, only put + the recipe in a conditional. + + -- Peter Pentchev Fri, 19 Jun 2020 18:10:44 +0300 + mdk-doc (1.2.10-2) unstable; urgency=medium * Use the test-name autopkgtest feature. diff --git a/debian/rules b/debian/rules index 31ba897..d803e0d 100755 --- a/debian/rules +++ b/debian/rules @@ -40,8 +40,8 @@ ifeq (${DEB_NODOC},0) mv -v $t/${mhtml} $t/${html} endif -ifeq (${DEB_NODOC},1) override_dh_install: +ifeq (${DEB_NODOC},1) # Nothing endif -- cgit v1.2.3