Your message dated Wed, 21 Jun 2006 00:53:10 +0200
with message-id <[EMAIL PROTECTED]>
and subject line Fixed in NMU of xkbsel 0.13-13.1
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Package: xkbsel
Version: 0.13-13
Severity: serious
Tags: patch
When building 'xkbsel' in a clean 'unstable' chroot,
I get the following error:
Building xkbsel on unstable/amd64...
dpkg-source: extracting xkbsel in xkbsel-0.13
dpkg-source: unpacking xkbsel_0.13.orig.tar.gz
dpkg-source: applying ./xkbsel_0.13-13.diff.gz
Reading package lists...
Building dependency tree...
E: Package xlibs has no installation candidate
E: Failed to satisfy Build-Depends dependency for xkbsel: xlibs
Package xlibs is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
The attached patch replaces the Build-Depends on xlibs by a Build-Depends
on libxaw7-dev and xkb-data.
The patch also changes the configure script to use /usr/share/X11/xkb
as the x11xkbdir.
With this patch, xkbsel can be built on 'unstable'.
Regards
Andreas Jochens
diff -urN ../tmp-orig/xkbsel-0.13/debian/control ./debian/control
--- ../tmp-orig/xkbsel-0.13/debian/control 2006-06-13 12:35:11.000000000
+0000
+++ ./debian/control 2006-06-13 12:35:09.000000000 +0000
@@ -2,7 +2,7 @@
Section: x11
Priority: optional
Maintainer: Gregory Pomerantz <[EMAIL PROTECTED]>
-Build-Depends: g++ (>= 3.3.4-1), debhelper, libdb4.3-dev, libjpeg62-dev,
libpng12-dev, libtiff4-dev, libungif4-dev, flex, gettext, libtool, orbit,
texinfo, xlibs, libxaw6-dev
+Build-Depends: debhelper, libxaw7-dev, xkb-data, libdb4.3-dev, libjpeg62-dev,
libpng12-dev, libtiff4-dev, libungif4-dev, flex, gettext, libtool, orbit,
texinfo, libxaw6-dev
Standards-Version: 3.6.1
Package: xkbsel
diff -urN ../tmp-orig/xkbsel-0.13/configure ./configure
--- ../tmp-orig/xkbsel-0.13/configure 2006-06-13 12:35:11.000000000 +0000
+++ ./configure 2006-06-13 12:35:28.000000000 +0000
@@ -27176,7 +27176,7 @@
fi
-x11xkbdir=$ac_x_libraries/X11/xkb
+x11xkbdir=/usr/share/X11/xkb
test -d $x11xkbdir || { { echo "$as_me:$LINENO: error: \"Directory $x11xkbdir
does not exist\"" >&5
echo "$as_me: error: \"Directory $x11xkbdir does not exist\"" >&2;}
{ (exit 1); exit 1; }; }
diff -urN ../tmp-orig/xkbsel-0.13/configure.ac ./configure.ac
--- ../tmp-orig/xkbsel-0.13/configure.ac 2006-06-13 12:35:11.000000000
+0000
+++ ./configure.ac 2006-06-13 12:34:51.000000000 +0000
@@ -68,7 +68,7 @@
AC_SEARCH_LIBS(db_create, db1 db, , AC_MSG_ERROR("Cannot find library
containing db_create"))
-x11xkbdir=$ac_x_libraries/X11/xkb
+x11xkbdir=/usr/share/X11/xkb
test -d $x11xkbdir || AC_MSG_ERROR("Directory $x11xkbdir does not exist")
AC_SUBST(x11xkbdir)
diff -urN ../tmp-orig/xkbsel-0.13/configure.in ./configure.in
--- ../tmp-orig/xkbsel-0.13/configure.in 2000-04-09 09:20:47.000000000
+0000
+++ ./configure.in 2006-06-13 12:34:30.000000000 +0000
@@ -140,7 +140,7 @@
AC_SEARCH_LIBS(dbm_open, db1 db, , AC_MSG_ERROR("Cannot find library
containing dbm_open"))
-x11xkbdir=$ac_x_libraries/X11/xkb
+x11xkbdir=/usr/share/X11/xkb
test -d $x11xkbdir || AC_MSG_ERROR("Directory $x11xkbdir does not exist")
AC_SUBST(x11xkbdir)
--- End Message ---
--- Begin Message ---
Version: 0.13-13.1
tag 373200 - fixed
thanks
I've NMUed for this bug (fixing the bug to use versioning instead of the
"fixed" tag, to ease tracking through testing); here's the changelog:
> xkbsel (0.13-13.1) unstable; urgency=low
> .
> * Non-maintainer upload.
> * Change Build-depends on xlibs to be on libxaw7-dev and xkb-data, and
> change x11xkbdir to /usr/share/X11/xkb; fixes FTBFS, patch from Andreas
> Jochens. (Closes: #373200)
/* Steinar */
--
Homepage: http://www.sesse.net/
--- End Message ---