This is an automated email from the git hooks/post-receive script. skitt pushed a commit to branch master in repository rocksndiamonds.
commit 1bcb9cd8ef46155c56255e32fba92de916c4cb36 Author: Stephen Kitt <[email protected]> Date: Tue Jan 17 13:13:47 2017 +0100 Clean up debian/control using cme --- debian/changelog | 2 ++ debian/control | 38 ++++++++++++++++++++++++-------------- 2 files changed, 26 insertions(+), 14 deletions(-) diff --git a/debian/changelog b/debian/changelog index 1e05709..40c0df7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,8 @@ rocksndiamonds (4.0.0.1+dfsg-1) UNRELEASED; urgency=medium * New upstream release, obsoleting all patches (closes: #752493). * Update debian/watch; thanks to Bart Martens! * Fix the VCS browser URL. + * Clean up debian/control using cme. + * Standards-Version 3.9.8. -- Stephen Kitt <[email protected]> Tue, 17 Jan 2017 12:45:49 +0100 diff --git a/debian/control b/debian/control index 074e291..2a0ecff 100644 --- a/debian/control +++ b/debian/control @@ -1,24 +1,34 @@ Source: rocksndiamonds +Maintainer: Dmitry E. Oboukhov <[email protected]> +Uploaders: Debian Games Team <[email protected]> Section: contrib/games Priority: extra -Uploaders: Debian Games Team <[email protected]> -Maintainer: Dmitry E. Oboukhov <[email protected]> -Build-Depends: debhelper (>= 5), cdbs, po-debconf, - libsdl2-dev, - libsdl2-image-dev, - libsdl2-mixer-dev, - libsdl2-net-dev -Standards-Version: 3.8.4 +Build-Depends: debhelper (>= 5), + cdbs, + po-debconf, + libsdl2-dev, + libsdl2-image-dev, + libsdl2-mixer-dev, + libsdl2-net-dev +Standards-Version: 3.9.8 +Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/rocksndiamonds.git +Vcs-Git: https://anonscm.debian.org/git/collab-maint/rocksndiamonds.git Homepage: http://artsoft.org -VCS-Browser: https://anonscm.debian.org/cgit/collab-maint/rocksndiamonds.git -VCS-Git: git://anonscm.debian.org/collab-maint/rocksndiamonds.git Package: rocksndiamonds -Pre-Depends: debconf (>= 0.5) | debconf-2.0 -Conflicts: rocksndiamonds-data, rocksndiamonds-zelda, rocks-n-diamonds Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, ${perl:Depends}, - perl-modules, p7zip, wget, unzip, zip +Depends: ${shlibs:Depends}, + ${misc:Depends}, + ${perl:Depends}, + perl-modules, + p7zip, + wget, + unzip, + zip +Pre-Depends: debconf | debconf-2.0 +Conflicts: rocksndiamonds-data, + rocksndiamonds-zelda, + rocks-n-diamonds Description: arcade-style game This package provides the game engine for Rocks'n'Diamonds, an arcade game in the tradition of "Boulder Dash", "Emerald Mine", "Supaplex", -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/rocksndiamonds.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

