Compare commits
7 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
b3fc3e05d5 | ||
|
ef0334b333 | ||
|
d57de82949 | ||
|
674d0f79c6 | ||
|
9f826ce4de | ||
|
94405fe42a | ||
|
9c4da537ea |
4
debian/changelog
vendored
4
debian/changelog
vendored
@ -1,6 +1,6 @@
|
||||
dosemu2 (2.0~pre9-1) focal; urgency=low
|
||||
dosemu2 (2.0-0.9) focal; urgency=low
|
||||
|
||||
* pre9
|
||||
* pre9-2
|
||||
|
||||
-- Stas Sergeev <stsp@users.sourceforge.net> Sat, 29 Jan 2022 23:00:00 +0300
|
||||
|
||||
|
20
debian/control
vendored
20
debian/control
vendored
@ -5,19 +5,15 @@ Maintainer: Stas Sergeev <stsp@users.sourceforge.net>
|
||||
Standards-Version: 4.1.5
|
||||
Build-Depends:
|
||||
git (>= 2.0),
|
||||
bash,
|
||||
autoconf,
|
||||
autotools-dev,
|
||||
automake,
|
||||
make,
|
||||
coreutils,
|
||||
linuxdoc-tools,
|
||||
bison,
|
||||
debhelper (>= 9~),
|
||||
flex,
|
||||
gawk,
|
||||
sed,
|
||||
findutils,
|
||||
libx11-dev,
|
||||
libxext-dev,
|
||||
libslang2-dev,
|
||||
@ -26,7 +22,6 @@ Build-Depends:
|
||||
libasound2-dev,
|
||||
libsdl2-dev,
|
||||
libsdl2-ttf-dev,
|
||||
libsdl2-image-dev,
|
||||
libfontconfig1-dev,
|
||||
ladspa-sdk,
|
||||
libfluidsynth-dev,
|
||||
@ -36,22 +31,25 @@ Build-Depends:
|
||||
libbsd-dev,
|
||||
libreadline-dev,
|
||||
libjson-c-dev,
|
||||
libb64-dev,
|
||||
binutils-dev,
|
||||
pkg-config,
|
||||
fdpp-dev
|
||||
fdpp-dev,
|
||||
dj64-dev,
|
||||
clang,
|
||||
binutils-i686-linux-gnu
|
||||
Homepage: https://github.com/dosemu2/dosemu2
|
||||
|
||||
Package: dosemu2
|
||||
Replaces: dosemu
|
||||
Conflicts: dosemu
|
||||
Architecture: i386 amd64
|
||||
Architecture: any
|
||||
Depends:
|
||||
${misc:Depends},
|
||||
${shlibs:Depends},
|
||||
udev (>= 240),
|
||||
bash,
|
||||
coreutils,
|
||||
comcom32 (>= 0.1~alpha2)
|
||||
fdpp,
|
||||
dj64,
|
||||
comcom64
|
||||
Recommends:${shlibs-:Recommends}, ladspa-sdk, gdb, kbd, fluid-soundfont-gm,
|
||||
install-freedos
|
||||
Suggests: vde2, valgrind, install-otherdos
|
||||
|
1
debian/docs
vendored
1
debian/docs
vendored
@ -2,7 +2,6 @@ BUGS
|
||||
CONTRIBUTING.md
|
||||
COPYING
|
||||
COPYING.DOSEMU
|
||||
INSTALL
|
||||
NEWS.md
|
||||
README.md
|
||||
THANKS
|
||||
|
7
debian/rules
vendored
7
debian/rules
vendored
@ -1,19 +1,20 @@
|
||||
#!/usr/bin/make -f
|
||||
|
||||
export DH_ALWAYS_EXCLUDE=fonts.dir:fonts.alias
|
||||
export CC=clang
|
||||
|
||||
%:
|
||||
dh $@ --parallel --builddirectory=build
|
||||
|
||||
override_dh_autoreconf:
|
||||
dh_autoreconf autoreconf -- -f -i -I m4
|
||||
./autogen.sh
|
||||
|
||||
override_dh_auto_configure:
|
||||
dh_auto_configure -O--parallel -- \
|
||||
--enable-debug --disable-xbacktrace \
|
||||
--with-plugindir=/usr/lib/dosemu \
|
||||
--with-x11fontdir=/usr/share/fonts/X11/misc
|
||||
|
||||
override_dh_shlibdeps:
|
||||
dh_shlibdeps -X.so
|
||||
dh_shlibdeps -- -dRecommends -pshlibs-
|
||||
|
||||
override_dh_dwz:
|
||||
|
Loading…
x
Reference in New Issue
Block a user