Changed description and fixed missing-dependency-on-libc lintian error
This commit is contained in:
parent
4cb9a70592
commit
cfa64213d7
|
@ -37,6 +37,9 @@ Depends: ${shlibs:Depends},
|
||||||
python3
|
python3
|
||||||
Replaces: ssnes
|
Replaces: ssnes
|
||||||
Description: Simple frontend for the libretro library.
|
Description: Simple frontend for the libretro library.
|
||||||
RetroArch is a modular multi-system emulator that attempts to be very small
|
RetroArch is an open source, multi-platform frontend for the libretro API.
|
||||||
and lean, while still having all of the useful core features expected from
|
It can be used as a modular multi emulator system, game engine, media player
|
||||||
an emulator. It provides a simple built-in GUI, the RGUI.
|
and 3D technical demonstration. These features are available through
|
||||||
|
libretro cores.
|
||||||
|
.
|
||||||
|
It provides a simple built-in GUI, the RGUI.
|
||||||
|
|
|
@ -96,7 +96,7 @@ binary-arch: install
|
||||||
# dh_perl
|
# dh_perl
|
||||||
# dh_makeshlibs
|
# dh_makeshlibs
|
||||||
dh_installdeb
|
dh_installdeb
|
||||||
# dh_shlibdeps
|
dh_shlibdeps
|
||||||
dh_gencontrol
|
dh_gencontrol
|
||||||
dh_md5sums
|
dh_md5sums
|
||||||
dh_builddeb
|
dh_builddeb
|
||||||
|
|
Loading…
Reference in New Issue