Author: pabs Date: 2011-12-07 07:32:12 +0000 (Wed, 07 Dec 2011) New Revision: 12952
Modified: packages/trunk/hex-a-hop/debian/control packages/trunk/hex-a-hop/debian/copyright Log: wrap-and-sort -s Modified: packages/trunk/hex-a-hop/debian/control =================================================================== --- packages/trunk/hex-a-hop/debian/control 2011-12-07 07:29:56 UTC (rev 12951) +++ packages/trunk/hex-a-hop/debian/control 2011-12-07 07:32:12 UTC (rev 12952) @@ -2,16 +2,18 @@ Section: games Priority: optional Maintainer: Debian Games Team <[email protected]> -Uploaders: Miriam Ruiz <[email protected]>, +Uploaders: + Miriam Ruiz <[email protected]>, Jens Seidel <[email protected]>, Sam Hocevar <[email protected]>, Barry deFreese <[email protected]> -Build-Depends: debhelper (>= 7.0.50~), - quilt, +Build-Depends: + debhelper (>= 7.0.50~), gettext, + libsdl-pango-dev, libsdl1.2-dev, - libsdl-pango-dev, - po4a + po4a, + quilt Standards-Version: 3.8.3 Homepage: http://hexahop.sourceforge.net/ Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/hex-a-hop/ @@ -19,8 +21,7 @@ Package: hex-a-hop Architecture: any -Depends: ${shlibs:Depends}, - ${misc:Depends} +Depends: ${misc:Depends}, ${shlibs:Depends} Description: puzzle game based on hexagonal tiles Hex-a-hop is a great puzzle game in which a girl has to break all the green tiles in an hexagonal map and step onto a safe tile without getting trapped. Modified: packages/trunk/hex-a-hop/debian/copyright =================================================================== --- packages/trunk/hex-a-hop/debian/copyright 2011-12-07 07:29:56 UTC (rev 12951) +++ packages/trunk/hex-a-hop/debian/copyright 2011-12-07 07:32:12 UTC (rev 12952) @@ -18,12 +18,12 @@ it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. - + This package 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. See the GNU General Public License for more details. - + You should have received a copy of the GNU General Public License along with this package; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

