This is an automated email from the git hooks/post-receive script. jsonic-guest pushed a commit to branch master in repository pentobi.
commit 4c52b2842d01be2ead60aeaef74e79415e991769 Author: Juhani Numminen <[email protected]> Date: Tue Oct 31 14:33:20 2017 +0200 Make an 'empty' override target actually empty, so that dh does not call debian/rules unnecessarily. --- debian/changelog | 4 +++- debian/rules | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 6fbd54a..7e553ba 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,8 +3,10 @@ pentobi (14.0-1) unstable; urgency=medium * New upstream release. * Bump Standards-Version to 4.1.1, no changes needed. * Add Rules-Requires-Root: no. + * Make an 'empty' override target actually empty, so that dh does not + call debian/rules unnecessarily. - -- Juhani Numminen <[email protected]> Fri, 27 Oct 2017 22:19:22 +0300 + -- Juhani Numminen <[email protected]> Tue, 31 Oct 2017 14:32:50 +0200 pentobi (13.1-1) unstable; urgency=medium diff --git a/debian/rules b/debian/rules index 0d197ea..d049c97 100755 --- a/debian/rules +++ b/debian/rules @@ -22,5 +22,5 @@ override_dh_auto_configure: override_dh_installchangelogs: dh_installchangelogs NEWS +# dh_makeshlibs not needed, the KDE thumbnailer .so file is a plugin. override_dh_makeshlibs: - # dh_makeshlibs not needed, the KDE thumbnailer .so file is a plugin -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/pentobi.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

