Author: steve-guest Date: 2011-04-10 06:36:43 +0000 (Sun, 10 Apr 2011) New Revision: 12095
Modified: packages/trunk/jstest-gtk/debian/changelog packages/trunk/jstest-gtk/debian/control Log: Limit architectures to those using Linux kernels. Modified: packages/trunk/jstest-gtk/debian/changelog =================================================================== --- packages/trunk/jstest-gtk/debian/changelog 2011-04-09 14:00:36 UTC (rev 12094) +++ packages/trunk/jstest-gtk/debian/changelog 2011-04-10 06:36:43 UTC (rev 12095) @@ -1,3 +1,10 @@ +jstest-gtk (0.1.1~git20090722-2) UNRELEASED; urgency=low + + * NOT RELEASED YET + * Limit architectures to those using Linux kernels. + + -- Stephen Kitt <[email protected]> Sun, 10 Apr 2011 08:35:54 +0200 + jstest-gtk (0.1.1~git20090722-1) unstable; urgency=low * Initial release (Closes: #527962). Modified: packages/trunk/jstest-gtk/debian/control =================================================================== --- packages/trunk/jstest-gtk/debian/control 2011-04-09 14:00:36 UTC (rev 12094) +++ packages/trunk/jstest-gtk/debian/control 2011-04-10 06:36:43 UTC (rev 12095) @@ -11,7 +11,7 @@ Vcs-Browser: http://svn.debian.org/wsvn/pkg-games/packages/trunk/jstest-gtk/?op=log Package: jstest-gtk -Architecture: any +Architecture: linux-any Depends: ${shlibs:Depends}, ${misc:Depends} Recommends: joystick Suggests: jstest-gtk-dbg (= ${binary:Version}) @@ -32,7 +32,7 @@ Package: jstest-gtk-dbg Section: debug Priority: extra -Architecture: any +Architecture: linux-any Depends: jstest-gtk (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends} Description: joystick testing and configuration tool - debug jstest-gtk is a simple graphical joystick tester. It provides a list _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

