From 7d886cc182521bd9827db6d941d79f848a9b56e7 Mon Sep 17 00:00:00 2001 From: Scott Moser Date: Wed, 28 Jun 2017 12:54:24 -0400 Subject: debian/cherry-pick: separate out changes to changelog --- debian/cherry-pick | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/debian/cherry-pick b/debian/cherry-pick index 4906917f..dd557246 100755 --- a/debian/cherry-pick +++ b/debian/cherry-pick @@ -170,7 +170,7 @@ main() { } local commit_files="" - commit_files=( debian/changelog "$series" "$fpath" ) + commit_files=( "$series" "$fpath" ) git diff HEAD "${commit_files[@]}" echo -n "Commit this change? (Y/n): " @@ -187,6 +187,9 @@ main() { git commit -m "$msg" "${commit_files[@]}" || fail "failed to commit '$msg'" + git commit -m "update changelog" debian/changelog || + fail "failed to commit update to debian changelog." + return 0 } -- cgit v1.2.3