diff -Nru boot-repair-3.194~ppa4~quantal/debian/changelog boot-repair-3.194~ppa5~quantal/debian/changelog --- boot-repair-3.194~ppa4~quantal/debian/changelog 2012-10-09 10:21:36.000000000 +0000 +++ boot-repair-3.194~ppa5~quantal/debian/changelog 2012-10-09 12:31:38.000000000 +0000 @@ -1,4 +1,4 @@ -boot-repair (3.194~ppa4~quantal) quantal; urgency=low () +boot-repair (3.194~ppa5~quantal) quantal; urgency=low () * Creation des sources diff -Nru boot-repair-3.194~ppa4~quantal/debian/control boot-repair-3.194~ppa5~quantal/debian/control --- boot-repair-3.194~ppa4~quantal/debian/control 2012-10-09 10:20:38.000000000 +0000 +++ boot-repair-3.194~ppa5~quantal/debian/control 2012-10-09 12:18:42.000000000 +0000 @@ -14,12 +14,8 @@ Package: boot-repair Architecture: all -Breaks: - boot-sav (< 3.194) -Replaces: - boot-sav (< 3.194) Depends: - boot-sav (>= 3.194), + boot-sav, python, ${misc:Depends}, ${python:Depends} @@ -87,12 +83,8 @@ Package: os-uninstaller Architecture: all -Breaks: - boot-sav (< 3.194) -Replaces: - boot-sav (< 3.194) Depends: - boot-sav (>= 3.194), + boot-sav, python, ${misc:Depends}, ${python:Depends} diff -Nru boot-repair-3.194~ppa4~quantal/lpsm.cfg boot-repair-3.194~ppa5~quantal/lpsm.cfg --- boot-repair-3.194~ppa4~quantal/lpsm.cfg 2012-10-09 10:21:36.000000000 +0000 +++ boot-repair-3.194~ppa5~quantal/lpsm.cfg 2012-10-09 12:31:37.000000000 +0000 @@ -35,10 +35,10 @@ _package = 0 [SPIN] -_changelog_version = 4.0 +_changelog_version = 5.0 [TEXTVIEW] -_changelog_text = breaks boot-sav +_changelog_text = removed update _control_description_suite = boot-sav,@@${misc:Depends}@@${python:Depends}@@gawk,@@ntfsprogs | ntfs-3g (>=1:2011.4.12AR.4),@@pastebinit,@@xz-utils | xz-lzma | lzma@@In some situation, you might loose access to one or several of@@your operating systems, because of a buggy update, a bootloader@@problem, a broken filesystem, or after installing a new OS (e.g.@@installing Windows breaks Linux bootloader).@@.@@Boot-Repair is a graphical tool that will repair these problems,@@generally by reinstalling GRUB, which then restores access to the@@operating systems you had installed before the issue.@@.@@Boot-Repair also has advanced options for reinstalling GRUB, adding@@kernel options, restoring a generic MBR, or repair a broken filesystem.@@It can also restore the original bootsector if it has been saved@@previously by Clean-Ubiquity. [MISC] diff -Nru boot-repair-3.194~ppa4~quantal/usr/share/boot-sav/gui-g2slaunch.sh boot-repair-3.194~ppa5~quantal/usr/share/boot-sav/gui-g2slaunch.sh --- boot-repair-3.194~ppa4~quantal/usr/share/boot-sav/gui-g2slaunch.sh 2012-10-08 10:39:21.000000000 +0000 +++ boot-repair-3.194~ppa5~quantal/usr/share/boot-sav/gui-g2slaunch.sh 2012-10-09 12:15:57.000000000 +0000 @@ -76,10 +76,10 @@ --combobox="@@_combobox_partition_booted_bymbr@@col" fi -if [[ -f /usr/share/boot-sav-extra/gui-update.sh ]];then #not in Debian packaging - . /usr/share/boot-sav-extra/gui-update.sh - restart_if_necessary -fi +#if [[ -f /usr/share/boot-sav-extra/gui-update.sh ]];then #not in Debian packaging +# . /usr/share/boot-sav-extra/gui-update.sh +# restart_if_necessary +#fi } determine_g2s() { diff -Nru boot-repair-3.194~ppa4~quantal/usr/share/boot-sav/gui-raid-lvm.sh boot-repair-3.194~ppa5~quantal/usr/share/boot-sav/gui-raid-lvm.sh --- boot-repair-3.194~ppa4~quantal/usr/share/boot-sav/gui-raid-lvm.sh 2012-10-08 10:39:47.000000000 +0000 +++ boot-repair-3.194~ppa5~quantal/usr/share/boot-sav/gui-raid-lvm.sh 2012-10-09 12:15:20.000000000 +0000 @@ -23,12 +23,12 @@ WGETTIM=10 slist="/etc/apt/sources.list" first_translations -check_internet_connection -if [[ -f /usr/share/boot-sav-extra/gui-update.sh ]];then #not in Debian packaging - . /usr/share/boot-sav-extra/gui-update.sh - check_app_updates -fi -if [[ "$choice" != exit ]];then +#check_internet_connection +#if [[ -f /usr/share/boot-sav-extra/gui-update.sh ]];then #not in Debian packaging +# . /usr/share/boot-sav-extra/gui-update.sh +# check_app_updates +#fi +#if [[ "$choice" != exit ]];then activate_lvm_if_needed [[ "$choice" != exit ]] && activate_raid_if_needed if [[ "$choice" = exit ]];then @@ -39,7 +39,7 @@ LAB="$Scanning_systems" echo "SET@_label0.set_text('''${LAB}. $This_may_require_several_minutes''')" fi -fi +#fi } ######################### CHECK INTERNET CONNECTION ####################