Bug#390325: Fails to install

2006-10-11 Thread Steve Langasek
severity 390325 important
thanks

According to the debconf information included in your bug report, you were
shown and answered this question:

  bonsai/mysql_available: false

From the package, this question is:

Description: Do you have a MySQL server somewhere on your network?
 The Bonsai package does not declare a mandatory package dependency on
 the MySQL server package, since Bonsai can use a remote MySQL database.
 To complete Bonsai configuration, access to a MySQL server is required.
 .
 Answering no to this question will make Bonsai configuration fail and
 let you install a MySQL server.

So the package clearly states the consequences of answering this question
with the non-default answer you have given.

You are correct that the problem cannot be fixed with dpkg-reconfigure
(though I'm not sure why); you should be able to fix the problem by either
purging the package and reinstalling it, or manually editing your debconf
cache, or calling dpkg --configure with the debconf env var that forces all
questions to be re-shown.

Downgrading because I don't see grounds for an RC severity here.

Thanks,
-- 
Steve Langasek   Give me a lever long enough and a Free OS
Debian Developer   to set it on, and I can move the world.
[EMAIL PROTECTED]   http://www.debian.org/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#392267: Upstream bugs

2006-10-11 Thread Alexis Sukrieh

tags 392267 + upstream
tags 392269 + upstream
tags 392270 + upstream
thanks

All those bugs are about upstream feature-request.
Please submit them upstream: http://bugzilla.mozilla.org, the debian 
package isnt there for changing the software behaviour.




--
Alexis Sukrieh
  [EMAIL PROTECTED]
0x1EE5DD34[EMAIL PROTECTED]

The real glory of maintainership isn't making the big and important
decisions. The real glory lies in all the small stuff that doesn't
really matter, and that people will just argue forever.

  -- Linus Torvalds


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#392301: fftw3: please upgrade to gfortran from g77

2006-10-11 Thread Warren Turkal
Package: fftw3
Version: 3.1.2-1
Severity: normal
Tags: patch

Please upgrade the build-deps to include gfortran instead of g77.

wt


diff -u3 fftw3-3.1.2.old/debian/control fftw3-3.1.2/debian/control
--- fftw3-3.1.2.old/debian/control  2006-10-10 23:20:45.0 -0600
+++ fftw3-3.1.2/debian/control  2006-10-10 23:22:07.412081950 -0600
@@ -2,7 +2,7 @@
 Section: libs
 Priority: optional
 Maintainer: Paul Brossier [EMAIL PROTECTED]
-Build-Depends: g77, debhelper (=4.0.0)
+Build-Depends: gfortran, debhelper (=4.0.0)
 Build-Depends-Indep: transfig, texinfo, gs-gpl
 Standards-Version: 3.7.2
 
diff -u3 fftw3-3.1.2.old/debian/rules fftw3-3.1.2/debian/rules
--- fftw3-3.1.2.old/debian/rules2006-10-10 23:20:45.0 -0600
+++ fftw3-3.1.2/debian/rules2006-10-10 23:23:53.885938626 -0600
@@ -46,13 +46,13 @@
 
 build-arch:
# single precision
-   $(SETCFLAGS) ./configure --enable-single $(archconfflags) 
$(archconfflags_single)
+   $(SETCFLAGS) F77=gfortran ./configure --enable-single $(archconfflags) 
$(archconfflags_single)
$(MAKE)
( cd tests ; $(MAKE) smallcheck )
$(MAKE) install DESTDIR=`pwd`/debian/tmp-single
#
# double precision
-   $(SETCFLAGS) ./configure $(archconfflags) $(archconfflags_double)
+   $(SETCFLAGS) F77=gfortran ./configure $(archconfflags) 
$(archconfflags_double)
$(MAKE)
( cd tests ; $(MAKE) smallcheck )
$(MAKE) install DESTDIR=`pwd`/debian/tmp-double
@@ -61,7 +61,7 @@
# build only on architectures where double != long-double
gcc -o test_long_long-double debian/test_long_long-double.c 
if ! ./test_long_long-double; then \
-   $(SETCFLAGS) ./configure --enable-long-double $(archconfflags) 
 \
+   $(SETCFLAGS) F77=gfortran ./configure --enable-long-double 
$(archconfflags)  \
$(MAKE)  \
( cd tests ; $(MAKE) smallcheck )  \
$(MAKE) install DESTDIR=`pwd`/debian/tmp-long-double; \

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17-2-686
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#392268: hibernate: should run 'sensors -s' after resume if lm-sensors installed

2006-10-11 Thread martin f krafft
severity 392268 wishlist
thanks

 After resume, the sensors limits are not set. I think the easiest
 solution is adding
   StartServices lm-sensors

Yes, this would work.

 to the config file, but maybe this is a problem worth solving with
 an ad-hoc scriptlet (which I would be writing if it wasn't this
 late ;).

You can write the scriptlet, but I will wait for Bernard (the
upstream) to make a decision to include it or not. Bernard should be
back next in a couple of weeks.

-- 
 .''`.   martin f. krafft [EMAIL PROTECTED]
: :'  :  proud Debian developer, author, administrator, and user
`. `'`   http://people.debian.org/~madduck - http://debiansystem.info
  `-  Debian - when you have better things to do than fixing systems


signature.asc
Description: Digital signature (GPG/PGP)


Bug#392214: [INTL:nl] Updated dutch po-debconf translation

2006-10-11 Thread Christian Perrier
 Please find attached the updated dutch po-debconf translation.
 This translation has been vetted by the review process of the
 debian-l10n-dutch team.
 Please add it to your next package revision, it should be
 inserted in your package build-tree as debian/po/nl.po.
 
 Feel free to mail me if this file needs updating at some future
 date.


Thanks. Camm, this would need to be added to the tarball I sent you,
as debian/po/nl.po




signature.asc
Description: Digital signature


Bug#392304: joe: yet another segfault: alt/x enter segfault(loss of data)

2006-10-11 Thread Mark Robinson
Package: joe
Version: 3.5-1
Severity: grave
Justification: causes non-serious data loss

alt/x enter segfault(loss of data)

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17-2-k7
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages joe depends on:
ii  libc62.3.6.ds1-6 GNU C Library: Shared libraries
ii  libncurses5  5.5-4   Shared libraries for terminal hand

joe recommends no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#392306: squirrelmail: should suggest php4-ldap

2006-10-11 Thread Alexandra N. Kossovsky
Package: squirrelmail
Version: 2:1.4.4-9
Severity: wishlist

squirrelmail has support for LDAP addressbook, but this support can't be
enabled without php4-ldap installed (or php-ldap for etch). Moreover, there
is no error message when php-ldap is not installed and you are trying to
enable LDAP addressbook, making things more difficult.

Please, add php-ldap to Suggests list. Itmay be useful to put a note into
README.Debian about LDAP addressbook and php-ldap.

Thank you for your work.

-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.6.17-2-686
Locale: LANG=POSIX, LC_CTYPE=ru_RU.UTF-8 (charmap=UTF-8)

Versions of packages squirrelmail depends on:
hi  apache2-mpm-prefork [h 2.0.54-5sarge2ol1 traditional model for Apache2
ii  libapache2-mod-php44:4.3.10-16   server-side, HTML-embedded scripti
ii  perl   5.8.4-8sarge5 Larry Wall's Practical Extraction 
ii  squirrelmail-locales   1.4.4-20050308-1  Translations for the SquirrelMail 

-- no debconf information

-- 
Alexandra N. Kossovsky
OKTET Labs (http://www.oktetlabs.ru/)
Phones: +7(812)184-52-58(home) +7(812)956-42-86(mobile) +7(812)428-67-09(office)
e-mail: [EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#392168: please implement timeout for initramfs /bin/resume call

2006-10-11 Thread martin f krafft
also sprach Tim Dijkstra [EMAIL PROTECTED] [2006.10.10.2303 +0200]:
 Why would that be useful? The idea of the prompt is to give people the
 opportunity to save the resume process when their initramfs is faulty.
 Also this generically will not happen more then once, so it can't get really
 annoying IMHO.
 
 A few questions to you: Did this actually happen to you? I guess you
 were not using initramfs-tools?

Of course it happens to me and of course it happens with
initramfs-tools. The problem is quite simple:
/etc/initramfs-tools/conf.d/resume has /dev/sdb2 but the 2.6.18
kernel decided to make that disk /dev/sdf out of the blue, and
/dev/sdb is now my CF-card reader. Not much of a big deal since I am
using labels and RAID anyway, but of course, /dev/sdb2 now no longer
exists.

-- 
 .''`.   martin f. krafft [EMAIL PROTECTED]
: :'  :  proud Debian developer, author, administrator, and user
`. `'`   http://people.debian.org/~madduck - http://debiansystem.info
  `-  Debian - when you have better things to do than fixing systems


signature.asc
Description: Digital signature (GPG/PGP)


Bug#390888: [Pbuilder-maint] Bug#390888: Full support for experimental

2006-10-11 Thread Loïc Minier
On Wed, Oct 11, 2006, Junichi Uekawa wrote:
 Hearing that I feel positive about merging this patch.
 1. could you re-send the patch in a non-incremental form so that it's
easier to apply?

 Sure.  I also kept the patch split because I found the second change
 more intrusive and because it was an optional extension to the first.
 I thought you would commit those separately.  I think it's easier to
 merge the two patches separately.

 I attach a combined diff.

 2. It might not be suitable for etch release if it's happening in two
months time.

 There's time to rollback the change if necessary.  The second change is
 sufficiently separate that its behavior can be made configurable.

-- 
Loïc Minier [EMAIL PROTECTED]
diff -urN pbuilder-0.159/debian/changelog pbuilder-0.161/debian/changelog
--- pbuilder-0.159/debian/changelog 2006-09-26 00:49:04.0 +0200
+++ pbuilder-0.161/debian/changelog 2006-10-11 08:14:05.0 +0200
@@ -1,3 +1,24 @@
+pbuilder (0.160) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Drop an useless awk invocation in pbuilder-satisfydepends.
+  * Add and use new package_versions() and candidate_version() helpers; the
+former returns all versions of a package available via APT, the later
+APT's candidate version.
+  * For versionned build-deps, when building the apt-get install command,
+try APT's candidate version or all available versions available from APT
+in ascending order (the reverse order of apt-cache's output);
+checkbuilddep_versiondeps() isn't used for this part of the process
+anymore, but it is still used to honor build-conflicts.
+  * Recover from APT errors caused by unsufficient dependencies (libfoo-dev
+Depends: bar but baz is to be installed) and missing dependencies
+(libfoo-dev Depends: bar but it is not going to be installed); this
+permits simply listing build-deps when uploading to experimental; achieved
+by moving the version matching logic in the new versioneddep_to_aptcmd()
+helper.
+
+ -- Loic Minier [EMAIL PROTECTED]  Tue,  3 Oct 2006 14:32:58 +0200
+
 pbuilder (0.159) unstable; urgency=low
 
   [Junichi Uekawa]
diff -urN pbuilder-0.159/pbuilder-satisfydepends 
pbuilder-0.161/pbuilder-satisfydepends
--- pbuilder-0.159/pbuilder-satisfydepends  2006-05-31 01:45:45.0 
+0200
+++ pbuilder-0.161/pbuilder-satisfydepends  2006-10-04 09:47:02.0 
+0200
@@ -21,11 +21,21 @@
 
 set -e
 
+function package_versions() {
+   local PACKAGE=$1
+   ( $CHROOTEXEC /usr/bin/apt-cache show $PACKAGE ) | sed -n 
's/^Version: \(.*\)$/\1/p'
+}
+
+function candidate_version() {
+   local PACKAGE=$1
+   LC_ALL=C $CHROOTEXEC apt-cache policy $PACKAGE | sed -n 's/ 
*Candidate: *\(.*\)/\1/p'
+}
+
 function checkbuilddep_versiondeps () {
 local PACKAGE=$1
 local COMPARESTRING=$2
 local DEPSVERSION=$3
-local PACKAGEVERSIONS=$( ( $CHROOTEXEC /usr/bin/apt-cache show $PACKAGE 
) | sed -n  's/^Version: \(.*\)$/\1/p' | xargs)
+local PACKAGEVERSIONS=$( package_versions $PACKAGE | xargs)
 # no versioned provides.
 if [ ${FORCEVERSION} = yes ]; then
return 0;
@@ -83,6 +93,43 @@
 PROVIDED=$($CHROOTEXEC /usr/bin/apt-cache showpkg $PACKAGENAME | awk 
'{p=0}/^Reverse Provides:/,/^$/{p=1}{if(p  ($0 !~ Reverse 
Provides:)){PACKAGE=$1}} END{print PACKAGE}')
 }
 
+# returns either package=version, to append to an apt-get install line, or
+# package
+function versioneddep_to_aptcmd () {
+   local INSTALLPKG=$1
+
+   local PACKAGE
+   local PACKAGE_WITHVERSION
+   local PACKAGEVERSIONS
+   local CANDIDATE_VERSION
+   local COMPARESTRING
+   local DEPSVERSION
+
+   PACKAGE=$(echo $INSTALLPKG | sed -e 's/^[/]*//' -e 's/[[/(].*//')
+   PACKAGE_WITHVERSION=$PACKAGE
+
+   # if not versionned, we skip directly to outputting $PACKAGE
+   if echo $INSTALLPKG | grep '[(]'  /dev/null; then
+   # package versions returned by APT, in reversed order
+   PACKAGEVERSIONS=$( package_versions $PACKAGE | tac | xargs )
+   CANDIDATE_VERSION=$( candidate_version $PACKAGE )
+
+   # try the candidate version, then all available versions (asc)
+   for VERSION in $CANDIDATE_VERSION $PACKAGEVERSIONS; do
+   COMPARESTRING=$(echo $INSTALLPKG | tr /   | sed 's/^.*([ 
]*\(\|=\|=\|=\|\|\|\)[ ]*\(.*\)).*$/\1/')
+   DEPSVERSION=$(echo $INSTALLPKG | tr /   | sed 's/^.*([ 
]*\(\|=\|=\|=\|\|\|\)[ ]*\(.*\)).*$/\2/')
+   if dpkg --compare-versions $VERSION $COMPARESTRING 
$DEPSVERSION; then
+   if [ $VERSION != $CANDIDATE_VERSION ]; then
+   PACKAGE_WITHVERSION=$PACKAGE=$VERSION
+   fi
+   break;
+   fi
+   done
+   fi
+
+   echo $PACKAGE_WITHVERSION
+}
+
 function checkbuilddep_internal () {
 # Use this function to fulfill the dependency (almost)
 
@@ -92,6 +139,8 @@
 local 

Bug#392305: aptitude: Fake bug to collect translation updates

2006-10-11 Thread Christian Perrier
Package: aptitude
Version: 0.4.3-1
Severity: wishlist
Tags: l10n

This bug will collect all translation updates when I will soon send the call
for updates to translators.

It will avoid many bug being opened very quickly which makes handling the
debian/changelog file more painful. It is recommended practice when doing
mass call for updates.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.6.18-1-686
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to fr_FR.UTF-8)

Versions of packages aptitude depends on:
ii  apt [libapt-pkg-libc6.3-6-3. 0.6.46.1Advanced front-end for dpkg
ii  libc62.3.6.ds1-5 GNU C Library: Shared libraries
ii  libgcc1  1:4.1.1-15  GCC support library
ii  libncursesw5 5.5-4   Shared libraries for terminal hand
ii  libsigc++-2.0-0c2a   2.0.17-2type-safe Signal Framework for C++
ii  libstdc++6   4.1.1-15The GNU Standard C++ Library v3

Versions of packages aptitude recommends:
ii  aptitude-doc-en [aptitude-doc 0.4.3-1English manual for aptitude, a ter
ii  aptitude-doc-fr [aptitude-doc 0.4.3-1French manual for aptitude, a term

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#303099: I can reproduce that on current sid

2006-10-11 Thread Marc Haber
Hi,

On Tue, Oct 10, 2006 at 11:23:02PM +0200, Moritz Muehlenhoff wrote:
 dc_use_split_config='true'

So you're using split config. I suspect that you didn't accept all
conffile changes suggested during installation.

grep -ilr log_selector /etc/exim4/conf.d please.

 I'm busy this week, if it can't be resolved through mail we can work
 on this on IRC this weekend.

We are rapidly approaching the freeze and I'd like to have this
resolved fast.

Greetings
Marc

-- 
-
Marc Haber | I don't trust Computers. They | Mailadresse im Header
Mannheim, Germany  |  lose things.Winona Ryder | Fon: *49 621 72739834
Nordisch by Nature |  How to make an American Quilt | Fax: *49 621 72739835


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#392307: Startup doesn't work, if /var/run is on tmpfs

2006-10-11 Thread Herbert Straub

Package: spfmilter
Version: 1.99+0.95

After a fresh installation and the first reboot, the spfmilter does'nt  
start, if /var/run is on a tmpfs. Reason: the directory  
/var/run/spfmilter does'nt exists. I attached a patch for  
spfmilter.init, which creates the directory and set the owner on  
startup.


Regards
Herbert Straub

--- debian/spfmilter.init.orig  2006-10-11 08:23:25.0 +0200
+++ debian/spfmilter.init   2006-10-11 08:03:43.0 +0200
@@ -25,6 +25,8 @@
/usr/lib/sendmail -d64.5 -bt /dev/null | grep  
milter_set_option(macros.envfrom | grep {auth_type} /dev/null || \
echo WARNING: {auth_type} not defined in  
Milter.macros.envfrom. Please see  
/usr/share/doc/spfmilter/README.Debian.gz for more information.

fi
+   [ -d /var/run/spfmilter ] || mkdir /var/run/spfmilter
+   [ -x /var/run/spfmilter ]  chown spfmilter /var/run/spfmilter
echo -n Starting $DESC: 
start-stop-daemon --start --quiet --exec $DAEMON -- \
--user $USER --pidfile $RUNDIR/$NAME.pid \
~




Bug#391381: filename dialog does not understand unicode

2006-10-11 Thread martin f krafft
also sprach Hamish Moffatt [EMAIL PROTECTED] [2006.10.07.0321 +0200]:
 Do other LessTif applications work ok?

I don't use any other ones. I just tried nedit and while the actual
input box does not properly render UTF-8, the programme title bar
shows the right characters, and the file is saved properly.
 
 Can you try running /usr/bin/xpdf.bin directly? /usr/bin/xpdf is a shell
 script that fiddles with locale settings to workaround old LessTif bugs.

Same problem.

-- 
 .''`.   martin f. krafft [EMAIL PROTECTED]
: :'  :  proud Debian developer, author, administrator, and user
`. `'`   http://people.debian.org/~madduck - http://debiansystem.info
  `-  Debian - when you have better things to do than fixing systems


signature.asc
Description: Digital signature (GPG/PGP)


Bug#381875: loop-AES key generation requires tiresome typing

2006-10-11 Thread Eddy Petrișor
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

James Westby wrote:
 On (10/10/06 16:33), Rick Thomas wrote:
 On Oct 10, 2006, at 3:39 PM, James Westby wrote:

 I had a couple of idea while I was typing to generate keys in this
 fashion. Here they are in no particular order.

 1) Make a game that involves typing,
 Doesn't aptitude have a minesweeper game built in?  Would that work?

 
 Interesting,
 
 at least that is already implemented. I'm not sure how it would fit in
 to the d-i scheme.

it would not. Aptitude is not a part of the D-I flow and that is for a
really good reason.

 Also minesweeper seems a little low-intensity. Have you tried the
 generation? I created a 128bit key, and that was painful. There is a lot
 of entropy needed, and there probably isn't much coming from other
 sources or already accumulated. When you generate a GPG key on your
 workstation you have a helping hand.

There has been a discussion[0] about introducing a game in the graphical
installer and it has been suggested that the same could be done for the
newt interface.

There is already an udeb for sdljump[1], and probably we can find some
interesting enough console games for this task.

The *main* issue is, in fact, the linearity of the installation process,
but I guess starting the game on another VT and doing and exec from a
process starting from the installer would not be that hard (some
intelligence should be added to the game so that it does a chvt back to
the installer VT, after exit).

 As I said, I'm not sure the idea is workable, but I like it. Perhaps it
 could be implemented anyway, so you can drop to VT5 to play a game while
 waiting for the long portions of the installer to complete.
 
 If someone can come up with a high intensity game that doesn't require
 much entropy itself, then it might be feasible.

See [0].


[0]
http://wiki.debian.org/DebianInstaller/GUI#head-9a881b78a4f0c4d9aed436c7d6109bd071d0f88e
[1]
http://lists.alioth.debian.org/pipermail/pkg-games-devel/2006-February/000349.html
- --
Regards,
EddyP
=
Imagination is more important than knowledge A.Einstein
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.5 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFFLJk0Y8Chqv3NRNoRArPaAKDEJD3b2NpJ6EDsKgApE4FOpjGJ+gCeLOUA
H7klA7hQJC5RnSrgjRT6bx0=
=/iE9
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#392310: roundup: ships files in /usr/man

2006-10-11 Thread Sam Hocevar (Debian packages)
Package: roundup
Version: 1.2.1-2
Severity: serious
Justification: Policy 9.1.1, release policy 5(c)

  /usr/man is deprecated; please ship man pages to /usr/share/man.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (50, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17.11
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#392247: libccrtp: please upgrade to 1.5: blocking other packages

2006-10-11 Thread Mark Purcell
 Package: libccrtp
 Version: 1.4.1-2
 Severity: wishlist

 Please upload a build of ccrtp 1.5, released on October 1st.
 Twinkle is blocked by this dependence, since ccrtp1.5 provides
 SRTP support.

Giuseppe,

I maintain both the twinkle  ccrtp packages.

Both were uploaded at the same time, but ccrtp needs to go through NEW
processing so might be a couple of days yet..

Mark



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#392309: input of utf-8 filename broken

2006-10-11 Thread martin f krafft
Package: nedit
Version: 1:5.5-2
Severity: normal

If I type a UTF-8 character into the file save-as dialog, nedit
shows the character representations of the consituent bytes instead
of the proper character. See screenshot.

The file is named properly on save. I can also copy-paste the
constituent bytes from the dialog and get the right character in
utf-8-aware applications.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.6.17-2-amd64
Locale: LANG=en_GB, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)

Versions of packages nedit depends on:
ii  lesstif2  1:0.94.4-2 OSF/Motif 2.1 implementation relea
ii  libc6 2.3.999.2-12   GNU C Library: Shared libraries
ii  libice6   1:1.0.1-2  X11 Inter-Client Exchange library
ii  libsm61:1.0.1-3  X11 Session Management library
ii  libx11-6  2:1.0.0-9  X11 client-side library
ii  libxext6  1:1.0.1-2  X11 miscellaneous extension librar
ii  libxp61:1.0.0.xsf1-1 X Printing Extension (Xprint) clie
ii  libxt61:1.0.2-2  X11 toolkit intrinsics library

nedit recommends no packages.

-- debconf-show failed

-- 
 .''`.   martin f. krafft [EMAIL PROTECTED]
: :'  :  proud Debian developer, author, administrator, and user
`. `'`   http://people.debian.org/~madduck - http://debiansystem.info
  `-  Debian - when you have better things to do than fixing systems


nedit-ss.png
Description: PNG image


signature.asc
Description: Digital signature (GPG/PGP)


Bug#392193: nb.po updated for shadow 1:4.0.18.1-3

2006-10-11 Thread Bjørn Steensrud

Updated file attached.
Cheers,
Bjørn



shadow_nb.po.gz
Description: GNU Zip compressed data


Bug#388756: Then, wct4xxp is or isn't build with latest release?

2006-10-11 Thread Mark Purcell
 Just to know, as the bug log says that Mark can move zaptel to non-free,
 but
 another entry says it's not required and that the firmware could be moved
 alone to a new package...

 If I get the latest zaptel will I have wct4xpp?

Latest zaptel does have the wct4xpp module and doesn't have the firmware.

The firmware isn't needed for the majority of users so it shouldn't be an
issue.

Mark



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#392193: Please update program translation for the package shadow 1:4.0.18.1-3

2006-10-11 Thread Peter Mann
On Wed, Oct 11, 2006 at 06:40:18AM +0200, Christian Perrier wrote:
 You will now have quite few chances to make final updates so you'd better
 send an update as soon as possible. As counterpart, you have a formal
 promise from the maintainers that ANY string change will be delayed unless
 absolutely mandatory for a release critical issue.

ok, done

-- 

5o   Peter.Mann at tuke.sk


#
#Translators, if you are not familiar with the PO format, gettext
#documentation is worth reading, especially sections dedicated to
#this format, e.g. by running:
# info -n '(gettext)PO Files'
# info -n '(gettext)Header Entry'
#
#Some information specific to po-debconf are available at
#/usr/share/doc/po-debconf/README-trans
# or http://www.debian.org/intl/l10n/po-debconf/README-trans
#
#Developers do not need to manually edit POT or PO files.
#
msgid 
msgstr 
Project-Id-Version: shadow\n
Report-Msgid-Bugs-To: \n
POT-Creation-Date: 2006-05-20 10:39-0500\n
PO-Revision-Date: 2006-10-11 09:16+0200\n
Last-Translator: Peter Mann [EMAIL PROTECTED]\n
Language-Team: Slovak [EMAIL PROTECTED]\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=UTF-8\n
Content-Transfer-Encoding: 8bit\n

#. Type: password
#. Description
#: ../passwd.templates:21
msgid Root password:
msgstr Heslo používateľa root:

#. Type: password
#. Description
#: ../passwd.templates:21
msgid 
You need to set a password for 'root', the system administrative account. A 
malicious or unqualified user with root access can have disastrous results, 
so you should take care to choose a root password that is not easy to guess. 
It should not be a word found in dictionaries, or a word that could be 
easily associated with you.
msgstr 
Pre správcu systému - používateľa 'root' musíte nastaviť heslo. Zlomyseľný 
alebo neskúsený používateľ s prístupovými právami root-a môže v systéme 
napáchať neuveriteľné škody, takže by ste mali zvoliť heslo pre root-a čo 
najviac neuhádnuteľné. To znamená, že by to nemalo byť slovo zo slovníka, 
ani údaj, ktorý sa s vami dá ľahko spojiť (napr. prezývka).

#. Type: password
#. Description
#: ../passwd.templates:21
msgid Note that you will not be able to see the password as you type it.
msgstr Uvedomte si, že pri písaní sa heslo nezobrazuje.

#. Type: password
#. Description
#: ../passwd.templates:35
msgid 
Please enter the same root password again to verify that you have typed it 
correctly.
msgstr 
Zadajte znovu heslo pre root-a, aby ste sa presvedčili o jeho správnosti.

#. Type: boolean
#. Description
#: ../passwd.templates:42
msgid Create a normal user account now?
msgstr Môže sa teraz vytvoriť účet pro normálneho používateľa?

#. Type: boolean
#. Description
#: ../passwd.templates:42
msgid 
It's a bad idea to use the root account for normal day-to-day activities, 
such as the reading of electronic mail, because even a small mistake can 
result in disaster. You should create a normal user account to use for those 
day-to-day tasks.
msgstr 
Je veľmi zlým zvykom používať účet root-a pre každodennú prácu, ako je napr. 
čítanie elektronickej pošty, pretože aj malý preklep môže spôsobiť veľké 
škody. Na každodennú prácu by ste si mali vytvoriť účet pre normálneho 
používateľa.

#. Type: boolean
#. Description
#: ../passwd.templates:42
msgid 
Note that you may create it later (as well as any additional account) by 
typing 'adduser username' as root, where username is an user name, like 
'imurdock' or 'rms'.
msgstr 
Tento a ďalšie účty môžete vytvoriť neskôr ako root pomocou príkazu 'adduser 
meno', kde meno je používateľské meno ako napr. 'imurdock' alebo 'rms'.

#. Type: string
#. Description
#: ../passwd.templates:54
msgid Full name for the new user:
msgstr Meno a priezvisko nového používateľa:

#. Type: string
#. Description
#: ../passwd.templates:54
msgid 
A user account will be created for you to use instead of the root account 
for non-administrative activities.
msgstr 
Teraz sa vytvorí používateľský účet, ktorý by ste mali používať namiesto 
root účtu na bežnú prácu a nesprávcovské veci.

#. Type: string
#. Description
#: ../passwd.templates:54
msgid 
Please enter the real name of this user. This information will be used for 
instance as default origin for emails sent by this user as well as any 
program which displays or uses the user's real name. Your full name is a 
reasonable choice.
msgstr 
Zadajte skutočné meno tohto používateľa. Toto meno sa použije ako predvolené 
pri odosielaní pošty týmto používateľom a podobne bude zobrazené aj inými 
programami, ktoré používajú skutočné meno používateľa. Rozumnou voľbou je 
vaše úplné meno a priezvisko.

#. Type: string
#. Description
#: ../passwd.templates:65
msgid Username for your account:
msgstr Používateľské meno pre nový účet:

#. Type: string
#. Description
#: ../passwd.templates:65
msgid 
Select a username for the new account. Your first name is a reasonable 
choice. The username should start with a lower-case letter, which can 

Bug#392311: rsjog: ships file in /usr/local

2006-10-11 Thread Sam Hocevar (Debian packages)
Package: rsjog
Version: 1.1-6
Severity: serious
Justification: Policy 9.1.2

   Package ships usr/local/lib/site_ruby/1.8/i486-linux/XTest.so which is
forbidden by the FHS.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (50, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17.11
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#392312: xserver-xorg-core: [sparc] Freezes system and causes severe data loss

2006-10-11 Thread Frans Pop
Package: xserver-xorg-core
Version: 1:1.0.2-9
Severity: grave
Justification: starting Xorg trashes partition tables

I tested Xorg on my Sparc Ultra 10 and experienced system freezes. When I 
rebooted after one of these freezes, the partition table of my first 
harddisk had disappeared making it necessary to install the system from 
scratch.

The disk has never before shown problems and also showed no problems 
during and after the reinstallation.

Jurij Smakov found the following bug reported by the Sparc upstream kernel 
maintainer. It seems to me that it could well explain both the hang and, 
because apparently it messes with the IDE controller too, the corruption 
of the hard disk.
https://bugs.freedesktop.org/show_bug.cgi?id=8020

[...]

And joy, oh joy, I have just discovered that after the last try the 
partition table of my second harddisk (that contained my /home dir) is 
now gone as well!
So I'd say that proves the relationship between running Xorg and that 
problem.

I have confirmed that I do indeed have the SIMBA Advanced PCI Bridge.


pgpy0MYU3Cb7e.pgp
Description: PGP signature


Bug#392106: mocp consumes too much memory if playing many hours

2006-10-11 Thread Elimar Riesebieter
On Tue, 10 Oct 2006 the mental interface of
DaVinci told:

 El martes 10 de octubre, Damian Pietras escribió:
  On Tue, Oct 10, 2006 at 10:47:35AM +0200, DaVinci wrote:
   I don't understand why, but if mocp is much time playing music, it
   consumes a great account of memory. With other players like cmus,
[...]
  In time that I have written this message, moc is playing a flac file
  from Schubert 9ª symphony. Only 2º movement, 15 minutes, and these are
  columns from top:
 
  RES  SHR %MEM
   57m 54m 5.8
 
  When music began, %MEM was 0.5. Is that normal?

6% isn't a great account of memory. Did you ever noticed  than 80%?

Elimar


-- 
  You cannot propel yourself forward by
  patting yourself on the back.



Bug#379251: Remove xawtv?

2006-10-11 Thread Thijs Kinkhorst
Hello,

The state of xawtv is not impressive:

* Last maintainer upload 2 years ago, orphaned for well over a year;
* No interest shown in adoption;
* RC bug (does not work), many other bugs;
* Upstream also seems dead;
* Good alternatives available (tvtime, kdetv).

I propose to remove xawtv.


Thijs


signature.asc
Description: This is a digitally signed message part


Bug#391699: This patch is not sufficient

2006-10-11 Thread Kobayashi Noritada
Hi,

 It has been reported that this patch is not sufficient, there will be
 an updated patch shortly from the submitter.

I thought the previous patch was not sufficient too, but actually it
turns out that WAS sufficient.  The apt source package includes
manpages generated by XSLT and does not build them in packaging.  I
didn't know it and wondered why my change in doc/ja/style.ja.xsl did
not change Japanese manpages after repackaging...

However, since I deleted a space character at the head of a line in
the previously attached patch by mistake, it was malformed.  So,
please use a patch reattached here instead.  And please regenerate a
Japanese manpage (with DocBook XSL =1.69.0) after applying it!

Thanks,

-nori
--- doc/ja/style.ja.xsl.orig2006-03-02 23:28:52.0 +0900
+++ doc/ja/style.ja.xsl 2006-10-08 13:10:32.0 +0900
@@ -4,6 +4,6 @@
 
 xsl:import 
href=/usr/share/xml/docbook/stylesheet/nwalsh/manpages/docbook.xsl /
 
-xsl:param name=chunker.output.encoding select='EUC-JP' /
+xsl:param name=man.output.encoding select='EUC-JP' /
 
 /xsl:stylesheet
\ No newline at end of file


Bug#392111: Seg fault in samba

2006-10-11 Thread Robin Cornelius
Christian Perrier wrote:
 Quoting Robin Cornelius ([EMAIL PROTECTED]):
   
 Package:  samba
 Version: 3.0.14a-3sarge2

 Samba daemon nmbd crashed.

 If the problem is not reproducible, we will propose closing it as,
 given the age of samba in sarge, there is indeed no chance that it 
 isinvestigated seriously.
 
I think this is the best idea, I though it was worth reporting in case
others have the same problem but its a freak so  its logged that it
happened but as you say there is little that can be done/is worth doing 
due to the age of  this samba.

Thanks for your time.


Regards

Robin Cornelius



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#375077: libnss-ldap 251-5.2 still broken for me

2006-10-11 Thread Krzysztof Raczkowski
libnss-ldap251-5.2
udev   0.100-2

1. I needed to manually run:

update-rc.d libnss-ldap start 03 S . start 01 0 . stop 01 2 . stop 01 3 . 
stop 01 4 . stop 01 5 . start 01 6 .

right after I manually removed old libnss-ldap scripts:

update-rc.d -f libnss-ldap remove

Otherwise I had old links in /etc/rc*.d, which was not correct


2. It still doesn't work with soft bind:

First I got message during system boot:

touch: cannot touch /lib/init/rw/libnss-ldap.bind_policy_soft: No such file 
or directory

Of course there's no /lib/init/rw/ directory, so I created it:

mkdir /lib/init/rw/


3. But it STILL doesn't work:

touch: cannot touch `/lib/init/rw/libnss-ldap.bind_policy_soft': Read-only 
file system

I'm using libnss-ldap + udev on Xen DomU (on Etch), but I checked 'normal' 
Etch and got the same errors.

Whtat's wrong with my systems?

-- 
Krzysztof Raczkowski
Rzeszow University of Technology
System Administrator of CZ RMSK
tel.: +48 (17) 865-13-93; e-mail: [EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#392106: mocp consumes too much memory if playing many hours

2006-10-11 Thread DaVinci
El miércoles 11 de octubre, Elimar Riesebieter escribió:
  In time that I have written this message, moc is playing a flac file
  from Schubert 9ª symphony. Only 2º movement, 15 minutes, and these
  are columns from top:
  
   RESSHR %MEM
  57m 54m 5.8
  
  When music began, %MEM was 0.5. Is that normal?
 
 6% isn't a great account of memory. Did you ever noticed  than 80%?

 I have not tryed. I'll see it playing a gigantic list. But I want to
 know: do you all experience a constant used memory increment when
 running moc?

 I'd like to know if that fact is normal, perhaps effect of mmaping, and
 if it can consume a great amount if reproduction list is very large.

 Greets.

David



Bug#392193: Please update program translation for the package shadow 1:4.0.18.1-3

2006-10-11 Thread Tommi Vainikainen
On 2006-10-11T07:40:13+0300, [EMAIL PROTECTED] wrote:
 
 This package was part of Debian Installer level 5 and though it is no more
 counted in this level, it has reached a very good level of translation
 which, as package maintainer, I'd like to keep for the release of Debian.

 You will now have quite few chances to make final updates so you'd better
 send an update as soon as possible. As counterpart, you have a formal
 promise from the maintainers that ANY string change will be delayed unless
 absolutely mandatory for a release critical issue.

Attached is updated Finnish translation.



shadow-fi.po
Description: Binary data


-- 
Tommi Vainikainen


Bug#392261: pcmciautils: ..i82365 is 'modprobe modprobed -r'ed in a rah-rah-rah style loop, was first reported on udev as bug#391832

2006-10-11 Thread Colin Watson
reassign 392261 linux-2.6
thanks

On Wed, Oct 11, 2006 at 12:47:33AM +0200, Arnt Karlsen wrote:
 wee udevmonitor output snippet:
  UDEV  [1160337418.883552] add@/module/i82365
  UDEV  [1160337418.925886] add@/bus/platform/drivers/i82365
  UDEV  [1160337418.952325] add@/devices/platform/i82365.0
  UEVENT[1160337419.012676] add@/module/i82365
  UEVENT[1160337419.012795] add@/bus/platform/drivers/i82365
  UEVENT[1160337419.012859] add@/devices/platform/i82365.0
  UEVENT[1160337419.012919] remove@/devices/platform/i82365.0
  UEVENT[1160337419.012979] remove@/bus/platform/drivers/i82365
  UDEV  [1160337419.033612] remove@/bus/platform/drivers/i82365
  UEVENT[1160337419.037723] remove@/module/i82365
  UDEV  [1160337419.155955] remove@/module/i82365
  UDEV  [1160337419.181726] remove@/devices/platform/i82365.0
 etc loops, eating all the omph.  Desktop, no pcmcia gear.
 
 ...so, Marco adviced udev don't do removal and closed Bug#391832,
 asking me to instead put blame here on pcmciautils ;o) to help 
 track down this. 

Well, pcmciautils doesn't remove modules either. It does modprobe i82365
if configured to do so (/etc/default/pcmciautils), but not obviously in
a loop. I can only conclude that this is a kernel bug of some kind that
happens when the i82365 driver fails to load. Could you provide the
output of 'uname -a' and 'dmesg'?

I'm guessing that you can probably work around this by blacklisting
i82365.

-- 
Colin Watson   [EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#361511: Please confirm the existance of this bug in pan 0.116

2006-10-11 Thread Roel van der Made
Hi Soren,

On Tue, Oct 10, 2006 at 08:18:48PM +0200, Søren Boll Overgaard wrote:
 Hi Roel,
 Can you confirm the existance of bug # 361511 in version 0.116 of pan? (It
 should hit the mirrors sometime on the 11th).
 If so, please include a fresh backtrace, and I will let upstream know about 
 it.

The bug stopped popping up since some updates of other (I think KDE-lib
related) updates. The current version is working fine at the moment.

thanks for informing,

Roel.



Bug#392168: please implement timeout for initramfs /bin/resume call

2006-10-11 Thread Tim Dijkstra
On Wed, 11 Oct 2006 08:43:05 +0200
martin f krafft [EMAIL PROTECTED] wrote:

 also sprach Tim Dijkstra [EMAIL PROTECTED] [2006.10.10.2303 +0200]:
  Why would that be useful? The idea of the prompt is to give people the
  opportunity to save the resume process when their initramfs is faulty.
  Also this generically will not happen more then once, so it can't get really
  annoying IMHO.
  
  A few questions to you: Did this actually happen to you? I guess you
  were not using initramfs-tools?
 
 Of course it happens to me and of course it happens with
 initramfs-tools. The problem is quite simple:
 /etc/initramfs-tools/conf.d/resume has /dev/sdb2 but the 2.6.18
 kernel decided to make that disk /dev/sdf out of the blue, and
 /dev/sdb is now my CF-card reader. Not much of a big deal since I am
 using labels and RAID anyway, but of course, /dev/sdb2 now no longer
 exists.

Ah, didn't think of that. FWIW, the swap device for uswsusp is defined in
/etc/uswsusp.conf, not /etc/initramfs-tools/conf.d/resume. Maybe I'll 
have a look how the latter is set and if uswsusp can use that too.

grts Tim


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#392313: package still ships gconf schemas in /etc

2006-10-11 Thread Josselin Mouette
Package: ggz-gnome-client
Severity: serious

The /etc/gconf/schemas/ggz-gnome.schemas file contains GConf schemas
which have nothing to do in /etc. They have to be moved to /usr/share to
comply with the Filesystem Hierarchy Standard.

This can be handled automatically by the dh_gconf debhelper script. In
order to make use of it, your package should do the following:
* build-depend on debhelper (= 4.2.13),
* depend on ${misc:Depends},
* invoke dh_gconf somewhere between dh_install and dh_installdeb. For
packages using cdbs, this is achieved by including gnome.mk.

Don't hesitate to ask me for details.

Regards,
-- 
 .''`.   Josselin Mouette/\./\
: :' :   [EMAIL PROTECTED]
`. `'[EMAIL PROTECTED]
   `-  Debian GNU/Linux -- The power of freedom



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#392314: /etc/init.d/discover should not assume /proc/modules exists

2006-10-11 Thread Tom May
Package: discover1
Version: 1.7.18
Tags: patch

/etc/init.d/discover assumes /proc/modules exists which causes
sed to error if it doesn't exist.  All of the other scripts in
my /etc/init.d check [ -f /proc/modules ] before using it.

Something like this would take care of it, although it's not obvious
to me whether this should return 1 or 0.

--- discover.orig   2006-10-11 00:55:21.0 -0700
+++ discover2006-10-11 00:55:38.0 -0700
@@ -161,6 +161,7 @@

 # Determine if the module is already loaded
 is_loaded() {
+[ -f /proc/modules ] || return 1
 module=$1
 aliases=$(get_aliases_regexp $1)
 # No cut(1) without /usr

Tom.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#392315: ITP: datrie -- Double-array trie library

2006-10-11 Thread Theppitak Karoonboonyanan
Package: wnpp
Severity: wishlist
Owner: Theppitak Karoonboonyanan [EMAIL PROTECTED]

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1


* Package name: datrie
  Version : 0.1.0
  Upstream Author : Theppitak Karoonboonyanan [EMAIL PROTECTED]
* URL : http://libthai.sourceforge.net/
* License : LGPL
  Programming Lang: C
  Description : Double-array trie library

Trie is a kind of digital search tree, an efficient indexing method with
O(1) time complexity for searching. Comparably as efficient as hashing,
trie also provides flexibility on incremental matching and key spelling
manipulation. This makes it ideal for lexical analyzers, as well as
spelling dictionaries.
.
This is an implementation of double-array structure for representing trie,
as proposed by Junichi Aoe. The details of the implementation can be found 
at http://linux.thai.net/~thep/datrie/datrie.html
.
Homepage: http://libthai.sourceforge.net/

- -- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17
Locale: LANG=th_TH.UTF-8, LC_CTYPE=th_TH.UTF-8 (charmap=UTF-8)

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.5 (GNU/Linux)

iD8DBQFFLKUtqgzR7tCLR/4RAqtSAJ9DmaDeupHJYblddQV1Zrpu6gOrjQCfZkUp
4Gua436msy4UWK1s1z47Yn8=
=i+8l
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#391815: Can you retry the build?

2006-10-11 Thread Enrico Zini
Hello Bastian,

I still have no idea what went wrong on that build, and I cannot
reproduce the problem: my i386 pbuilder, and the buildds of amd64, arm,
mipsel and powerpc have built the package sucessfully.

Do you think you can retry the build on s390?


Ciao,

Enrico

-- 
GPG key: 1024D/797EBFAB 2000-12-05 Enrico Zini [EMAIL PROTECTED]


signature.asc
Description: Digital signature


Bug#391246: general: Buildds should consider changing $HOME

2006-10-11 Thread Wouter Verhelst
On Wed, Oct 11, 2006 at 07:40:42AM +0200, Frank Küster wrote:
 Of course the clean solution would be to signal to the tools not to look
 and write into HOME, but it's hardly realistic to assume that all tools
 used (an ever increasing and changing set) will always follow such a
 rule.  Therefore the idea to change HOME to something in the build
 directory.  Maybe just unsetting it might do as well.

The default configuration on buildd is to set $HOME to a directory that
does not exist...

-- 
Lo-lan-do Home is where you have to wash the dishes.
  -- #debian-devel, Freenode, 2004-09-22



Bug#392313: Acknowledgement (package still ships gconf schemas in /etc)

2006-10-11 Thread Josselin Mouette
I forgot to add that the existing snippets in debian/postinst and
debian/prerm, calling gconftool, should be removed.
-- 
 .''`.   Josselin Mouette/\./\
: :' :   [EMAIL PROTECTED]
`. `'[EMAIL PROTECTED]
   `-  Debian GNU/Linux -- The power of freedom



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#392317: dpkg: Empty lines in install/configure output (Setting up ...)

2006-10-11 Thread Roland Stigge
Package: dpkg
Version: 1.13.22
Severity: minor

Hi,

I always wondered which scheme dpkg follows when installing packages and
writing the Setting up ... lines. Sometimes, empty lines are interspersed.

Looking into the code, the reason is in src/configure.c where a putchar('\n');
is done when maintainer_script_installed() returns != 0. Maybe someone wanted
to make sure that after execution of maintainer scripts, a proper CR is done?
On the other hand side, all the other invocations of
maintainer_script_installed() (including the post-installation ones like the
above one) don't handle it that way.

Removing the if(){} around the maintainer_script_installed() including the
putchar() seems to fix the issue.

Or did I miss something?

Thanks,

Roland

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-1-686
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to en_GB.UTF-8)

Versions of packages dpkg depends on:
ii  coreutils5.97-5  The GNU core utilities
ii  libc62.3.6.ds1-5 GNU C Library: Shared libraries

dpkg recommends no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#392168: please implement timeout for initramfs /bin/resume call

2006-10-11 Thread martin f krafft
also sprach Tim Dijkstra [EMAIL PROTECTED] [2006.10.11.0959
+0200]:
 Ah, didn't think of that. FWIW, the swap device for uswsusp is
 defined in /etc/uswsusp.conf, not
 /etc/initramfs-tools/conf.d/resume. Maybe I'll have a look how the
 latter is set and if uswsusp can use that too.

Yeah, that would be nice, even though I'd prefer /etc/default/resume
as the basis for all, since it makes little sense for uswsusp or
yaird to depend on initramfs-tools configuration.

-- 
 .''`.   martin f. krafft [EMAIL PROTECTED]
: :'  :  proud Debian developer, author, administrator, and user
`. `'`   http://people.debian.org/~madduck - http://debiansystem.info
  `-  Debian - when you have better things to do than fixing systems


signature.asc
Description: Digital signature (GPG/PGP)


Bug#392316: FTBFS on many archs

2006-10-11 Thread Goswin von Brederlow
Package: numactl
Severity: serious
Justification: no longer builds from source

Hi,

numactl fails to build on many archs, most notably on alpha which did
build before. The failed alpha build is keeping numactl out of testing
for 95 days now.

Please fix numactl for alpha and adjust the Architecture field to list
only supported architectures.

MfG
Goswin

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.8-frosties-2
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#392193: Please update program translation for the package shadow 1:4.0.18.1-3

2006-10-11 Thread Mehmet Türker
Updated Turkish translation file is attached. 

Mehmet Türker



-Original Message-
From: Christian Perrier [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, October 11, 2006 7:40 AM
To: Mehmet TURKER; Turkish
Subject: Please update program translation for the package shadow
1:4.0.18.1-3

Hi,

You are noted as the last translator of the program translation for the
shadow Debian package.

This package was part of Debian Installer level 5 and though it is no more
counted in this level, it has reached a very good level of translation
which, as package maintainer, I'd like to keep for the release of Debian.

You will now have quite few chances to make final updates so you'd better
send an update as soon as possible. As counterpart, you have a formal
promise from the maintainers that ANY string change will be delayed unless
absolutely mandatory for a release critical issue.

I would be grateful if you could take the time and update it.
Please respect the Reply-To: field and send your updated translation to
[EMAIL PROTECTED]

This mail is CC'ed to translation teams as well as all D-I translation
coordinators.

Thanks,







tr.po
Description: Binary data


Bug#388756: Then, wct4xxp is or isn't build with latest release?

2006-10-11 Thread Marc Fargas
Thanks for the information, now I can upgrade without fears :)Cheers,MarcOn 10/11/06, Mark Purcell [EMAIL PROTECTED]
 wrote: Just to know, as the bug log says that Mark can move zaptel to non-free,
 but another entry says it's not required and that the firmware could be moved alone to a new package... If I get the latest zaptel will I have wct4xpp?Latest zaptel does have the wct4xpp module and doesn't have the firmware.
The firmware isn't needed for the majority of users so it shouldn't be anissue.Mark___Pkg-voip-maintainers mailing list
[EMAIL PROTECTED]http://lists.alioth.debian.org/mailman/listinfo/pkg-voip-maintainers
-- The probability of failure of a (computer) system is exponentially proportional to the physical distance between it and the one who could fix it. -- Martin F. Krafft


Bug#379251: Remove xawtv?

2006-10-11 Thread Bas Zoetekouw
Hi Thijs!

You wrote:

 The state of xawtv is not impressive:
 * Last maintainer upload 2 years ago, orphaned for well over a year;
 * No interest shown in adoption;
 * RC bug (does not work), many other bugs;
 * Upstream also seems dead;
 * Good alternatives available (tvtime, kdetv).
 I propose to remove xawtv.

Yeah, I agree.  However, iirc, many of the alternatives depend on the
v4l-conf program that is provided by xawtv.  So when we remove xawtv, I
think this one binary packge should be preserved.

-- 
Kind regards,
++
| Bas Zoetekouw  | GPG key: 0644fab7 |
|| Fingerprint: c1f5 f24c d514 3fec 8bf6 |
| [EMAIL PROTECTED], [EMAIL PROTECTED] |  a2b1 2bae e41f 0644 fab7 |
++ 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#355713: hp ml350 install report

2006-10-11 Thread Matt Taggart
Hi Swen,

Thanks for filing the Debian installation report for the HP ML350 system

 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=355713

You mention in the report that you were using a sarge version of the 
installer. I think the grub install on smartarray drive failure you are 
seeing is a known one that got fixed after the sarge release. Unfortunately 
I'm not sure if the official sarge installer will ever be fixed to work on 
this system :(

You do have some other options though,

1.) If you need sarge...
 a.) dann frazier has been producing a custom version of the sarge 
debian-installer that works for more ProLiant systems(including newer 
systems). See

  http://wiki.debian.org/HP/ProLiant#hpde

 b.) There were a couple smartarray related bugs and I can't remember which 
you are seeing, but for some systems (mainly older ones that don't also 
require a newer kernel driver) there might be a workaround you can do at 
install time by dropping to a shell at the right time and fixing by hand. ISTR 
in one case you just needed to tweak a path in /boot/grub/device.map to be 
/dev/cciss/c0d0. Maybe dannf remembers if there is a workaround for making the 
sarge installer work on ml350?

2.) If you can use etch, I think all recent versions of d-i should work. If 
you try one please submit an installation report and add your system to the 
wiki page listed above.

Thanks,

-- 
Matt Taggart
[EMAIL PROTECTED]




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#355713: sarge d-i cciss fixed

2006-10-11 Thread Matt Taggart
Just after I sent the last mail to #355713, I found where dannf explains the 
cciss fixes needed for sarge d-i,

 http://dannf.org/bloggf/tech/cciss-grub-real-fix.html

He mentioned it in a related bug

 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=283214

He mentions in the blog entry that he'd like to get the fixes in a sarge point 
release, I agree that would be nice.

-- 
Matt Taggart
[EMAIL PROTECTED]




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#337577: closed by Alastair McKinstry [EMAIL PROTECTED] (closing)

2006-10-11 Thread Alastair McKinstry
Hugh Lawson wrote:
 On Tue, Oct 10, 2006 at 09:34:38AM -0700, Debian Bug Tracking System wrote:
   
 This is an automatic notification regarding your Bug report
 #337577: showcfont hangs under 2.6 kernel-image,
 which was filed against the console-tools package.
 

 [ snip ]

   
 Date: Tue, 10 Oct 2006 16:58:14 +0100
 From: Alastair McKinstry [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Subject: closing

 This bug no longer occurs, as tested with console-tools-0.2.3dbs-65, and
 kernels
 currently shipped with Debian Sid and Etch, 2.6.17 and 2.6.18.
 

 Hello Alastair:

 It just occurred in Debian stable 
 console-tools  0.2.3dbs-56
 kernel-image-2.6.8-2-686

 Best wishes,

   
Thanks; I was unclear in my statement in closing the bug: it still
occurs in stable, but
is not sufficient there for a fix to make it to the stable releases;
i.e. this bug will not
be fixed in stable (it requires changes to the kernel, which has too
many consequences
for such a corner case).

Regards
Alastair

 Hugh

   



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#392319: base-files: dns resolving broken due to missing libnss-mdns

2006-10-11 Thread Jan De Luyck
Package: base-files
Version: 3.1.16
Severity: normal


Since the last upgrade of base-files I've been having trouble with name 
resolving.
After a while I figured it out: when removing the mDNS entries in 
/etc/nsswitch.conf,
everything works perfectly.

The other option is installing libnss-mdns.

This is in sharp contrast to what bug #324954 says.

To fix this, this package should depend on libnss-mdns, or the entry should be 
removed
from nsswitch.conf.

I can easily reproduce this in my Debian SID chroot.

Thanks,

Jan

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages base-files depends on:
ii  base-passwd   3.5.11 Debian base system master password
ii  mawk [awk]1.3.3-11   a pattern scanning and text proces

base-files recommends no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#391691: Bug#391952: nexuiz: Nexuiz always segfaults

2006-10-11 Thread Bruno Kleinert
hi armin,

i found some bad news for the r300 driver in the official nexuiz forum:
http://www.alientrap.org/forum/viewtopic.php?t=544

see 9th post by esteel...

fuddl

-- 
Among elephants it's not considered cool nor in any good taste
to drain other elephants




signature.asc
Description: PGP signature


Bug#392320: phpmyadmin: The copy operation doesn't work because it makes a sql syntax error

2006-10-11 Thread tech
Package: phpmyadmin
Version: 4:2.8.2-0.2
Severity: normal


when trying to copy a database to another, I always get this kind of error:
#1064 - Erreur de syntaxe près de '1392DEFAULT CHARSET  = latin1 COLLATE  = 
latin1_general_ci' à la ligne 20
in english :
#1064 - Syntax error near '1392DEFAULT CHARSET  = latin1 COLLATE  = 
latin1_general_ci' on line 20 

and there is the mentionned line :
) ENGINE = MYISAM AUTO_INCREMENT = 1392DEFAULT CHARSET = latin1 COLLATE = 
latin1_general_ci

There's a space missing between the auto increment value and the term DEFAULT 
CHARSET

and there's another bug : the AUTO_INCREMENT item appears even when the 
corresponding checkbox is not checked so that it's impossible
to work around the first bug

-- System Information:
Debian Release: testing/unstable
  APT prefers proposed-updates
  APT policy: (500, 'proposed-updates'), (500, 'testing'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.4.20
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages phpmyadmin depends on:
ii  debconf [debconf-2.0]1.5.5   Debian configuration management sy
ii  php4 4:4.4.2-1.1 server-side, HTML-embedded scripti
ii  php4-cgi 4:4.4.2-1.1 server-side, HTML-embedded scripti
ii  php4-mysql   4:4.4.2-1.1 MySQL module for php4
ii  ucf  2.0015  Update Configuration File: preserv

Versions of packages phpmyadmin recommends:
ii  apache [httpd]   1.3.34-4versatile, high-performance HTTP s
ii  apache-ssl [httpd]   1.3.34-4versatile, high-performance HTTP s
ii  apache2  2.0.55-4.1  next generation, scalable, extenda
ii  apache2-mpm-prefork [httpd]  2.0.55-4.1  traditional model for Apache2
ii  php4-gd  4:4.4.2-1.1 GD module for php4
ii  php4-mcrypt  4:5.1.2-1   MCrypt module for php4

-- debconf information:
  phpmyadmin/setup-password: (password omitted)
* phpmyadmin/webserver: apache
  phpmyadmin/setup-username: admin
* phpmyadmin/restart: true
* phpmyadmin/reconfigure-webserver: apache, apache-ssl, apache-perl
* phpmyadmin/restart-webserver: true
  phpmyadmin/changed-extension:



Bug#392318: FTBFS on arm: error: $ may not appear in macro parameter list

2006-10-11 Thread Martin Michlmayr
Package: bumprace
Version: 1.5.1.dfsg-2
Severity: serious
Tags: patch

Your package no longer builds on ARM in unstable.


--- src/bumprace.h~ 2006-10-11 09:31:17.0 +0100
+++ src/bumprace.h  2006-10-11 09:31:32.0 +0100
@@ -7,7 +7,7 @@
 
 void BlitMenu();
 
-#define SDL_SetAlpha($1,$2,$3) SDL_SetAlpha($1,0,0);SDL_SetAlpha($1,$2,$3)
+#define SDL_SetAlpha(A,B,C) SDL_SetAlpha(A,0,0);SDL_SetAlpha(A,B,C)
 
 typedef struct{
   float   slowdown,turbo_possible,sticky_possible,extra_time;


 Automatic build of bumprace_1.5.1.dfsg-2 on ALL6500 by sbuild/arm 0.49
...
 make[2]: Entering directory `/build/tbm/bumprace-1.5.1.dfsg/src'
 gcc -DPACKAGE_NAME=\\ -DPACKAGE_TARNAME=\\ -DPACKAGE_VERSION=\\ 
 -DPACKAGE_STRING=\\ -DPACKAGE_BUGREPORT=\\ -DPACKAGE=\bumprace\ 
 -DVERSION=\1.5.1\ -DHAVE_LIBM=1 -DHAVE_LIBJPEG=1 -DHAVE_LIBSDL_IMAGE=1  -I. 
 -I.  -Wall -g -O2 -DSOUND -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT 
 -DDATADIR=\/usr/share/games/bumprace\ -c bumprace.c
 In file included from bumprace.c:40:
 bumprace.h:10:22: error: $ may not appear in macro parameter list
 make[2]: *** [bumprace.o] Error 1
 make[2]: Leaving directory `/build/tbm/bumprace-1.5.1.dfsg/src'

-- 
Martin Michlmayr
http://www.cyrius.com/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#392321: sudo: cannot use env_delete with env_reset

2006-10-11 Thread Arnaud Giersch
Package: sudo
Version: 1.6.8p12-4
Severity: normal
Tags: patch

Hi,

When env_reset is in use, env_delete is currently not honored.  It is
not possible to delete additional environment variables.  For example,
I want to use env_reset but I do not want to keep the locale-related
variables LANG, LANGUAGE, and LC_*.

The patch below causes to the deletion of the variables listed in
env_deleted, even when env_reset is in use.

Regards,

Arnaud Giersch


--- sudo-1.6.8p12.debian/env.c  2006-10-11 10:31:27.0 +0200
+++ sudo-1.6.8p12/env.c 2006-10-11 10:30:28.0 +0200
@@ -377,6 +377,21 @@
|| !strncmp (*ep, LC_, 3))
  keepit = 1;
 
+   /* Skip anything listed in env_delete. */
+   for (cur = def_env_delete; cur  keepit; cur = cur-next) {
+   len = strlen(cur-value);
+   /* Deal with '*' wildcard */
+   if (cur-value[len - 1] == '*') {
+   len--;
+   iswild = 1;
+   } else
+   iswild = 0;
+   if (strncmp(cur-value, *ep, len) == 0 
+   (iswild || (*ep)[len] == '=')) {
+   keepit = 0;
+   }
+   }
+
/* For SUDO_PS1 - PS1 conversion. */
if (strncmp(*ep, SUDO_PS1=, 8) == 0)
ps1 = *ep + 5;



-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (500, 'testing'), (50, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17-2-686
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages sudo depends on:
ii  libc62.3.6.ds1-4 GNU C Library: Shared libraries
ii  libpam-modules   0.79-3.2Pluggable Authentication Modules f
ii  libpam0g 0.79-3.2Pluggable Authentication Modules l

sudo recommends no packages.

-- no debconf information

-- 
Arnaud Giersch
http://info.iut-bm.univ-fcomte.fr/staff/giersch/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#363491: directfb and kfreebsd

2006-10-11 Thread Petr Salinger

tags 363491 + patch
thanks


Hi Guillem,

please, could you add attached patch to directfb.

It currently blocks building of libcairo and libsdl1.2
and all package depending on these for kfreebsd.

Many thanks.

Petr
diff -u directfb-0.9.25.1/debian/patches/30_linux_types.patch 
directfb-0.9.25.1/debian/patches/30_linux_types.patch
--- directfb-0.9.25.1/debian/patches/30_linux_types.patch
+++ directfb-0.9.25.1/debian/patches/30_linux_types.patch
@@ -5,20 +5,15 @@
-@@ -1,9 +1,10 @@
+@@ -1,6 +1,9 @@
  #ifndef __DFB_TYPES_H__
  #define __DFB_TYPES_H__
  
--#include sys/types.h
++#ifdef __linux__
 +#include asm/types.h
++#else
+ #include sys/types.h
  
  #ifndef USE_KOS
-+#if 0
+@@ -30,3 +33,4 @@
+ #endif
  
- #define __u8  u_int8_t
- #define __u16 u_int16_t
-@@ -14,6 +15,7 @@
- #define __s16 int16_t
- #define __s32 int32_t
- #define __s64 int64_t
+ #endif
 +#endif
- 
- #else
- 
diff -u directfb-0.9.25.1/debian/rules directfb-0.9.25.1/debian/rules
--- directfb-0.9.25.1/debian/rules
+++ directfb-0.9.25.1/debian/rules
@@ -79,6 +79,7 @@
-$(MAKE) distclean
-rm -rf $(BUILD_DIST)
-rm -rf $(BUILD_UDEB)
+   -rm -f debian/*.install.kfreebsd-amd64

dh_clean
 
@@ -99,7 +100,11 @@
 binary-arch: install
dh_testdir
dh_testroot
-   
+
+   for i in $(package_lib) $(package_udeb) libdirectfb-dev; do \
+   cp debian/$${i}.install.kfreebsd-i386 
debian/$$i.install.kfreebsd-amd64; \
+   done
+
dh_install --sourcedir=$(DESTDIR_UDEB) -p$(package_udeb)
dh_install --sourcedir=$(DESTDIR_DIST) -p$(package_lib) -Xsdl -Xx11 
-Xvnc
dh_install --sourcedir=$(DESTDIR_DIST) -a -N$(package_udeb) 
-N$(package_lib)
only in patch2:
unchanged:
--- directfb-0.9.25.1.orig/debian/libdirectfb-0.9-25-udeb.install.kfreebsd-i386
+++ directfb-0.9.25.1/debian/libdirectfb-0.9-25-udeb.install.kfreebsd-i386
@@ -0,0 +1,6 @@
+usr/lib/lib*.so.*
+usr/lib/directfb-*/interfaces/IDirectFBFont/lib*_default.so
+usr/lib/directfb-*/interfaces/IDirectFBFont/lib*_ft2.so
+usr/lib/directfb-*/interfaces/IDirectFBImageProvider/lib*_png.so
+usr/lib/directfb-*/wm/libdirectfbwm_*.so
+usr/share/directfb*/
only in patch2:
unchanged:
--- directfb-0.9.25.1.orig/debian/libdirectfb-0.9-25.install.kfreebsd-i386
+++ directfb-0.9.25.1/debian/libdirectfb-0.9-25.install.kfreebsd-i386
@@ -0,0 +1,6 @@
+usr/lib/lib*.so.*
+usr/lib/directfb-*/interfaces/IDirectFBFont/lib*_default.so
+usr/lib/directfb-*/interfaces/IDirectFBImageProvider/lib*_gif.so
+usr/lib/directfb-*/interfaces/IDirectFBImageProvider/lib*_mpeg2.so
+usr/lib/directfb-*/wm/libdirectfbwm_*.so
+usr/share/directfb-*/
only in patch2:
unchanged:
--- directfb-0.9.25.1.orig/debian/libdirectfb-dev.install.kfreebsd-i386
+++ directfb-0.9.25.1/debian/libdirectfb-dev.install.kfreebsd-i386
@@ -0,0 +1,13 @@
+usr/include/
+usr/lib/lib*.a
+usr/lib/lib*.so
+usr/lib/lib*.la
+usr/bin/directfb-*
+usr/lib/pkgconfig/
+usr/share/man/man1/directfb-*
+usr/lib/directfb-*/interfaces/IDirectFBFont/lib*.a
+usr/lib/directfb-*/interfaces/IDirectFBFont/lib*.la
+usr/lib/directfb-*/interfaces/IDirectFBImageProvider/lib*.a
+usr/lib/directfb-*/interfaces/IDirectFBImageProvider/lib*.la
+usr/lib/directfb-*/wm/libdirectfbwm_*.a
+usr/lib/directfb-*/wm/libdirectfbwm_*.la


Bug#390875: gs-gpl: patch to make qsort call in src/gxfcopy.c 64-bit clean

2006-10-11 Thread Andreas Jochens
tags 390875 +patch
thanks

Hello,

the attached patch changes the qsort function call in src/gxfcopy.c
so that it becomes 64-bit clean. 

Without this patch, the code segfaults when qsort calls the
compare_glyph_names function because sizeof(int) == 4 but 
sizeof(gs_copied_glyph_name_t*) == 8 on most 64-bit architectures.

Many packages in unstable currently FTBFS on 64-bit architectures
during documentation generation because of this bug.

Regards
Andreas Jochens

diff -urN ../tmp-orig/gs-gpl-8.54.dfsg.1/src/gxfcopy.c ./src/gxfcopy.c
--- ../tmp-orig/gs-gpl-8.54.dfsg.1/src/gxfcopy.c2006-03-23 
12:39:23.0 +
+++ ./src/gxfcopy.c 2006-10-11 08:18:45.0 +
@@ -2391,7 +2391,7 @@
a[j++] = cfdata-names[i];
}
 }
-qsort(a, cfdata-num_glyphs, sizeof(int), compare_glyph_names);
+qsort(a, cfdata-num_glyphs, sizeof(gs_copied_glyph_name_t*), 
compare_glyph_names);
 for (; j = 0; j--)
cfdata-glyphs[j].order_index = a[j] - cfdata-names;
 gs_free_object(memory, a, order_font_data);


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#392322: libexception-class-perl: old version

2006-10-11 Thread Yuri Pimenov
Package: libexception-class-perl
Version: 1.21-1
Severity: wishlist


there exists 1.23 version of this module with new functionality.
it would be nice to have it packaged.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18
Locale: LANG=ru_RU.KOI8-R, LC_CTYPE=ru_RU.KOI8-R (charmap=KOI8-R)

Versions of packages libexception-class-perl depends on:
ii  libclass-data-inheritable-per 0.04-1 Inheritable, overridable class dat
ii  libdevel-stacktrace-perl  1.11-1 Stack trace and stack trace frame 
ii  perl  5.8.8-6.1  Larry Wall's Practical Extraction 

libexception-class-perl recommends no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#390437: Please include diagnostic dfbinfo tool

2006-10-11 Thread Attilio Fiandrotti

Guillem Jover wrote:

Hi,

On Sun, 2006-10-01 at 11:47:35 +0200, Attilio Fiandrotti wrote:


package: libdirectfb-0.9-25-udeb
severity: normal



Please, include dfbinfo tool (provided currently by libdirectfb-bin 
regular deb) into package libdirectfb-0.9-25-udeb.
Denis Oliver Knopp explicitly suggested [1] inclusion of this tool into 
the g-i; it will be very usuful at detecting (and fixing, hopefully) 
input devices related issues which gave us many an headache recently.



Sure. But there's a problem, I don't want to provide that tool under
/usr/bin withing a library, that makes it not co-installable with
another one with different soname. Ideally I'd create a new
libdirectfb-bin-udeb or similar and put it there, with other useful
tools, but that implies NEW, wich I'd rather avoid at this time of
release. So would it be acceptable for now to put the binary under

  /usr/lib/directfb-0.9.25/bin

?


IMHO, i think it's ok.

cheers

Attilio


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#391912: lcdproc - FTBFS: #error Can't find your mounted filesystem table file.

2006-10-11 Thread José Luis Tallón
Steve Langasek wrote:
 Check for AC_FIND_MTAB_FILE in acinclude.m4. It tries to find the file
 but it is not there.
 

 Though lcdproc probably doesn't need to be built on s390 anyway... :)
   
Not completely sure about this, but I might as well add a !s390 to the
control file and be done with it.
Any input on this would be appreciated.


It was however very surprising to find that s390's buildd doesn't have a
valid /etc/mtab while other arches do.

I think I prefer to not add gratuituous exceptions.


/ J.L.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#380087: Please test the latest unstable package

2006-10-11 Thread Marco Nenciarini

If you can please try to reproduce this bug on the latest unstable
package. Most of the code was rewrited, so i need to known if i can
close this bug or not.

Ciao

-- 
-
|Marco Nenciarini| Debian/GNU Linux Developer - Plug Member |
| [EMAIL PROTECTED] | http://www.prato.linux.it/~mnencia   |
-
Key fingerprint = FED9 69C7 9E67 21F5 7D95  5270 6864 730D F095 E5E4



signature.asc
Description: Digital signature


Bug#391246: general: Buildds should consider changing $HOME

2006-10-11 Thread Frank Küster
Wouter Verhelst [EMAIL PROTECTED] wrote:

 On Wed, Oct 11, 2006 at 07:40:42AM +0200, Frank Küster wrote:
 Of course the clean solution would be to signal to the tools not to look
 and write into HOME, but it's hardly realistic to assume that all tools
 used (an ever increasing and changing set) will always follow such a
 rule.  Therefore the idea to change HOME to something in the build
 directory.  Maybe just unsetting it might do as well.

 The default configuration on buildd is to set $HOME to a directory that
 does not exist...

Not on the alpha, mips and mipsel buildds that revealed our bug,
http://bugs.debian.org/388399.  

If the buildds consequently set HOME to a nonexistent directory, this
would solve this bug as well, but they don't currently.  That's why this
bug is open.

Regards, Frank
-- 
Dr. Frank Küster
Single Molecule Spectroscopy, Protein Folding @ Inst. f. Biochemie, Univ. Zürich
Debian Developer (teTeX/TeXLive)



Bug#321592: date/time conversion still broken

2006-10-11 Thread Reinhard Müller
Hi,

sorry, but the date/time conversion is still broken as of python-psycopg
1.1.21-10.

Generated by 1.1.18: '1970-05-31 18:30:00'
Generated by 1.1.19: 1970-5-31 18:30:0,00
Generated by 1.1.21: '1970-05-31 18:30:0,00'
correct would be:'1970-05-31 18:30:00.00'

* leading zero is missing for seconds
* decimal-point character taken from locale instead of always a period

Thanks,
-- 
Reinhard Müller  Tel +43 (5577) 89877-0
BYTEWISE Software GmbH   Fax +43 (5577) 89877-66
A-6890 Lustenau, Enga 2  http://www.bytewise.at

Wir bieten Installation und Support für Ubuntu: ein auf
GNU/Linux basierendes Softwaresystem für Arbeitsplatzrechner


signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil


Bug#392323: split mode is broken: sh: line 0: cd: /home/tbm/build: No such file or directory

2006-10-11 Thread Martin Michlmayr
Package: sbuild
Version: 0.50
Severity: serious

It seems that sbuild with split mode is broken since 0.50.
Downgrading to 0.49 gets it going again.  The problem is that it tries
to change to ~/build _in_ the chroot.


2863:[EMAIL PROTECTED]: ~/build] sbuild -d unstable1 --debug dadadodo_1.04-3
Automatic build of dadadodo_1.04-3 on chico by sbuild/i386 0.50
Build started at 20061011-
**
Checking available source versions...
/bin/sh -c '/usr/bin/apt-cache CHROOT_APT_OPTIONS -q showsrc dadadodo 21 
/dev/null'
Fetching source files...
/bin/sh -c '/usr/bin/apt-get CHROOT_APT_OPTIONS --only-source -q -d source 
dadadodo=1.04-3 21 /dev/null'
Reading Package Lists...
Building Dependency Tree...
Need to get 29.3kB of source archives.
Get:1 http://ftp.rediris.es sid/main dadadodo 1.04-3 (dsc) [529B]
Get:2 http://ftp.rediris.es sid/main dadadodo 1.04-3 (tar) [22.8kB]
Get:3 http://ftp.rediris.es sid/main dadadodo 1.04-3 (diff) [6007B]
Fetched 29.3kB in 0s (425kB/s)
Download complete and in download only mode
Parsing dadadodo_1.04-3.dsc
  ./dadadodo_1.04.orig.tar.gz: d3ff69c4e71c328586b1c6ca2130a4b3
  ./dadadodo_1.04-3.diff.gz: 32adc2580ee7c16d717a7c297ef86fda
/usr/bin/sudo /usr/sbin/chroot /home/tbm/build/chroot-unstable1 /bin/su -p tbm 
-s /bin/sh -c 'cd /home/tbm/build  /usr/bin/md5sum ./dadadodo_1.04-3.diff.gz 
./dadadodo_1.04.orig.tar.gz /dev/null'
sh: line 0: cd: /home/tbm/build: No such file or directory
FAILED [dsc verification]
Removed dadadodo_1.04-3.dsc
Removed dadadodo_1.04.orig.tar.gz
Removed dadadodo_1.04-3.diff.gz
**
Finished at 20061011-
Build needed 00:00:00, 0k disk space
2864:[EMAIL PROTECTED]: ~/build]

-- 
Martin Michlmayr
http://www.cyrius.com/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#392324: nvidia-settings: Please ship NVCtrl header files ;)

2006-10-11 Thread Sam Morris
Package: nvidia-settings
Version: 1.0+20060516-2
Severity: wishlist

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Whoops, I forgot to also ask that you ship the header files
NVCtrl/NVCtrl.h and NVCtrl/NVCtrlLib.h (and anything else that they
#include).

Next time I'll examine the configure.ac file before filing such bugs, I
promise! :)

- -- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (530, 'testing'), (520, 'unstable'), (510, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17-2-k7
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)

Versions of packages nvidia-settings depends on:
ii  libatk1.0-0  1.12.2-1The ATK accessibility toolkit
ii  libc62.3.6.ds1-4 GNU C Library: Shared libraries
ii  libcairo21.2.4-3 The Cairo 2D vector graphics libra
ii  libfontconfig1   2.4.1-2 generic font configuration library
ii  libglib2.0-0 2.12.3-2The GLib library of C routines
ii  libgtk2.0-0  2.10.6-2The GTK+ graphical user interface 
ii  libpango1.0-01.14.5-1Layout and rendering of internatio
ii  libx11-6 2:1.0.0-9   X11 client-side library
ii  libxcursor1  1.1.7-4 X cursor management library
ii  libxext6 1:1.0.1-2   X11 miscellaneous extension librar
ii  libxfixes3   1:4.0.1-4   X11 miscellaneous 'fixes' extensio
ii  libxi6   1:1.0.1-3   X11 Input extension library
ii  libxinerama1 1:1.0.1-4.1 X11 Xinerama extension library
ii  libxrandr2   2:1.1.0.2-4 X11 RandR extension library
ii  libxrender1  1:0.9.1-3   X Rendering Extension client libra

Versions of packages nvidia-settings recommends:
ii  nvidia-glx1.0.8774-3 NVIDIA binary XFree86 4.x driver

- -- no debconf information

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.5 (GNU/Linux)

iD8DBQFFLLVNshl/216gEHgRAjfHAKCNY1PAT3CQHNTnsYz1JjiqlkTckgCgl9tr
19dC3yTb+Jll0kiGgPRIWOk=
=fbl8
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#358013: Please test the latest wengophone package

2006-10-11 Thread Marco Nenciarini

The latest wengophone in unstable may have your problem solved. Please
check it and report to me if it works.

Ciao

-- 
-
|Marco Nenciarini| Debian/GNU Linux Developer - Plug Member |
| [EMAIL PROTECTED] | http://www.prato.linux.it/~mnencia   |
-
Key fingerprint = FED9 69C7 9E67 21F5 7D95  5270 6864 730D F095 E5E4



signature.asc
Description: Digital signature


Bug#375419: libnss-mdns: the recommended /etc/nsswitch.conf breaks whois service

2006-10-11 Thread Sjoerd Simons
On Wed, Jun 21, 2006 at 12:49:33PM -0400, Norman Ramsey wrote:
 Package: libnss-mdns
 Version: 0.7-1
 Severity: normal
 
 With the following (recommended) line in nsswitch.conf, whois service does 
 not work:
 
   hosts:  files mdns4_minimal [NOTFOUND=return] dns mdns4
 
 Example transcript
 
   : [EMAIL PROTECTED] 10785 ; whois alicent.com
   getaddrinfo: Name or service not known
 
 Changing to 
 
   hosts: files nds
 
 allows whois to work again.

Do you still have this issue with nss-mdns 0.8 ?

  Sjoerd
-- 
Space is to place as eternity is to time.
-- Joseph Joubert


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#392325: /etc/default/ntpdate should only contain configuration options

2006-10-11 Thread Stefanos Harhalakis
Package: ntpdate
Version: 1:4.2.2+dfsg.2-3
Severity: wishlist


/etc/default/ntpdate tries to read /etc/ntp.conf. I believe that this
should be done from the startup script insted of /etc/default/ntpdate.
The current approach requires most users to update their
/etc/default/ntpdate after some upgrades.

I suggest that /etc/default/ntpdate contains the NTPSERVERS and
NTPOPTIONS options only and leave the /etc/init.d/ntpdate to decided whether
the /etc/ntp.conf should be read and how.

IOW, I suggest moving the 'if' blocks to /etc/init.d/ntpdate, even the
default ones, and check for an empty 'NTPSERVERS' in /etc/init.d/ntpdate
and act as needed. This will leave /etc/default/ntpdate with user
configuration options only.

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (990, 'testing'), (100, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17-2-686
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages ntpdate depends on:
ii  libc62.3.6.ds1-4 GNU C Library: Shared libraries
ii  libcap1  1:1.10-14   support for getting/setting POSIX.
ii  libssl0.9.8  0.9.8c-3SSL shared libraries
ii  lsb-base 3.1-15  Linux Standard Base 3.1 init scrip
ii  netbase  4.25Basic TCP/IP networking system

ntpdate recommends no packages.

-- debconf-show failed


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#392326: zeroc-icee-java: FTBFS: Missing Build-Depends

2006-10-11 Thread Daniel Schepler
Package: zeroc-icee-java
Version: 1.1.0-2
Severity: serious

From my pbuilder build log:

...
generate:
[mkdir] Created dir: /tmp/buildd/zeroc-icee-java-1.1.0/generated
[slice2javae] slice2javae  --output-dir 
/tmp/buildd/zeroc-icee-java-1.1.0/generated 
-I/tmp/buildd/zeroc-icee-java-1.1.0/slice --ice 
/tmp/buildd/zeroc-icee-java-1.1.0/slice/IceE/BuiltinSequences.ice 
/tmp/buildd/zeroc-icee-java-1.1.0/slice/IceE/FacetMap.ice 
/tmp/buildd/zeroc-icee-java-1.1.0/slice/IceE/Identity.ice 
/tmp/buildd/zeroc-icee-java-1.1.0/slice/IceE/LocalException.ice 
/tmp/buildd/zeroc-icee-java-1.1.0/slice/IceE/Locator.ice 
/tmp/buildd/zeroc-icee-java-1.1.0/slice/IceE/Logger.ice 
/tmp/buildd/zeroc-icee-java-1.1.0/slice/IceE/Router.ice
 [exec] slice2javae: No such file or directory

BUILD FAILED
/tmp/buildd/zeroc-icee-java-1.1.0/build.xml:27: exec returned: 127

Total time: 6 seconds
make: *** [debian/stamp-ant-build] Error 1
-- 
Daniel Schepler



Bug#392327: bogus parse error in template argument list; works with 4.0/4.2

2006-10-11 Thread Damyan Ivanov
Package: g++-4.1
Version: 4.1.1-16
Severity: important

Transcript:
$ g++-4.2 -o test test.cpp
$ g++-4.1 -o test test.cpp
test.cpp:17: error: parse error in template argument list
$ g++-4.0 -o test test.cpp
$ 

This is on today's unstable (4.2 from experimental)

Line 17 is the one with the destructor (~Stack...)
== test.cpp =
#include sys/types.h

template typename Object, size_t Capacity = 16
class Stack
{
private:
void* stk;
void* stk_cache;

public:
explicit StackObject, Capacity()
: stk(0), stk_cache(0) { }

StackObject, Capacity()
: stk(0), stk_cache(0) { }

~StackObject, Capacity()
{
delete stk;
delete stk_cache;
}
}; // class Stack

int main(int argc, char* argv)
{
return(0);
}
=


Thanks for considering,
dam

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-1-686
Locale: LANG=bg_BG.UTF-8, LC_CTYPE=bg_BG.UTF-8 (charmap=UTF-8)

Versions of packages g++-4.1 depends on:
ii  gcc-4.1  4.1.1-16The GNU C compiler
ii  gcc-4.1-base 4.1.1-16The GNU Compiler Collection (base 
ii  libc62.3.6.ds1-6 GNU C Library: Shared libraries
ii  libstdc++6-4.1-dev   4.1.1-16The GNU Standard C++ Library v3 (d

g++-4.1 recommends no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#391250: evolution: Error while Generating message list.

2006-10-11 Thread Sam Morris
tag 391250 + patch
thanks

Error while Generating message list.
 
Error executing search expression: Unknown type in parse tree: 138144472:
(and (match-all (not (system-flag junk)))
  )
 
 [...]
 
  The two filters I have set up are:
 
'x-spam-bars' contains '+' - set status 'junk'
 
'Xref' contains 'gmane.spam.detected' AND 'Newsgroups' starts with 
  'gmane.' - Delete
 
 Does this imply that the error is a result of your filters?
 
 Does this error happen if you set up your evolution config from scratch
 (moving .evolution aside)?  Does it happen when upgrading from versions of
 evolution *other* than the old version in experimental?

I can't reproduce the bug if I set up evolution from scratch. However
the attached patch (it's the final hunk from the patch at
http://bugzilla.gnome.org/show_bug.cgi?id=360237#c10) has solved the
problem for me.

-- 
Sam Morris
http://robots.org.uk/

PGP key id 1024D/5EA01078
3412 EA18 1277 354B 991B  C869 B219 7FDB 5EA0 1078
diff -Nur evolution-2.8.1/widgets/misc/e-filter-bar.c evolution-2.8.1.new/widgets/misc/e-filter-bar.c
--- evolution-2.8.1/widgets/misc/e-filter-bar.c	2006-09-30 06:24:50.0 +0100
+++ evolution-2.8.1.new/widgets/misc/e-filter-bar.c	2006-10-11 09:46:04.0 +0100
@@ -770,7 +770,9 @@
 		gtk_widget_modify_text (((ESearchBar *)efb)-entry, GTK_STATE_NORMAL, NULL);		
 		gtk_widget_modify_base (((ESearchBar *)efb)-icon_entry, GTK_STATE_NORMAL, NULL);
 		e_search_bar_paint (esb);
-		efb-current_query = NULL;
+		efb-current_query = (FilterRule *)efb-option_rules-pdata[item_id - efb-option_base];
+		if (efb-config  efb-current_query)
+			efb-config (efb, efb-current_query, item_id, , efb-config_data);		
 	}
 	
 	xmlFree (text);


signature.asc
Description: This is a digitally signed message part


Bug#330170: korganizer: Can't enable a reminder for events by default

2006-10-11 Thread Tino Keitel
Package: korganizer
Version: 4:3.5.3-3
Followup-For: Bug #330170

Hi,

I just upgraded to Etch and hoped to find such a feature. Unfortunaly,
I still can not find it.

I think this option is a _must have_ for a tool like korganizer,
otherwise I can continue to use post-its.

Could you please at least forward this request upstream? I think the
impact and effort to implement it are very small.

Regards,
Tino

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17-2-686
Locale: LANG=C, [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages korganizer depends on:
ii  kdelibs4c2a 4:3.5.4-3core libraries and binaries for al
ii  libart-2.0-22.3.17-1 Library of functions for 2D graphi
ii  libaudio2   1.8-2The Network Audio System (NAS). (s
ii  libc6   2.3.6.ds1-4  GNU C Library: Shared libraries
ii  libfontconfig1  2.4.1-2  generic font configuration library
ii  libfreetype62.2.1-5  FreeType 2 font engine, shared lib
ii  libgcc1 1:4.1.1-13   GCC support library
ii  libice6 1:1.0.1-2X11 Inter-Client Exchange library
ii  libidn110.6.5-1  GNU libidn library, implementation
ii  libjpeg62   6b-13The Independent JPEG Group's JPEG 
ii  libkcal2b   4:3.5.3-3KDE calendaring library
ii  libkdepim1a 4:3.5.3-3KDE PIM library
ii  libkpimexchange14:3.5.3-3KDE PIM Exchange library
ii  libkpimidentities1  4:3.5.3-3KDE PIM user identity information 
ii  libpng12-0  1.2.8rel-5.2 PNG library - runtime
ii  libqt3-mt   3:3.3.6-4Qt GUI Library (Threaded runtime v
ii  libsm6  1:1.0.1-2X11 Session Management library
ii  libstdc++6  4.1.1-13 The GNU Standard C++ Library v3
ii  libx11-62:1.0.0-9X11 client-side library
ii  libxcursor1 1.1.7-4  X cursor management library
ii  libxext61:1.0.1-2X11 miscellaneous extension librar
ii  libxft2 2.1.8.2-8FreeType-based font drawing librar
ii  libxi6  1:1.0.1-3X11 Input extension library
ii  libxinerama11:1.0.1-4.1  X11 Xinerama extension library
ii  libxrandr2  2:1.1.0.2-4  X11 RandR extension library
ii  libxrender1 1:0.9.1-3X Rendering Extension client libra
ii  libxt6  1:1.0.2-2X11 toolkit intrinsics library
ii  perl5.8.8-6.1Larry Wall's Practical Extraction 
ii  zlib1g  1:1.2.3-13   compression library - runtime

Versions of packages korganizer recommends:
ii  kghostview4:3.5.4-2  PostScript viewer for KDE

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#392224: Consider usage of clamav-milter with Debian Etch Postfix

2006-10-11 Thread Nigel Horne
The latest .../clamav-milter/INSTALL, which is to be found in CVS, includes
draft documentation on integrating clamav-milter with Postfix. You may wish
to refer to that, and to suggest changes as well.

-Nigel



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#391964: openssh-client: Non-ASCII characters not displayed correctly

2006-10-11 Thread Colin Watson
On Mon, Oct 09, 2006 at 05:30:20PM +0200, Thue Janus Kristensen wrote:
 When ssh-ing into another machine, I am able to write Danish
 characters such as æ,ø,å ( http://en.wikipedia.org/wiki/%C3%86 ,
 http://en.wikipedia.org/wiki/%C3%98 ,
 http://en.wikipedia.org/wiki/%C3%85 )
 But they are not displayed correctly, the console becomes messed up.
 
 The problematic characters work fine on a local console. They also
 work fine when ssh-ing into the same server from Windows using putty.
 
 $LANG on my local machine is en_US.UTF-8. When logging in via ssh
 $LANG is initially empty, but setting it to en_US.UTF-8 does not fix
 it.

I'm certain that openssh is 8-bit clean; a phenomenal number of things
would break if this were not the case. Perhaps you simply don't have the
en_US.UTF-8 locale generated on the remote machine, and the remote shell
is running with a non-UTF-8 locale (setting the locale after you log in
will not fix this)? If it's a Debian system, try 'dpkg-reconfigure
locales' as root.

-- 
Colin Watson   [EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#392327: Acknowledgement (bogus parse error in template argument list; works with 4.0/4.2)

2006-10-11 Thread Damyan Ivanov
severity 392327 normal
thanks

 $ g++-4.1 -o test test.cpp
 test.cpp:17: error: parse error in template argument list
 ..
 ~StackObject, Capacity()

Just to add that rewriting destructor declaration without template
parameters as below makes the sample code compile on all 4.0, 4.1 and
4.2. Since there is a simple workaround, degrading severity to normal.

=
  ~Stack()
  {
 .
=

Thanks,
dam
-- 
Damyan Ivanov   Modular Software Systems
[EMAIL PROTECTED]
phone +359(2)928-2611, 929-3993  fax +359(2)920-0994
mobile +359(88)856-6067 [EMAIL PROTECTED]/Gaim



signature.asc
Description: OpenPGP digital signature


Bug#391828: Also FTBFS under pbuilder

2006-10-11 Thread Daniel Schepler
package xtla
severity 391828 serious
thanks

I can also reproduce the failure to build under pbuilder (on i386), which 
gives the same error message:

...
/usr/bin/make -C texinfo install
make[2]: Entering directory `/tmp/buildd/xtla-1.2/debian/build/texinfo'
/bin/rm -f /info/xtla.info*
mkdir: cannot create directory `/info': Permission denied
Installing xtla.info in /info
/usr/bin/install: cannot create regular file `/info': Permission denied
make[2]: *** [install-pkg] Error 1
make[2]: Leaving directory `/tmp/buildd/xtla-1.2/debian/build/texinfo'
make[1]: *** [install-deb] Error 2
make[1]: Leaving directory `/tmp/buildd/xtla-1.2/debian/build'
make: *** [install] Error 2

Accordingly, this should be considered an RC bug.
-- 
Daniel Schepler


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#392330: python-moinmoin: new upstream 1.6.0 available

2006-10-11 Thread Toni Mueller
Package: python-moinmoin
Version: 1.5.3-1
Severity: wishlist



Hello,

there's a new upstream version 1.6.0 available.

Best,
--Toni++

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.4.27-2-686-smp
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages python-moinmoin depends on:
ii  python2.3.5-11   An interactive high-level object-o
ii  python2.3-moinmoin1.5.3-1Python clone of WikiWiki - library

python-moinmoin recommends no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#392328: debbugs: print usertags tags on bug page when querying with usertags

2006-10-11 Thread Matt Taggart
Package: debbugs
Version: 20061011
Severity: wishlist

When accessing bugs with usertags using a url like

 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=##;[EMAIL PROTECTED]

it would be nice if the usertags for that user+bug would be listed at the top, 
just as normal tags are. Right now I think the only way to see the list is in 
a bug summary list, right?

How's that for a bug title? :) I wanted to be clear that I'm talking about 
listing these tags only when you are already querying with the specific 
usertag, rather than listing all sorts of usertags all the time (which would 
be against current practice).

Make sense?

Thanks,

-- 
Matt Taggart
[EMAIL PROTECTED]




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#392329: debbugs: web front end access to usertags

2006-10-11 Thread Matt Taggart
Package: debbugs
Version: 20061011
Severity: wishlist

It would be nice if the form at

 http://www.debian.org/Bugs/

had the ability to specify usertags.

Thanks,

-- 
Matt Taggart
[EMAIL PROTECTED]




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#391840: marked as done (ztcfg segfaults because of -O4)

2006-10-11 Thread Robert Millan
tags 391840 fixed-upstream
thanks

On Tue, Oct 10, 2006 at 04:28:15PM +0200, Tzafrir Cohen wrote:
  
  See if you can reproduce it.  My zaptel.conf is the same as default, plus 
  this
  line at the end:
  
channels=1-4
 
 Again: did you try ztcfg from zaptel 1.4? This can be run from the
 distribution tarball itself without a complete build.

AFAICS, 1.4 is ok.

-- 
Robert Millan

My spam trap is [EMAIL PROTECTED]  Note: this address is only intended for
spam harvesters.  Writing to it will get you added to my black list.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#392106: mocp consumes too much memory if playing many hours

2006-10-11 Thread Elimar Riesebieter
On Wed, 11 Oct 2006 the mental interface of
DaVinci told:

[...]
  I have not tryed. I'll see it playing a gigantic list. But I want
  to know: do you all experience a constant used memory increment
  when running moc?
 
  I'd like to know if that fact is normal, perhaps effect of
  mmaping, and if it can consume a great amount if reproduction
  list is very large.

Running mocp for more than 1 hour with a playlist of about 400 titles:

 PID USER  PR  NI  VIRT  RES  SHR S %CPU %MEMTIME+  COMMAND 
   

7127 riesebie  15   0 75560 7936 3144 S  2.0  1.0   1:21.74 mocp
   



-- 
  what IMHO then?
  IMHO - Inhalation of a Multi-leafed Herbal Opiate ;)
  --posting from alex in debian-user--



