Codebase list debian-goodies / f806fce
Fix lintian warning dh-clean-k-is-deprecated and use dh_prep Axel Beckert 10 years ago
2 changed file(s) with 2 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
77 * Bump debhelper compatibility to 7 to be able to use some more recent
88 features. Update versioned debhelper build-dependency accordingly.
99 * Use debian/links instead of calling ln manually in debian/rules
10 * Fix lintian warning dh-clean-k-is-deprecated and use dh_prep
1011 * Apply wrap-and-sort
1112
1213 -- Axel Beckert <abe@debian.org> Thu, 04 Jul 2013 17:28:35 +0200
2727 install: build
2828 dh_testdir
2929 dh_testroot
30 dh_clean -k
30 dh_prep
3131 dh_installdirs
3232
3333 # Add here commands to install the package into debian/debian-goodies.