This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository libquazip.
commit f9dffadf93afa3a3967e7f8ac435887c5b12b00a Author: Andreas Tille <[email protected]> Date: Tue Sep 26 22:14:30 2017 +0200 Drop redundant --parallel --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index f2617c7..5e9a8d6 100755 --- a/debian/rules +++ b/debian/rules @@ -17,7 +17,7 @@ QT5_PATH = build/qt5 # This has to be exported to make some magic below work. %: - dh $@ --parallel #--with migrations + dh $@ #--with migrations override_dh_auto_configure: mkdir -p $(QT4_PATH) $(QT5_PATH) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/libquazip.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
