Initial packaging commit
This commit is contained in:
parent
cca1063f88
commit
af27f6af32
16 changed files with 191 additions and 8 deletions
43
debian/patches/disable-tests
vendored
Normal file
43
debian/patches/disable-tests
vendored
Normal file
|
@ -0,0 +1,43 @@
|
|||
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)
|
Loading…
Add table
Add a link
Reference in a new issue