pidgin/pidgin

Appease intltool-update --maintain

2017-01-08, Mark Doliner
f75c2233918a
Appease intltool-update --maintain

The .in.in file was added to the repo in 8bdfa6a4e56f. Then Gary added the .in file to POTFILES.in in 1d98555... but I think it should actually be the .in.in file, right?
# vi:et:ts=2 sw=2 sts=2
image: pidgin/builder-debian:stretch
pipelines:
default:
- step:
script:
- set -ex
- ./autogen.sh --enable-debug --enable-gtk-doc
- make -s -j$(nproc)
- make -s -j$(nproc) distcheck
branches:
release-2.x.y:
- step:
image: pidgin/release-builder:release-2.x.y
script:
- set -ex
- ./autogen.sh --enable-debug
- make -s -j$(nproc)
- make -s -j$(nproc) check
- make distcheck