[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#591592: Not reproducible in a debootstrap chroot, but…



Hi Lucas,

I created fresh sid and squeeze chroots (amd64) with debootstrap, and xkbsel
installed fine there. But there is definitely a bug somewhere, as the same
problem as found in your tests was reported two times in Ubuntu:

  https://bugs.launchpad.net/ubuntu/+source/xkbsel

Also, the following bug (x11-xkb-utils 7.5+1) may be relevant:

  http://bugs.debian.org/564805

Do you think you can run your tests on a package modified as below ?

diff -u xkbsel-0.13/debian/postinst xkbsel-0.13/debian/postinst
--- xkbsel-0.13/debian/postinst
+++ xkbsel-0.13/debian/postinst
@@ -3,7 +3,7 @@
 set -e
 
 if [ "$1" = configure ]; then
-  xkbseldb -R 2>/dev/null
+  xkbseldb -R 
 fi
 
 #DEBHELPER#
diff -u xkbsel-0.13/debian/changelog xkbsel-0.13/debian/changelog
--- xkbsel-0.13/debian/changelog
+++ xkbsel-0.13/debian/changelog
@@ -1,3 +1,9 @@
+xkbsel (0.13-15.test1) TEST; urgency=low
+
+  * Increased verbosity.
+
+ -- Charles Plessy <plessy@debian.org>  Sat, 07 Aug 2010 10:33:40 +0900
+
 xkbsel (0.13-15) unstable; urgency=low
 
   * QA upload.



-- 
Charles Plessy
Tsurumi, Kanagawa, Japan



Reply to: