This is an automated email from the git hooks/post-receive script. skitt pushed a commit to branch master in repository nestopia.
commit b009b94c9b11a247956096baaeb92fefec466e59 Author: Stephen Kitt <[email protected]> Date: Wed May 25 12:14:25 2016 +0200 Depend on retroarch. --- debian/changelog | 2 ++ debian/control | 3 +-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 603ebb5..e108e46 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,8 @@ nestopia (1.47-2) UNRELEASED; urgency=medium * Switch to https: VCS URIs (see #810378). + * Now that retroarch is in the archive, depend on it, with the + libretro-frontend alternative (thanks to Sérgio Benjamim!). -- Stephen Kitt <[email protected]> Fri, 22 Jan 2016 19:02:58 +0100 diff --git a/debian/control b/debian/control index 4c3e749..688197e 100644 --- a/debian/control +++ b/debian/control @@ -36,8 +36,7 @@ Description: Nintendo Entertainment System/Famicom emulator Package: libretro-nestopia Architecture: any Multi-Arch: same -Depends: ${misc:Depends}, ${shlibs:Depends} -Suggests: retroarch +Depends: retroarch | libretro-frontend, ${misc:Depends}, ${shlibs:Depends} Description: libretro wrapper for Nestopia Nestopia is a cycle-accurate NES/Famicom emulator. It has a high compatibility rate and support for many peripherals and input -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/nestopia.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

