From b716480ac073e5b099ecee13ea30a3b92cf22d0e Mon Sep 17 00:00:00 2001 From: gregor herrmann Date: Tue, 20 Jan 2015 21:47:33 +0100 Subject: [PATCH] Update ChangeLog target. Use /usr/share/gnulib/build-aux/gitlog-to-changelog (in the gnulib) package instead of svn2cl, since we moved from subversion to git. gitlog-to-changelog sums up the commits, whereas git2cl dumps them individually. --- confclerk.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/confclerk.pro b/confclerk.pro index a8ff1b0..55a744d 100644 --- a/confclerk.pro +++ b/confclerk.pro @@ -16,7 +16,7 @@ QMAKE_EXTRA_TARGETS += changelog icon man release releaseclean tarball signature changelog.target = ChangeLog changelog.commands = \ - svn up && svn2cl --group-by-day --reparagraph + git pull && /usr/share/gnulib/build-aux/gitlog-to-changelog > ChangeLog changelog.CONFIG = phony icon.target = data/$${TARGET}.png -- 2.39.5