tags 363575 + patch
thanks
Moving the xpm icon file to /usr/share/pixmaps and updating the menu
file should solve this issue.
Patch attached.
--
Regards,
Andreas Henriksson
diff -uriNp gpa-0.7.0-orig/debian/control gpa-0.7.0/debian/control
--- gpa-0.7.0-orig/debian/control 2003-11-17 21:10:59.000000000 +0100
+++ gpa-0.7.0/debian/control 2006-12-12 12:14:08.000000000 +0100
@@ -2,8 +2,8 @@ Source: gpa
Section: utils
Priority: optional
Maintainer: Bastian Blank <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>> 3.0.0), libgtk2.0-dev, autotools-dev,
libgpgme11-dev (>= 0.4.3)
-Standards-Version: 3.5.8
+Build-Depends: debhelper (>> 5.0.31), libgtk2.0-dev, autotools-dev,
libgpgme11-dev (>= 0.4.3)
+Standards-Version: 3.7.2
Package: gpa
Architecture: any
diff -uriNp gpa-0.7.0-orig/debian/gpa.dirs gpa-0.7.0/debian/gpa.dirs
--- gpa-0.7.0-orig/debian/gpa.dirs 2003-10-22 18:38:58.000000000 +0200
+++ gpa-0.7.0/debian/gpa.dirs 2006-12-12 12:13:49.000000000 +0100
@@ -1 +1 @@
-usr/X11R6/include/X11/pixmaps
+usr/share/pixmaps
diff -uriNp gpa-0.7.0-orig/debian/gpa.menu gpa-0.7.0/debian/gpa.menu
--- gpa-0.7.0-orig/debian/gpa.menu 2003-10-22 18:38:58.000000000 +0200
+++ gpa-0.7.0/debian/gpa.menu 2006-12-12 12:12:02.000000000 +0100
@@ -1,3 +1,3 @@
?package(gpa):needs=X11 section=Apps/Tools\
title="The GNU Privacy Assistant" command="/usr/bin/gpa"\
- icon="/usr/X11R6/include/X11/pixmaps/gpa.xpm"
+ icon="/usr/share/pixmaps/gpa.xpm"
diff -uriNp gpa-0.7.0-orig/debian/rules gpa-0.7.0/debian/rules
--- gpa-0.7.0-orig/debian/rules 2003-10-22 18:38:58.000000000 +0200
+++ gpa-0.7.0/debian/rules 2006-12-12 12:12:37.000000000 +0100
@@ -4,7 +4,7 @@
#export DH_VERBOSE=1
# This is the debhelper compatibility version to use.
-export DH_COMPAT=3
+export DH_COMPAT=5
DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
@@ -59,7 +59,7 @@ install: build
dh_installdirs
$(MAKE) -C build install prefix=$(CURDIR)/debian/gpa/usr
- cp debian/gpa.xpm $(CURDIR)/debian/gpa/usr/X11R6/include/X11/pixmaps
+ cp debian/gpa.xpm $(CURDIR)/debian/gpa/usr/share/pixmaps/
# Build architecture-independent files here.