[SCM] Debian packaging of wesnoth branch, experimental, updated. ad84c10bb24c51ef00644eedc3ac1f7ce317019a

Gerfried Fuchs rhonda at debian.at
Thu Mar 25 21:24:38 UTC 2010


The following commit has been merged in the experimental branch:
commit 67e90e34fc19a5a4acc0eadd0815dd41409c65d3
Author: Gerfried Fuchs <rhonda at debian.at>
Date:   Fri Mar 19 00:37:00 2010 +0100

    Fix menu files with respect to package dependency

diff --git a/debian/changelog b/debian/changelog
index 7eea3eb..b180f6b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+wesnoth-1.7 (1:1.7.15-2) experimental; urgency=low
+
+  * Fix menu files with respect to package() dependency.
+
+ -- 
+
 wesnoth-1.7 (1:1.7.15-1) experimental; urgency=low
 
   * Upstream RC1 for 1.8 release.
diff --git a/debian/wesnoth-1.7-core.menu b/debian/wesnoth-1.7-core.menu
index 18fe11c..b269980 100644
--- a/debian/wesnoth-1.7-core.menu
+++ b/debian/wesnoth-1.7-core.menu
@@ -1,11 +1,11 @@
-?package(wesnoth-core): \
+?package(wesnoth-1.7-core): \
  needs="X11" \
  section="Games/Strategy" \
  title="Battle for Wesnoth" \
  longtitle="Battle for Wesnoth is a fantasy turn-based strategy game" \
  command="/usr/games/wesnoth-1.7-nolog" \
  icon="/usr/share/pixmaps/wesnoth-1.7-icon.xpm"
-?package(wesnoth-core): \
+?package(wesnoth-1.7-core): \
  needs="X11" \
  section="Games/Tools" \
  title="Battle for Wesnoth Editor" \
diff --git a/debian/wesnoth-BRANCH-core.menu.in b/debian/wesnoth-BRANCH-core.menu.in
index 5f5473e..d0a604c 100644
--- a/debian/wesnoth-BRANCH-core.menu.in
+++ b/debian/wesnoth-BRANCH-core.menu.in
@@ -1,11 +1,11 @@
-?package(wesnoth-core): \
+?package(wesnoth-BRANCH-core): \
  needs="X11" \
  section="Games/Strategy" \
  title="Battle for Wesnoth" \
  longtitle="Battle for Wesnoth is a fantasy turn-based strategy game" \
  command="/usr/games/wesnoth-BRANCH-nolog" \
  icon="/usr/share/pixmaps/wesnoth-BRANCH-icon.xpm"
-?package(wesnoth-core): \
+?package(wesnoth-BRANCH-core): \
  needs="X11" \
  section="Games/Tools" \
  title="Battle for Wesnoth Editor" \

-- 
Debian packaging of wesnoth



More information about the Pkg-games-commits mailing list