This is an automated email from the git hooks/post-receive script. skitt pushed a commit to branch master in repository qjoypad.
commit b4760203b52c1c7a35a671c0106ea19dc7743279 Author: Stephen Kitt <[email protected]> Date: Wed Oct 12 09:01:57 2016 +0200 Define INSTALL_ROOT --- debian/changelog | 7 ++++++- debian/rules | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 49b7b1d..1dd04fc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,13 @@ -qjoypad (4.1.0-2) unstable; urgency=medium +qjoypad (4.1.0-2) UNRELEASED; urgency=medium + [ Jordan Metzmeier ] * Fix FTBFS using clang (Closes: #752125, thanks to Alexander Ovchinnikov) + [ Stephen Kitt ] + * Define INSTALL_ROOT so that the installation can complete correctly + (Closes: #840346) + -- Jordan Metzmeier <[email protected]> Tue, 11 Nov 2014 01:05:39 -0600 qjoypad (4.1.0-1) unstable; urgency=low diff --git a/debian/rules b/debian/rules index 8e4a564..26eac9c 100755 --- a/debian/rules +++ b/debian/rules @@ -14,4 +14,4 @@ export QMAKE_LFLAGS_DEBUG="$(shell dpkg-buildflags --get LDFLAGS)" dh $@ --sourcedirectory=src override_dh_auto_install: - dh_auto_install --destdir=debian/tmp + dh_auto_install --destdir=debian/tmp -- INSTALL_ROOT=$${PWD}/debian/tmp -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/qjoypad.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

