tags 370203 + patch
thanks
The only file under /usr/X11R6/ is the pixmap used for menu icon.
Moving that file to /usr/share/pixmaps/ and updating debian/menu should
solve this issue.
Patch attached.
--
Regards,
Andreas Henriksson
diff -uriNp xxgdb-1.12-orig/debian/control xxgdb-1.12/debian/control
--- xxgdb-1.12-orig/debian/control 2006-12-12 11:51:22.000000000 +0100
+++ xxgdb-1.12/debian/control 2006-12-12 11:59:52.000000000 +0100
@@ -2,8 +2,8 @@ Source: xxgdb
Section: devel
Priority: optional
Maintainer: Francesco Paolo Lovergine <[EMAIL PROTECTED]>
-Standards-Version: 3.5.8
-Build-Depends: debhelper (>= 3), libxaw7-dev, libx11-dev, libxt-dev, x-dev,
xutils
+Standards-Version: 3.7.2
+Build-Depends: debhelper (>= 5.0.31), libxaw7-dev, libx11-dev, libxt-dev,
x11proto-core-dev, xutils
Package: xxgdb
Architecture: any
diff -uriNp xxgdb-1.12-orig/debian/menu xxgdb-1.12/debian/menu
--- xxgdb-1.12-orig/debian/menu 2006-12-12 11:51:22.000000000 +0100
+++ xxgdb-1.12/debian/menu 2006-12-12 11:54:12.000000000 +0100
@@ -1,2 +1,2 @@
?package(xxgdb): needs="X11" section="Apps/Programming" hints="Debuggers" \
- title="Xxgdb" command="xxgdb" icon="mini.debug.xpm"
+ title="Xxgdb" command="xxgdb" icon="/usr/share/pixmaps/mini.debug.xpm"
diff -uriNp xxgdb-1.12-orig/debian/rules xxgdb-1.12/debian/rules
--- xxgdb-1.12-orig/debian/rules 2006-12-12 11:51:22.000000000 +0100
+++ xxgdb-1.12/debian/rules 2006-12-12 12:01:17.000000000 +0100
@@ -6,7 +6,7 @@
#export DH_VERBOSE=1
# This is the debhelper compatibility version to use.
-export DH_COMPAT=3
+export DH_COMPAT=5
CDEBUGFLAGS=-O2 -Wall
ifneq (,$(findstring debug,$(DEB_BUILD_OPTIONS)))
@@ -37,10 +37,10 @@ install: build
dh_testdir
dh_testroot
dh_clean -k
- dh_installdirs usr/X11R6/include/X11/pixmaps
+ dh_installdirs usr/share/pixmaps/
# Add here commands to install the package into debian/<packagename>
- cp -p debian/mini.debug.xpm debian/xxgdb/usr/X11R6/include/X11/pixmaps
+ cp -p debian/mini.debug.xpm debian/xxgdb/usr/share/pixmaps/
$(MAKE) DESTDIR=`pwd`/debian/xxgdb \
BINDIR=/usr/bin LIBDIR=/usr/lib install \
MANPATH=/usr/share/man MANSUFFIX=1 install.man