Bug#392333: ITP: irrtoolset -- IRRToolSet is a suite of policy analysis tools to operate with routing policies in RPSL [RFC 2622] format, registered in Internet Routing Registry(IRR).

2006-10-11 Thread Jan Wagner
Package: wnpp
Severity: wishlist
Owner: Jan Wagner [EMAIL PROTECTED]

* Package name: irrtoolset
  Version : 4.8.4
  Upstream Author : Joao Damas [EMAIL PROTECTED]
* URL : http://www.isc.org/index.pl?/sw/IRRToolSet/
* License : 3-clause BSD with non-commercial only restriction
  Programming Lang: 
  Description : IRRToolSet is a suite of policy analysis tools to operate 
with routing policies in RPSL [RFC 2622] format, registered in Internet Routing 
Registry(IRR).

 The Internet Routing Registry Toolset (IRRToolSet) project is a new
 activity proposed by the RIPE NCC. This project has been migrated from
 the USC Information Sciences Institute, where it was developed in
 1997-2001 as the Routing Arbiter ToolSet (RAToolSet)  project. As the
 RAToolSet is no longer developed by ISI but is used worldwide, the RIPE
 NCC proposed to migrate this project to the RIPE NCC in order to continue
 its development and support. The original name of the project was preserved
 during the transition process, but has been finally changed to IRRToolSet.
 Currently, the RIPE NCC has transfered mainteinance of this toolset to ISC,
 who will be accepting code from the community and providing code mainteinance.
 .
 IRRToolSet is a suite of policy analysis tools to operate with routing
 policies in RPSL [RFC 2622] format, registered in Internet Routing Registry
 (IRR). The main goal of the project is to make routing information more
 convenient and useful for network engineers, by providing tools for automated
 router configuration, routing policies analysis, and maintenance.


