-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
22 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,19 @@ | ||
commit 5e022218c1d7ab91e06f3a7170362a5387a13ba2 | ||
Author: Patrick Schleizer <[email protected]> | ||
Date: Sat Nov 25 02:18:58 2023 -0500 | ||
|
||
fix, /dev/vboxdrv is not a file, it's a device | ||
|
||
hence test -f does not work | ||
|
||
using test -e instead works | ||
|
||
commit 5ccf886ffc43f843b5d8a284cf94dfa1e3f0a49a | ||
Author: Patrick Schleizer <[email protected]> | ||
Date: Thu Nov 16 05:45:26 2023 +0000 | ||
|
||
bumped changelog version | ||
|
||
commit dea35967e281af8c36be4711efe16aa017ef96ae | ||
Author: Patrick Schleizer <[email protected]> | ||
Date: Thu Nov 16 00:43:43 2023 -0500 | ||
|
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,3 +1,9 @@ | ||
usability-misc (3:18.0-1) unstable; urgency=medium | ||
|
||
* New upstream version (local package). | ||
|
||
-- Patrick Schleizer <[email protected]> Sat, 25 Nov 2023 07:19:35 +0000 | ||
|
||
usability-misc (3:17.9-1) unstable; urgency=medium | ||
|
||
* New upstream version (local package). | ||
|