diff --git a/build-upload.sh b/build-upload.sh index 9675534..90b3655 100755 --- a/build-upload.sh +++ b/build-upload.sh @@ -33,6 +33,8 @@ dpkg-deb --build "$pkg_path" "$output_path" response=$(curl --silent --show-error --user "$user:$pass" --upload-file "$output_path" "$remote_url" 2>&1) if echo "$response" | grep -q "package file already exists"; then echo "Upload skipped: package file already exists on the server. You might have forgot to update the version number in the control file" +elif echo "$response" | grep -q "authGroup.Verify"; then + echo "Upload failed: authentication failed" else echo "$response" echo "Package $output_path uploaded successfully" diff --git a/builds/ucon-rotate_0.1_all.deb b/builds/ucon-rotate_0.1_all.deb deleted file mode 100644 index a64a3a2..0000000 Binary files a/builds/ucon-rotate_0.1_all.deb and /dev/null differ diff --git a/builds/uconsole-rotate_0.1_all.deb b/builds/uconsole-rotate_0.1_all.deb index dab268c..7097e49 100644 Binary files a/builds/uconsole-rotate_0.1_all.deb and b/builds/uconsole-rotate_0.1_all.deb differ diff --git a/uconsole-custom-theme/DEBIAN/control b/uconsole-custom-theme/DEBIAN/control index 3a9b8db..24a00a9 100755 --- a/uconsole-custom-theme/DEBIAN/control +++ b/uconsole-custom-theme/DEBIAN/control @@ -3,5 +3,6 @@ Version: 0.1 Maintainer: Olivier Architecture: all Priority: optional +Replaces: rpd-plym-splash, raspberrypi-ui-mods, piwiz Description: uconsole-custom-theme - uconsole-custom-theme provides wallpapers and boot splash cacamiel theme + Custom uConsole theme providing wallpapers, boot splash screen and user avatar diff --git a/uconsole-rotate/usr/bin/ucon-rotate b/uconsole-rotate/usr/bin/uconsole-rotate similarity index 100% rename from uconsole-rotate/usr/bin/ucon-rotate rename to uconsole-rotate/usr/bin/uconsole-rotate