Author: gilbert-guest Date: 2011-12-02 04:02:42 +0000 (Fri, 02 Dec 2011) New Revision: 12911
Modified: packages/trunk/amphetamine/debian/changelog packages/trunk/amphetamine/debian/control Log: fix libc6-dev-i386 build-depend Modified: packages/trunk/amphetamine/debian/changelog =================================================================== --- packages/trunk/amphetamine/debian/changelog 2011-12-02 03:56:48 UTC (rev 12910) +++ packages/trunk/amphetamine/debian/changelog 2011-12-02 04:02:42 UTC (rev 12911) @@ -1,3 +1,9 @@ +amphetamine (0.8.10-17) unstable; urgency=low + + * Change build-depend to libc6-dev-i386 [amd64] (closes: #650468). + + -- Michael Gilbert <[email protected]> Thu, 01 Dec 2011 22:43:57 -0500 + amphetamine (0.8.10-16) unstable; urgency=low * build-depend on libc6-dev-i386 (closes: #640554). Modified: packages/trunk/amphetamine/debian/control =================================================================== --- packages/trunk/amphetamine/debian/control 2011-12-02 03:56:48 UTC (rev 12910) +++ packages/trunk/amphetamine/debian/control 2011-12-02 04:02:42 UTC (rev 12911) @@ -5,10 +5,13 @@ debhelper (>= 8), libxpm-dev, libsdl1.2-dev (>= 1.2.2-3.1), - libc6-dev-i386, + libc6-dev-i386 [amd64], dpkg-dev (>= 1.9.0) Maintainer: Debian Games Team <[email protected]> -Uploaders: Sam Hocevar (Debian packages) <[email protected]>, Barry deFreese <[email protected]>, Michael Gilbert <[email protected]> +Uploaders: + Sam Hocevar (Debian packages) <[email protected]>, + Barry deFreese <[email protected]>, + Michael Gilbert <[email protected]> DM-Upload-Allowed: yes Standards-Version: 3.9.2 Homepage: http://homepage.hispeed.ch/loehrer/amph/amph.html _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

