44 lines
1.4 KiB
Plaintext
44 lines
1.4 KiB
Plaintext
|
Description: Disable tests
|
||
|
Tests are broken for some reason, therefore I disabled them
|
||
|
.
|
||
|
libvibe-core (1.13.1-1) unstable; urgency=medium
|
||
|
.
|
||
|
* Initial release.
|
||
|
Author: Chris Josten <chris@netosj.nl>
|
||
|
|
||
|
---
|
||
|
The information above should follow the Patch Tagging Guidelines, please
|
||
|
checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
|
||
|
are templates for supplementary fields that you might want to add:
|
||
|
|
||
|
Origin: <vendor|upstream|other>, <url of original patch>
|
||
|
Bug: <url in upstream bugtracker>
|
||
|
Bug-Debian: https://bugs.debian.org/<bugnumber>
|
||
|
Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
|
||
|
Forwarded: <no|not-needed|url proving that it has been forwarded>
|
||
|
Reviewed-By: <name and email of someone who approved the patch>
|
||
|
Last-Update: 2021-03-02
|
||
|
|
||
|
--- libvibe-core-1.13.1.orig/meson.build
|
||
|
+++ libvibe-core-1.13.1/meson.build
|
||
|
@@ -88,11 +88,11 @@ vibe_core_dep = declare_dependency(
|
||
|
#
|
||
|
# Tests
|
||
|
#
|
||
|
-vibe_test_core_exe = executable('vibe-test_core',
|
||
|
- [vibe_core_src],
|
||
|
- d_unittest: true,
|
||
|
- dependencies: [vibe_core_dep],
|
||
|
- d_args: meson.get_compiler('d').unittest_args(),
|
||
|
- link_args: '-main'
|
||
|
-)
|
||
|
-test('vibe-test_core', vibe_test_core_exe)
|
||
|
+# vibe_test_core_exe = executable('vibe-test_core',
|
||
|
+# [vibe_core_src],
|
||
|
+# d_unittest: true,
|
||
|
+# dependencies: [vibe_core_dep],
|
||
|
+# d_args: meson.get_compiler('d').unittest_args(),
|
||
|
+# link_args: '-main'
|
||
|
+# )
|
||
|
+# test('vibe-test_core', vibe_test_core_exe)
|