diff -Nru boot-repair-3.197~ppa19~quantal/debian/changelog boot-repair-3.197~ppa20~quantal/debian/changelog --- boot-repair-3.197~ppa19~quantal/debian/changelog 2013-01-06 00:25:13.000000000 +0000 +++ boot-repair-3.197~ppa20~quantal/debian/changelog 2013-01-06 22:48:11.000000000 +0000 @@ -1,4 +1,4 @@ -boot-repair (3.197~ppa19~quantal) quantal; urgency=low () +boot-repair (3.197~ppa20~quantal) quantal; urgency=low () * Creation des sources diff -Nru boot-repair-3.197~ppa19~quantal/lpsm.cfg boot-repair-3.197~ppa20~quantal/lpsm.cfg --- boot-repair-3.197~ppa19~quantal/lpsm.cfg 2013-01-06 00:25:13.000000000 +0000 +++ boot-repair-3.197~ppa20~quantal/lpsm.cfg 2013-01-06 22:48:10.000000000 +0000 @@ -35,16 +35,16 @@ _package = 0 [SPIN] -_changelog_version = 19.0 +_changelog_version = 20.0 [TEXTVIEW] -_changelog_text = added backup win efi file in bis +_changelog_text = place correct efi before maybe efi with win _control_description_suite = ccsd [MISC] changelog_vlogiciel_save = 3.197 -changelog_version_save = 18.0 -changelog_text_save = improved label of non standard efi entries +changelog_version_save = 19.0 +changelog_text_save = added backup win efi file in bis changelog_urgence_val = low control_section_val = utils control_priority_val = standard diff -Nru boot-repair-3.197~ppa19~quantal/usr/share/boot-sav/gui-tab-loca.sh boot-repair-3.197~ppa20~quantal/usr/share/boot-sav/gui-tab-loca.sh --- boot-repair-3.197~ppa19~quantal/usr/share/boot-sav/gui-tab-loca.sh 2013-01-03 00:04:50.000000000 +0000 +++ boot-repair-3.197~ppa20~quantal/usr/share/boot-sav/gui-tab-loca.sh 2013-01-06 22:46:41.000000000 +0000 @@ -229,10 +229,10 @@ echo "[debug]combobox_efi_fillin ${LISTOFPARTITIONS[$REGRUB_PART]} , ${GPTTYPE[$REGRUB_PART]}" QTY_EFIPART=0 QTY_SUREEFIPART=0 -for wup in 1 2;do - for egpt in GPT not-GPT;do - for lup in 1 2 3 4 5 6;do - for mef in is-correct-EFI is-maybe-EFI;do +for egpt in GPT not-GPT;do + for mef in is-correct-EFI is-maybe-EFI;do #boot flag + for wup in 1 2;do #win files + for lup in 1 2 3 4 5 6;do #same disk for ((icef=1;icef<=NBOFPARTITIONS;icef++));do temp="" tempdisq="${DISKNB_PART[$icef]}" diff -Nru boot-repair-3.197~ppa19~quantal/usr/share/boot-sav-extra/gui-extra.sh boot-repair-3.197~ppa20~quantal/usr/share/boot-sav-extra/gui-extra.sh --- boot-repair-3.197~ppa19~quantal/usr/share/boot-sav-extra/gui-extra.sh 2012-11-23 01:36:48.000000000 +0000 +++ boot-repair-3.197~ppa20~quantal/usr/share/boot-sav-extra/gui-extra.sh 2013-01-06 15:13:45.000000000 +0000 @@ -50,7 +50,6 @@ unset_checkbutton_lastgrub; echo 'SET@_checkbutton_lastgrub.set_active(False)' echo 'SET@_checkbutton_lastgrub.set_sensitive(False)' elif [[ "$(cat "$TMPDEP$slist" | grep lucid )" ]] \ - || [[ "$(cat "$TMPDEP$slist" | grep natty )" ]] \ || [[ "$(cat "$TMPDEP$slist" | grep oneiric )" ]] \ && [[ ! "$(cat "$TMPDEP$slist" | grep main | grep precise | grep -v '#')" ]] \ || [[ "$GRUBPACKAGE" =~ signed ]] \