diff --git a/debian/changelog b/debian/changelog index e933ffc..1bcb826 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,12 +4,13 @@ + Shows URL already while loading (Closes: #696611) * No more hardcode -fPIC, the real source of #664949 seems to have been #677705 which has been fixed in the meanwhile. - * Bump debhelper compatibility to 9 + * Bump debhelper compatibility to 9 and use more debhelper stuff + Use debian/clean instead of calling rm multiple times in debian/rules + Update versioned build-dependency on debhelper + Use dh_auto_{configure,install}, remove duplicate "make install" + Use dh_install instead of calling install directly + Use dh_auto_clean and remove intermediate clean-patched make target. + + Use debian/manpages instead of passing arguments to dh_installman. * Bump Standards-Version to 3.9.4 (no changes) -- Axel Beckert Wed, 17 Apr 2013 16:59:43 +0200 diff --git a/debian/manpages b/debian/manpages new file mode 100644 index 0000000..c32bb2f --- /dev/null +++ b/debian/manpages @@ -0,0 +1 @@ +doc/dillo.1 diff --git a/debian/rules b/debian/rules index 43b982f..b52b4cf 100755 --- a/debian/rules +++ b/debian/rules @@ -41,7 +41,7 @@ dh_installdocs dh_installexamples dh_installmenu - dh_installman doc/dillo.1 + dh_installman dh_install dh_link dh_strip