Codebase list widelands / 96f4103
remove a licence file that is included in debian/copyright Martin Quinson 7 years ago
1 changed file(s) with 3 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
3838 ln -s /usr/share/fonts/truetype/Nakula debian/tmp/usr/share/games/widelands/data/i18n/fonts
3939 rm -r debian/tmp/usr/share/games/widelands/data/i18n/fonts/Sinhala
4040 ln -s /usr/share/fonts/truetype/sinhala debian/tmp/usr/share/games/widelands/data/i18n/fonts/Sinhala
41 # Remove the licenses that are included in debian/copyright
42 rm debian/tmp/usr/share/games/widelands/data/i18n/fonts/Culmus/LICENSE
4143 rm debian/tmp/usr/share/games/widelands/data/i18n/fonts/Widelands/LICENSE
42 # Do not include the GPL-2 license file again to keep lintian happy
43 # (but the file is listed from the user interface, so dont kill it completely)
44 # The GPL-2 license is listed from the user interface, so dont kill it completely
4445 # (we cannot patch the user interface because that's in a translated text)
4546 if cmp --quiet debian/tmp/usr/share/games/widelands/COPYING /usr/share/common-licenses/GPL-2 ; then \
4647 rm debian/tmp/usr/share/games/widelands/COPYING; \