This is an automated email from the git hooks/post-receive script. smcv pushed a commit to annotated tag debian/2.5.2-7 in repository nexuiz-data.
commit d97925dd7f9363590fb7245d55c966940856385f Author: Simon McVittie <[email protected]> Date: Tue Jan 2 09:55:18 2018 +0000 Wrap and sort control files --- debian/changelog | 1 + debian/control | 56 +++++++++++++++++++++++++++++++++++--------------------- debian/copyright | 2 +- 3 files changed, 37 insertions(+), 22 deletions(-) diff --git a/debian/changelog b/debian/changelog index 0b66e6f..3c73f1a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -19,6 +19,7 @@ nexuiz-data (2.5.2-7) UNRELEASED; urgency=low * Update Vcs-* fields * Add debian/gbp.conf, using DEP-3 branch names * Add myself to Uploaders + * Wrap and sort control files -- Anton Balashov <[email protected]> Fri, 23 Aug 2013 09:18:43 +0400 diff --git a/debian/control b/debian/control index 425e1dd..d0b555c 100644 --- a/debian/control +++ b/debian/control @@ -2,11 +2,15 @@ Source: nexuiz-data Section: games Priority: optional Maintainer: Debian Games Team <[email protected]> -Uploaders: Bruno "Fuddl" Kleinert <[email protected]>, - Gonéri Le Bouder <[email protected]>, - Simon McVittie <[email protected]>, -Build-Depends: debhelper (>= 8), fteqcc (>= 3343+svn3400) -Build-Depends-Indep: p7zip-full +Uploaders: + Bruno "Fuddl" Kleinert <[email protected]>, + Gonéri Le Bouder <[email protected]>, + Simon McVittie <[email protected]>, +Build-Depends: + debhelper (>= 8), + fteqcc (>= 3343+svn3400), +Build-Depends-Indep: + p7zip-full, Standards-Version: 3.9.4 Homepage: http://www.alientrap.org/games/nexuiz/ Vcs-Git: https://anonscm.debian.org/git/pkg-games/nexuiz-data.git @@ -15,42 +19,52 @@ Vcs-Browser: https://anonscm.debian.org/cgit/pkg-games/nexuiz-data.git Package: nexuiz-data Architecture: all Multi-Arch: foreign -Depends: ${misc:Depends}, nexuiz-textures (= ${source:Version}) -Breaks: nexuiz (<< ${source:Upstream-Version}), nexuiz-server (<< ${source:Upstream-Version}) -Suggests: nexuiz-music (>= ${source:Upstream-Version}), nexuiz (>= ${source:Upstream-Version}) | nexuiz-server (>= ${source:Upstream-Version}) +Depends: + nexuiz-textures (= ${source:Version}), + ${misc:Depends}, +Breaks: + nexuiz (<< ${source:Upstream-Version}), + nexuiz-server (<< ${source:Upstream-Version}), +Suggests: + nexuiz (>= ${source:Upstream-Version}) | nexuiz-server (>= ${source:Upstream-Version}), + nexuiz-music (>= ${source:Upstream-Version}), Description: Nexuiz game data files Nexuiz is a 3d deathmatch game made entirely over the internet. The purpose of the game is to bring deathmatch back to the basics, with perfect weapon balancing and fast paced action, keeping itself away from the current trend of realistic shooters. . - This package contains only data files like levels and sounds. If you want to + This package contains only data files like levels and sounds. If you want to play the game you need to install the package "nexuiz". -Package: nexuiz-textures +Package: nexuiz-music Architecture: all Multi-Arch: foreign -Depends: ${misc:Depends} -Suggests: nexuiz (>= ${source:Upstream-Version}) -Description: Textures for Nexuiz +Depends: + ${misc:Depends}, +Suggests: + nexuiz (>= ${source:Upstream-Version}), +Description: Nexuiz music files Nexuiz is a 3d deathmatch game made entirely over the internet. The purpose of the game is to bring deathmatch back to the basics, with perfect weapon balancing and fast paced action, keeping itself away from the current trend of realistic shooters. . - This package contains only the textures for maps, models and so on. If you want - to play the game you need to install the package "nexuiz". + This package contains only the in-game music files. If you want to play the + game you need to install the package "nexuiz". -Package: nexuiz-music +Package: nexuiz-textures Architecture: all Multi-Arch: foreign -Depends: ${misc:Depends} -Suggests: nexuiz (>= ${source:Upstream-Version}) -Description: Nexuiz music files +Depends: + ${misc:Depends}, +Suggests: + nexuiz (>= ${source:Upstream-Version}), +Description: Textures for Nexuiz Nexuiz is a 3d deathmatch game made entirely over the internet. The purpose of the game is to bring deathmatch back to the basics, with perfect weapon balancing and fast paced action, keeping itself away from the current trend of realistic shooters. . - This package contains only the in-game music files. If you want to play the - game you need to install the package "nexuiz". + This package contains only the textures for maps, models and so on. If you want + to play the game you need to install the package "nexuiz". diff --git a/debian/copyright b/debian/copyright index 0580e5d..36349db 100644 --- a/debian/copyright +++ b/debian/copyright @@ -14,7 +14,7 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. -You can find the GPL license text on a Debian system under +You can find the GPL license text on a Debian system under /usr/share/common-licenses/GPL-2. -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/nexuiz-data.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

