Author: christoph Date: 2011-10-24 15:43:56 +0000 (Mon, 24 Oct 2011) New Revision: 12705
Modified: packages/trunk/kxl/debian/changelog packages/trunk/kxl/debian/control Log: Only depend on linux headers if os is linux (Closes: #638639) Modified: packages/trunk/kxl/debian/changelog =================================================================== --- packages/trunk/kxl/debian/changelog 2011-10-12 21:01:25 UTC (rev 12704) +++ packages/trunk/kxl/debian/changelog 2011-10-24 15:43:56 UTC (rev 12705) @@ -1,3 +1,9 @@ +kxl (1.1.7-16) unstable; urgency=low + + * Only depend on linux headers if os is linux (Closes: #638639) + + -- Christoph Egger <[email protected]> Mon, 24 Oct 2011 16:40:48 +0200 + kxl (1.1.7-15) unstable; urgency=low * Team upload. Modified: packages/trunk/kxl/debian/control =================================================================== --- packages/trunk/kxl/debian/control 2011-10-12 21:01:25 UTC (rev 12704) +++ packages/trunk/kxl/debian/control 2011-10-24 15:43:56 UTC (rev 12705) @@ -24,7 +24,7 @@ Package: libkxl0-dev Section: libdevel Architecture: any -Depends: libkxl0 (= ${binary:Version}), libx11-dev, linux-kernel-headers +Depends: libkxl0 (= ${binary:Version}), libx11-dev, linux-kernel-headers [ linux-any ] Description: development files for libkxl0 KXL (Kacchan X Windows System Library) is a library targeted at game development that provides functions for simple image and sound output _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

