[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#600249: marked as done ([PATCH] Fix typos in apt-https-method-example.conf)



Your message dated Fri, 15 Oct 2010 16:32:17 +0000
with message-id <E1P6nCb-0005VU-A8@franck.debian.org>
and subject line Bug#600249: fixed in apt 0.8.7
has caused the Debian Bug report #600249,
regarding [PATCH] Fix typos in apt-https-method-example.conf
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
600249: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=600249
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: apt
Version: 0.8.6
Severity: minor
Tags: patch

The attached patch fixes several typos in this example configuration file.

Cheers,
    Olly
diff -ru apt-0.8.6-orig/doc/examples/apt-https-method-example.conf apt-0.8.6/doc/examples/apt-https-method-example.conf
--- apt-0.8.6-orig/doc/examples/apt-https-method-example.conf	2010-07-30 16:24:07.000000000 +0000
+++ apt-0.8.6/doc/examples/apt-https-method-example.conf	2010-10-15 00:08:44.000000000 +0000
@@ -6,7 +6,7 @@
    This example file starts with a common setup that voluntarily exhibits
    all available configurations knobs with simple comments. Extended
    comments on the behavior of the option is provided at the end for
-   better readibility. As a matter of fact, a common configuration file
+   better readability. As a matter of fact, a common configuration file
    will certainly contain far less elements and benefit of default values
    for many parameters.
 
@@ -38,12 +38,12 @@
       matches their respective DNS names.
     - We have CRL available for both dom1.tld and dom2.tld PKI, and intend
       to use them.
-    - It somtimes happens that we had other more generic https available
+    - It sometimes happens that we had other more generic https available
       repository to our list. We want the checks to be performed against
       a common list of anchors (like the one provided by ca-certificates
       package for instance)
 
-   The sample configuration below basically covers those simpe needs.
+   The sample configuration below basically covers those simple needs.
 */
 
 
@@ -168,12 +168,12 @@
     When the option is set to "SSLv3" to have apt propose SSLv3 (and
     associated sets of ciphersuites) instead of TLSv1 (the default)
     when performing the exchange. This prevents the server to select
-    TLSv1 and use associated cipheruites. You should probably not use
+    TLSv1 and use associated ciphersuites. You should probably not use
     this option except if you know exactly what you are doing.
 
     Note that the default setting does not guarantee that the server
     will not select SSLv3 (for ciphersuites and SSL/TLS version as
-    selectio is always done by the server, in the end). It only means
+    selection is always done by the server, in the end). It only means
     that apt will not advertise TLS support.
 
   Debug::Acquire::https "true";

Attachment: signature.asc
Description: Digital signature


--- End Message ---
--- Begin Message ---
Source: apt
Source-Version: 0.8.7

We believe that the bug you reported is fixed in the latest version of
apt, which is due to be installed in the Debian FTP archive:

apt-doc_0.8.7_all.deb
  to main/a/apt/apt-doc_0.8.7_all.deb
apt-transport-https_0.8.7_i386.deb
  to main/a/apt/apt-transport-https_0.8.7_i386.deb
apt-utils_0.8.7_i386.deb
  to main/a/apt/apt-utils_0.8.7_i386.deb
apt_0.8.7.dsc
  to main/a/apt/apt_0.8.7.dsc
apt_0.8.7.tar.gz
  to main/a/apt/apt_0.8.7.tar.gz
apt_0.8.7_i386.deb
  to main/a/apt/apt_0.8.7_i386.deb
libapt-pkg-dev_0.8.7_i386.deb
  to main/a/apt/libapt-pkg-dev_0.8.7_i386.deb
