r1931 - packages/trunk/rrootage/debian

Miriam Ruiz baby-guest at costa.debian.org
Sun Oct 22 16:20:58 UTC 2006


Author: baby-guest
Date: 2006-10-22 16:20:58 +0000 (Sun, 22 Oct 2006)
New Revision: 1931

Modified:
   packages/trunk/rrootage/debian/changelog
   packages/trunk/rrootage/debian/control
Log:
Replaced (= ${Source-Version}) by (>= ${source:Version}) to make the packages binnmu-friendly.



Modified: packages/trunk/rrootage/debian/changelog
===================================================================
--- packages/trunk/rrootage/debian/changelog	2006-10-22 16:12:55 UTC (rev 1930)
+++ packages/trunk/rrootage/debian/changelog	2006-10-22 16:20:58 UTC (rev 1931)
@@ -8,6 +8,8 @@
   * Modified building system for using quilt.
   * Updated to Standards Version 3.7.2. No changes needed.
   * Upgraded libglut3-dev build-dep to freeglut3-dev (Closes: #394502)
+  * Replaced (= ${Source-Version}) by (>= ${source:Version}) to make the
+    packages binnmu-friendly.
 
  -- Miriam Ruiz <little_miry at yahoo.es>  Fri, 22 Sep 2006 21:57:02 +0200
 

Modified: packages/trunk/rrootage/debian/control
===================================================================
--- packages/trunk/rrootage/debian/control	2006-10-22 16:12:55 UTC (rev 1930)
+++ packages/trunk/rrootage/debian/control	2006-10-22 16:20:58 UTC (rev 1931)
@@ -8,7 +8,7 @@
 
 Package: rrootage
 Architecture: any
-Depends: ${shlibs:Depends}, rrootage-data (= ${Source-Version})
+Depends: ${shlibs:Depends}, rrootage-data (>= ${source:Version})
 Description: arcade-style space shooting game
  rRootage is an arcade-style vertical shooting game, with music to match.
  Avoid the barrage of bullets and destroy the enemy's battle ship with your




More information about the Pkg-games-commits mailing list