Codebase list gmetrics / c814120b-6949-4662-ad31-e3616ffc2972/main
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 3 years ago
2 changed file(s) with 2 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
1212 * Set upstream metadata fields: Repository, Repository-Browse.
1313 * Update Vcs-* headers from URL redirect.
1414 * Use canonical URL in Vcs-Git.
15 * Fix typo in debian/rules rules: override_jh_clean => override_dh_clean
1516
1617 -- Miguel Landaeta <nomadium@debian.org> Mon, 07 Aug 2017 10:06:05 +0100
1718
55 override_jh_build:
66 ant -f debian/build.xml
77
8 override_jh_clean:
8 override_dh_clean:
99 jh_clean
1010 ant -f debian/build.xml clean
1111 mh_clean