diff options
author | David Kalnischkies <kalnischkies@gmail.com> | 2009-08-12 14:52:43 +0200 |
---|---|---|
committer | David Kalnischkies <kalnischkies@gmail.com> | 2009-08-12 14:52:43 +0200 |
commit | ebf6c42d9db4766c315ea15f25c4a7a9a799660b (patch) | |
tree | 8a88466c665b75ccfa016a20c388f9a5025b2ff3 /debian | |
parent | 619596fcd20e3fda2ab352103cfeb9437015dfbc (diff) |
Add the pkg/release syntax to the source command in apt-get and also
add the understanding for codenames instead of archives here
[cmdline/apt-get.cc]
- add pkg/archive and codename in source (Closes: #414105, #441178)
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 3407cdcec..7dbbcdf7a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -9,6 +9,7 @@ apt (0.7.22.3) unstable; urgency=low - 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/contrib/strutl.cc: - enable thousand separator according to the current locale (by Luca Bruno, Closes: #223712) |