-E|--skip-same-version Skip packages whose same version is installed\n\
-G|--refuse-downgrade Skip packages with earlier version than installed\n\
-B|--auto-deconfigure Install even if it would break some other package\n\
+ --no-debsign Do no try to verify package signatures\n\
--no-act Just say what we would do - don't do it\n\
-D|--debug=<octal> Enable debugging - see -Dhelp or --debug=help\n\
--status-fd <n> Send status change updates to file descriptor <n>\n\
const struct cmdinfo *cipaction= 0;
int f_pending=0, f_recursive=0, f_alsoselect=1, f_skipsame=0, f_noact=0;
-int f_autodeconf=0;
+int f_autodeconf=0, f_nodebsig=0;
unsigned long f_debug=0;
/* Change fc_overwrite to 1 to enable force-overwrite by default */
int fc_downgrade=1, fc_configureany=0, fc_hold=0, fc_removereinstreq=0, fc_overwrite=0;
{ "pending", 'a', 0, &f_pending, 0, 0, 1 },
{ "recursive", 'R', 0, &f_recursive, 0, 0, 1 },
{ "no-act", 0, 0, &f_noact, 0, 0, 1 },
+ { "no-debsig", 0, 0, &f_nodebsig, 0, 0, 1 },
{ 0, 'G', 0, &fc_downgrade, 0, 0, /* alias for --refuse */ 0 },
{ "selected-only", 'O', 0, &f_alsoselect, 0, 0, 0 },
{ "no-also-select", 'N', 0, &f_alsoselect, 0,0,0 /* fixme: remove sometime */ },
extern const struct cmdinfo *cipaction;
extern int f_pending, f_recursive, f_alsoselect, f_skipsame, f_noact;
-extern int f_autodeconf, f_largemem;
+extern int f_autodeconf, f_largemem, f_nodebsign;
extern unsigned long f_debug;
extern int fc_downgrade, fc_configureany, fc_hold, fc_removereinstreq, fc_overwrite;
extern int fc_removeessential, fc_conflicts, fc_depends, fc_dependsversion;
"récente que celle installée\n"
" -B|--auto-deconfigure Installe même si cela entraîne la rupture "
"d'autres paquets\n"
-" --largemem | --smallmem Optimise pour l'utilisation avec une RAM "
"conséquente (>4Mb) ou réduite (<4Mb)\n"
" --no-act Seulement exprimer ce que l'on voudrait faire "
"sans rien faire\n"
#, c-format
msgid ""
"dpkg - warning: ignoring request to remove %.250s which isn't installed.\n"
-msgstr ""
-"dpkg - avertissement: requête pour supprimer %.250s qui n'a pas été installé "
+msgstr "dpkg - Requête ignoreé : suppression de %.250s, qui n'est pas installé.\n"
"ignorée.\n"
#: main/remove.c:86