Source: {{ package }}
Section: misc
Priority: optional
Maintainer: Erik von Reis <erik.vonreis@ligo.org>
Build-Depends: debhelper (>= 9.0.0)
Standards-Version: 3.9.6
Homepage: https://git.ligo.org/cds-packaging/cdssoft-debian
Vcs-Git: https://git.ligo.org/cds-packaging/cdssoft-debian.git
Vcs-Browser: https://git.ligo.org/cds-packaging/cdssoft-debian

Package: {{ package }}
Architecture: all
Depends: gpgv, ${misc:Depends}
Recommends: gnupg
Breaks: apt (<< 0.7.25.1)
Replaces: cds-archive-keyring, cds-unstable-archive-keyring,
{%- for stg in stages %}
	{%- for cname in codenames %}
	    {%- if stg != stage  or codename != cname %}
 cdssoft-{{ stg }}-{{ cname }},
 		{%- endif %}
    {%- endfor %}
{%- endfor %}
Conflicts: cds-archive-keyring, cds-unstable-testing-keyring,
{%- for stg in stages %}
	{%- for cname in codenames %}
	    {%- if stg != stage or codename != cname %}
 cdssoft-{{ stg }}-{{ cname }},
 		{%- endif %}
    {%- endfor %}
{%- endfor %}
Description: OpenPGP archive keys for the LIGO CDS Debian archive
 LIGO CDS's Debian archive are cryptographically signed. This package
 properly installs the OpenPGP keys used by GnuPG to verify those
 signatures through Secure APT.
 .
 Production archive keyring, unstable/testing archive keyring, APT configuration