-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17-2-686
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#392332: yaird: Fails booting from snapshotted LVM root device

2006-10-11 Thread Peter Colberg
Package: yaird
Version: 0.0.12-18
Severity: important
Tags: patch

By default, yaird includes merely the dm-mod module with its LVM plan if
the root device is or depends on a logical volume. This causes serious
trouble if an LVM snapshot of the root volume is present while booting.

With the dm-snapshot module loaded, a snapshot is created beforehand:

$ lvcreate -s -L500M -n snaproot /dev/vg/root


Subsequently rebooting, this results in the following boot failure:

device-mapper: ioctl: 4.7.0-ioctl (2006-06-24) initialised: [EMAIL PROTECTED]
device-mapper: table: 253:1: snapshot-origin: unknown target type
device-mapper: ioctl: error adding target to table
  device-mapper: reload ioctl failed: Invalid argument
  2 logical volume(s) in volume group vg now active


So as to solve this problem, the dm-snapshot and dm-mirror modules
should always be added to the initramfs image, if available.

The patch included below takes care of optionally adding these modules.
The optionality allows users with custom kernels to leave out snapshot
and/or mirror support entirely.

Regards,
Peter


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (400, 'testing'), (1, 'experimental')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-maia
Locale: LANG=C, [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages yaird depends on:
ii  cpio 2.6-17  GNU cpio -- a program to manage ar
ii  dash 0.5.3-3 The Debian Almquist Shell
ii  libc62.3.6.ds1-6 GNU C Library: Shared libraries
ii  libhtml-template-perl2.8-1   HTML::Template : A module for usin
ii  libparse-recdescent-perl 1.94.free-3 Generates recursive-descent parser
ii  perl 5.8.8-6.1   Larry Wall's Practical Extraction 

yaird recommends no packages.

-- no debconf information
diff -urN yaird-0.0.12.orig/perl/Plan.pm yaird-0.0.12/perl/Plan.pm
--- yaird-0.0.12.orig/perl/Plan.pm  2006-10-10 22:43:43.0 +0200
+++ yaird-0.0.12/perl/Plan.pm   2006-10-10 22:44:17.0 +0200
@@ -352,6 +352,8 @@
addDevicePlan ($actions, $pdev, $working);
}
ModProbe::addModules ($actions, [ dm-mod ]);
+   ModProbe::addOptModules ($actions, [ dm-mirror ], 1);
+   ModProbe::addOptModules ($actions, [ dm-snapshot ], 1);
$actions-add (vgchange, $vgnam);
$device-setCreator (devmapper);
return 1;


