summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog7
-rwxr-xr-xdebian/rules2
2 files changed, 8 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index a76861f..f2c46a6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+mdk-doc (1.2.10-3) unstable; urgency=medium
+
+ * Do not make a whole rules target magically disappear, only put
+ the recipe in a conditional.
+
+ -- Peter Pentchev <roam@debian.org> Fri, 19 Jun 2020 18:21:34 +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