This is an automated email from the git hooks/post-receive script. mattia pushed a commit to branch master in repository libreoffice-dictionaries.
commit 511b6959eda334023830144a84aac839a45be8f2 Author: Mattia Rizzolo <mat...@debian.org> Date: Fri May 13 15:44:36 2016 +0000 d/rules: be verbose when renaming files Gbp-Dch: Ignore --- debian/rules | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/debian/rules b/debian/rules index b8b3479..d78dfd5 100755 --- a/debian/rules +++ b/debian/rules @@ -3,17 +3,17 @@ define rename_hunspell_files cd $(CURDIR)/debian/hunspell-$(strip $(1))/usr/share/hunspell; \ -mv $(strip $(2)).aff $(strip $(3)).aff; mv $(strip $(2)).dic $(strip $(3)).dic +mv -v $(strip $(2)).aff $(strip $(3)).aff; mv $(strip $(2)).dic $(strip $(3)).dic endef define rename_hyphen_files cd $(CURDIR)/debian/hyphen-$(strip $(1))/usr/share/hyphen; \ -mv hyph_$(strip $(2)).dic hyph_$(strip $(3)).dic +mv -v hyph_$(strip $(2)).dic hyph_$(strip $(3)).dic endef define rename_mythes_files cd $(CURDIR)/debian/mythes-$(strip $(1))/usr/share/mythes; \ -mv $(strip $(2)).dat $(strip $(3)).dat; mv $(strip $(2)).idx $(strip $(3)).idx +mv -v $(strip $(2)).dat $(strip $(3)).dat; mv $(strip $(2)).idx $(strip $(3)).idx endef %: -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-openoffice/libreoffice-dictionaries.git