Bug#392331: wwwconfig-common: wrong filenames in script comments

2006-10-11 Thread Ivar Smolin
Package: wwwconfig-common
Version: 0.0.46
Severity: minor
Tags: patch


some scripts contains wrong filenames, probably copy-paste issue

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.4.28-grsec
Locale: LANG=et_EE, LC_CTYPE=et_EE (charmap=ISO-8859-1)

-- no debconf information
diff -u -r wwwconfig-common-0.0.46/apache-addtype_all.sh 
wwwconfig-common-patched/apache-addtype_all.sh
--- wwwconfig-common-0.0.46/apache-addtype_all.sh   2002-04-12 
13:35:19.0 +0300
+++ wwwconfig-common-patched/apache-addtype_all.sh  2006-10-11 
12:44:40.711838136 +0300
@@ -1,5 +1,5 @@
 #!/bin/sh
-# File:php-extensions.sh
+# File:apache-addtype_all.sh
 # Changes:
 #  20010305 Ola Lundqvist [EMAIL PROTECTED]
 #  20011022 Luca De Vitis [EMAIL PROTECTED]
diff -u -r wwwconfig-common-0.0.46/apache.func 
wwwconfig-common-patched/apache.func
--- wwwconfig-common-0.0.46/apache.func 2002-03-12 22:44:13.0 +0200
+++ wwwconfig-common-patched/apache.func2006-10-11 12:53:58.210085520 
+0300
@@ -1,4 +1,4 @@
-# File:apache-include.sh
+# File:apache.func
 # Changes:
 #  20010219 Ola Lundqvist [EMAIL PROTECTED]
 #  20010222 Ola Lundqvist [EMAIL PROTECTED]
