Codebase list comidi-clojure / 25c9dd2
Fix typo in debian/rules rules: override_jh_clean => override_dh_clean Changes-By: lintian-brush Fixes: lintian: typo-in-debhelper-override-target See-also: https://lintian.debian.org/tags/typo-in-debhelper-override-target.html Debian Janitor 2 years ago
2 changed file(s) with 2 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
00 comidi-clojure (0.3.2-3) UNRELEASED; urgency=medium
11
22 * Set upstream metadata fields: Bug-Database, Bug-Submit.
3 * Fix typo in debian/rules rules: override_jh_clean => override_dh_clean
34
45 -- Debian Janitor <janitor@jelmer.uk> Wed, 23 Jun 2021 03:34:21 -0000
56
2323 override_jh_classpath:
2424 jh_classpath $(PRODUCED_JAR)
2525
26 override_jh_clean:
26 override_dh_clean:
2727 jh_clean
2828 rm -f $(CURDIR)/$(PRODUCED_JAR)
2929 rm -rf $(CURDIR)/doc/html