Changeset 4201


Ignore:
Timestamp:
10/07/08 20:35:04 (5 years ago)
Author:
alanbach-guest
Message:
  • New upstream bugfix release
    • Refreshed 01_fix-desktop.patch and 05_GParted_Core.cc.diff to be applied correctly.
Location:
pkg/viola/main/gparted/trunk/debian
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • pkg/viola/main/gparted/trunk/debian/changelog

    r4074 r4201  
     1gparted (0.3.9-parsix1) unstable; urgency=low 
     2 
     3  * New upstream bugfix release 
     4  * Refreshed 01_fix-desktop.patch and 05_GParted_Core.cc.diff 
     5    to be applied correctly. 
     6 
     7 -- Alan Baghumian <alan@technotux.org>  Tue, 07 Oct 2008 11:32:32 -0700 
     8 
    19gparted (0.3.8-parsix1) unstable; urgency=low 
    210 
  • pkg/viola/main/gparted/trunk/debian/patches/01_fix-desktop.patch

    r3646 r4201  
    1 diff -urN gparted-0.3.7/gparted.desktop.in.in gparted-0.3.7.new/gparted.desktop.in.in 
    2 --- gparted-0.3.7/gparted.desktop.in.in 2008-04-29 16:17:29.000000000 +0200 
    3 +++ gparted-0.3.7.new/gparted.desktop.in.in     2008-05-09 12:16:29.000000000 +0200 
     1diff -urN gparted-0.3.9/gparted.desktop.in.in gparted-0.3.9.new/gparted.desktop.in.in 
     2--- gparted-0.3.9/gparted.desktop.in.in 2008-09-12 15:13:55.000000000 -0700 
     3+++ gparted-0.3.9.new/gparted.desktop.in.in     2008-10-07 11:28:50.000000000 -0700 
    44@@ -1,9 +1,10 @@ 
    55 [Desktop Entry] 
     
    77+_Name=Partition Editor 
    88 _Comment=Create, reorganize, and delete partitions 
    9 -Exec=@installdir@/gparted 
     9-Exec=@gksuprog@ @installdir@/gparted 
    1010+Exec=su-to-root -X -c /usr/sbin/gparted 
    1111 Icon=gparted 
  • pkg/viola/main/gparted/trunk/debian/patches/05_GParted_Core.cc.diff

    r4074 r4201  
    1 diff -urN gparted-0.3.8/src/GParted_Core.cc gparted-0.3.8.new/src/GParted_Core.cc 
    2 --- gparted-0.3.8/src/GParted_Core.cc   2008-07-10 20:58:50.000000000 +0200 
    3 +++ gparted-0.3.8.new/src/GParted_Core.cc       2008-07-14 09:42:52.000000000 +0200 
    4 @@ -1741,7 +1741,7 @@ 
     1diff -urN gparted-0.3.9/src/GParted_Core.cc gparted-0.3.9.new/src/GParted_Core.cc 
     2--- gparted-0.3.9/src/GParted_Core.cc   2008-09-12 15:13:54.000000000 -0700 
     3+++ gparted-0.3.9.new/src/GParted_Core.cc       2008-10-07 11:31:43.000000000 -0700 
     4@@ -1750,7 +1750,7 @@ 
    55  
     6        //Benchmark copy times using different block sizes to determine optimal size 
    67        while ( succes && 
    7                 timer .elapsed() <= smallest_time &&  
    88-               std::llabs( done ) + N <= length &&  
    99+               ::llabs( done ) + N <= length &&  
    10                 optimal_blocksize * 2 < N ) 
     10                benchmark_blocksize <= N ) 
    1111        { 
    12                 if ( done != 0 )  
    13 @@ -1785,7 +1785,7 @@ 
     12                timer .reset() ; 
     13@@ -1792,7 +1792,7 @@ 
    1414                                    dst_device, 
    1515                                    src_start + ( dst_start > src_start ? 0 : done ), 
     
    2020                                    operationdetail, 
    2121                                    readonly, 
    22 @@ -1959,7 +1959,7 @@ 
     22@@ -1966,7 +1966,7 @@ 
    2323        if ( lp_device_src && lp_device_dst && ped_device_open( lp_device_src ) && ped_device_open( lp_device_dst ) ) 
    2424        { 
     
    2929                { 
    3030                        ped_device_sync( lp_device_dst ) ; 
    31 @@ -1980,7 +1980,7 @@ 
     31@@ -1987,7 +1987,7 @@ 
    3232                        operationdetail .get_last_child() .add_child( OperationDetail( "", STATUS_NONE ) ) ; 
    3333                         
     
    3838                                succes = copy_block( lp_device_src, 
    3939                                                     lp_device_dst, 
    40 @@ -1995,7 +1995,7 @@ 
     40@@ -2002,7 +2002,7 @@ 
    4141                                if ( timer_progress_timeout .elapsed() >= 0.5 ) 
    4242                                { 
     
    4747                                                           operationdetail .get_last_child() .get_last_child(), 
    4848                                                           readonly ) ; 
    49 @@ -2014,13 +2014,13 @@ 
     49@@ -2021,13 +2021,13 @@ 
    5050  
    5151                //final description 
     
    6363                //close and destroy the devices.. 
    6464                ped_device_close( lp_device_src ) ; 
    65 @@ -2047,7 +2047,7 @@ 
     65@@ -2054,7 +2054,7 @@ 
    6666 { 
    6767        if ( blocksize < 0 ) 
Note: See TracChangeset for help on using the changeset viewer.