diff -u -r wwwconfig-common-0.0.46/apache-index_all.sh 
wwwconfig-common-patched/apache-index_all.sh
--- wwwconfig-common-0.0.46/apache-index_all.sh 2002-04-12 13:35:19.0 
+0300
+++ wwwconfig-common-patched/apache-index_all.sh2006-10-11 
12:53:38.141136464 +0300
@@ -1,5 +1,5 @@
 #!/bin/sh
-# File:apache-index.sh
+# File:apache-index_all.sh
 # Changes:
 #  20010219 Ola Lundqvist [EMAIL PROTECTED]
 #  20010222 Ola Lundqvist [EMAIL PROTECTED]
diff -u -r wwwconfig-common-0.0.46/autopatch_all.sh 
wwwconfig-common-patched/autopatch_all.sh
--- wwwconfig-common-0.0.46/autopatch_all.sh2002-04-12 13:35:19.0 
+0300
+++ wwwconfig-common-patched/autopatch_all.sh   2006-10-11 12:54:06.726790784 
+0300
@@ -1,5 +1,5 @@
 #!/bin/sh
-# File:autopatch.sh
+# File:autopatch_all.sh
 # Changes:
 #  20010219 Ola Lundqvist [EMAIL PROTECTED]
 #  20011022 Luca De Vitis [EMAIL PROTECTED]
