Compare commits

...

5 Commits

Author SHA1 Message Date
Jonathan Carter 939d291d4d Update watch file 2024-06-19 11:02:06 +02:00
Jonathan Carter dbd5ea6632 Update watch file 2024-06-19 11:01:48 +02:00
Jonathan Carter c620eda931 New release 2024-02-11 14:54:29 +02:00
Jonathan Carter 2b4012a6cd make desktop launcher translation safer 2023-09-06 12:58:15 +05:30
Jonathan Carter 739cba6c49 New release: Fix /dev mount crash 2023-08-28 19:18:52 +02:00
5 changed files with 35 additions and 6 deletions
+10 -2
View File
@@ -1,6 +1,14 @@
[ 13.0.3 ]
[ 13.0.5 ]
(unreleaSed)
* Add pesky missing delimiter for Calamares desktop icon setup
(thanks Roland Clobus, #1037299)
[ 13.0.4 ]
* Update config in mount module so that /dev is properly mounted
in target
[ 13.0.3 ]
* Update branding elements for Calamares 3.3 series
* Fix desktop file launcher
+1 -1
View File
@@ -31,5 +31,5 @@ fi
metadata::trusted true
gio set --type=string ~/Desktop/calamares-install-debian.desktop \
metadata::xfce-exe-checksum \
"$(sha256sum ~/Desktop/calamares-install-debian.desktop | cut -f1)"
"$(sha256sum ~/Desktop/calamares-install-debian.desktop | cut -f1 -d' ')"
touch ~/Desktop/calamares-install-debian.desktop
+2 -2
View File
@@ -22,13 +22,13 @@ extraMounts:
mountPoint: /sys
- device: /dev
mountPoint: /dev
options: bind
options: [ bind ]
- device: tmpfs
fs: tmpfs
mountPoint: /run
- device: /run/udev
mountPoint: /run/udev
options: bind
options: [ bind ]
extraMountsEfi:
- device: efivarfs
+20
View File
@@ -1,3 +1,23 @@
calamares-settings-debian (13.0.5-2) unstable; urgency=medium
* Update debian/watch to work with new GitLab release
-- Jonathan Carter <jcc@debian.org> Wed, 19 Jun 2024 11:01:19 +0200
calamares-settings-debian (13.0.5-1) unstable; urgency=medium
* New upstream release
- Fix delimiter in desktop icon script (Closes: #1037299)
-- Jonathan Carter <jcc@debian.org> Sun, 11 Feb 2024 14:48:39 +0200
calamares-settings-debian (13.0.4-1) unstable; urgency=medium
* New upstream release
- Fix crash where /dev isn't mounted
-- Jonathan Carter <jcc@debian.org> Mon, 28 Aug 2023 19:17:29 +0200
calamares-settings-debian (13.0.3-1) unstable; urgency=medium
* New upstream release
+2 -1
View File
@@ -1,2 +1,3 @@
version=4
https://salsa.debian.org/live-team/calamares-settings-debian/tags .*/calamares-settings-debian-(.*)\.tar\.gz
opts="searchmode=plain" \
https://salsa.debian.org/live-team/calamares-settings-debian/tags?sort=updated_desc -/archive/v?\d[\d.]+/calamares-settings-debian-@ANY_VERSION@@ARCHIVE_EXT@ debian uupdate