Fix debian package build
This commit is contained in:
11
debian/control
vendored
11
debian/control
vendored
@@ -1,18 +1,21 @@
|
|||||||
Source: 86box
|
Source: 86box
|
||||||
Section: otherosfs
|
Section: otherosfs
|
||||||
Priority: optional
|
Priority: optional
|
||||||
Maintainer: Mariusz Kurek <mariuszkurek@protonmail.com>
|
Maintainer: Jasmine Iwanek <jriwanek@gmail.com>
|
||||||
Build-Depends: cmake (>= 3.21),
|
Build-Depends: cmake (>= 3.21),
|
||||||
debhelper-compat (= 13),
|
debhelper-compat (= 13),
|
||||||
libevdev-dev,
|
libevdev-dev,
|
||||||
|
libfluidsynth-dev,
|
||||||
libfreetype-dev,
|
libfreetype-dev,
|
||||||
libopenal-dev,
|
libopenal-dev,
|
||||||
libqt5opengl5-dev,
|
libqt5opengl5-dev,
|
||||||
librtmidi-dev,
|
librtmidi-dev,
|
||||||
libsdl2-dev,
|
libsdl2-dev,
|
||||||
libslirp-dev,
|
libslirp-dev,
|
||||||
|
libxkbcommon-x11-dev,
|
||||||
ninja-build,
|
ninja-build,
|
||||||
qttools5-dev
|
qttools5-dev,
|
||||||
|
qtbase5-private-dev
|
||||||
Standards-Version: 4.6.0
|
Standards-Version: 4.6.0
|
||||||
Homepage: https://86box.net/
|
Homepage: https://86box.net/
|
||||||
#Vcs-Browser: https://salsa.debian.org/debian/86box
|
#Vcs-Browser: https://salsa.debian.org/debian/86box
|
||||||
@@ -26,4 +29,6 @@ Depends: ${shlibs:Depends},
|
|||||||
sse2-support [i386]
|
sse2-support [i386]
|
||||||
Recommends: libpcap0.8-dev
|
Recommends: libpcap0.8-dev
|
||||||
Description: An emulator for classic IBM PC clones
|
Description: An emulator for classic IBM PC clones
|
||||||
#TODO: insert long description, indented with spaces
|
86Box is a low level x86 emulator that runs older operating systems and software
|
||||||
|
designed for IBM PC systems and compatibles from 1981 through
|
||||||
|
fairly recent system designs based on the PCI bus.
|
3
debian/copyright
vendored
3
debian/copyright
vendored
@@ -8,7 +8,8 @@ Copyright: <years> <put author's name and email here>
|
|||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
|
|
||||||
Files: debian/*
|
Files: debian/*
|
||||||
Copyright: 2022 Mariusz Kurek <mariuszkurek@protonmail.com>
|
Copyright: 2023 Jasmine Iwanek <jriwanek@gmail.com>
|
||||||
|
2022 Mariusz Kurek <mariuszkurek@protonmail.com>
|
||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
|
|
||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
|
5
debian/rules
vendored
5
debian/rules
vendored
@@ -25,7 +25,10 @@ endif
|
|||||||
dh $@ --buildsystem cmake+ninja
|
dh $@ --buildsystem cmake+ninja
|
||||||
|
|
||||||
override_dh_auto_configure:
|
override_dh_auto_configure:
|
||||||
dh_auto_configure --buildsystem cmake+ninja -- --preset regular --toolchain $(TOOLCHAIN) -DNEW_DYNAREC=$(NDR)
|
dh_auto_configure --buildsystem cmake+ninja -- --preset regular --toolchain $(TOOLCHAIN) -DNEW_DYNAREC=$(NDR) -B .
|
||||||
|
|
||||||
|
override_dh_auto_build:
|
||||||
|
dh_auto_build --buildsystem cmake+ninja
|
||||||
|
|
||||||
override_dh_auto_test:
|
override_dh_auto_test:
|
||||||
|
|
||||||
|
2
debian/source/format
vendored
2
debian/source/format
vendored
@@ -1 +1 @@
|
|||||||
3.0 (quilt)
|
3.0 (native)
|
||||||
|
Reference in New Issue
Block a user