diff options
author | David Kalnischkies <david@kalnischkies.de> | 2018-05-04 19:56:41 +0200 |
---|---|---|
committer | David Kalnischkies <david@kalnischkies.de> | 2018-05-05 00:34:27 +0200 |
commit | b12bdeaf8acd050c5526ecc05526db70df5fd485 (patch) | |
tree | 583f7ed831b0267c5d6103abab5fbc4b44906003 /debian | |
parent | 5f9c05db78926dfb063fdd0493ecc6b8e12c2e02 (diff) |
Fix various typos reported by spellcheckers
Reported-By: codespell & spellintian
Gbp-Dch: Ignore
Diffstat (limited to 'debian')
-rw-r--r-- | debian/NEWS | 2 | ||||
-rw-r--r-- | debian/changelog | 14 | ||||
-rw-r--r-- | debian/libapt-inst2.0.symbols | 2 |
3 files changed, 9 insertions, 9 deletions
diff --git a/debian/NEWS b/debian/NEWS index 49e938751..9e77685a7 100644 --- a/debian/NEWS +++ b/debian/NEWS @@ -1,7 +1,7 @@ apt (1.6~rc1) unstable; urgency=medium Seccomp sandboxing has been turned off by default for now. If it works - for you, you are encouraged to reenable it by setting APT::Sandbox::Seccomp + for you, you are encouraged to re-enable it by setting APT::Sandbox::Seccomp to true. -- Julian Andres Klode <jak@debian.org> Fri, 06 Apr 2018 14:14:29 +0200 diff --git a/debian/changelog b/debian/changelog index 08087fccd..7f0528f65 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2620,7 +2620,7 @@ apt (1.0.8) unstable; urgency=medium apt (1.0.7) unstable; urgency=medium [ Michael Vogt ] - * add REAMDE.md + * add README.md * StringToBool: only act if the entire string is consumed by strtol() * Use @builddeps@ in the debian/tests/control file * apt-pkg/acquire-item.cc: make pkgAcqDiffIndex more uniform @@ -2932,7 +2932,7 @@ apt (0.9.16) unstable; urgency=medium * add ".*-{kernel,modules}-$KERVER" matcher for hook * ensure that a dot is a dot in the hook * use liblzma-dev to provide xz/lzma support - * use the pretty fullname of a pkg as download desciption + * use the pretty fullname of a pkg as download description [ Johannes Schauer ] * implement BuildProfileSpec support as dpkg has in 1.17.2 (Closes: 661537) @@ -3186,7 +3186,7 @@ apt (0.9.14) unstable; urgency=low * use a substvar to set the archive-keyring in debian/control * cherry-pick ubuntus (disabled) net-update fixes * generate apt-key script with vendor info about keys - * drop old /var/state to /var/lib transition artefacts + * drop old /var/state to /var/lib transition artifacts [ Steve Langasek ] * prepare-release: declare the packages needed as source build deps. @@ -5190,7 +5190,7 @@ apt (0.8.15.1) unstable; urgency=low - Defaults is a vector of Pin not of PkgPin - ensure that only the first specific stanza for a package is used - save all stanzas which had no effect in Unmatched - - allow package:architecure in Package: + - allow package:architecture in Package: -- Michael Vogt <mvo@debian.org> Thu, 30 Jun 2011 10:05:36 +0200 @@ -6374,7 +6374,7 @@ apt (0.7.26~exp8) experimental; urgency=low * apt-pkg/packagemanager.cc: - packages that are not touched doesn't need to be unpacked * debian/control: - - remove intltool's dependency as it is an ubuntu artefact + - remove intltool's dependency as it is an ubuntu artifact * apt-pkg/depcache.cc: - SetCandidateVer for all pseudo packages - SetReInstall for the "all" package of a pseudo package @@ -10372,7 +10372,7 @@ apt (0.3.14) unstable; urgency=low * Tweaked Dselect 'update' script to re-gen the avail file even in the event of a failure Closes: #47112 * Retries for source archives too Closes: #47529 - * Unmounts CDROMs iff it mounted them Closes: #45299 + * Unmounts CDROMs if it mounted them Closes: #45299 * Checks for the partial directories before doing downloads Closes: #47392 * no_proxy environment variable (http only!) Closes: #43476 * apt-cache showsrc Closes: #45799 @@ -10596,7 +10596,7 @@ apt (0.1) unstable; urgency=low * Kludge to fix problem in libnet-perl with illegal anonymous FTP passwords. - * Moved to unstable; apt is in a useable state now. + * Moved to unstable; apt is in a usable state now. * Fixed version numbering. From now on, numbering will be: 0.1 (no actual release) -> 0.1.0bo (release for libc5) -> 0.1.1 (release for unstable). Thanks, Manoj. diff --git a/debian/libapt-inst2.0.symbols b/debian/libapt-inst2.0.symbols index 2416d276b..3687ac95a 100644 --- a/debian/libapt-inst2.0.symbols +++ b/debian/libapt-inst2.0.symbols @@ -60,7 +60,7 @@ libapt-inst.so.2.0 libapt-inst2.0 #MINVER# (c++)"vtable for pkgDirStream@APTINST_2.0" 0.8.0 (c++)"vtable for debDebFile::ControlExtract@APTINST_2.0" 0.8.0 (c++)"vtable for debDebFile::MemControlExtract@APTINST_2.0" 0.8.0 -### gcc artefacts +### gcc artifacts (c++|optional=std)"std::vector<APT::Configuration::Compressor, std::allocator<APT::Configuration::Compressor> >::~vector()@APTINST_2.0" 0.8.12 ### symbol versioning APTINST_2.0@APTINST_2.0 1.1~exp9 |