tags 403938 + patch thanks Hi,
Attached is the diff for my tenmado 0.7-2.1 NMU. It fixes the serious bug #403938. Regards Carsten
diff -u tenmado-0.7/debian/changelog tenmado-0.7/debian/changelog --- tenmado-0.7/debian/changelog +++ tenmado-0.7/debian/changelog @@ -1,3 +1,10 @@ +tenmado (0.7-2.1) unstable; urgency=low + + * Non-maintainer upload. + * Move tenmado.xpm to /usr/share/pixmaps. (Closes: #403938) + + -- Carsten Hey <[email protected]> Sat, 27 Dec 2008 18:29:17 +0100 + tenmado (0.7-2) unstable; urgency=low * debian/rules, debian/control: no longer uses libdb3 to save high scores diff -u tenmado-0.7/debian/rules tenmado-0.7/debian/rules --- tenmado-0.7/debian/rules +++ tenmado-0.7/debian/rules @@ -72,9 +72,9 @@ $(CURDIR)/debian/tenmado/usr/share/pixmaps/tenmado.png # debian menu icon install -m 755 -d \ - $(CURDIR)/debian/tenmado/usr/X11R6/include/X11/pixmaps/ + $(CURDIR)/debian/tenmado/usr/share/pixmaps/ install -m 644 $(BUILD_TREE)/icon.xpm \ - $(CURDIR)/debian/tenmado/usr/X11R6/include/X11/pixmaps/tenmado.xpm + $(CURDIR)/debian/tenmado/usr/share/pixmaps/tenmado.xpm # Build architecture-independent files here. binary-indep: build install diff -u tenmado-0.7/debian/tenmado.menu tenmado-0.7/debian/tenmado.menu --- tenmado-0.7/debian/tenmado.menu +++ tenmado-0.7/debian/tenmado.menu @@ -1,3 +1,3 @@ ?package(tenmado): needs=X11 section="Games/Arcade" \ - icon="/usr/X11R6/include/X11/pixmaps/tenmado.xpm" \ + icon="/usr/share/pixmaps/tenmado.xpm" \ title="tenmado" command="/usr/games/tenmado"

