ca-certificates/examples/ca-certificates-local/debian/control
Michael Shuler 9fa1e85c21 20130906 (patches unapplied)
Imported using git-ubuntu import.
2013-09-07 16:10:49 +00:00

20 lines
824 B
Text

Source: ca-certificates-local
Section: misc
Priority: extra
Maintainer: System Administrator <root@localhost.localdomain>
Build-Depends: debhelper (>= 8.0.0)
Standards-Version: 3.9.4
Package: ca-certificates-local
Architecture: all
Depends: ca-certificates (>= 20130119), ${misc:Depends}
Description: Local CA certificates
This package includes local CA certificates to be installed in
/usr/local/share/ca-certificates. The CA certificates installed by this
package will be implicitly trusted.
.
This is an example stub source package that includes a dummy CA
certificate in the local/ directory. Remove the dummy certificate, copy
your trusted local root CA (in PEM format with the filename ending in
".crt") to the local/ directory, edit files in the debian/ directory as
desired, and build your custom package.