Author: eddyp-guest Date: 2006-12-28 18:25:39 +0100 (Thu, 28 Dec 2006) New Revision: 2244
Modified: packages/trunk/billard-gl/debian/changelog packages/trunk/billard-gl/debian/control Log: billard-gl make the package binNMU safe and drop deprecated variable Source-Version Modified: packages/trunk/billard-gl/debian/changelog =================================================================== --- packages/trunk/billard-gl/debian/changelog 2006-12-28 17:07:28 UTC (rev 2243) +++ packages/trunk/billard-gl/debian/changelog 2006-12-28 17:25:39 UTC (rev 2244) @@ -1,8 +1,10 @@ billard-gl (1.75-11) UNRELEASED; urgency=low - * + [ Eddy Petrișor ] + * make the package binNMU safe; add dpkg-dev (>= 1.13.19) as a build + dependency - -- Thierry Reding <[EMAIL PROTECTED]> Thu, 5 Oct 2006 23:48:04 +0200 + -- Eddy Petrișor <[EMAIL PROTECTED]> Thu, 28 Dec 2006 19:23:58 +0200 billard-gl (1.75-10) unstable; urgency=low Modified: packages/trunk/billard-gl/debian/control =================================================================== --- packages/trunk/billard-gl/debian/control 2006-12-28 17:07:28 UTC (rev 2243) +++ packages/trunk/billard-gl/debian/control 2006-12-28 17:25:39 UTC (rev 2244) @@ -3,12 +3,12 @@ Priority: optional Maintainer: Debian Games Team <[email protected]> Uploaders: Eddy Petrișor <[EMAIL PROTECTED]>, Thierry Reding <[EMAIL PROTECTED]> -Build-Depends: debhelper (>> 4.0.0), dpatch, freeglut3-dev +Build-Depends: debhelper (>> 4.0.0), dpatch, freeglut3-dev, dpkg-dev (>= 1.13.19) Standards-Version: 3.6.2.1 Package: billard-gl Architecture: any -Depends: ${shlibs:Depends}, billard-gl-data (= ${Source-Version}) +Depends: ${shlibs:Depends}, billard-gl-data (>= ${source:Version}) Description: 3D billiards game Play a game of 8-ball or 9-ball, either in training mode or against a friend. For beginners, the game features a tutorial, introducing them to @@ -19,7 +19,7 @@ Package: billard-gl-data Architecture: all -Recommends: billard-gl (= ${Source-Version}) +Recommends: billard-gl (>= ${source:Version}) Description: 3D billards game - data files Play a game of 8-ball or 9-ball, either in training mode or against a friend. For beginners, the game features a tutorial, introducing them to _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

