diff --git a/debian/changelog b/debian/changelog index 68190bd..8ba30b7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +calamares (3.3.0-alpha1-0ubuntu1) kinetic; urgency=medium + + * New upstream tag. + - Update patch. + + -- Simon Quigley Mon, 27 Jun 2022 22:34:01 -0500 + calamares (3.3.0~git20220620-0ubuntu2) kinetic; urgency=medium * Yeah, we don't need webengine. Good try though. diff --git a/debian/patches/0001-replace-pkexec-by-sudo.patch b/debian/patches/0001-replace-pkexec-by-sudo.patch index f467be8..279255c 100644 --- a/debian/patches/0001-replace-pkexec-by-sudo.patch +++ b/debian/patches/0001-replace-pkexec-by-sudo.patch @@ -8,17 +8,18 @@ Subject: replace pkexec by sudo --- a/calamares.desktop +++ b/calamares.desktop -@@ -5,12 +5,13 @@ Name=Install System - GenericName=System Installer +@@ -6,13 +6,14 @@ GenericName=System Installer + Comment=Calamares — System Installer Keywords=calamares;system;installer; TryExec=calamares -Exec=sh -c "pkexec calamares" +Exec=sh -c "sudo -E calamares -D6" - Comment=Calamares — System Installer + + Categories=Qt;System; Icon=calamares Terminal=false + SingleMainWindow=true StartupNotify=true - Categories=Qt;System; +NotShowIn=LXQt; X-AppStream-Ignore=true