This is an automated email from the git hooks/post-receive script. skitt pushed a commit to branch master in repository koules.
commit f3c5d9f149aa68e93211de356924279fd751fa6d Author: Stephen Kitt <[email protected]> Date: Tue Sep 19 21:01:17 2017 +0200 Clean up debian/control with cme; Standards-Version 4.1.0 --- debian/changelog | 2 ++ debian/control | 21 ++++++++++++++------- 2 files changed, 16 insertions(+), 7 deletions(-) diff --git a/debian/changelog b/debian/changelog index e8389e5..f61658e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,6 +7,8 @@ koules (1.4-24) UNRELEASED; urgency=medium migration. * Update spelling fixes. * Use short dh style. + * Clean up debian/control using cme. + * Standards-Version 4.1.0, no further change required. -- Stephen Kitt <[email protected]> Fri, 22 Jan 2016 19:01:49 +0100 diff --git a/debian/control b/debian/control index 39953be..0dece82 100644 --- a/debian/control +++ b/debian/control @@ -1,17 +1,24 @@ Source: koules +Maintainer: Debian Games Team <[email protected]> +Uploaders: Sam Hocevar <[email protected]>, + Barry deFreese <[email protected]>, + Stephen Kitt <[email protected]> Section: games Priority: optional -Maintainer: Debian Games Team <[email protected]> -Uploaders: Sam Hocevar <[email protected]>, Barry deFreese <[email protected]>, Stephen Kitt <[email protected]> -Build-Depends: debhelper (>= 10), dpkg-dev (>= 1.16.1), xutils-dev, libx11-dev, libxext-dev, sharutils -Standards-Version: 3.9.6 -Homepage: http://www.ucw.cz/~hubicka/koules/English/koules.html -Vcs-Git: https://anonscm.debian.org/git/pkg-games/koules.git +Build-Depends: debhelper (>= 10), + xutils-dev, + libx11-dev, + libxext-dev, + sharutils +Standards-Version: 4.1.0 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-games/koules.git +Vcs-Git: https://anonscm.debian.org/git/pkg-games/koules.git +Homepage: http://www.ucw.cz/~hubicka/koules/English/koules.html Package: koules Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends} +Depends: ${shlibs:Depends}, + ${misc:Depends} Recommends: oss-compat Description: abstract space action game Koules is a fast action arcade-style game. This version is compiled for X11. -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/koules.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