diff -u -r wwwconfig-common-0.0.46/mysql-dropdb.sh 
wwwconfig-common-patched/mysql-dropdb.sh
--- wwwconfig-common-0.0.46/mysql-dropdb.sh 2004-07-06 00:47:12.0 
+0300
+++ wwwconfig-common-patched/mysql-dropdb.sh2006-10-11 12:54:26.121842288 
+0300
@@ -1,5 +1,5 @@
 #!/bin/sh
-# File:mysql-createdb.sh
+# File:mysql-dropdb.sh
 # Changes: 
 #  20010224 Luca De Vitis [EMAIL PROTECTED]
 #  20020116 Ola Lundqvist [EMAIL PROTECTED]
diff -u -r wwwconfig-common-0.0.46/mysql-dropuser.sh 
wwwconfig-common-patched/mysql-dropuser.sh
--- wwwconfig-common-0.0.46/mysql-dropuser.sh   2004-07-06 00:47:12.0 
+0300
+++ wwwconfig-common-patched/mysql-dropuser.sh  2006-10-11 12:54:32.349895480 
+0300
@@ -1,5 +1,5 @@
 #!/bin/sh
-# File:mysql-createuser.sh
+# File:mysql-dropuser.sh
 # Changes: 
 #  20010224 Luca De Vitis [EMAIL PROTECTED]
 #  20020116 Ola Lundqvist [EMAIL PROTECTED]
diff -u -r wwwconfig-common-0.0.46/mysql-ifnot-exec.sh 
wwwconfig-common-patched/mysql-ifnot-exec.sh
--- wwwconfig-common-0.0.46/mysql-ifnot-exec.sh 2004-07-06 00:47:12.0 
+0300
+++ wwwconfig-common-patched/mysql-ifnot-exec.sh2006-10-11 
12:54:40.670630536 +0300
@@ -1,5 +1,5 @@
 #!/bin/sh
-# File:mysql-if-exec.sh
+# File:mysql-ifnot-exec.sh
 # Changes:
 #  20010322 Ola Lundqvist [EMAIL PROTECTED]
 #  20011022 Luca De Vitis [EMAIL PROTECTED]
diff -u -r wwwconfig-common-0.0.46/pgsql-if-exec.sh 
wwwconfig-common-patched/pgsql-if-exec.sh
--- wwwconfig-common-0.0.46/pgsql-if-exec.sh2005-10-09 15:16:42.0 
+0300
+++ wwwconfig-common-patched/pgsql-if-exec.sh   2006-10-11 12:54:57.178121016 
+0300
@@ -1,5 +1,5 @@
 #!/bin/sh
-# File:pgsql-exec.sh
+# File:pgsql-if-exec.sh
 # Changes:
 #  20010322 Ola Lundqvist [EMAIL PROTECTED]
 #  20011022 Luca De Vitis [EMAIL PROTECTED]
diff -u -r wwwconfig-common-0.0.46/pgsql-ifnot-exec.sh 
wwwconfig-common-patched/pgsql-ifnot-exec.sh
--- wwwconfig-common-0.0.46/pgsql-ifnot-exec.sh 2005-10-09 15:16:42.0 
+0300
+++ wwwconfig-common-patched/pgsql-ifnot-exec.sh2006-10-11 
12:55:06.111762896 +0300
@@ -1,5 +1,5 @@
 #!/bin/sh
-# File:pgsql-exec.sh
+# File:pgsql-ifnot-exec.sh
 # Changes:
 #  20010322 Ola Lundqvist [EMAIL PROTECTED]
 #  20011022 Luca De Vitis [EMAIL PROTECTED]
diff -u -r wwwconfig-common-0.0.46/pgsql-nextsysid.get 
wwwconfig-common-patched/pgsql-nextsysid.get
--- 

Bug#392224: Consider usage of clamav-milter with Debian Etch Postfix

2006-10-11 Thread Stephen Gran
This one time, at band camp, Nigel Horne said:
 The latest .../clamav-milter/INSTALL, which is to be found in CVS, includes
 draft documentation on integrating clamav-milter with Postfix. You may wish
 to refer to that, and to suggest changes as well.

Thanks for the pointer.  It looks good to me, but as I say, I have never
tried to run postfix with a milter.

Thanks again,
-- 
 -
|   ,''`.Stephen Gran |
|  : :' :[EMAIL PROTECTED] |
|  `. `'Debian user, admin, and developer |
|`- http://www.debian.org |
 -


signature.asc
Description: Digital signature


Bug#392335: texlive-latex-recommended: prosper suggested but not installabel

2006-10-11 Thread Benjamin Leipold
Package: texlive-latex-recommended
Version: 2005.dfsg.1-1
Severity: normal

texlive-latex-recommended suggests prosper but prosper depends on tetex-bin and
tetex-extra which themselves seems to conflict with texlive.


