Author: bddebian-guest Date: 2007-11-02 03:29:35 +0000 (Fri, 02 Nov 2007) New Revision: 4529
Added: packages/trunk/kball/debian/kball.desktop Modified: packages/trunk/kball/debian/changelog packages/trunk/kball/debian/control packages/trunk/kball/debian/rules packages/trunk/kball/debian/watch Log: * Add desktop file * Call dh_desktop * Change watch file (Still broken) * Add Homepage field in control * Bump debhelper build-dep to match compat * Make clean not ignore errors * Fix substvar source:Version Modified: packages/trunk/kball/debian/changelog =================================================================== --- packages/trunk/kball/debian/changelog 2007-11-02 03:11:32 UTC (rev 4528) +++ packages/trunk/kball/debian/changelog 2007-11-02 03:29:35 UTC (rev 4529) @@ -11,6 +11,15 @@ [ Cyril Brulebois ] * Added XS-Vcs-Svn and XS-Vcs-Browser fields in the control file. + [ Barry deFreese ] + * Add desktop file + * Call dh_desktop + * Change watch file (Still broken) + * Add Homepage field in control + * Bump debhelper build-dep to match compat + * Make clean not ignore errors + * Fix substvar source:Version + -- Jon Dowland <[EMAIL PROTECTED]> Thu, 12 Jul 2007 11:31:01 +0100 kball (0.0.20041216-4) unstable; urgency=low Modified: packages/trunk/kball/debian/control =================================================================== --- packages/trunk/kball/debian/control 2007-11-02 03:11:32 UTC (rev 4528) +++ packages/trunk/kball/debian/control 2007-11-02 03:29:35 UTC (rev 4529) @@ -3,14 +3,15 @@ Priority: optional Maintainer: Debian Games Team <[EMAIL PROTECTED]> Uploaders: Miriam Ruiz <[EMAIL PROTECTED]> -Build-Depends: debhelper (>= 4.0.0), quilt, libxxf86dga-dev, libxxf86vm-dev, liballegro4.2-dev | liballegro-dev, libdumb1-dev, libaldmb1-dev, sharutils, libxcursor-dev +Build-Depends: debhelper (>= 5.0.0), quilt, libxxf86dga-dev, libxxf86vm-dev, liballegro4.2-dev | liballegro-dev, libdumb1-dev, libaldmb1-dev, sharutils, libxcursor-dev Standards-Version: 3.7.2 +Homepage: http://kball.sourceforge.net/ XS-Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/kball/ XS-Vcs-Browser: http://svn.debian.org/wsvn/pkg-games/packages/trunk/kball/?op=log Package: kball Architecture: any -Depends: ${shlibs:Depends}, kball-data (>= ${Source-Version}) +Depends: ${shlibs:Depends}, kball-data (>= ${source:Version}) Description: game of skill and reflexes for all the family A game of skill and reflexes, non violent, suitable for all ages. The idea is to move the ball around the map, without falling, without running out of Added: packages/trunk/kball/debian/kball.desktop =================================================================== --- packages/trunk/kball/debian/kball.desktop (rev 0) +++ packages/trunk/kball/debian/kball.desktop 2007-11-02 03:29:35 UTC (rev 4529) @@ -0,0 +1,10 @@ +[Desktop Entry] +Name=KBall +GenericName=kball +Comment=Find the exit +Type=Application +Exec=kball +Icon=kball +Terminal=false +Categories=Game;ActionGame; + Modified: packages/trunk/kball/debian/rules =================================================================== --- packages/trunk/kball/debian/rules 2007-11-02 03:11:32 UTC (rev 4528) +++ packages/trunk/kball/debian/rules 2007-11-02 03:29:35 UTC (rev 4529) @@ -28,7 +28,7 @@ dh_testdir dh_testroot rm -f build-stamp configure-stamp - -$(MAKE) clean + [ ! -f Makefile ] || $(MAKE) clean $(MAKE) -f /usr/share/quilt/quilt.make unpatch dh_clean @@ -55,6 +55,9 @@ dh_installdirs -a usr/share/pixmaps dh_install -a debian/kball.xpm usr/share/pixmaps + dh_installdirs -a usr/share/applications + dh_install -a debian/kball.desktop usr/share/applications + install: install-arch install-indep # Build architecture-independent files here. Modified: packages/trunk/kball/debian/watch =================================================================== --- packages/trunk/kball/debian/watch 2007-11-02 03:11:32 UTC (rev 4528) +++ packages/trunk/kball/debian/watch 2007-11-02 03:29:35 UTC (rev 4529) @@ -4,4 +4,4 @@ # Compulsory line, this is a version 3 file version=3 -http://sf.net/kball/kball_final_src(.*)\.tar\.gz +http://sf.net/kball/kball_final_src_(.*)\.tar\.gz _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

