typo when doing "apt-get source" for a bzr maintained package
Bug #370094 reported by
Matthew East
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
apt (Ubuntu) |
Fix Released
|
Low
|
Unassigned |
Bug Description
Binary package hint: apt
I think there is a typo in this message:
NOTICE: 'apt' packaging is maintained in the 'Bzr' version control system at:
http://
Please use:
bzr get http://
to retrieve the latest (possible unreleased) updates to the package.
I think it should read "possibly unreleased".
Related branches
lp://staging/~brian-murray/apt/bug-370094
- Michael Vogt (community): Approve
- Diff: None lines
Changed in apt (Ubuntu): | |
importance: | Undecided → Low |
status: | New → Triaged |
tags: | added: string-fix |
Changed in apt (Ubuntu): | |
status: | Triaged → Fix Committed |
To post a comment you must log in.
This bug was fixed in the package apt - 0.7.23.1ubuntu1
---------------
apt (0.7.23.1ubuntu1) karmic; urgency=low
[ Matt Zimmerman ] deb/dpkgpm. cc:
* apt-pkg/
- Suppress apport reports on dpkg short reads (these I/O errors are not
generally indicative of a bug in the packaging)
[ Loïc Minier ]
* cmdline/apt-key:
- Emit a warning if removed keys keyring is missing and skip associated
checks (LP: #218971)
[ Brian Murray ]
* cmdline/apt-get.cc:
- typo fix (LP: #370094)
[ Michael Vogt ] deb/dpkgpm. cc: contrib/ arfile. cc: acquire- worker. cc: contrib/ fileutl. cc: d::ServerDie( ) (LP: #385144) apt.cron. daily:
* apt-pkg/
- when tcgetattr() returns non-zero skip all pty magic
(thanks to Simon Richter, closes: #509866)
* apt-inst/
- show propper error message for Invalid archive members
* apt-pkg/
- show error details of failed methods
* apt-pkg/
- if a process aborts with signal, show signal number
* methods/http.cc:
- ignore SIGPIPE, we deal with EPIPE from write in
HttpMetho
* debian/
- if the timestamp is too far in the future, delete it
(LP: #135262)
[ Merge ]
* merged from debian, reverted the libdlopen-udev branch
because its too late in the release process for this now
* not merged the proxy behaviour change from 0.7.23 (that will
be part of lucid)
apt (0.7.23.1) unstable; urgency=low
[ Michael Vogt ] pkgcache. cc: pending state. dpkg will deal with the trigger and acquire- item.cc:
* apt-pkg/
- do not set internel "needs-configure" state for packages in
triggers-
it if does it before we trigger it, dpkg will error out
(LP: #414631)
* apt-pkg/
- do not segfault on invalid items (closes: #544080)
apt (0.7.23) unstable; urgency=low
[ David Kalnischkies ] :HideAutoRemove =small to display only a short line contrib/ strutl. cc: contrib/ arfile. cc: acquire- item.cc: aptconfiguratio n.cc: writer. cc:
* cmdline/apt-get.cc:
- add APT::Get:
instead of the full package list. (Closes: #537450)
- ShowBroken() in build-dep (by Mike O'Connor, Closes: #145916)
- check for statfs.f_type (by Robert Millan, Closes: #509313)
- correct the order of picked package binary vs source in source
- use SourceVersion instead of the BinaryVersion to get the source
Patch by Matt Kraai, thanks! (Closes: #382826)
- add pkg/archive and codename in source (Closes: #414105, #441178)
* apt-pkg/
- enable thousand separator according to the current locale
(by Luca Bruno, Closes: #223712)
* doc/apt.conf.5.xml:
- mention the apt.conf.d dir (by Vincent McIntyre, Closes: #520831)
* apt-inst/
- use sizeof instead strlen (by Marius Vollmer, Closes: #504325)
* doc/apt-mark.8.xml:
- improve manpage based on patch by Carl Chenet (Closes: #510286)
* apt-pkg/
- use configsettings for dynamic compression type use and order.
Based on a patch by Jyrki Muukkonen, thanks! (LP: #71746)
* apt-pkg/
- add default configuration for compression types and add lzma
support. Order is now bzip2, lzma, gzip, none (Closes: #510526)
* ftparchive/
- add lzma support also here, patch for this (and...