From cfa64213d7e1252c4ed2e618b9d4ea0aa40d1635 Mon Sep 17 00:00:00 2001 From: sergiobenrocha2 Date: Mon, 14 Jul 2014 18:56:02 -0300 Subject: [PATCH] Changed description and fixed missing-dependency-on-libc lintian error --- debian/control | 9 ++++++--- debian/rules | 2 +- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/debian/control b/debian/control index 579b495af9..ba531be0af 100644 --- a/debian/control +++ b/debian/control @@ -37,6 +37,9 @@ Depends: ${shlibs:Depends}, python3 Replaces: ssnes Description: Simple frontend for the libretro library. - RetroArch is a modular multi-system emulator that attempts to be very small - and lean, while still having all of the useful core features expected from - an emulator. It provides a simple built-in GUI, the RGUI. + RetroArch is an open source, multi-platform frontend for the libretro API. + It can be used as a modular multi emulator system, game engine, media player + and 3D technical demonstration. These features are available through + libretro cores. + . + It provides a simple built-in GUI, the RGUI. diff --git a/debian/rules b/debian/rules index b782070071..f4f4f1350f 100755 --- a/debian/rules +++ b/debian/rules @@ -96,7 +96,7 @@ binary-arch: install # dh_perl # dh_makeshlibs dh_installdeb -# dh_shlibdeps + dh_shlibdeps dh_gencontrol dh_md5sums dh_builddeb