libapt-pkg-doc_0.8.7_all.deb
  to main/a/apt/libapt-pkg-doc_0.8.7_all.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 600249@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Michael Vogt <mvo@debian.org> (supplier of updated apt package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Fri, 15 Oct 2010 18:16:10 +0200
Source: apt
Binary: apt apt-doc libapt-pkg-dev libapt-pkg-doc apt-utils apt-transport-https
Architecture: source all i386
Version: 0.8.7
Distribution: unstable
Urgency: low
Maintainer: APT Development Team <deity@lists.debian.org>
Changed-By: Michael Vogt <mvo@debian.org>
Description: 
 apt        - Advanced front-end for dpkg
 apt-doc    - Documentation for APT
 apt-transport-https - APT https transport
 apt-utils  - APT utility programs
 libapt-pkg-dev - Development files for APT's libapt-pkg and libapt-inst
 libapt-pkg-doc - Documentation for APT development
Closes: 599265 600249
Changes: 
 apt (0.8.7) unstable; urgency=low
 .
   [ Manpages translations ]
   * Typo fixed in French (extra "Z"). Thanks to Florentin Duneau.
   * Another typo fixed in French ("Anfin"). Thanks to bubulle
   * Wrong translation for "showauto" fixed. Thanks to Raphaël Hertzog
     Closes: #599265
 .
   [ Michael Vogt ]
   * debian/apt.cron.daily:
     - source /etc/default/locale (if available) so that the
       apt-get update cron job fetches the right translated package
       descriptions
   * fix test failure on amd64
   * apt-pkg/deb/debsystem.cc:
     - fix issues with dir::state::status and dir::state::extended_states
       when alternative rootdirs are used
 .
   [ Martin Pitt ]
   * apt-pkg/deb/debindexfile.cc:
     - Use FileFd::Size() instead of stat()ing the sources/binary/translations
       indexes directly, so that we have transparent handling of gzipped
       indexes.
   * apt-pkg/contrib/fileutl.cc:
     - Fix FileFd::Size() for gzipped files to give the size of the
       uncompressed data. This fixes cache building progress going way
       over 100%.
 .
   [ David Kalnischkies ]
   * apt-pkg/deb/deblistparser.cc:
     - support ArmHardFloat port in CompleteArch, thanks to Sebastian
       Andrzej Siewior for the patch!
   * doc/apt.ent:
     - move some strings into apt-verbatim.ent to avoid showing them in
       apt-doc.pot as they are untranslatable anyway (e.g. manpage references)
   * doc/apt-verbatim.ent:
     - change the codenames to reflect the situation after squeeze release
   * doc/examples/apt-https-method-example.conf:
     - apply various typo fixes by Olly Betts, thanks! (Closes: #600249)
Checksums-Sha1: 
 5d4ad224e775c8caf3bf78618f0439627a8e8e5e 1295 apt_0.8.7.dsc
 01806785b490354e86b1ea46ea1cae448c30d9f5 3132359 apt_0.8.7.tar.gz
 20c5b9c7778494d688f2b577f2241bfb1af5c10d 232256 apt-doc_0.8.7_all.deb
 389945b0c9f6b01d6384eb517175b6df823881ea 688702 libapt-pkg-doc_0.8.7_all.deb
 3aac60ccfc1d18b3a4906b8984ab56deddbf88e0 2140230 apt_0.8.7_i386.deb
 6be7f0470fb0d37b8818a6aeff7e1c21e574975d 150012 libapt-pkg-dev_0.8.7_i386.deb
 7205f7c1f2f5510bf4adc8ab807cae1ba5fab13b 269410 apt-utils_0.8.7_i386.deb
 aa7f3102f15c5232a801a124d9deed4224867d02 81940 apt-transport-https_0.8.7_i386.deb
Checksums-Sha256: 
 b2bb8a4257a72dc9ae79e531cdf7513553c598eb6aeb3863afdce0869d4b719b 1295 apt_0.8.7.dsc
 a02750ff70dac7636d01dd80ddecdd252fbe3f42e432078122198735b55fc0bb 3132359 apt_0.8.7.tar.gz
 4027efb68cf183dff3ecd64d81319cc37404b02082859689c0a7df8b246d7a1b 232256 apt-doc_0.8.7_all.deb
 d620dd8123ae9f6b67f3ba29358fa319a7b9266ecb63f77d776d1063cfb11693 688702 libapt-pkg-doc_0.8.7_all.deb
 5eefbcee27032495e38796b77f9f3511770e30bd29631b04d17710411b0aa934 2140230 apt_0.8.7_i386.deb
 0a3ebad7d47d040cab0175de84def4babe4416f289a05bf8f99bbbc5ab3db4cc 150012 libapt-pkg-dev_0.8.7_i386.deb
 2b1440b9f9a9694c8845a2889e9f5a4274c57f56c3561dbe47e2ba0949c9e462 269410 apt-utils_0.8.7_i386.deb
 7e64cc49dd5a693a0734234ac4d530228ad866cefb51be7c0bb603c490cd50e1 81940 apt-transport-https_0.8.7_i386.deb
Files: 
 bab6408b04111f166339b9461187d9fe 1295 admin important apt_0.8.7.dsc
 793d2db1221131f1b78fd4f8509b883a 3132359 admin important apt_0.8.7.tar.gz
 9eb1bd45116765477cb2bdd7b1bf6ca2 232256 doc optional apt-doc_0.8.7_all.deb
 4ec522b5aa0c3484e8fa65b5cbf02d14 688702 doc optional libapt-pkg-doc_0.8.7_all.deb
 74769bfbcef9ebc4fa74f7a5271b9c08 2140230 admin important apt_0.8.7_i386.deb
 f11e0cabb9567357822f0bd3f674019c 150012 libdevel optional libapt-pkg-dev_0.8.7_i386.deb
 ff6238c195f226e17e221e754e50a772 269410 admin important apt-utils_0.8.7_i386.deb
 75ba0dbcd0f355302b629c51f4578f25 81940 admin optional apt-transport-https_0.8.7_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)

iEYEARECAAYFAky4gAkACgkQliSD4VZixzQqWgCfTDaYW5HjLmgV/voRG0o1htJk
taEAnApMxchw8GerCP1wQcXeg1LGpgGp
=IFde
-----END PGP SIGNATURE-----



--- End Message ---

Reply to: