From: cjwatson <> Date: Thu, 29 Nov 2007 20:51:23 +0000 (+0000) Subject: aptitude safe-upgrade X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~cjwatson/git?a=commitdiff_plain;h=8ea1f0b3cafa740693cab303a2095b79c6b4a35a;p=blog.git aptitude safe-upgrade --- diff --git a/debian/2007-11-29-safe-upgrade.txt b/debian/2007-11-29-safe-upgrade.txt new file mode 100644 index 00000000..c6de814a --- /dev/null +++ b/debian/2007-11-29-safe-upgrade.txt @@ -0,0 +1,11 @@ +aptitude safe-upgrade + +

Erich: +I do sometimes wonder why we don't relax the definition of "safe" upgrades +to include installing new packages but still not removing old ones. I know +that many of my uses of dist-upgrade are just for when something grows a new +dependency that I didn't previously have installed.

+ +

(Of course this wouldn't always help as it wouldn't account for a new +dependency that conflicted with an old dependency, but never mind. It would +certainly do wonders for the metapackage case.)