The following commit has been merged in the master branch:
commit 48586eb179b4d63b1ca9c698e4786323e0c4e950
Author: Gerfried Fuchs <rho...@debian.at>
Date:   Mon Sep 20 21:25:11 2010 +0200

    Depends on = ${source:Version}, not >=

diff --git a/debian/control b/debian/control
index 6e4f70f..a341bfb 100644
--- a/debian/control
+++ b/debian/control
@@ -165,7 +165,7 @@ Description: music files for Wesnoth (branch 1.8)
 
 Package: wesnoth-music
 Architecture: all
-Depends: ${misc:Depends}, wesnoth-1.8-music (>= ${source:Version}),
+Depends: ${misc:Depends}, wesnoth-1.8-music (= ${source:Version}),
   wesnoth-1.8-data (= ${source:Version})
 Description: music files for Wesnoth (metapackage)
  This metapackage pulls in the music package for use with the latest stable
diff --git a/debian/control.in b/debian/control.in
index bd7e2d6..9fa259f 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -165,7 +165,7 @@ Description: music files for Wesnoth (branch BRANCH)
 
 Package: wesnoth-music
 Architecture: all
-Depends: ${misc:Depends}, wesnoth-BRANCH-music (>= ${source:Version}),
+Depends: ${misc:Depends}, wesnoth-BRANCH-music (= ${source:Version}),
   wesnoth-BRANCH-data (= ${source:Version})
 Description: music files for Wesnoth (metapackage)
  This metapackage pulls in the music package for use with the latest stable

-- 
Debian packaging of wesnoth

_______________________________________________
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

Reply via email to