[SCM] Debian packaging of wesnoth branch, master, updated. debian/1.8.3-5-5-g48586eb

Gerfried Fuchs rhonda at debian.at
Mon Sep 20 19:25:26 UTC 2010


The following commit has been merged in the master branch:
commit 48586eb179b4d63b1ca9c698e4786323e0c4e950
Author: Gerfried Fuchs <rhonda at 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



More information about the Pkg-games-commits mailing list