-- Package-specific info:
If you report an error when running one of the TeX-related binaries 
(latex, pdftex, metafont,...), or if the bug is related to bad or wrong
output, please include a MINIMAL example input file that produces the
error in your report. Don't forget to also include minimal examples of
other files that are needed, e.g. bibtex databases. Often it also helps
to include the logfile. Please, never send included pictures!

If your example file isn't short or produces more than one page of
output (except when multiple pages are needed to show the problem),
you can probably minimize it further. Instructions on how to do that
can be found at

http://www.latex-einfuehrung.de/mini-en.html (english)

or 

http://www.latex-einfuehrung.de/mini.html (german)

##
minimal input file


##
other files

##
 List of ls-R files

-rw-r--r-- 1 root root 1022 2006-10-09 21:19 /var/lib/texmf/ls-R
lrwxrwxrwx 1 root staff 25 2005-10-28 21:24 /usr/local/share/texmf/ls-R - 
/var/lib/texmf/ls-R-LOCAL
lrwxrwxrwx 1 root root 29 2006-10-11 00:43 /usr/share/texmf/ls-R - 
/var/lib/texmf/ls-R-TEXMFMAIN
lrwxrwxrwx 1 root root 27 2006-10-07 14:22 /usr/share/texmf-texlive/ls-R - 
/var/lib/texmf/ls-R-TEXLIVE
lrwxrwxrwx 1 root root 27 2006-10-07 14:22 /usr/share/texmf-texlive/ls-R - 
/var/lib/texmf/ls-R-TEXLIVE
##
 Config files
lrwxrwxrwx 1 root root 20 2006-10-11 00:43 /usr/share/texmf/web2c/texmf.cnf - 
/etc/texmf/texmf.cnf
-rw-r--r-- 1 root root 5957 2006-10-11 00:45 /var/lib/texmf/web2c/fmtutil.cnf
-rw-r--r-- 1 root root 9904 2006-10-11 00:45 /var/lib/texmf/web2c/updmap.cfg
-rw-r--r-- 1 root root 4649 2006-10-11 00:45 
/var/lib/texmf/tex/generic/config/language.dat

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-1
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages texlive-latex-recommended depends on:
ii  texlive-common 2005.dfsg.1-1 TeX Live: Base component
ii  texlive-latex-base 2005.dfsg.1-1 TeX Live: Basic LaTeX packages

Versions of packages texlive-latex-recommended recommends:
pn  prosper   none (no description available)

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#392334: console-data: On MacBookPro german keyboard the ^ and keys are interchanged

2006-10-11 Thread Helmar Gerloni
Package: console-data
Version: 2:1.0-5
Severity: normal
Tags: patch l10n

On the MacBookPro german keyboard the '^/°' and '' keys are interchanged
(see also
http://gentoo-wiki.com/HARDWARE_Apple_MacBook#Linux_Console_Keymap). The
following modification fixes this (simply exchange the number 86 with
41 and vice versa in mac-ibook-de):

$ diff --unified mac-ibook-de.kmap mac-macbookpro-de.kmap
--- mac-ibook-de.kmap   2006-10-11 11:21:17.0 +0200
+++ mac-macbookpro-de.kmap  2006-10-11 11:24:29.0 +0200
@@ -90,8 +90,8 @@
 keycode  38 = +l+Lat
 keycode  39 = +odiaeresis   +Odiaeresis
 keycode  40 = +adiaeresis   +Adiaeresis
-keycode  41 = asciicircum  degree   Meta_asciicircum 
Control_asciicircum
-   control alt keycode  41 = Meta_Control_asciicircum
+keycode  86 = asciicircum  degree   Meta_asciicircum 
Control_asciicircum
+   control alt keycode  86 = Meta_Control_asciicircum
 keycode  42 = Shift
 keycode  43 = numbersign   apostrophe
alt keycode  43 = Meta_numbersign
@@ -195,10 +195,10 @@
control alt keycode  83 = Boot
 keycode  84 = Last_Console
 keycode  85 =
-keycode  86 = less greater  bar
-   alt keycode  86 = Meta_less
-   shift   alt keycode  86 = Meta_greater
-   altgr   alt keycode  86 = Meta_bar
+keycode  41 = less greater  bar
+   alt keycode  41 = Meta_less
+   shift   alt keycode  41 = Meta_greater
+   altgr   alt keycode  41 = Meta_bar
 keycode  87 = F11  F23  Console_23   F35
alt keycode  87 = Console_11
control alt keycode  87 = Console_11

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8) (ignored: 
LC_ALL set to de_DE.UTF-8)

Versions of packages console-data depends on:
ii  debconf [debconf-2.0] 1.5.6  Debian configuration management 
sy

Versions of packages console-data recommends:
ii  console-common 0.7.62Basic infrastructure for text 
cons
ii  console-tools  1:0.2.3dbs-65 Linux console and font utilities

-- debconf information:
  console-data/keymap/qwertz/german/standard/keymap:
  console-data/keymap/qwerty/estonian/standard/keymap:
  console-data/keymap/qwertz/german/apple_usb/keymap:
  console-data/keymap/qwertz/swiss/german/keymap:
  console-data/keymap/qwerty/swedish/variant:
  console-data/keymap/qwertz/serbian/standard/keymap:
  console-data/keymap/qwertz/serbian/variant:
  console-data/keymap/template/layout:
  console-data/keymap/qwerty/layout:
  console-data/keymap/azerty/layout:
  console-data/keymap/azerty/french/variant:
  console-data/keymap/qwerty/lithuanian/standard/keymap:
  console-data/keymap/qwerty/finnish/variant:
  console-data/keymap/qwerty/thai/standard/keymap:
  console-data/keymap/qwertz/czech/variant:
  console-data/keymap/qwerty/portugese/standard/keymap:
  console-data/keymap/fggiod/turkish/standard/keymap:
  console-data/keymap/qwerty/russian/standard/keymap:
  console-data/keymap/qwerty/swedish/apple_usb/keymap:
  console-data/keymap/family: qwerty
  console-data/keymap/qwerty/brazilian/br-latin1/keymap:
  console-data/keymap/qwerty/estonian/variant:
  console-data/keymap/qwertz/swiss/french/keymap:
  console-data/keymap/dvorak/layout:
  console-data/keymap/qwerty/romanian/standard/keymap:
  console-data/keymap/qwerty/finnish/apple_usb/keymap:
  console-data/keymap/qwertz/swiss/variant:
  console-data/keymap/qwerty/norwegian/variant:
  console-data/keymap/qwerty/slovak/variant:
  console-data/keymap/qwerty/canadian/french/keymap:
  console-data/keymap/qwerty/hungarian/variant:
  console-data/keymap/qwerty/macedonian/variant:
  console-data/keymap/qwertz/german/variant:
  console-data/keymap/azerty/belgian/apple_usb/keymap:
  console-data/keymap/qwerty/brazilian/standard/keymap:
  console-data/keymap/qwertz/slovene/standard/keymap:
  console-data/keymap/qwerty/british/variant:
  console-data/keymap/qwerty/ukrainian/variant:
  console-data/keymap/azerty/french/with_euro__latin_9_/keymap:
  console-data/keymap/qwerty/icelandic/standard/keymap:
  console-data/keymap/qwerty/british/apple_usb/keymap:
  console-data/keymap/qwertz/slovak/variant:
  console-data/keymap/qwerty/bulgarian/standard/keymap:
  console-data/keymap/qwerty/czech/standard/keymap:
  console-data/keymap/qwerty/latvian/standard/keymap:
  console-data/keymap/qwerty/latin_american/variant:
  console-data/keymap/qwerty/spanish/apple_usb/keymap:
  console-data/keymap/dvorak/unknown/right_single-handed/keymap:
  console-data/keymap/qwerty/us_american/apple_usb/keymap:
  console-data/keymap/powerpcadb:
  console-data/keymap/qwerty/serbian/variant:
  

Bug#392195: tetex-bin: Lots of access to nonexistent /share/* files

2006-10-11 Thread Frank Küster
Frank Küster [EMAIL PROTECTED] wrote:

 I've tried to dig into kpathsea as this seems to be involved in
 some search path, but it's not documented, and it's not clear where
 it's specified and how to change it.  (I note the information below
 suggests it's not installed, but I actually have 3.0-19; don't know
 why it appears as 'pn'...)

 I hope it's simply a documentation fix that's required.  RTFM didn't
 work for me.
[...]
 Or even simpler, since everything is there three times, simply

 TEXMFCNF = $TETEXDIR;$TEXMF/web2c;@web2c@

 (The last duplication, one based on $TEXMF, and the empty TETEXDIR might
 serve have a purpose for some users, better keep them in)

I've built a package with that change.  Tony, would you please test
whether this helps?  I'm not even sure whether it's sufficient to
change libkpathsea4, or you also need tetex-bin.  And of course during
the upgrade, some old executables will also be used in the maintainer
scripts, so you can't expect it to be completely quiet.

The packages are at 

http://people.debian.org/~frank/libkpathsea4_3.0-22~1_i386.deb
http://people.debian.org/~frank/tetex-bin_3.0-22~1_i386.deb

Regards, Frank
-- 
Dr. Frank Küster
Single Molecule Spectroscopy, Protein Folding @ Inst. f. Biochemie, Univ. Zürich
Debian Developer (teTeX/TeXLive)



Bug#392337: ITP: festival-gaim - plugin for gaim which enables text-to-speech output of conversations using festival

2006-10-11 Thread Varun Hiremath
Package: wnppSeverity: wishlist* Package name : festival-gaim Version : 1.1 Upstream Author : 
	Nathan Fredrickson, 
	Rishi Sharma, 
	Sandino Flores Moreno* URL or Web page : http://sourceforge.net/projects/festival-gaim

 * License : GPL Description: plugin for gaim which enables text-to-speech output of conversations using festival A plugin for gaim that interfaces with the popular program
festival. It allows for instant messages to be spoken by festival so
you can hear it thru your speakers. 
		-- Varun HiremathUndergraduate Student,Aerospace Engg. Department,Indian Institute of Technology Madras,Chennai, Indiaweb page : 
http://www.ae.iitm.ac.in/~ae03b032



Bug#392335: texlive-latex-recommended: prosper suggested but not installabel

2006-10-11 Thread Norbert Preining
reassign 392335 prosper
priority 392335 wishlist
merge 392335 349670
thanks

Hi Benjamin!

On Mit, 11 Okt 2006, Benjamin Leipold wrote:
 texlive-latex-recommended suggests prosper but prosper depends on tetex-bin 
 and
 tetex-extra which themselves seems to conflict with texlive.

Yes. But please note that the suggest is:
Suggests: prosper ( 1.00.4+cvs.2004.03.29-2)
so on a version which is NOT present in the archive!!! This is allowed
for suggests!

We have filed bug #349670 to add an alternative dependency on prosper.

I reassigned and merged this bug with the wishlist bug from prosper.

As long as this bug is not fixed, we cannot do anything against it.

What you can do is get an INOFFICIAL -2.1 from
deb http://www.tug.org/texlive/Debian/ updpkg/
but I don't guarantee anything.

Best wishes

Norbert

---
Dr. Norbert Preining [EMAIL PROTECTED]Università di Siena
Debian Developer [EMAIL PROTECTED] Debian TeX Group
gpg DSA: 0x09C5B094  fp: 14DF 2E6C 0307 BE6D AD76  A9C0 D2BF 4AA3 09C5 B094
---
LULWORTH (n.)
Measure of conversation. A lulworth defines the amount of the length,
loudness and embarrassment of a statement you make when everyone else
in the room unaccountably stops talking at the same time.
--- Douglas Adams, The Meaning of Liff


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#380087: Please test the latest unstable package

2006-10-11 Thread Matthieu Moy
 If you can please try to reproduce this bug on the latest unstable
 package.

The bug was not deterministically reproducible, so just close the bug,
and I'll reopen if it happens again.

Thanks,

-- 
Matthieu


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#341481: mrxvt: -bl (borderless) option doesn't work

2006-10-11 Thread Jonathan Black

On Mon, 9 Oct 2006, Jan Christoph Nordholz wrote:


