Author: apo-guest Date: 2015-12-11 21:57:04 +0000 (Fri, 11 Dec 2015) New Revision: 15620
Removed: packages/trunk/peg-e/debian/peg-e.6 Modified: packages/trunk/peg-e/debian/changelog packages/trunk/peg-e/debian/control packages/trunk/peg-e/debian/copyright packages/trunk/peg-e/debian/peg-e.manpages packages/trunk/peg-e/debian/rules Log: Release 1.2.1-1 Modified: packages/trunk/peg-e/debian/changelog =================================================================== --- packages/trunk/peg-e/debian/changelog 2015-12-11 00:54:37 UTC (rev 15619) +++ packages/trunk/peg-e/debian/changelog 2015-12-11 21:57:04 UTC (rev 15620) @@ -1,3 +1,16 @@ +peg-e (1.2.1-1) unstable; urgency=medium + + * Team upload. + * Imported Upstream version 1.2.1. + * Declare compliance with Debian Policy 3.9.6. + * Vcs-Browser: Use https. + * Fix Lintian error: build-depends-on-metapackage and remove qt5-default from + Build-Depends. Export QT_SELECT=qt5 in debian/rules instead. + * debian/copyright: Add LGPL-3+ licensed files. + * Drop debian/peg-e.6 and use upstream's man page instead. + + -- Markus Koschany <[email protected]> Fri, 11 Dec 2015 21:55:40 +0100 + peg-e (1.1.2-1) unstable; urgency=low * Team upload. Modified: packages/trunk/peg-e/debian/control =================================================================== --- packages/trunk/peg-e/debian/control 2015-12-11 00:54:37 UTC (rev 15619) +++ packages/trunk/peg-e/debian/control 2015-12-11 21:57:04 UTC (rev 15620) @@ -3,11 +3,11 @@ Priority: extra Maintainer: Debian Games Team <[email protected]> Uploaders: Miriam Ruiz <[email protected]> -Build-Depends: debhelper (>= 9), qt5-default, qtbase5-dev -Standards-Version: 3.9.5 +Build-Depends: debhelper (>= 9), qtbase5-dev +Standards-Version: 3.9.6 Homepage: http://gottcode.org/peg-e/ Vcs-Svn: svn://anonscm.debian.org/pkg-games/packages/trunk/peg-e/ -Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-games/packages/trunk/peg-e/ +Vcs-Browser: https://anonscm.debian.org/viewvc/pkg-games/packages/trunk/peg-e/ Package: peg-e Architecture: any Modified: packages/trunk/peg-e/debian/copyright =================================================================== --- packages/trunk/peg-e/debian/copyright 2015-12-11 00:54:37 UTC (rev 15619) +++ packages/trunk/peg-e/debian/copyright 2015-12-11 21:57:04 UTC (rev 15620) @@ -4,13 +4,27 @@ Files: * Copyright: Copyright (C) 2009, Graeme Gott <[email protected]> -License: GPL-3.0+ +License: GPL-3+ +Files: icons/oxygen/* +Copyright: + 2007 David Vignoni <[email protected]> + 2007 Johann Ollivier Lapeyre <[email protected]> + 2007 Kenneth Wimer <[email protected]> + 2007 Nuno Pinheiro <[email protected]> + 2007 Riccardo Iaconelli <[email protected]> + 2007 David Miller <[email protected]> +License: LGPL-3+ + Files: debian/* Copyright: Copyright (C) 2009, Miriam Ruiz <[email protected]> -License: GPL-3.0+ +License: GPL-3+ -License: GPL-3.0+ +License: LGPL-3+ + On Debian systems, the complete text of the GNU Lesser General Public License + version 3 can be found in "/usr/share/common-licenses/LGPL-3". + +License: GPL-3+ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or Deleted: packages/trunk/peg-e/debian/peg-e.6 =================================================================== --- packages/trunk/peg-e/debian/peg-e.6 2015-12-11 00:54:37 UTC (rev 15619) +++ packages/trunk/peg-e/debian/peg-e.6 2015-12-11 21:57:04 UTC (rev 15620) @@ -1,14 +0,0 @@ -.TH "Peg-E" "6" "" "" "" -.SH "NAME" -peg\-e \- peg elimination solitaire game -.SH "SYNOPSIS" -.B peg\-e -.SH "DESCRIPTION" -Peg\-E is a peg solitaire game in which you jump over pieces in order to remove them from the board, ultimately trying to eliminate all but one. The boards are randomly generated, with 100 levels of difficulty. The game auto\-saves, and has undo\-redo capability. Pieces can move horizontally, vertically, and diagonally. -.SH "SEE ALSO" -You can find more about the game on its homepage: http://gottcode.org/peg\-e/ -.SH "AUTHOR" -This game has been written by Graeme Gott <[email protected]> -.PP -This manual page was written by Miriam Ruiz <[email protected]>, -for the Debian project (and may be used by others). Modified: packages/trunk/peg-e/debian/peg-e.manpages =================================================================== --- packages/trunk/peg-e/debian/peg-e.manpages 2015-12-11 00:54:37 UTC (rev 15619) +++ packages/trunk/peg-e/debian/peg-e.manpages 2015-12-11 21:57:04 UTC (rev 15620) @@ -1 +1 @@ -debian/peg-e.6 \ No newline at end of file +doc/peg-e.6 Modified: packages/trunk/peg-e/debian/rules =================================================================== --- packages/trunk/peg-e/debian/rules 2015-12-11 00:54:37 UTC (rev 15619) +++ packages/trunk/peg-e/debian/rules 2015-12-11 21:57:04 UTC (rev 15620) @@ -2,9 +2,11 @@ # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 +export QT_SELECT=qt5 %: dh $@ override_dh_auto_configure: - dh_auto_configure -- BINDIR=games \ No newline at end of file + dh_auto_configure -- BINDIR=games + _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

