Package: gparted / 0.12.1-2

Metadata

Package Version Patches format
gparted 0.12.1-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
01_fix desktop.patch | (download)

gparted.desktop.in.in | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

---
02_use pkexec.patch | (download)

data/Makefile.am | 9 9 + 0 - 0 !
data/Makefile.in | 79 67 + 12 - 0 !
data/com.ubuntu.pkexec.gparted.policy | 19 19 + 0 - 0 !
data/com.ubuntu.pkexec.gparted.policy.in | 19 19 + 0 - 0 !
po/POTFILES.in | 1 1 + 0 - 0 !
5 files changed, 115 insertions(+), 12 deletions(-)

 we are trying to get rid of gksu use in ubuntu by replacing
 it with pkexec so things like two-factor authentication work. The patch
 adds the policykit policy files required for pkexec.

03_drop swraid.patch | (download)

README | 4 0 + 4 - 0 !
include/Makefile.am | 1 0 + 1 - 0 !
include/SWRaid.h | 55 0 + 55 - 0 !
src/GParted_Core.cc | 12 0 + 12 - 0 !
src/Makefile.am | 1 0 + 1 - 0 !
src/Makefile.in | 4 1 + 3 - 0 !
src/Proc_Partitions_Info.cc | 6 5 + 1 - 0 !
src/SWRaid.cc | 104 0 + 104 - 0 !
8 files changed, 6 insertions(+), 181 deletions(-)

 upstream patch to remove broken and uneeded swraid
 support that was causing errors with mdadm devices (LP: #1074606)