This is an automated email from the git hooks/post-receive script. skitt pushed a commit to branch master in repository stella.
commit 9a80de7a7b1c804293549612c2c6b81fb471d6cd Author: Stephen Kitt <[email protected]> Date: Thu Jan 1 23:57:08 2015 +0100 New upstream version. --- debian/changelog | 6 ++++++ debian/control | 4 +++- debian/copyright | 7 +++---- 3 files changed, 12 insertions(+), 5 deletions(-) diff --git a/debian/changelog b/debian/changelog index 3bb364a..2306eae 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +stella (4.5-1) UNRELEASED; urgency=medium + + * New upstream version. + + -- Stephen Kitt <[email protected]> Thu, 01 Jan 2015 21:13:42 +0100 + stella (4.2-1) experimental; urgency=medium * New upstream version, uploaded to experimental for the Jessie freeze. diff --git a/debian/control b/debian/control index f64e41c..2879472 100644 --- a/debian/control +++ b/debian/control @@ -6,6 +6,7 @@ Uploaders: Stephen Kitt <[email protected]> Standards-Version: 3.9.5 Build-Depends: autotools-dev, debhelper (>= 9), + g++ (>= 4:4.9), libpng-dev, libsdl2-dev, zlib1g-dev @@ -16,7 +17,8 @@ Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-games/stella.git Package: stella Architecture: any Pre-Depends: ${misc:Pre-Depends} -Depends: ${misc:Depends}, ${shlibs:Depends} +Depends: ${misc:Depends}, + ${shlibs:Depends} Description: Atari 2600 Emulator for SDL & the X Window System Stella is a portable emulator of the old Atari 2600 video-game console. You can play most Atari 2600 games with it. diff --git a/debian/copyright b/debian/copyright index 6bdf1d0..18a16d4 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,22 +1,21 @@ Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0 Upstream-Name: stella Source: http://stella.sourceforge.net -Copyright: 1995-2014 Bradford W. Mott, Stephen Anthony and the Stella Team +Copyright: 1995-2015 Bradford W. Mott, Stephen Anthony and the Stella Team License: GPL-2+ Files: * -Copyright: 1995-2014 Bradford W. Mott, Stephen Anthony and the Stella +Copyright: 1995-2015 Bradford W. Mott, Stephen Anthony and the Stella Team License: GPL-2+ Files: debian/* Copyright: 1998-2004 Tom Lear <[email protected]> 2006 Mario Iseli <[email protected]> - 2010-2014 Stephen Kitt <[email protected]> + 2010-2015 Stephen Kitt <[email protected]> License: GPL-2+ Files: - src/common/Array.hxx src/common/SharedPtr.hxx src/common/Stack.hxx src/emucore/FrameBuffer.hxx -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/stella.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

