Hi,
I uploaded an NMU of your package.
Please see this as help to get the package into a releaseable condition for
etch.
Please find the used diff below.
Cheers,
Andi
diff -ur ../xxgdb-1.12~/debian/changelog ../xxgdb-1.12/debian/changelog
--- ../xxgdb-1.12~/debian/changelog 2006-12-12 14:25:40.000000000 +0000
+++ ../xxgdb-1.12/debian/changelog 2006-12-12 14:35:13.000000000 +0000
@@ -1,3 +1,11 @@
+xxgdb (1.12-13.2) unstable; urgency=high
+
+ * Non-maintainer upload.
+ * move pixmap out from /usr/X11R6/. Thanks to Andreas Henriksson.
+ Closes: #370203
+
+ -- Andreas Barth <[EMAIL PROTECTED]> Tue, 12 Dec 2006 14:34:33 +0000
+
xxgdb (1.12-13.1) unstable; urgency=high
* Non-maintainer upload.
diff -ur ../xxgdb-1.12~/debian/control ../xxgdb-1.12/debian/control
--- ../xxgdb-1.12~/debian/control 2006-12-12 14:25:40.000000000 +0000
+++ ../xxgdb-1.12/debian/control 2006-12-12 14:36:54.000000000 +0000
@@ -2,8 +2,8 @@
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,
x-dev, xutils
Package: xxgdb
Architecture: any
diff -ur ../xxgdb-1.12~/debian/menu ../xxgdb-1.12/debian/menu
--- ../xxgdb-1.12~/debian/menu 2006-12-12 14:25:40.000000000 +0000
+++ ../xxgdb-1.12/debian/menu 2006-12-12 14:35:52.000000000 +0000
@@ -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 -ur ../xxgdb-1.12~/debian/rules ../xxgdb-1.12/debian/rules
--- ../xxgdb-1.12~/debian/rules 2006-12-12 14:25:40.000000000 +0000
+++ ../xxgdb-1.12/debian/rules 2006-12-12 14:36:29.000000000 +0000
@@ -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 @@
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
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]