This is an automated email from the git hooks/post-receive script. mattia pushed a commit to branch master in repository libreoffice-dictionaries.
commit 19d0e47780d5e0f1ba8cdfbde41eb76d1a326691 Author: Mattia Rizzolo <mat...@debian.org> Date: Fri May 13 14:50:21 2016 +0000 d/helper.py: add a "generated-do-not-edit" notice on the generated d/control Gbp-Dch: Ignore --- debian/helper.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/helper.py b/debian/helper.py index 54ad5e8..6be794f 100755 --- a/debian/helper.py +++ b/debian/helper.py @@ -282,7 +282,9 @@ def generate_json(): def generate_control(): - control = "" + control = """# Automatically generated. DO NOT EDIT! +# Edit debian/control.it and debian/helper.py instead. +""" try: with open('control.in', 'r') as fd: control += fd.read() -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-openoffice/libreoffice-dictionaries.git