-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
consoleReporter: Fix warning with newer GIO versions
Unix-specific API has been split out into a separate GioUnix typelib. While using the symbols from the Gio typelib still works, it now results in a warning.
- Loading branch information
Showing
3 changed files
with
13 additions
and
5 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 |
---|---|---|
|
@@ -4,7 +4,7 @@ Priority: optional | |
Maintainer: Philip Chimento <[email protected]> | ||
Build-Depends: debhelper-compat (= 12), | ||
gir1.2-glib-2.0, | ||
gjs (>= 1.68.0), | ||
gjs (>= 1.71.1), | ||
meson (>= 0.58.0) | ||
Standards-Version: 4.5.0 | ||
Homepage: https://github.com/ptomato/jasmine-gjs | ||
|
@@ -13,7 +13,7 @@ Package: jasmine-gjs | |
Architecture: all | ||
Depends: ${misc:Depends}, | ||
gir1.2-glib-2.0, | ||
gjs (>= 1.68.0) | ||
gjs (>= 1.71.1) | ||
Description: Behavior-driven development framework for GJS | ||
This module allows you to run Jasmine specs for your GJS code. The output will | ||
be displayed in your terminal. |
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