-
Notifications
You must be signed in to change notification settings - Fork 259
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'qml' into add-usb-ether-gadget-toggle
- Loading branch information
Showing
16 changed files
with
24 additions
and
119 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ version: 1 | |
|
||
project: | ||
name: org.raspberrypi.rpi-imager | ||
version: 1.9.1 | ||
version: 1.9.2 | ||
|
||
build: | ||
cmake: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
rpi-imager (1.9.1) unstable; urgency=medium | ||
rpi-imager (1.9.2) unstable; urgency=medium | ||
|
||
* Drive List: Expose only physical devices - not volumes | ||
* i18n: German, Taiwanese, Catalan, Spanish, Slovak | ||
translations updated | ||
* i18n: Added Hebrew translation | ||
|
@@ -8,7 +9,7 @@ rpi-imager (1.9.1) unstable; urgency=medium | |
* qml: MessagePopup: Constrain text, align to the center | ||
* packaging: debian: Ignore AppImages and ci scripts | ||
|
||
-- Tom Dewey <[email protected]> Wed, 18 Sep 2024 18:57:00 +0000 | ||
-- Tom Dewey <[email protected]> Wed, 02 Oct 2024 18:57:00 +0000 | ||
|
||
rpi-imager (1.9.0) unstable; urgency=medium | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,13 +2,13 @@ Source: rpi-imager | |
Section: admin | ||
Priority: optional | ||
Maintainer: Tom Dewey <[email protected]> | ||
Build-Depends: debhelper (>= 10), cmake, libgnutls28-dev | ||
Build-Depends: debhelper (>= 10), cmake, libgnutls28-dev, dh-exec | ||
Standards-Version: 4.1.2 | ||
Homepage: https://www.raspberrypi.com/software | ||
|
||
Package: rpi-imager | ||
Architecture: arm64 | ||
Depends: ${shlibs:Depends}, ${misc:Depends}, dosfstools, fdisk, fuse, libfuse2 | ||
Depends: ${shlibs:Depends}, ${misc:Depends}, dosfstools, fdisk, fuse, libfuse2, util-linux (>= 2.38) | ||
Recommends: udisks2 | ||
Description: Raspberry Pi Imaging utility | ||
A user-friendly tool for creating bootable media for Raspberry Pi Devices. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,9 @@ | ||
#!/bin/sh | ||
|
||
set -e | ||
|
||
if [ ! -x /usr/bin/rpi-imager ]; then | ||
chmod +x /usr/bin/rpi-imager | ||
fi | ||
fi | ||
|
||
#DEBHELPER# |
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters