Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 939d291d4d | |||
| dbd5ea6632 | |||
| c620eda931 | |||
| 2b4012a6cd |
@@ -1,3 +1,8 @@
|
||||
[ 13.0.5 ]
|
||||
|
||||
* 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
|
||||
|
||||
@@ -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
|
||||
|
||||
Vendored
+13
@@ -1,3 +1,16 @@
|
||||
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
|
||||
|
||||
Vendored
+2
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user