From: David Kalnischkies Date: Fri, 27 Nov 2009 09:02:27 +0000 (+0100) Subject: add --debian-only as alias for --diff-only for all source v3 lovers X-Git-Tag: 0.8.0~39^2~48 X-Git-Url: https://git.saurik.com/apt.git/commitdiff_plain/fb1e7ecf359510b263bc4acd23659024b54c17c9 add --debian-only as alias for --diff-only for all source v3 lovers --- diff --git a/cmdline/apt-get.cc b/cmdline/apt-get.cc index 49fde7466..7325bbf22 100644 --- a/cmdline/apt-get.cc +++ b/cmdline/apt-get.cc @@ -2799,6 +2799,7 @@ int main(int argc,const char *argv[]) /*{{{*/ {0,"force-yes","APT::Get::force-yes",0}, {0,"print-uris","APT::Get::Print-URIs",0}, {0,"diff-only","APT::Get::Diff-Only",0}, + {0,"debian-only","APT::Get::Diff-Only",0}, {0,"tar-only","APT::Get::Tar-Only",0}, {0,"dsc-only","APT::Get::Dsc-Only",0}, {0,"purge","APT::Get::Purge",0}, diff --git a/debian/changelog b/debian/changelog index 8d7461b95..1de0193cf 100644 --- a/debian/changelog +++ b/debian/changelog @@ -39,6 +39,7 @@ apt (0.7.25) UNRELEASED; urgency=low - source doesn't need the complete version for match (Closes: #245250) - source ignores versions/releases if not available (Closes: #377424) - only warn if (free) space overflows (Closes: #522238) + - add --debian-only as alias for --diff-only * methods/connect.cc: - display also strerror of "wicked" getaddrinfo errors * buildlib/configure.mak, buildlib/config.{sub,guess}: diff --git a/po/apt-all.pot b/po/apt-all.pot index 9b731cfcd..3cb5ba379 100644 --- a/po/apt-all.pot +++ b/po/apt-all.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-11-27 00:15+0100\n" +"POT-Creation-Date: 2009-11-27 09:49+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -1175,7 +1175,7 @@ msgid "" " This APT has Super Cow Powers.\n" msgstr "" -#: cmdline/apt-get.cc:2866 +#: cmdline/apt-get.cc:2867 msgid "" "NOTE: This is only a simulation!\n" " apt-get needs root privileges for real execution.\n"