could you confirm that the bug is gone with the new version
of mrxvt (0.5.2-1, should enter unstable tonight)? The
relevant code passage now reads:

  3050 void
  3051 rxvt_set_borderless( rxvt_t *r )
  3052 {
  3053 Atomprop;
  3054 CARD32  hints;  /* KDE/GNOME hints */
  3055 MWMHintsmwmhints;   /* Motif hints */
  3056
  3057 hints = (CARD32) 0;
  3058 mwmhints.flags = MWM_HINTS_DECORATIONS;
  3059 mwmhints.decorations = 0;


Yes, thanks for uploading the new version, it works now -- at least, it 
works on i386.


At the time I had not been testing on anything other than i386, but I 
happen to notice now, that the borderless option still doesn't work on 
amd64, neither in 0.4.2 with the patch I mentioned when submitting this 
bug, nor in 0.5.2.


I just tried compiling mrxvt on FreeBSD, both on a 32-bit and on a 
64-bit system, and there too the borderless option worked on the former, 
but not on the latter. It seems that something about the way this option 
is implemented is not 64-bit safe.


Greetings,
--
jonathaN


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#392336: vim overwrites vim-doc fails to install

2006-10-11 Thread Ariel
Package: vim
Version: 1:7.0-094+1
Severity: important

Preparing to replace vim 1:6.3-071+1sarge1 (using 
.../vim_1%3a7.0-094+1_i386.de$Unpacking replacement vim ...
dpkg: error processing
/var/cache/apt/archives/vim_1%3a7.0-094+1_i386.deb (--unpack):
 trying to overwrite `/usr/share/doc/vim', which is also in package
vim-doc

I uninstalled vim-doc, and vim installed properly. I then reinstalled
vim-doc and all was well. But this should be automatic.

I'm giving this a higher priority because it affects the sarge to etch 
transition.

-Ariel

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.15
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages vim depends on:
ii  libc62.3.6.ds1-4 GNU C Library: Shared libraries
pn  libgpmg1 Not found.
ii  libncurses5  5.5-3   Shared libraries for terminal hand
pn  vim-common   Not found.
pn  vim-runtime  Not found.

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#392338: zsh: update (_invoke-rc.d, _aptitude) and new (_a2utils) completions

2006-10-11 Thread Emmanuel Bouthenot
Package: zsh
Version: 4.3.2-20
Severity: wishlist

Hi,

I've improved completion for invoke-rc.d and aptitude :

 + _invoke-rc.d completion permits to take real options from script you want to 
start and not some predefined options.
 + _aptitude completion permits now to have completion on package names with 
'aptitude show'

I've made a new completion for debian specific apache utils :

 + _a2utils gives completion for a2ensite, a2dissite, a2enmod, a2dismod 
commands.


Scripts are attached to this email, it will be nice to add them in Debian.

regards

E. Bouthenot


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17.4dedibox_r5
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)

Versions of packages zsh depends on:
ii  debconf [debconf-2.0]1.5.6   Debian configuration management sy
ii  libc62.3.6.ds1-6 GNU C Library: Shared libraries
ii  libncurses5  5.5-4   Shared libraries for terminal hand

Versions of packages zsh recommends:
ii  libcap1   1:1.10-14  support for getting/setting POSIX.
ii  libpcre3  6.7-1  Perl 5 Compatible Regular Expressi

-- no debconf information
#compdef invoke-rc.d

local state ret=-1

_arguments -C \
'(- 1 *)--help[display usage help]' \
'--quiet[quiet mode, no error messages displayed]' \
'--try-anyway[try to run script while non-fatal error is detected]' \
'--disclose-deny[return status code 101 instead of 0 if the script action 
is denied]' \
'--query[returns one of the status codes 100-106. Does not run the init 
script]' \
'--no-fallback[ignore any fallback action requests by the policy]' \
'--force[try to run the init script regardless of policy and errors]' \
'1:service:_services' \
'2:service action:-saction' \
'*::arguments _normal' \
 ret=0

case $state in
saction)
case $words[CURRENT-1] in
--*)
;;
*)
actions=($(sed -ne y/|/ /; s/^.*Usage:[ ]*[^ ]*[ 
]*{*\([^}\]*\).*$/\1/p /etc/init.d/$words[CURRENT-1]))
 _wanted actions expl actions compadd $actions
;;
esac
;;
esac

return ret#compdef aptitude

local curcontext=$curcontext state line cmds ret=1

_arguments -C \
  '(- 1 *)'{-h,--help}'[display help information]' \
  '(- 1 *)--version[display version information]' \
  '(-s --simulate)'{-s,--simulate}'[print actions without performing them]' \
  '(-d --download-only)'{-d,--download-only}[just download packages - don't 
install] \
  '(-P --prompt)'{-P,--prompt}'[always display a prompt]' \
  '(-y --assume-yes)'{-y,--assume-yes}'[assume yes answer to questions]' \
  '(-F --display-format)'{-F,--display-format}'[specify output format for 
search command]:format' \
  '(-O --sort)'{-O,--sort}'[specify sort order]:sort order:()' \
  '(-w --width)'{-w,--width}'[specify output width]:width' \
  '-f[aggressivley try to fix dependencies of broken packages]' \
  '(-V --show-versions)'{-V,--show-versions}'[show which versions of packages 
will be installed]' \
  '(-D --show-deps)'{-D,--show-deps}'[show brief explanations of automatic 
installations and removals]' \
  '-Z[show disk space changes for each package]' \
  '(-v --verbose)'{-v,--verbose}'[causes some commands to display extra 
information]' \
  '(--without-recommends)--with-recommends[install recommended packages when 
installing new packages]' \
  '(--without-suggests)--with-suggests[install suggested packages when 
installing new packages]' \
  '(--with-recommends)--without-recommends[ignore recommended packages when 
installing new packages]' \
  '(--with-suggests)--without-suggests[ignore suggested packages when 
installing new packages]' \
  '1: :-cmds' \
  '*: :-args'  ret=0

case $state in
  cmds)
cmds=( ${${(M)${(f)$(LC_ALL=C _call_program commands aptitude -h 
2/dev/null)}:#* - *}/(#b) (*[^ ]) #- (*)/$match[1]:$match[2]:l})

_describe -t commands 'aptitude command' cmds  ret=0
  ;;
  args)
case $line[1] in
  search)
_message -e patterns pattern
  ;;
  download|show)
_deb_packages avail  ret=0
  ;;
  remove|purge|hold)
_deb_packages installed  ret=0
  ;;
  install|markauto|unmarkauto)
_deb_packages uninstalled  ret=0
  ;;
  *)
(( ret ))  _message 'no more arguments'
  ;;
esac
  ;;
esac

return ret
#compdef a2ensite a2dissite a2enmod a2dismod

case $service in
a2ensite)
sites=( /etc/apache2/sites-available/*(:t) )
_wanted sites expl sites compadd $sites
;;
a2dissite)
sites=( /etc/apache2/sites-enabled/*(:t) )
_wanted sites expl sites compadd $sites
;;
a2enmod)
mods=( /etc/apache2/mods-available/*.load(:r:t) )
_wanted mods expl mods 

Bug#391068: merging latx-ucs / texlive bugs

2006-10-11 Thread Norbert Preining
close 391068 2005.dfsg.2-1
merge 391068 388311
thanks

Hi all!

This bug has already been reported as 388311 and I am closing it as the 
2005.dfsg.2-1 version removes the conflict. 

Best wishes

Norbert

---
Dr. Norbert Preining [EMAIL PROTECTED]Università di Siena
Debian Developer [EMAIL PROTECTED] Debian TeX Group
gpg DSA: 0x09C5B094  fp: 14DF 2E6C 0307 BE6D AD76  A9C0 D2BF 4AA3 09C5 B094
---
AYNHO (vb.)
Of waiters, never to have a pen.
--- Douglas Adams, The Meaning of Liff


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#392327: Info received (Bug#392327: Acknowledgement (bogus parse error in template argument list; works with 4.0/4.2))

2006-10-11 Thread Damyan Ivanov
More info :)

Ubuntu version of g++-4.1 compiles the unmodified sample OK.

gcc version 4.1.2 20060928 (prerelease) (Ubuntu 4.1.1-13ubuntu5)



dam
-- 
Damyan Ivanov   Modular Software Systems
[EMAIL PROTECTED]
phone +359(2)928-2611, 929-3993  fax +359(2)920-0994
mobile +359(88)856-6067 [EMAIL PROTECTED]/Gaim



signature.asc
Description: OpenPGP digital signature


Bug#392339: eclipse: FTBFS: Cannot find -lgcjawt

2006-10-11 Thread Daniel Schepler
Package: eclipse
Version: 3.1.2-2
Severity: serious

From my pbuilder build log (on i386 sid):

...
 [exec] gcc -O2 -Wall -DSWT_VERSION=3139  -DLINUX -DGTK 
-I/usr/lib/jvm/java-gcj/include -I/usr/lib/jvm/java-gcj/include/linux -fpic
-c -o swt_awt.o swt_awt.c
 [exec] gcc -L/usr/lib/jvm/java-gcj/jre/bin -lgcjawt -shared -s -o 
libswt-awt-gtk-3139.so swt_awt.o
 [exec] /usr/bin/ld: cannot find -lgcjawt
 [exec] collect2: ld returned 1 exit status
 [exec] make[1]: *** [libswt-awt-gtk-3139.so] Error 1
 [exec] make[1]: Leaving directory 
`/tmp/buildd/eclipse-3.1.2/source-tree/swttmp'

BUILD FAILED
/tmp/buildd/eclipse-3.1.2/source-tree/build.xml:54: exec returned: 2

Total time: 14 minutes 15 seconds
make: *** [build-java-stamp] Error 1
-- 
Daniel Schepler



Bug#392183: [Pkg-bluetooth-maintainers] Bug#392199: pybluez: FTBFS (amd64): expected specifier-qualifier-list before 'sdp_session_t'

2006-10-11 Thread Filippo Giunchedi
Hi,

On Tue, Oct 10, 2006 at 07:55:18PM +0200, Andreas Jochens wrote:
 Package: pybluez
 Version: 0.7.1-3
 Severity: serious
 Tags: patch
 
 When building 'pybluez' on unstable, I get the following error:
 
 bluez/btmodule.c:2414: error: 'PySocketSockObject' has no member named 
 'sdp_session'
 bluez/btmodule.c:2416: error: 'PySocketSockObject' has no member named 
 'sdp_session'
 bluez/btmodule.c:2418: error: 'PySocketSockObject' has no member named 
 'sdp_session'
 error: command 'gcc' failed with exit status 1
 make: *** [build-stamp] Error 1

this should be fixed in pybluez 0.9.1 which is going to hit unstable ASAP

thanks for your report,
filippo
--
Filippo Giunchedi - http://esaurito.net
PGP key: 0x6B79D401
random quote follows:

How do you feel about women's rights? I like either side of them.
-- Groucho Marx


signature.asc
Description: Digital signature


Bug#392325: [pkg-ntp-maintainers] Bug#392325: /etc/default/ntpdate should only contain configuration options

2006-10-11 Thread Peter Eisentraut
Am Mittwoch, 11. Oktober 2006 11:33 schrieb Stefanos Harhalakis:
 /etc/default/ntpdate tries to read /etc/ntp.conf. I believe that this
 should be done from the startup script insted of /etc/default/ntpdate.
 The current approach requires most users to update their
 /etc/default/ntpdate after some upgrades.

Yeah, I too have become increasingly unhappy with the amount of programming 
that now goes on in /etc/default/ntpdate.  I'm working on a solution that 
will cut down on that.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#392106: mocp consumes too much memory if playing many hours

2006-10-11 Thread DaVinci
El miércoles 11 de octubre, Elimar Riesebieter escribió:
 On Wed, 11 Oct 2006 the mental interface of
 DaVinci told:
 
 [...]
  I have not tryed. I'll see it playing a gigantic list. But I want to
  know: do you all experience a constant used memory increment when
  running moc?
 
 Running mocp for more than 1 hour with a playlist of about 400 titles:
 
  PID USER  PR  NI  VIRT  RES  SHR S %CPU %MEMTIME+  COMMAND
 7127 riesebie  15   0 75560 7936 3144 S  2.0  1.0   1:21.74 mocp

 Great test. Now I have found something new. If I use moc with mp3 or
 wav files, memory use is stable, like yours, but when I play flac files
 the problem with raising memory use appears.

 Perhaps a question of interfacing with flac library?

 Greets.

David




Bug#392341: Accounting period is ignored.

2006-10-11 Thread Drew Parsons
Package: gnucash
Version: 2.0.2-1
Severity: normal

My accounting period is 1 July - 30 June, so
I want to be able to review my transactions for 1/7/05-30/6/06.
I can set this accounting period in Preferences.

Every report, however, still only comes up from the beginning of the
calendar year, 1 January to today.  On some reports (e.g. Transaction
Report) I can reset the dates using the report's options, but
shouldn't the default have been what was already set in Preferences as
the Accounting Period?  It seems that the Accounting Period is simply
ignored.

Thanks, and apologies in advance if I misunderstood what gnucash is
supposed to be doing.

Drew

p.s. as an additional suggestion, it would be nice if the Preference's
Accounting Period had a relative period set to specific days (1
July-30 June in my case) so that the year did not have to be reset
each year.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (990, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.6.18
Locale: LANG=en_AU.UTF-8, LC_CTYPE=en_AU.UTF-8 (charmap=UTF-8)

Versions of packages gnucash depends on:
ii  g-wrap 1.9.6-3.1 scripting interface generator for 
ii  gconf2 2.14.0-4  GNOME configuration database syste
ii  gnucash-common 2.0.2-1   A personal finance tracking progra
ii  guile-1.6-libs 1.6.8-5   Main Guile libraries
ii  guile-1.6-slib 1.6.8-5   Guile SLIB support
ii  guile-g-wrap   1.9.6-3.1 scripting interface generator for 
ii  libart-2.0-2   2.3.17-1  Library of functions for 2D graphi
ii  libatk1.0-01.12.3-1  The ATK accessibility toolkit
ii  libaudiofile0  0.2.6-6   Open-source version of SGI's audio
ii  libavahi-client3   0.6.14-1  Avahi client library
ii  libavahi-common3   0.6.14-1  Avahi common library
ii  libavahi-glib1 0.6.14-1  Avahi glib integration library
ii  libbonobo2-0   2.14.0-2  Bonobo CORBA interfaces library
ii  libbonoboui2-0 2.14.0-5  The Bonobo UI library
ii  libc6  2.3.6.ds1-6   GNU C Library: Shared libraries
ii  libcairo2  1.2.4-1   The Cairo 2D vector graphics libra
ii  libcrypt-ssleay-perl   0.51-5Support for https protocol in LWP
ii  libdate-manip-perl 5.44-3a perl library for manipulating da
ii  libdbus-1-30.93-1simple interprocess messaging syst
ii  libesd00.2.36-3  Enlightened Sound Daemon - Shared 
ii  libffi44.1.1-16  Foreign Function Interface library
ii  libfinance-quote-perl  1.11-0.1  Perl module for retrieving stock q
ii  libfontconfig1 2.4.1-2   generic font configuration library
ii  libfreetype6   2.2.1-5   FreeType 2 font engine, shared lib
ii  libgconf2-42.14.0-4  GNOME configuration database syste
ii  libgcrypt111.2.3-2   LGPL Crypto library - runtime libr
ii  libglade2-01:2.6.0-2 library to load .glade files at ru
ii  libglib2.0-0   2.12.4-1  The GLib library of C routines
ii  libgnome-keyring0  0.4.9-1   GNOME keyring services library
ii  libgnome2-02.14.1-3  The GNOME 2 library - runtime file
ii  libgnomecanvas2-0  2.14.0-2  A powerful object-oriented display
ii  libgnomeprint2.2-0 2.12.1-6  The GNOME 2.2 print architecture -
ii  libgnomeprintui2.2-0   2.12.1-4  GNOME 2.2 print architecture User 
ii  libgnomeui-0   2.14.1-2  The GNOME 2 libraries (User Interf
ii  libgnomevfs2-0 2.14.2-2+b1   GNOME virtual file-system (runtime
ii  libgnutls131.4.4-1   the GNU TLS library - runtime libr
ii  libgoffice-1-2 0.2.1-4   Document centric objects library -
ii  libgpg-error0  1.4-1 library for common error values an
ii  libgsf-1-114   1.14.2-1  Structured File Library - runtime 
ii  libgsf-gnome-1-114 1.14.2-1  Structured File Library - runtime 
ii  libgtk2.0-02.8.20-2  The GTK+ graphical user interface 
ii  libgtkhtml3.8-15   3.10.3-1  HTML rendering/editing library - r
ii  libguile-ltdl-11.6.8-5   Guile's patched version of libtool
ii  libgwrap-runtime0  1.9.6-3.1 scripting interface generator for 
ii  libice61:1.0.1-2 X11 Inter-Client Exchange library
ii  libjpeg62  6b-13 The Independent JPEG Group's JPEG 
ii  libltdl3   1.5.22-4  A system independent dlopen wrappe
ii  libofx31:0.8.2-2 library to support Open Financial 
ii  liborbit2  1:2.14.0-2libraries for 

Bug#391104: Another patchset for rus-ispell

2006-10-11 Thread Agustin Martin
On Tue, Oct 10, 2006 at 08:30:27PM +0300, Martin-Éric Racine wrote:
 On Tue, October 10, 2006 17:10, Stanislav Maslovski wrote:
  Look for the corrected package here http://users.tkk.fi/~stas/rus-ispell/
 
 Many thanks for your help! I'll review the patches and attempt a build
 tonight. If everything looks good, I'll upload immediately after.

Hi,

In case you still could not do this I am attaching a patch against current
version in unstable including Stanislav patches and a couple more fixes,

-- 
Agustin
diff -u rus-ispell-0.99g3/debian/changelog rus-ispell-0.99g3/debian/changelog
--- rus-ispell-0.99g3/debian/changelog
+++ rus-ispell-0.99g3/debian/changelog
@@ -1,3 +1,16 @@
+rus-ispell (0.99g3-1.amd.1) unstable; urgency=low
+
+  * debian/rules:
+- Use ispell wordlist for aspell wordlist (closes: #386577)
+- Sort aspell wordlist as expected by aspell.
+- Remove yo_subst.koi in clean target.
+  * russian.aff.koi:
+- Fix buggy rule. Patch by Stanislav Maslovski (closes: #385403, #391856)
+  * debian/aspell-ru.links.
+- Added new file, thanks to Stanislav Maslovski.
+
+ -- Agustin Martin Domingo [EMAIL PROTECTED]  Wed, 11 Oct 2006 13:25:22 +0200
+
 rus-ispell (0.99g3-1) unstable; urgency=low
 
   * New upstream release.
diff -u rus-ispell-0.99g3/debian/rules rus-ispell-0.99g3/debian/rules
--- rus-ispell-0.99g3/debian/rules
+++ rus-ispell-0.99g3/debian/rules
@@ -26,8 +26,7 @@
## Generate aspell dictionary.
# build-depends on aspell because of prezip.
cp $(LANG_COUNTRY).aff $(DICT_LANG)_affix.dat
-   cp $(LANG_COUNTRY).dic $(DICT_LANG).wl
-   prezip $(DICT_LANG).wl
+   cat $(ILANGUAGE).dict | LC_COLLATE=C sort -u | prezip  $(DICT_LANG).cwl
gzip $(DICT_LANG).cwl
touch $(DICT_LANG).rws
touch $(DICT_LANG).compat
@@ -36,7 +35,7 @@
 
 clean::
# Clean ispell files.
-   rm -f *.cnt *.hash *.stat
+   rm -f *.cnt *.hash *.stat yo_subst.koi
# Also delete aff and dict, since we build them here.
rm -f $(ILANGUAGE).aff $(ILANGUAGE).dict
# Clean myspell files.
only in patch2:
unchanged:
--- rus-ispell-0.99g3.orig/debian/aspell-ru.links
+++ rus-ispell-0.99g3/debian/aspell-ru.links
@@ -0,0 +1,2 @@
+/var/lib/aspell/ru.rws /usr/lib/aspell/ru.rws
+/var/lib/aspell/ru.compat /usr/lib/aspell/ru.compat
only in patch2:
unchanged:
--- rus-ispell-0.99g3.orig/russian.aff.koi
+++ rus-ispell-0.99g3/russian.aff.koi
@@ -111,7 +111,7 @@
 ó ô é ó ø -óôéóø,ìïóø # ÐÌÅÓÔÉÓØ  ÐÌÅÌÏÓØ
 ó ô é ó ø -óôéóø,ìéóø # ÐÌÅÓÔÉÓØ  ÐÌÅÌÉÓØ
 #
-#yú ô é   -åúôé,³ú# ×ÅÚÔÉ  ×£Ú
+#yå ú ô é -åúôé,³ú# ×ÅÚÔÉ  ×£Ú
 #eú ô é   -úôé,ú  #
 ú ô é -ôé,ìá  # ×ÅÚÔÉ  ×ÅÚÌÁ
 ú ô é -ôé,ìé  # ×ÅÚÔÉ  ×ÅÚÌÉ


Bug#392342: wodim: Fails to append session to a multisession disk started with cdrecord

2006-10-11 Thread Martin Vlk
Package: wodim
Version: 5:1.0~pre4-1.1
Severity: normal

I have several multisession CDs started with cdrecord. I have migrated
to wodin on my system and now I am not able to append more sessions to
those CDs.
I use the k3b frontend and it does find the previous sessions on the CD.
Only when I try to write a new session I get the following messages (not
exactly - translated form my language):
Looking for previous sessions.
Could not get multisession data from the disk.
The disk is either empty or not appendable.

k3b debug output follows:
System
---
K3b Version: 0.12.17

KDE Version: 3.5.4
QT Version:  3.3.6
Kernel:  2.6.18-1-686
Devices
---
MATSHITA UJDA720 DVD/CDRW 1.00 (/dev/hdc, ) at /media/cdrom0 [CD-R;
CD-RW; CD-ROM; DVD-ROM; DVD-RAM] [DVD-ROM; DVD-RAM; CD-ROM; CD-R; CD-RW]
[SAO; TAO; RAW; SAO/R96P; SAO/R96R; RAW/R96R]

msinfo
---
Warning: This version of libscg has not been configured via the standard
autoconfiguration method of the Schily makefile system. There is a high
risk
that the code is not configured correctly and for this reason will not
behave
as expected.
172178,187128

msinfo command:
---
/usr/bin/X11/wodim dev=/dev/hdc -msinfo 

Any ideas appreciated.
Thanks, Martin

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (900, 'testing'), (800, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-1-686
Locale: LANG=cs_CZ.UTF-8, LC_CTYPE=cs_CZ.UTF-8 (charmap=UTF-8)

Versions of packages wodim depends on:
ii  libc62.3.6.ds1-4 GNU C Library: Shared libraries
ii  libcap1  1:1.10-14   support for getting/setting POSIX.

Versions of packages wodim recommends:
ii  mkisofs   5:1.0~pre4-1.1 Creates ISO-9660 CD-ROM filesystem

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



  1   2   3   4   >