# Makefile snippet that holds all package-dependent information.
# Also from libintl-perl

# Add more languages here!  Beware that this is a makefile snippet and
# you have to adhere to make syntax.
LINGUAS = cs \
    da \
    de \
    es \
    fr \
    it \
    ja \
    pl \
    pt \
    pt_BR \
    ru

# Textdomain for our package.
TEXTDOMAIN = debian-security-support

# Initial copyright holder added to pot and po files.
COPYRIGHT_HOLDER = Christoph Biedl 

# Where to send msgid bugs?  
MSGID_BUGS_ADDRESS = debian-security-support@packages.debian.org

