From 31f64368897d628f3de663ff112afe803425846c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Rub=C3=A9n=20Rodr=C3=ADguez?= <ruben@trisquel.info>
Date: Sat, 16 Feb 2013 17:29:06 +0100
Subject: [PATCH] Updated scummvm

---
 helpers/make-scummvm | 15 ++-------------
 1 file changed, 2 insertions(+), 13 deletions(-)

diff --git a/helpers/make-scummvm b/helpers/make-scummvm
index 1c026b285..e3324a0ad 100644
--- a/helpers/make-scummvm
+++ b/helpers/make-scummvm
@@ -17,22 +17,11 @@
 #    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
 #
 
-VERSION=1
+VERSION=2
 
 . ./config
 
-sed '/Description/,1000d' debian/control -i
-cat << EOF >> debian/control
-Description: free implementation of LucasArts' SCUMM interpreter
- ScummVM is a 'virtual machine' for several classic graphical
- point-and-click adventure games.
- .
- The game data of two games compatible with ScummVM is included in Trisquel.
- These are:
- .
-  - Beneath a Steel Sky        (package name: beneath-a-steel-sky)
-  - Flight of the Amazon Queen (package name: flight-of-the-amazon-queen)
-EOF
+sed '/^ ScummVM/,/^ else.$/d; /^Description/s/$/\n ScummVM is a virtual machine for several classic graphical\n point-and-click adventure games like beneath-a-steel-sky\n and flight-of-the-amazon-queen./' debian/control -i
 
 changelog "Removed references to non-free software, fixes 7344"
 
-- 
GitLab