diff --git a/helpers/make-scummvm b/helpers/make-scummvm index 1c026b2851ff1dab284fd3083fbbdc8821ac1962..e3324a0add352b4e36a2b83d6b97ffdacc782e38 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"