[SCM] Debian packaging of wesnoth branch, master, updated. debian/1.8.3-2-7-g41bd419

Gerfried Fuchs rhonda at debian.at
Sun Aug 15 20:54:58 UTC 2010


The following commit has been merged in the master branch:
commit 6c2d2bf8d14a96d3f375dc2b17a43e0c8f633e64
Author: Gerfried Fuchs <rhonda at debian.at>
Date:   Sun Aug 15 21:56:26 2010 +0200

    Same commandline for editor in menu and app file

diff --git a/debian/changelog b/debian/changelog
index cbcf16c..2bc0bda 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,8 @@ wesnoth-1.8 (1:1.8.3-3) unstable; urgency=low
   * Make wesnoth and wesnoth-core packages directly depend on
     wesnoth-1.8-core.
   * Change debianization licensing to WTFPLv2.
+  * Use same commandline in the menu file like in the application file for the
+    editor.
 
  -- 
 
diff --git a/debian/wesnoth-1.8-core.menu b/debian/wesnoth-1.8-core.menu
index 7620d01..813a615 100644
--- a/debian/wesnoth-1.8-core.menu
+++ b/debian/wesnoth-1.8-core.menu
@@ -10,5 +10,5 @@
  section="Games/Tools" \
  title="Battle for Wesnoth Editor (1.8)" \
  longtitle="Map editor for Battle for Wesnoth (1.8), a fantasy turn-based strategy game" \
- command="/usr/games/wesnoth-1.8-nolog --editor" \
+ command="/usr/games/wesnoth-1.8-nolog -e" \
  icon="/usr/share/pixmaps/wesnoth-1.8_editor-icon.xpm"
diff --git a/debian/wesnoth-BRANCH-core.menu.in b/debian/wesnoth-BRANCH-core.menu.in
index 0b5142a..1e4a305 100644
--- a/debian/wesnoth-BRANCH-core.menu.in
+++ b/debian/wesnoth-BRANCH-core.menu.in
@@ -10,5 +10,5 @@
  section="Games/Tools" \
  title="Battle for Wesnoth Editor (BRANCH)" \
  longtitle="Map editor for Battle for Wesnoth (BRANCH), a fantasy turn-based strategy game" \
- command="/usr/games/wesnoth-BRANCH-nolog --editor" \
+ command="/usr/games/wesnoth-BRANCH-nolog -e" \
  icon="/usr/share/pixmaps/wesnoth-BRANCH_editor-icon.xpm"

-- 
Debian packaging of wesnoth



More information about the Pkg-games-commits mailing list