~ubuntu-branches/ubuntu/natty/ca-certificates/natty

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Bazaar Package Importer
  • Author(s): Philipp Kern
  • Date: 2008-08-09 14:58:24 UTC
  • mto: This revision was merged to the branch mainline in revision 8.
  • Revision ID: james.westby@ubuntu.com-20080809145824-4g3eot1a99uxmwzj
* New cacert.org.pem joining both CACert Class 1 and Class 3 certificates.
  This file can be used for proper certificate chaining if CACert
  server certificates are used.  The old class3.pem and root.pem
  certificates are deprecated.  This new file could safely serve as
  a replacement for both.  (Closes: #494343)
* This also reintroduces the old name for the CACert certificate,
  thus closing a long-standing bug about its rename to root.crt.
  (Closes: #413766)

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
 
5
5
CERTSDIR = /usr/share/ca-certificates
6
6
SUBDIRS = spi-inc.org debconf.org mozilla \
7
 
        cacert.org brasil.gov.br signet.pl quovadis.bm
 
7
        cacert.org brasil.gov.br signet.pl quovadis.bm \
 
8
        telesec.de gouv.fr
8
9
 
9
10
all:
10
11
        for dir in $(SUBDIRS); do \