Changeset 4201
- Timestamp:
- 10/07/08 20:35:04 (5 years ago)
- Location:
- pkg/viola/main/gparted/trunk/debian
- Files:
-
- 3 edited
-
changelog (modified) (1 diff)
-
patches/01_fix-desktop.patch (modified) (2 diffs)
-
patches/05_GParted_Core.cc.diff (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
pkg/viola/main/gparted/trunk/debian/changelog
r4074 r4201 1 gparted (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 1 9 gparted (0.3.8-parsix1) unstable; urgency=low 2 10 -
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.in2 --- gparted-0.3. 7/gparted.desktop.in.in 2008-04-29 16:17:29.000000000 +02003 +++ gparted-0.3. 7.new/gparted.desktop.in.in 2008-05-09 12:16:29.000000000 +02001 diff -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 4 4 @@ -1,9 +1,10 @@ 5 5 [Desktop Entry] … … 7 7 +_Name=Partition Editor 8 8 _Comment=Create, reorganize, and delete partitions 9 -Exec=@ installdir@/gparted9 -Exec=@gksuprog@ @installdir@/gparted 10 10 +Exec=su-to-root -X -c /usr/sbin/gparted 11 11 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.cc2 --- gparted-0.3. 8/src/GParted_Core.cc 2008-07-10 20:58:50.000000000 +02003 +++ gparted-0.3. 8.new/src/GParted_Core.cc 2008-07-14 09:42:52.000000000 +02004 @@ -17 41,7 +1741,7 @@1 diff -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 @@ 5 5 6 //Benchmark copy times using different block sizes to determine optimal size 6 7 while ( succes && 7 timer .elapsed() <= smallest_time &&8 8 - std::llabs( done ) + N <= length && 9 9 + ::llabs( done ) + N <= length && 10 optimal_blocksize * 2 <N )10 benchmark_blocksize <= N ) 11 11 { 12 if ( done != 0 )13 @@ -17 85,7 +1785,7 @@12 timer .reset() ; 13 @@ -1792,7 +1792,7 @@ 14 14 dst_device, 15 15 src_start + ( dst_start > src_start ? 0 : done ), … … 20 20 operationdetail, 21 21 readonly, 22 @@ -19 59,7 +1959,7 @@22 @@ -1966,7 +1966,7 @@ 23 23 if ( lp_device_src && lp_device_dst && ped_device_open( lp_device_src ) && ped_device_open( lp_device_dst ) ) 24 24 { … … 29 29 { 30 30 ped_device_sync( lp_device_dst ) ; 31 @@ -198 0,7 +1980,7 @@31 @@ -1987,7 +1987,7 @@ 32 32 operationdetail .get_last_child() .add_child( OperationDetail( "", STATUS_NONE ) ) ; 33 33 … … 38 38 succes = copy_block( lp_device_src, 39 39 lp_device_dst, 40 @@ - 1995,7 +1995,7 @@40 @@ -2002,7 +2002,7 @@ 41 41 if ( timer_progress_timeout .elapsed() >= 0.5 ) 42 42 { … … 47 47 operationdetail .get_last_child() .get_last_child(), 48 48 readonly ) ; 49 @@ -20 14,13 +2014,13 @@49 @@ -2021,13 +2021,13 @@ 50 50 51 51 //final description … … 63 63 //close and destroy the devices.. 64 64 ped_device_close( lp_device_src ) ; 65 @@ -20 47,7 +2047,7 @@65 @@ -2054,7 +2054,7 @@ 66 66 { 67 67 if ( blocksize < 0 )
Note: See TracChangeset
for help on using the changeset viewer.


