tags 402766 + patch thanks The package Makefile install put the file in the right place (/usr/share/pixmaps) already, the debian/rules script moved it in under /usr/X11R6/... The attached patch removes the lines from debian/rules and solves the problem.
Patch attached. (On the other hand it might no longer be such a useful application since it can't find cookies under ~/.netscape/cookies. Noone uses netscape anymore, right? Should probably update the default location to match FireFox/IceWeasel and make sure it works with those cookies.) -- Regards, Andreas Henriksson
diff -uriNp gtkcookie-0.4-orig/debian/rules gtkcookie-0.4/debian/rules --- gtkcookie-0.4-orig/debian/rules 2006-12-12 23:26:14.000000000 +0100 +++ gtkcookie-0.4/debian/rules 2006-12-12 23:27:51.000000000 +0100 @@ -58,8 +58,6 @@ binary-arch: debclean gzip -9f debian/tmp/usr/share/doc/$(package)/changelog.Debian # $(MAKE) INSTPREFIX=debian/tmp/usr install - $(installbin) -d debian/tmp/usr/X11R6/include/X11/pixmaps/ - mv debian/tmp/usr/share/pixmaps/small_cookie.xpm debian/tmp/usr/X11R6/include/X11/pixmaps/ gzip -9 debian/tmp/usr/share/man/man?/* # $(installbin) -d debian/tmp/usr/lib/menu