Bug#503856: libwxbase2.8-dev: ODBC and OpenGL support

2009-08-07 Thread Ryan Niebur
wx is built with opengl support. I don't think it's currently built
with ODBC, tho. Do you still want this? if so, I will look into it.

-- 
_
Ryan Niebur
ryanrya...@gmail.com


signature.asc
Description: Digital signature


Bug#470894: grub-installer: user parameters are not added to grub.cfg for grub2

2009-08-07 Thread Felix Zielcke
Am Dienstag, den 04.08.2009, 11:45 +0200 schrieb Felix Zielcke:
 bts tag 470894 patch
 thanks
 Am Freitag, den 31.07.2009, 10:25 +0200 schrieb Felix Zielcke:
  Am Donnerstag, den 11.06.2009, 15:03 +0100 schrieb Colin Watson:
   If you, and others on this list, agree with that claim, then we can
   simply go ahead and have grub-installer edit /etc/default/grub to
   insert
   the output of user-params, on the condition that the default text -
   i.e.
   what you get if you just press enter at the boot: prompt - is
   character-for-character the same as what's in the conffile shipped in
   the grub-pc package. However, if you disagree, then I think it will be
   necessary to convert grub-pc (and I suppose the other grub-* binary
   packages) to manage /etc/default/grub using ucf. 
  
  Now that we use ucf for it, it should be easy to implement for someone
  who knows sed.
  Which I don't unfortunately, so I don't know how to do it.
  
  Should there be then a check for the version with ucf in case people
  install lenny with current grub-installer to be real policy compliant?
  In that case the version would be 1.96+20090611-1.
 
 
 Here's now a patch which does it without a version check.
 

I suggest to change the sed expression to
s!^GRUB_CMDLINE_LINUX=\\?\([^\]*\)\\?!GRUB_CMDLINE_LINUX=\\1 xyz\!
because in lenny we just have GRUB_CMDLINE_LINUX= in /etc/defaul/grub
or does someone have a better one?

-- 
Felix Zielcke
Proud Debian Maintainer




-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#540310: pstoimg is missing?

2009-08-07 Thread Anne C. Hanna
Package: latex2html
Version: 2008-1

Sometime after August 1 I started noticing that a script I use that runs pstoimg
was reporting pstoimg: command not found.  Poking around I discovered that it
indeed seems to no longer be installed on my system.  As I understand it this
command is ordinarily provided by the package latex2html, which I currently have
installed at version 2008-1.

Downgrading to version 2002-2-1-20050 restores pstoimg to full working order.

I don't see anything obvious in the changelog explaining this disappearance, but
perhaps I just don't know where to look.  Has there been some change in the
package philosophy that I'm not seeing?  Is there something else I should be
using instead?

 - Anne C. Hanna



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#540311: show something to ponder while filesystem checking

2009-08-07 Thread jidanni
Package: initscripts
Version: 2.87dsf-2
Severity: wishlist
File: /etc/init.d/checkfs.sh
X-debbugs-Cc: debian-de...@lists.debian.org

I have an idea. Every few days when booting we encounter a file system
check, which takes several minutes. We sit there, helpless,
unable to issue any command. All we can do is watch the progress marker.

Now being high powered Computer Pros (not me though), we ought to have
something smart put there on the screen for us to ponder as the check
proceeds. (No ads or fortune messages though please.)

Then it dawned on me, we sit there wondering it says it is checking
/dev/hda6. What disk of mine is that that is taking so long? /home?
/usr? OK, then tell us.

Sure, we can see on the screen that
it is /dev/hda6 etc. But our hands are tied, we cannot do
$ grep /dev/hda6 /etc/fstab
or any other command at this point, and even if we could,
/etc/fstab might have it listed as /dev/disk/by-id/... etc. and not
/dev/hda6. Therefore I'm proposing that just like you say
Checking root file system, before checking it, you also say what the
other file systems you are checking refer to.

Here is the log of what we see.

# cat /var/log/boot
Fri Aug  7 12:53:17 2009: Checking root file system...fsck from util-linux-ng 
2.16
Fri Aug  7 12:53:17 2009: /dev/hda1: clean, 16109/81280 files, 239546/325048 
blocks
Fri Aug  7 12:53:17 2009: done.
Fri Aug  7 12:53:17 2009: Cleaning up ifupdown
Fri Aug  7 12:53:17 2009: Loading kernel modules...done.
Fri Aug  7 12:53:17 2009: Checking file systems...fsck from util-linux-ng 2.16
Fri Aug  7 12:53:17 2009: /dev/hda6 has been mounted 35 times without being 
checked, check forced.
Fri Aug  7 12:53:17 2009: \002/dev/hda6: 44085/542720 files (14.7% 
non-contiguous), 3993396/4339408 blocks
Fri Aug  7 12:53:17 2009: /dev/hda7: clean, 12120/678912 files, 3955626/5428048 
blocks (check in 5 mounts)
Fri Aug  7 12:53:17 2009: /dev/hda8: clean, 114339/814400 files, 587051/1627282 
blocks (check in 3 mounts)
Fri Aug  7 12:53:17 2009: /dev/hda9: clean, 218558/950272 files, 
1103243/1899442 blocks
Fri Aug  7 12:53:17 2009: /dev/hda10: clean, 1839/490560 files, 1298458/1959922 
blocks

I notice a problem with these logs too, one needs to look at the kernel
times to realize that I stood there helplessly wondering 192-11=181
seconds. Hey, that's three whole minutes of Ph. D. time (not me
though)... let's be sure they are pondering something better than 'which
filesystem is /dev/hda6?'. And Ph. D.s don't keep hardcopy of previous
mount(8) output.

# cat /var/log/kern.log
Aug  7 12:53:21 jidanni2 kernel: [   12.450865] EXT3 FS on hda1, internal 
journal
Aug  7 12:53:21 jidanni2 kernel: [  192.161015] kjournald starting.  Commit 
interval 333 seconds
Aug  7 12:53:21 jidanni2 kernel: [  192.161323] EXT3 FS on hda6, internal 
journal

OK, now I can find the answer to the mystery:
# mount|grep /dev/hda6
/dev/hda6 on /home type ext3 (rw,commit=333)

Perhaps also mention some df(1) stats for us to think about while we are
sitting there. OK, I mean fdisk stats as it is not mounted yet.



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#540251: totally confusing errors on install

2009-08-07 Thread Petter Reinholdtsen
[Goswin von Brederlow]
 Looks like some packages just aren't ready yet:

Are the packages owning these script actually installed?  apt-file
search /etc/init.d/raid2 report no package in unstable.  I suspect
all of them are obsolete.  I know at least libdevmapper1.01 and lvm is
obsolete.  Do not know anything about raid2 and dhcp.

Happy hacking,
-- 
Petter Reinholdtsen




-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#540312: Dotty generated PS file are broken

2009-08-07 Thread rixed
Package: graphviz
Version: 2.20.2-3

Take a simlpe dot file, for instance :

$ cat  simple.dot EOF
strict digraph test {
titi - toto
}
EOF

then run dotty :

$ dotty simple.dot

then right click, select print graph, then file, then
a filename and any combination of format and orientation.
Then go check your PS file with for instance gv.

GV will display the graph then blank it immediatly.

When printing, the page is blank.
One converted to pdf, xpdf on it behaves like gv on
the postscript (display then erase).

The easy workaround is to use dot with -Tps instead.
Notice that the outputed PS file is completely different from
the one generated from dotty.

I suggest removing the print graph option alltogether from dotty :-)




-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#540147: bug #540147 metapixel Uninstalable: depends on libungif4g which has been removed

2009-08-07 Thread Jean-Luc Coulon (f5ibh)
Hi Peter,

Le 07/08/2009 05:17:09, peter green a écrit :

Package: metapixel
Version: 1.9.2-5
This looks like a typo, can you confirm/deny that you mean 1.0.2-5?

Yes, sorry. 9 is just near 0 on the keyboard :/


[jean-...@tangerine] % apt-cache policy metapixel
metapixel:
  Installé : (aucun)
  Candidat : 1.0.2-5
 Table de version :
 1.0.2-5 0
900 ftp://ftp.fr.debian.org sid/main Packages


Regards

Jean-Luc


pgptT1mXDgREy.pgp
Description: PGP signature


Bug#540313: errors if dbus is not installed

2009-08-07 Thread martin f krafft
Package: hplip
Version: 2.8.6.b-4
Severity: normal

I have started to see these log messages on my headless print
server:

  vizier HP_LaserJet_3052?ip=192.168.14.65: prnt/backend/hp.c 528: dBus 
Connection Error (Failed to connect to socket /var/run/dbus/system_bus_socket: 
No such file or directory)!
  vizier HP_LaserJet_3052?ip=192.168.14.65: prnt/backend/hp.c 511: dbus message 
send failed!
  vizier HP_LaserJet_3052?ip=192.168.14.65: prnt/backend/hp.c 511: dbus message 
send failed!

I don't have dbus installed because I don't need it. Nor does hplip
need it, as far as I can tell, this is only a feature to integrate
better with the desktop.

I think it would be good to degrade these messages and refrain from
the use of words like error and failure to not trip logcheck and
similar tools.

After all, there was no error and the page printed fine.

Maybe hplip could test if dbus is installed and only then report
errors on failure, but otherwise just stay silent about anything
dbus-related, if the local system clearly does not support dbus and
as long as dbus is not essential for printing and core operation?

(please don't ever make dbus essential for printing)

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.31-rc3-amd64 (SMP w/1 CPU core)
Locale: LANG=en_GB, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash


-- 
 .''`.   martin f. krafft madd...@d.o  Related projects:
: :'  :  proud Debian developer   http://debiansystem.info
`. `'`   http://people.debian.org/~madduckhttp://vcs-pkg.org
  `-  Debian - when you have better things to do than fixing systems


digital_signature_gpg.asc
Description: Digital signature (see http://martin-krafft.net/gpg/)


Bug#540314: splashy: computer freezes at boot when changing console's font

2009-08-07 Thread Александр Анцев
Package: splashy
Version: 0.3.13-5
Severity: important

Once again problem with splashy when setting cyrillic on the console. I found 
some similar bugs:
#513683 - splashy exit when console-cyrillic service start
#517750 - splashy: Segmentation fault after setting up Cyrillic on the console
#539241 - splashy: crashes with default console-setup configuration
But in my case, system freezes. I tried both console-setup (1.44) and 
console-cyrillic (0.9-15.2) - result is the same. I can boot only if i turn 
splashy off by pressing Esc during boot time (or completely disable it) or turn 
off cyrillic support.


-- System Information:
Debian Release: squeeze/sid
  APT prefers testing-proposed-updates
  APT policy: (500, 'testing-proposed-updates'), (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.26-2-686 (SMP w/1 CPU core)
Locale: LANG=ru_RU.UTF-8, LC_CTYPE=ru_RU.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages splashy depends on:
ii  initramfs-tools0.93.4tools for generating an initramfs
ii  libc6  2.9-12GNU C Library: Shared libraries
ii  libdirectfb-1.2-0  1.2.7-2   direct frame buffer graphics - sha
ii  libgcc11:4.4.0-5 GCC support library
ii  libglib2.0-0   2.20.1-2  The GLib library of C routines
ii  libmagic1  5.03-1File type determination library us
ii  libsplashy10.3.13-5  Library to draw splash screen on b
ii  lsb-base   3.2-23Linux Standard Base 3.2 init scrip
ii  zlib1g 1:1.2.3.3.dfsg-13 compression library - runtime

splashy recommends no packages.

Versions of packages splashy suggests:
ii  console-common0.7.83 basic infrastructure for text cons
ii  splashy-themes0.4.1  A complete user-space boot splash 
pn  upstart   none (no description available)

-- no debconf information

-- 
With the best regards,
Alexander Antsev




--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#539055: libgtk2-perl: FTBFS: Test failure

2009-08-07 Thread Damyan Ivanov
-=| Daniel Schepler, Thu, Aug 06, 2009 at 06:30:18PM -0700 |=-
 On Tuesday 28 July 2009 23:29:32 Ryan Niebur wrote:
  On Tue, Jul 28, 2009 at 11:27:49AM -0700, Daniel Schepler wrote:
   Package: libgtk2-perl
   Version: 1:1.221-1
   Severity: serious
  
   From my pbuilder build log:
 
  what architecture? could you please include this information in your
  bug reports in the future?
 
 Sorry, it was on amd64.

Builds fine here (amd64). I think the problem is not 
architecture-related. Tim already pointed it failed in the same way on 
sparc buildd.

Looking at the tests (though not sure I understand them entirely), 
I think there is a possibility for the two entries that are compared 
to a predefined array to be ordered differently, causing bogus test 
failures. Strangely, this occures only some times, possibly depending 
on machine load/timing.

Looking at the note about add_item() being asynchronous (line 52), 
I wonder if some of the other methods is asynchronous too.

Anyone with Gtk2-foo reading?

-- 
dam


signature.asc
Description: Digital signature


Bug#540315: squeeze: Extrem high memory allocation

2009-08-07 Thread Frank Lanitz
Package: squeeze
Version: 0.2.3-5
Severity: normal


When trying to create tar.gz file from Thunar including a directory
and a single file (html + its files) squeeze is consuming a lot of
memory - I messered about 13GB (RAM and Swap) before killing. The
diretory included 18 file by 220k, the single file about 80k. I can
reproduce it (read: similar behavior) with differnt folders - always
extrem high memory usage.

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (500, 'testing'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.30-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages squeeze depends on:
ii  exo-utils  0.3.101-2 Utility files for libexo
ii  libatk1.0-01.26.0-1  The ATK accessibility toolkit
ii  libc6  2.9-22GNU C Library: Shared libraries
ii  libcairo2  1.8.8-2   The Cairo 2D vector graphics libra
ii  libdbus-1-31.2.16-2  simple interprocess messaging syst
ii  libdbus-glib-1-2   0.80-4simple interprocess messaging syst
ii  libexo-0.3-0   0.3.101-2 Library with extensions for Xfce
ii  libfontconfig1 2.6.0-4   generic font configuration library
ii  libfreetype6   2.3.9-5   FreeType 2 font engine, shared lib
ii  libglib2.0-0   2.20.4-1  The GLib library of C routines
ii  libgtk2.0-02.16.5-1  The GTK+ graphical user interface 
ii  libpango1.0-0  1.24.5-1  Layout and rendering of internatio
ii  libpixman-1-0  0.14.0-1  pixel-manipulation library for X a
ii  libpng12-0 1.2.38-1  PNG library - runtime
ii  libthunar-vfs-1-2  1.0.1-1   VFS abstraction used in thunar
ii  libx11-6   2:1.2.2-1 X11 client-side library
ii  libxcb-render-util00.3.5-1   utility libraries for X C Binding 
ii  libxcb-render0 1.3-2 X C Binding, render extension
ii  libxcb11.3-2 X C Binding
ii  libxfce4util4  4.6.1-1   Utility functions library for Xfce
ii  libxrender11:0.9.4-2 X Rendering Extension client libra
ii  zlib1g 1:1.2.3.3.dfsg-14 compression library - runtime

squeeze recommends no packages.

squeeze suggests no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#534144: ITP: opencore-amr -- libraries for Adaptive Multi Rate (AMR) OpenCORE implementation

2009-08-07 Thread Reinhard Tartler
Andres Mejia mcita...@gmail.com writes:

 On Tuesday 04 August 2009 04:20:54 Fabian Greffrath wrote:
 Fabian Greffrath schrieb:
  the packages in our GIT repository look good despite the fact that they
  still track version 0.1.0. When do you plan to upgrade them to 0.1.1 and
  upload to Debian?

 Andres?!

 Sorry, was waiting for Martin to respond to me about what the next version of 
 opencore-amr should be. Because of the way libtool forces the values of 
 library 
 versions to be a certain way, we might have to downgrade to 0.0.2, unless he 
 thinks the API is stable to merit a version 1.0.0.

What about uploading 0.0.2 right now to get it at least out of NEW?

-- 
Gruesse/greetings,
Reinhard Tartler, KeyID 945348A4



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#539055: libgtk2-perl: FTBFS: Test failure

2009-08-07 Thread Ryan Niebur
On Fri, Aug 07, 2009 at 09:38:56AM +0300, Damyan Ivanov wrote:
 -=| Daniel Schepler, Thu, Aug 06, 2009 at 06:30:18PM -0700 |=-
  On Tuesday 28 July 2009 23:29:32 Ryan Niebur wrote:
   On Tue, Jul 28, 2009 at 11:27:49AM -0700, Daniel Schepler wrote:
Package: libgtk2-perl
Version: 1:1.221-1
Severity: serious
   
From my pbuilder build log:
  
   what architecture? could you please include this information in your
   bug reports in the future?
  
  Sorry, it was on amd64.
 
 Builds fine here (amd64). I think the problem is not 
 architecture-related. Tim already pointed it failed in the same way on 
 sparc buildd.
 

the only arch it failed on in debian is sparc, and the only arch it
failed on in ubuntu is sparc, which made me assume it was a sparc
issue.

 Looking at the tests (though not sure I understand them entirely), 
 I think there is a possibility for the two entries that are compared 
 to a predefined array to be ordered differently, causing bogus test 
 failures. Strangely, this occures only some times, possibly depending 
 on machine load/timing.
 
 Looking at the note about add_item() being asynchronous (line 52), 
 I wonder if some of the other methods is asynchronous too.
 
 Anyone with Gtk2-foo reading?
 

I'll fix it. I had a patch there that lool and I thought was okay to
disable. turns out the buildds were just playing tricks on us.

-- 
_
Ryan Niebur
ryanrya...@gmail.com


signature.asc
Description: Digital signature


Bug#538822: dash: Broken scenario

2009-08-07 Thread Andreas Tille

Hi,

I can confirm that the problem also occures on my machine.  I did not
manually fiddled around with any dpkg-diverts but just dpkg-reconfigured
dash to be default system shell.  I did this quite recently.

Interestingly enough I was perfectly able to install dash on a machine
where it was NOT configured to be used as default shell.  So I went back
to the machine which showed the problem and tried to take back the
dpkg-reconfigure step I went last week.  But this did not changed the
situation.

So I tried dpkg --force-depends --purge dash and ended up with no
/bin/sh at all fiddled around manually around this by (re)installing
bash which has vanished somehow as well ... so I would not recommend
this step to unexperienced users (dpkg will break because it becomes
unable to call any scripts).  After getting a working system again I
reinstalled dash.  The result remained the same ... somehow frustrating
and not really helpful to track down the problem I guess...

I tried to fiddle around manually with all this symlinks using mc
to copy files from dash_0.5.5.1-2.3_i386.deb but nothing helped. I
can confirm that there is actually a symlink /bin/sh pointing to
dash which means that dpkg is right in claiming that dash tries to
override a file from package bash.

I finally patched the source to build a local dash package

--- debian/rules.orig   2009-08-07 09:01:01.0 +0200
+++ debian/rules2009-08-07 08:57:04.0 +0200
@@ -71,11 +71,11 @@
install -d -m0755 '$(DIR)'/bin
install -m0755 build-tmp/src/dash '$(DIR)'/bin/dash
$(STRIP) -R .comment -R .note '$(DIR)'/bin/dash
-   ln -s dash '$(DIR)'/bin/sh
+   # ln -s dash '$(DIR)'/bin/sh
install -d -m0755 '$(DIR)'/usr/share/man/man1/
install -m0644 src/dash.1 '$(DIR)'/usr/share/man/man1/dash.1
gzip -9 '$(DIR)'/usr/share/man/man1/dash.1
-   ln -s dash.1.gz '$(DIR)'/usr/share/man/man1/sh.1.gz
+   # ln -s dash.1.gz '$(DIR)'/usr/share/man/man1/sh.1.gz
install -d -m0755 '$(DIR)'/usr/share/menu
install -m0644 debian/dash.menu '$(DIR)'/usr/share/menu/dash
# changelog

which brought me back a working system and thus I was able to solve
the breakage of dpkg.  This is probably no final solution to move to
dash as default shell.

BTW, I *really* wonder how a package broken like this can make it to
testing.  It's not only this breakage it is also the lintian report:

W: dash source: out-of-date-standards-version 3.8.0.1 (current is 3.8.2)
E: dash: postinst-does-not-call-updatemenus usr/share/menu/dash
E: dash: package-uses-local-diversion postinst:11
E: dash: package-uses-local-diversion postinst:23
E: dash: package-uses-local-diversion postinst:45
E: dash: package-uses-local-diversion prerm:15
E: dash: orphaned-diversion * preinst
W: dash: missing-debconf-dependency
E: dash: new-essential-package

Shouldn't we care more for essential packages?

Kind regards

   Andreas.

--
http://fam-tille.de
Klarmachen zum Ändern!


Bug#539055: Bug in libgtk2-perl fixed in revision 41457

2009-08-07 Thread pkg-perl-maintainers
tag 539055 + pending
thanks

Some bugs are closed in revision 41457
by Ryan Niebur (ryan52-guest)

Commit message:

enable the try-to-fix-recent-chooser-tests, the tests still fail
(Closes: #539055)



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#540311: show something to ponder while filesystem checking

2009-08-07 Thread Sven Joachim
On 2009-08-07 07:40 +0200, jida...@jidanni.org wrote:

 Package: initscripts
 Version: 2.87dsf-2
 Severity: wishlist
 File: /etc/init.d/checkfs.sh
 X-debbugs-Cc: debian-de...@lists.debian.org

 I have an idea. Every few days when booting we encounter a file system
 check, which takes several minutes. We sit there, helpless,
 unable to issue any command. All we can do is watch the progress marker.

 Now being high powered Computer Pros (not me though), we ought to have
 something smart put there on the screen for us to ponder as the check
 proceeds. (No ads or fortune messages though please.)

 Then it dawned on me, we sit there wondering it says it is checking
 /dev/hda6. What disk of mine is that that is taking so long? /home?
 /usr? OK, then tell us.

You can achieve this by giving the filesystem a label that is named
after the mount point, see e2label(8).  I've been doing that for years.

Sven



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#540316: /etc/X11/xorg.conf param Rotation value half

2009-08-07 Thread Артем
Subject: /etc/X11/xorg.conf param Rotation value half
Package: xorg
Version: 1:7.3+19
Severity: normal

If I change in /etc/X11/xorg.conf param Rotate to halt and restart X, 
rotation on 180 degr. doesn't work. But CW and CCW - work.
Laptop Acer TravelMate 2310
01:00.0 VGA compatible controller: Silicon Integrated Systems [SiS] 661/741/760 
PCI/AGP or 662/761Gx PCIE VGA Display Adapter


-- System Information:
Debian Release: 5.0.2
APT prefers stable
APT policy: (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.26-2-686 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages xorg depends on:
ii gnome-terminal  [x-terminal-em] 2.22.3-3   The GNOME 2 terminal emulator appl
ii libgl1-mesa-glx [libgl1]7.0.3-7A free implementation of the OpenG
ii libglu1-mesa7.0.3-7The OpenGL utility library (GLU)
ii x11-apps7.3+4  X applications
ii x11-session-utils   7.3+1  X session utilities
ii x11-utils   7.3+2+nmul X11 utilities
ii x11-xfs-utils   7.3+1  X font server utilities
ii x11-xkb-utils   7.4+1  X11 XKB utilities
ii x11-xserver-utils   7.3+5  X server utilities
ii xauth   1:1.0.3-2  X authentication utility
ii xfonts-100dpi   1:1.0.0-4  100 dpi fonts for X
ii xfonts-75dpi1:1.0.0-4  75 dpi fonts for X
ii xfonts-base 1:1.0.0-5  standard fonts for X
ii xfonts-scalable 1:1.0.0-6  scalable fonts for X
ii xfonts-utils1:7.4+1X Window System font utility progr
ii xinit   1.0.9-2X Server initialisation tool
ii xkb-data1.3-2  X Keyboard Extension (XKB) configu
ii xserver-xorg1:7.3+19   the X.org X server
ii xterm [x-terminal-emulator] 235-2  X terminal emulator



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#540317: libcompizconfig0: Uninstalable due to libprotobuf3 removal

2009-08-07 Thread Jean-Luc Coulon (f5ibh)
Package: libcompizconfig0
Version: 0.8.2-2
Severity: grave
Justification: renders package unusable

Hi,

libprotobuf3 has been removed.
So libcompizconfig0 (and the whole compiz stack) is uninstalable.

Regards

Jean-Luc

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (900, 'unstable'), (700, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.31-rc5-git3-k8-1 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages libcompizconfig0 depends on:
ii  compiz-core [compiz-c 0.8.2-6OpenGL window and compositing mana
ii  libc6 2.9-23+multiarch.2 GNU C Library: Shared libraries
ii  libgcc1   1:4.4.1-1  GCC support library
ii  libprotobuf3  2.0.3-2.2  protocol buffer C++ library
ii  libstdc++64.4.1-1The GNU Standard C++ Library v3
ii  libx11-6  2:1.2.2-1  X11 client-side library
ii  libxml2   2.7.3.dfsg-2+b1GNOME XML library

libcompizconfig0 recommends no packages.

libcompizconfig0 suggests no packages.

-- no debconf information





-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#540147: bug #540147 metapixel Uninstalable: depends on libungif4g which has been removed

2009-08-07 Thread peter green

notfound 540147 1.9.2-5
found 540147 1.0.2-5
thanks


Yes, sorry. 9 is just near 0 on the keyboard :/
  

Fixing version tracking information



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#533897: reassigning to libx86

2009-08-07 Thread Andreas Mohr
Hi,

On Tue, Aug 04, 2009 at 02:19:56PM +0200, Michael Biebl wrote:
 This definitely is a bug in libx86 and not uswsusp, so reassigning.
 
 FWIW, I can't reproduce the problem anymore with 1.1+ds1-4, so maybe this 
 issue
 has already been dealt with.

strings on libx86 1.1+ds1-4 does find LRMI_base_addr, and pm-suspend
does work, thus it seems fixed, can be closed, thanks!

Andreas Mohr



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#538013:

2009-08-07 Thread Jérôme REYBERT
This bug is enterly related to bash, not bash-completion, since
menu-complete is a native bash command.

I am pretty sure that reassign this bug to bash-completion package is an error.



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#534201: [initramfs-tools] output

2009-08-07 Thread Matthias Krüger
Package: initramfs-tools
Version: 0.93.4

--- Please enter the report below this line. ---


The output of sh -x update-initramfs -u (as root) was (when the bug
occured and with version 0.93.3):

 + STATEDIR=/var/lib/initramfs-tools
 + BOOTDIR=/boot
 + CONF=/etc/initramfs-tools/update-initramfs.conf
 + KPKGCONF=/etc/kernel-img.conf
 + USETRIGGERS=true
 + mode=
 + version=
 + set -e
 + '[' -r /etc/initramfs-tools/update-initramfs.conf ']'
 + . /etc/initramfs-tools/update-initramfs.conf
 ++ update_initramfs=yes
 ++ backup_initramfs=yes
 + true
 + '[' x '!=' x ']'
 + verbose=0
 + yes=0
 + takeover=0
 + getopts 'k:cudyvtb:h?' flag
 + case ${flag} in
 + mode=u
 + getopts 'k:cudyvtb:h?' flag
 + shift 1
 + '[' 0 -ne 0 ']'
 + '[' -z u ']'
 + '[' '' = all ']'
 + '[' yes = all ']'
 + case ${mode} in
 + update
 + '[' yes = no ']'
 + '[' -z '' ']'
 + set_highest_version
 + get_sorted_versions
 + version_list=
 + for gsv_x in '${STATEDIR}/*'
 ++ basename /var/lib/initramfs-tools/2.6.21-2-amd64
 + gsv_x=2.6.21-2-amd64
 + '[' 2.6.21-2-amd64 = '*' ']'
 + worklist=
 + '[' 2.6.21-2-amd64 '!=' '' ']'
 + worklist=' 2.6.21-2-amd64'
 + version_list=' 2.6.21-2-amd64'
 + for gsv_x in '${STATEDIR}/*'
 ++ basename /var/lib/initramfs-tools/2.6.22-2-amd64
 + gsv_x=2.6.22-2-amd64
 + '[' 2.6.22-2-amd64 = '*' ']'
 + worklist=
 + for gsv_i in '$version_list'
 + dpkg --compare-versions 2.6.22-2-amd64 '' 2.6.21-2-amd64
 + worklist=' 2.6.22-2-amd64 2.6.21-2-amd64'
 + gsv_x=
 + '[' '' '!=' '' ']'
 + version_list=' 2.6.22-2-amd64 2.6.21-2-amd64'
 + for gsv_x in '${STATEDIR}/*'
 ++ basename /var/lib/initramfs-tools/2.6.22-3-amd64
 + gsv_x=2.6.22-3-amd64
 + '[' 2.6.22-3-amd64 = '*' ']'
 + worklist=
 + for gsv_i in '$version_list'
 + dpkg --compare-versions 2.6.22-3-amd64 '' 2.6.22-2-amd64
 + worklist=' 2.6.22-3-amd64 2.6.22-2-amd64'
 + gsv_x=
 + for gsv_i in '$version_list'
 + dpkg --compare-versions '' '' 2.6.21-2-amd64
 + worklist=' 2.6.22-3-amd64 2.6.22-2-amd64 2.6.21-2-amd64'
 + '[' '' '!=' '' ']'
 + version_list=' 2.6.22-3-amd64 2.6.22-2-amd64 2.6.21-2-amd64'
 + for gsv_x in '${STATEDIR}/*'
 ++ basename /var/lib/initramfs-tools/2.6.26-1-amd64
 + gsv_x=2.6.26-1-amd64
 + '[' 2.6.26-1-amd64 = '*' ']'
 + worklist=
 + for gsv_i in '$version_list'
 + dpkg --compare-versions 2.6.26-1-amd64 '' 2.6.22-3-amd64
 + worklist=' 2.6.26-1-amd64 2.6.22-3-amd64'
 + gsv_x=
 + for gsv_i in '$version_list'
 + dpkg --compare-versions '' '' 2.6.22-2-amd64
 + worklist=' 2.6.26-1-amd64 2.6.22-3-amd64 2.6.22-2-amd64'
 + for gsv_i in '$version_list'
 + dpkg --compare-versions '' '' 2.6.21-2-amd64
 + worklist=' 2.6.26-1-amd64 2.6.22-3-amd64 2.6.22-2-amd64 2.6.21-2-amd64'
 + '[' '' '!=' '' ']'
 + version_list=' 2.6.26-1-amd64 2.6.22-3-amd64 2.6.22-2-amd64
2.6.21-2-amd64'
 + for gsv_x in '${STATEDIR}/*'
 ++ basename /var/lib/initramfs-tools/2.6.26-2-amd64
 + gsv_x=2.6.26-2-amd64
 + '[' 2.6.26-2-amd64 = '*' ']'
 + worklist=
 + for gsv_i in '$version_list'
 + dpkg --compare-versions 2.6.26-2-amd64 '' 2.6.26-1-amd64
 + worklist=' 2.6.26-2-amd64 2.6.26-1-amd64'
 + gsv_x=
 + for gsv_i in '$version_list'
 + dpkg --compare-versions '' '' 2.6.22-3-amd64
 + worklist=' 2.6.26-2-amd64 2.6.26-1-amd64 2.6.22-3-amd64'
 + for gsv_i in '$version_list'
 + dpkg --compare-versions '' '' 2.6.22-2-amd64
 + worklist=' 2.6.26-2-amd64 2.6.26-1-amd64 2.6.22-3-amd64 2.6.22-2-amd64'
 + for gsv_i in '$version_list'
 + dpkg --compare-versions '' '' 2.6.21-2-amd64
 + worklist=' 2.6.26-2-amd64 2.6.26-1-amd64 2.6.22-3-amd64
2.6.22-2-amd64 2.6.21-2-amd64'
 + '[' '' '!=' '' ']'
 + version_list=' 2.6.26-2-amd64 2.6.26-1-amd64 2.6.22-3-amd64
2.6.22-2-amd64 2.6.21-2-amd64'
 + verbose 'Available versions:  2.6.26-2-amd64 2.6.26-1-amd64
2.6.22-3-amd64 2.6.22-2-amd64 2.6.21-2-amd64'
 + '[' 0 = 1 ']'
 + set -- 2.6.26-2-amd64 2.6.26-1-amd64 2.6.22-3-amd64 2.6.22-2-amd64
2.6.21-2-amd64
 + version=2.6.26-2-amd64
 + '[' -z 2.6.26-2-amd64 ']'
 + '[' -z 2.6.26-2-amd64 ']'
 + '[' -z 2.6.26-2-amd64 ']'
 + set_initramfs
 + initramfs=/boot/initrd.img-2.6.26-2-amd64
 + ro_boot_check
 + '[' '!' -r /proc/mounts ']'
 + chrooted
 ++ stat -c %d/%i /
 ++ stat -Lc %d/%i /proc/1/root
 + '[' 65024/2 = 65024/2 ']'
 + return 1
 ++ awk '/boot/{if ((match($4, /^ro/) || match($4, /,ro/)) \
$2 == /boot) print ro}' /proc/mounts
 + boot_opts=
 + '[' -n '' ']'
 + altered_check
 + '[' 0 = 1 ']'
 + '[' '!' -e /boot/initrd.img-2.6.26-2-amd64 ']'
 + compare_sha1
 + sha1sum /boot/initrd.img-2.6.26-2-amd64
 + diff /var/lib/initramfs-tools/2.6.26-2-amd64 -
 + return 0
 + backup_initramfs
 + '[' '!' -r /boot/initrd.img-2.6.26-2-amd64 ']'
 + initramfs_bak=/boot/initrd.img-2.6.26-2-amd64.dpkg-bak
 + '[' -r /boot/initrd.img-2.6.26-2-amd64.dpkg-bak ']'
 + rm -f /boot/initrd.img-2.6.26-2-amd64.dpkg-bak
 + ln -f /boot/initrd.img-2.6.26-2-amd64
/boot/initrd.img-2.6.26-2-amd64.dpkg-bak
 + verbose 'Keeping /boot/initrd.img-2.6.26-2-amd64.dpkg-bak'
 + '[' 0 = 1 ']'
 + generate_initramfs
 + echo 'update-initramfs: Generating 

Bug#540318: [libgcal] New upstream release

2009-08-07 Thread Fathi Boudra
Package: libgcal
Version: 0.9.1-1
Severity: wishlist

libgcal 0.9.2 is released.



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#540320: libuniconf4.6: Error during installation

2009-08-07 Thread Valerio Passini
Package: libuniconf4.6
Version: 4.6-1
Severity: minor

dist-upgrading causes a little error during installation of libuniconf4.6 that 
tries to overwrite a file in libuniconf4.4.
I have solved this problem removing wvdial and libuniconf4.4, then reinstalling 
wvdial.

dpkg: errore processando /var/cache/apt/archives/libuniconf4.6_4.6-1_amd64.deb 
(--unpack): 
 tentata sovrascrittura di `/etc/uniconf.conf', che si trova anche nel 
pacchetto 
libuniconf4.4 
Sono occorsi degli errori processando:  
   
 /var/cache/apt/archives/libuniconf4.6_4.6-1_amd64.deb


-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (990, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.30.4 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages libuniconf4.6 depends on:
ii  libc6  2.9-23GNU C Library: Shared libraries
ii  libgcc11:4.4.1-1 GCC support library
ii  libstdc++6 4.4.1-1   The GNU Standard C++ Library v3
ii  libwvstreams4.6-base   4.6-1 C++ network libraries for rapid ap
ii  libwvstreams4.6-extras 4.6-1 C++ network libraries for rapid ap
ii  zlib1g 1:1.2.3.3.dfsg-15 compression library - runtime

libuniconf4.6 recommends no packages.

libuniconf4.6 suggests no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#540311: show something to ponder while filesystem checking

2009-08-07 Thread Roger Leigh
On Fri, Aug 07, 2009 at 01:40:30PM +0800, jida...@jidanni.org wrote:
 Package: initscripts
 Version: 2.87dsf-2
 Severity: wishlist
 File: /etc/init.d/checkfs.sh
 X-debbugs-Cc: debian-de...@lists.debian.org
 
 I have an idea. Every few days when booting we encounter a file system
 check, which takes several minutes. We sit there, helpless,
 unable to issue any command. All we can do is watch the progress marker.
 
 Now being high powered Computer Pros (not me though), we ought to have
 something smart put there on the screen for us to ponder as the check
 proceeds. (No ads or fortune messages though please.)
 
 Then it dawned on me, we sit there wondering it says it is checking
 /dev/hda6. What disk of mine is that that is taking so long? /home?
 /usr? OK, then tell us.
 
 Sure, we can see on the screen that
 it is /dev/hda6 etc. But our hands are tied, we cannot do

Just set the filesystem label with e2label.  Problem solved!


-- 
  .''`.  Roger Leigh
 : :' :  Debian GNU/Linux http://people.debian.org/~rleigh/
 `. `'   Printing on GNU/Linux?   http://gutenprint.sourceforge.net/
   `-GPG Public Key: 0x25BFB848   Please GPG sign your mail.



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#540319: ITP: python-ampqlib -- Simple non-threaded Python AMQP client library

2009-08-07 Thread Mikhail Gusarov
Package: wnpp
Severity: wishlist
Owner: Mikhail Gusarov dotted...@dottedmag.net

* Package name: python-ampqlib
  Version : 0.6
  Upstream Author : Barry Pederson b...@barryp.org
* URL : http://barryp.org/software/py-amqplib/
* License : LGPL 2.1+
  Programming Lang: Python
  Description : Simple non-threaded Python AMQP client library

Python client for the Advanced Message Queuing Procotol (AMQP) 0-8,
featuring basic messaging functionality and SSL support.



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#454913: Subject: unreproducible

2009-08-07 Thread gurkan

well if it's unreproducible, yes it should be closed.

cheers
gurkan




--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#529540: I confirm..

2009-08-07 Thread Tomas Gustavsson
I also do confirm on this issue, sadly I can't/won't upgrade any packages
without a changelog. It's not that I don't trust the package maintainers but
a missing changelog is a no no.


Bug#540323: [atftpd] Minor documentation mistake about /var/lib/tftpboot

2009-08-07 Thread Przemyslaw Wesolek
Package: atftpd
Version: 0.7.dfsg-7
Severity: minor

--- Please enter the report below this line. ---

There is a minor mistake in /usr/share/doc/atftpd/README.Debian:

The /var/lib/tftpboot directory is not created by the
package. You need to create it and give appropriate
permissions by hand.

In fact it IS created when installing a package.

--- System information. ---
Architecture: i386
Kernel:   Linux 2.6.26-2-686

Debian Release: squeeze/sid
  650 testing www.debian-multimedia.org
  650 testing security.debian.org
  650 testing ftp.de.debian.org
  650 testing debian.scribus.net
  650 testing debian.gfoss.it
  600 unstablepackages.kirya.net
  600 unstableftp.de.debian.org

--- Package information. ---
Depends  (Version) | Installed
==-+-==
libc6(= 2.3.6-6~) | 2.9-12
libpcre3  (= 7.7) | 7.8-2+b1
libwrap0   (= 7.6-4~) | 7.6.q-18
debconf  (= 0.5)  | 1.5.27
 OR debconf-2.0|
update-inetd   | 4.31


Recommends(Version) | Installed
===-+-===
inet-superserver|


Suggests   (Version) | Installed
-+-===
logrotate| 3.7.7-3







-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#540322: [Evolution] Bug#540322: evolution: traditional PGP encrypted mails not replyable

2009-08-07 Thread Yves-Alexis Perez
On ven, 2009-08-07 at 10:28 +0200, Gerfried Fuchs wrote:
  When evolution receives an traditional PGP encrypted mail (-START
 PGP MESSAGE- in the body) it is able to display it properly.
 Unfortunately, when one wants to reply to such a message, the PGP
 encrypted block gets quoted, *not* the decrypted message body - which is
 extremely inconvenient.
 
  Would be pretty nice to have that fixed. :) 

Could you send me a mail like that? (my key ids is C5C05BAE)

Cheers,

-- 
Yves-Alexis


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


Bug#540324: RFP: python-djvulibre -- python-djvulibre is a set of Python bindings for the DjVuLibre library, an open source implementation of DjVu.

2009-08-07 Thread Jean-Pierre Flori
Package: wnpp
Severity: wishlist


* Package name: python-djvulibre
  Version : 0.1.11
  Upstream Author : Jakub Wilk
* URL : http://jwilk.net/software/python-djvulibre.html
* License : (GPL, GPLv2)
  Programming Lang: (C, Python)
  Description : python-djvulibre is a set of Python bindings for the 
DjVuLibre library, an open source implementation of DjVu.

python-djvulibre is a set of Python bindings for the DjVuLibre library, an open 
source implementation of DjVu.



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#540325: ibus: FTBFS on GNU/kFreeBSD

2009-08-07 Thread Petr Salinger

Package: ibus
Version: 1.2.0.20090806-1
Severity: important
Tags: patch
User: debian-...@lists.debian.org
Usertags: kfreebsd

Hi,

the current version fails to build on GNU/kFreeBSD.

The src/test-keymap.c is linux specific.
Please alter it as show bellow.

It would also be nice if you can ask upstream
to include similar change.

Thanks in advance

Petr

--- src/test-keymap.c
+++ src/test-keymap.c
@@ -1,10 +1,19 @@
-#include linux/input.h
 #include sys/types.h
 #include sys/stat.h
 #include fcntl.h
 #include unistd.h
 #include ibus.h

+#ifndef __linux__
+/* the test is supported only on linux */
+int main (int argc, char **argv)
+{
+return 3;
+}
+#else
+
+#include linux/input.h
+
 #define KEYBOARDPATH /dev/input/event4

 int main (int argc, char **argv)
@@ -42,3 +51,4 @@
return 0;

 }
+#endif




--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#540321: cedet-common: new upstream release: 1.0pre6

2009-08-07 Thread LI Daobing
Package: cedet-common
Version: 1:1.0pre4-3
Severity: wishlist

new upstream release 1.0pre6:
http://sourceforge.net/projects/cedet/files/


-- System Information:
Debian Release: squeeze/sid
  APT prefers karmic
  APT policy: (500, 'karmic')
Architecture: i386 (i686)

Kernel: Linux 2.6.31-4-generic (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages cedet-common depends on:
ii  emacs21 [emacsen]  21.4a+1-5.6   The GNU Emacs editor
ii  emacs22 [emacsen]  22.2-0ubuntu2 The GNU Emacs editor (Emacs 22)
ii  emacs22-gtk [emacsen]  22.2-0ubuntu2 The GNU Emacs editor (with GTK+ 2.
ii  emacsen-common 1.4.19Common facilities for all emacsen

cedet-common recommends no packages.

cedet-common suggests no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#540322: evolution: traditional PGP encrypted mails not replyable

2009-08-07 Thread Gerfried Fuchs
Package: evolution
Version: 2.26.1.1-2
Severity: important
Tags: upstream

Hi!

 When evolution receives an traditional PGP encrypted mail (-START
PGP MESSAGE- in the body) it is able to display it properly.
Unfortunately, when one wants to reply to such a message, the PGP
encrypted block gets quoted, *not* the decrypted message body - which is
extremely inconvenient.

 Would be pretty nice to have that fixed. :)
Rhonda

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (500, 'testing'), (500, 'stable')
Architecture: powerpc (ppc)

Kernel: Linux 2.6.30-1-powerpc
Locale: LANG=de_AT.UTF-8, LC_CTYPE=de_AT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages evolution depends on:
ii  dbus 1.2.16-2simple interprocess messaging syst
ii  debconf [deb 1.5.27  Debian configuration management sy
ii  evolution-co 2.26.1.1-2  architecture independent files for
ii  evolution-da 2.26.3-1evolution database backend server
ii  gconf2   2.26.2-3GNOME configuration database syste
ii  gnome-icon-t 2.26.0-1GNOME Desktop icon theme
ii  libart-2.0-2 2.3.20-2Library of functions for 2D graphi
ii  libatk1.0-0  1.26.0-1The ATK accessibility toolkit
ii  libbluetooth 3.36-1  Library to use the BlueZ Linux Blu
ii  libbonobo2-0 2.24.1-1Bonobo CORBA interfaces library
ii  libbonoboui2 2.24.1-1The Bonobo UI library
ii  libc62.9-12  GNU C Library: Shared libraries
ii  libcairo21.8.6-2+b1  The Cairo 2D vector graphics libra
ii  libcamel1.2- 2.26.3-1The Evolution MIME message handlin
ii  libdbus-1-3  1.2.16-2simple interprocess messaging syst
ii  libdbus-glib 0.80-4  simple interprocess messaging syst
ii  libebackend1 2.26.3-1Utility library for evolution data
ii  libebook1.2- 2.26.3-1Client library for evolution addre
ii  libecal1.2-7 2.26.3-1Client library for evolution calen
ii  libedataserv 2.26.3-1Utility library for evolution data
ii  libedataserv 2.26.3-1GUI utility library for evolution 
ii  libegroupwis 2.26.3-1Client library for accessing group
ii  libenchant1c 1.4.2-3.3   a wrapper library for various spel
ii  libexchange- 2.26.3-1Client library for accessing Excha
ii  libfontconfi 2.6.0-4 generic font configuration library
ii  libfreetype6 2.3.9-4.1   FreeType 2 font engine, shared lib
ii  libgconf2-4  2.26.2-3GNOME configuration database syste
ii  libgdata-goo 2.26.3-1Client library for accessing Googl
ii  libgdata1.2- 2.26.3-1Client library for accessing Googl
ii  libglade2-0  1:2.6.4-1   library to load .glade files at ru
ii  libglib2.0-0 2.20.1-2The GLib library of C routines
ii  libgnome-pil 2.0.15-2.4  Support libraries for gnome-pilot
ii  libgnome2-0  2.26.0-1The GNOME library - runtime files
ii  libgnomecanv 2.26.0-1A powerful object-oriented display
ii  libgnomeui-0 2.24.1-1The GNOME 2 libraries (User Interf
ii  libgnomevfs2 1:2.24.1-3  GNOME Virtual File System (runtime
ii  libgtk2.0-0  2.16.1-2The GTK+ graphical user interface 
ii  libgtkhtml-e 3.26.3-1HTML rendering/editing library - e
ii  libgtkhtml3. 3.26.3-1HTML rendering/editing library - r
ii  libgweather1 2.26.1-1GWeather shared library
ii  libhal1  0.5.12~git20090406.46dc48-2 Hardware Abstraction Layer - share
ii  libical0 0.43-3  iCalendar library implementation i
ii  libice6  2:1.0.5-1   X11 Inter-Client Exchange library
ii  libldap-2.4- 2.4.11-1OpenLDAP libraries
ii  libnotify1 [ 0.4.5-1 sends desktop notifications to a n
ii  libnspr4-0d  4.8-1   NetScape Portable Runtime Library
ii  libnss3-1d   3.12.3-1Network Security Service libraries
ii  liborbit21:2.14.17-0.1   libraries for ORBit2 - a CORBA ORB
ii  libpango1.0- 1.24.0-3+b1 Layout and rendering of internatio
ii  libpisock9   0.12.4-3library for communicating with a P
ii  libpisync1   0.12.4-3synchronization library for PalmOS
ii  libpopt0 1.14-4  lib for parsing cmdline parameters
ii  libsm6   2:1.1.0-2   X11 Session Management library
ii  libsoup2.4-1 2.27.4-1an HTTP library 

Bug#536528: RFS: gimp-gap (FTBFS, 2 other serious bugs)

2009-08-07 Thread Thibaut Paumard

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Dear mentors,

I have prepared a new upload of my package gimp-gap. I would be  
grateful if someone would upload it for me (I'm a DM but this package  
doesn't have the Dm-Upload-Allowed field yet). It fixes serious bugs:

 - FTBFS on ia64;
 - inclusion of external libraries, including patent-problematic  
ffmpeg.


To get the source package:
dget 
http://www.lesia.obspm.fr/perso/thibaut-paumard/debian/pool/main/g/gimp-gap/gimp-gap_2.6.0+dfsg-1.dsc

Complete changelog:
  * Remove convenience copies of external libraries libmpeg3
(Closes: #537727) and ffmpeg (Closes: #537725).
  * Bug fix: implicit pointer conversions, thanks to dann frazier
(Closes: #536528).
  * add ${misc:Depends} in the dependencies (lintian warning).
  * set debhelper compatibility level to 7 (lintian warning).
  * Changed all -1 dependencies to -1~ to make backporting easier
(suggested by lintian).
  * mangle version in watch file (suggested by lintian).

Best regards, Thibaut.

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.8 (Darwin)

iEYEARECAAYFAkp76ZEACgkQ+37NkUuUiPFnLgCfZaIuCtieRfMTc5GEONASc2iF
pfoAn1Wj7V/KRmqS7T9x6bxyHHolAma3
=pFqM
-END PGP SIGNATURE-



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#540326: /etc/firestarter/firestarter.sh stop action assumes mangle and nat tables exist

2009-08-07 Thread Jean-Pierre Flori
Package: firestarter
Version: 1.0.3-7
Severity: wishlist

The stop action in the script /etc/firestarter/firestarter.sh assumes mangle 
and nat tables exist and tries to flush them.
When they don't (custom kernel...), the script exists with an error return code 
even if everything that should have been stopped/flushed have been.
Because of that the firestarter GUI doesn't think the firewall have been 
stopped and reports an error and continues to report the firewall as active.
Including a simple check just like the one made in /etc/firestarter/firewall 
with nat_supported and mangle_supported variables solves the problem.

-- System Information:
Debian Release: squeeze/sid
  APT prefers experimental
  APT policy: (500, 'experimental'), (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.30-666-jp (SMP w/4 CPU cores; PREEMPT)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages firestarter depends on:
ii  gconf22.26.2-3   GNOME configuration database syste
ii  gksu  2.0.2-2+b1 graphical frontend to su
ii  iptables  1.4.4-2administration tools for packet fi
ii  libart-2.0-2  2.3.20-2   Library of functions for 2D graphi
ii  libatk1.0-0   1.26.0-1   The ATK accessibility toolkit
ii  libbonobo2-0  2.24.1-1   Bonobo CORBA interfaces library
ii  libbonoboui2-02.24.1-1   The Bonobo UI library
ii  libc6 2.9-23+multiarch.2 GNU C Library: Shared libraries
ii  libcairo2 1.8.8-2The Cairo 2D vector graphics libra
ii  libfontconfig12.6.0-4generic font configuration library
ii  libfreetype6  2.3.9-5FreeType 2 font engine, shared lib
ii  libgconf2-4   2.26.2-3   GNOME configuration database syste
ii  libglade2-0   1:2.6.4-1  library to load .glade files at ru
ii  libglib2.0-0  2.21.4-1   The GLib library of C routines
ii  libgnome2-0   2.26.0-1   The GNOME library - runtime files
ii  libgnomecanvas2-0 2.26.0-1   A powerful object-oriented display
ii  libgnomeui-0  2.24.1-1   The GNOME 2 libraries (User Interf
ii  libgnomevfs2-01:2.24.1-3 GNOME Virtual File System (runtime
ii  libgtk2.0-0   2.16.5-1   The GTK+ graphical user interface 
ii  libice6   2:1.0.5-1  X11 Inter-Client Exchange library
ii  liborbit2 1:2.14.17-0.1  libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-0 1.24.5-1   Layout and rendering of internatio
ii  libpixman-1-0 0.15.14-1  pixel-manipulation library for X a
ii  libpng12-01.2.38-1   PNG library - runtime
ii  libpopt0  1.14-4 lib for parsing cmdline parameters
ii  libsm62:1.1.0-2  X11 Session Management library
ii  libx11-6  2:1.2.2-1  X11 client-side library
ii  libxcb-render-util0   0.3.5-1utility libraries for X C Binding 
ii  libxcb-render01.4-1  X C Binding, render extension
ii  libxcb1   1.4-1  X C Binding
ii  libxml2   2.7.3.dfsg-2+b1GNOME XML library
ii  libxrender1   1:0.9.4-2  X Rendering Extension client libra
ii  lsb-base  3.2-23 Linux Standard Base 3.2 init scrip
ii  zlib1g1:1.2.3.3.dfsg-15  compression library - runtime

firestarter recommends no packages.

Versions of packages firestarter suggests:
pn  dhcp3-server  none (no description available)

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#491295: latencytop can run only on i386 and amd64 only, not any

2009-08-07 Thread Giacomo A. Catenazzi

The new kernels support also other architectures.

From latest kernel sources:

arch/powerpc/Kconfig:config HAVE_LATENCYTOP_SUPPORT
arch/sparc/Kconfig:config HAVE_LATENCYTOP_SUPPORT
arch/arm/Kconfig:config HAVE_LATENCYTOP_SUPPORT
arch/sh/Kconfig:config HAVE_LATENCYTOP_SUPPORT
arch/s390/Kconfig:config HAVE_LATENCYTOP_SUPPORT
arch/x86/Kconfig:config HAVE_LATENCYTOP_SUPPORT
arch/parisc/Kconfig:config HAVE_LATENCYTOP_SUPPORT

unlike powertop, latencytop don't requires hardware support,
but it collects statistics from scheduler, so i expect
newer kernel will support more architectures.

So I'll retitle the bug:
latencytop can run only on Linux

ciao
cate



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#540327: ITP: akonadi-googledata -- Google calendar and contacts resource for Akonadi

2009-08-07 Thread Fathi Boudra
Package: wnpp
Severity: wishlist
X-Debbugs-CC: debian-de...@lists.debian.org

Package name: akonadi-googledata
Version: 1.0
Upstream Author: Adenilson Cavalcanti cavalcan...@gmail.com
URL: http://code.google.com/p/libgcal/
License: LGPL3
Description: Google calendar and contacts resource for Akonadi

 It provides an easy access to Google calendars events and contacts.

 This package contains the Google calendar and contacts resource for Akonadi,
 a Personal Information Management (PIM) storage service.



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#540245: fetchmail: it can be started without initscript

2009-08-07 Thread Vladimir Stavrinov
Package: fetchmail
Version: 6.3.9~rc2-6
Severity: normal


After recent unlucky upgrade I have started fetchmail manually with
command:

sudo -H -u fetchmail fetchmail --syslog -d 300 -f /etc/fetchmailrc -v --pidfile 
/var/run/fetchmail/fetchmail.pid

It is working. May be init script should be revised.


-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable')
Architecture: i386 (x86_64)

Kernel: Linux 2.6.30-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=ru_RU.KOI8-R (charmap=KOI8-R)
Shell: /bin/sh linked to /bin/bash

Versions of packages fetchmail depends on:
ii  adduser  3.110   add and remove users and groups
ii  debianutils  3.2 Miscellaneous utilities specific t
ii  libc62.9-23  GNU C Library: Shared libraries
ii  libcomerr2   1.41.8-2common error description library
ii  libgssapi-krb5-2 1.7dfsg~beta3-1 MIT Kerberos runtime libraries - k
ii  libk5crypto3 1.7dfsg~beta3-1 MIT Kerberos runtime libraries - C
ii  libkrb5-31.7dfsg~beta3-1 MIT Kerberos runtime libraries
ii  libssl0.9.8  0.9.8k-3SSL shared libraries
ii  lsb-base 3.2-23  Linux Standard Base 3.2 init scrip

Versions of packages fetchmail recommends:
ii  ca-certificates   20090709   Common CA certificates

Versions of packages fetchmail suggests:
ii  exim4 4.69-11metapackage to ease Exim MTA (v4) 
ii  exim4-daemon-light [mail-tran 4.69-11lightweight Exim MTA (v4) daemon
pn  fetchmailconf none (no description available)
pn  resolvconfnone (no description available)

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#540328: rabbitmq-server: INSTALL file installed to /usr/lib/erlang/lib/rabbitmq_server-*/

2009-08-07 Thread Mikhail Gusarov
Package: rabbitmq-server
Version: 1.6.0-1
Severity: minor

INSTALL file is (accidentally?) installed in /usr/lib/erlang/lib alongside the 
code of RabbitMQ.
Since it is quite useless on Debian system, probably it's better to just drop 
the file from package.

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (750, 'testing'), (700, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.31-rc2-amd64 (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=ru_RU.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages rabbitmq-server depends on:
ii  adduser   3.110  add and remove users and groups
ii  erlang-base   1:13.b-dfsg1-1 Erlang/OTP virtual machine and bas
ii  erlang-mnesia 1:13.b-dfsg1-1 Erlang/OTP distributed relational/
ii  erlang-os-mon 1:13.b-dfsg1-1 Erlang/OTP operating system monito
ii  erlang-ssl1:13.b-dfsg1-1 Erlang/OTP implementation of SSL
ii  logrotate 3.7.7-3Log rotation utility

rabbitmq-server recommends no packages.

rabbitmq-server suggests no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#540315: [Pkg-xfce-devel] Bug#540315: squeeze: Extrem high memory allocation

2009-08-07 Thread Yves-Alexis Perez
severity 540315 important
forwarded 540315 http://bugzilla.xfce.org/show_bug.cgi?id=5657
thanks

On ven, 2009-08-07 at 08:43 +0200, Frank Lanitz wrote:
 When trying to create tar.gz file from Thunar including a directory
 and a single file (html + its files) squeeze is consuming a lot of
 memory - I messered about 13GB (RAM and Swap) before killing. The
 diretory included 18 file by 220k, the single file about 80k. I can
 reproduce it (read: similar behavior) with differnt folders - always
 extrem high memory usage.
 

Yep, there's definitely something weird here. Reported upstream, stay
tuned.

-- 
Yves-Alexis


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


Bug#540330: [libgcal-dev] missing dependency on libgcal0

2009-08-07 Thread Fathi Boudra
Package: libgcal-dev
Version: 0.9.1-1
Severity: serious

libgcal-dev should depends on libgcal0.



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#480451: libossp-uuid-perl not fully compatible with Data::UUID

2009-08-07 Thread Mark Lawrence
*bump*

Any chance of this fix being applied sometime soon?

The current situation is actually quite bad - Data::GUID simply cannot
be built on Debian either manually or with dh-make-perl, as long as any
package depending on libossp-uuid-perl is installed.

A new Data::UUID has been released on CPAN, but cannot be installed as
a Debian package due to the conflict with libossp-uuid-perl.

As an alternative solution could I suggest libossp-uuid-perl actually
removes the Data::UUID compatible binding, libdata-uuid-perl is built
natively, and the 3 packages depending on libossp-uuid-perl
(libsvn-mirror-perl, libsoap-lite-perl, libipc-pubsub-perl) checked for
a specific dependency on OSSP::UUID or Data::UUID and modified
accordingly?

Thanks,
Mark.
-- 
Mark Lawrence



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#540329: bash-completion: complete on invoke-rc.d, not only service

2009-08-07 Thread Andrew O. Shadoura

Package: bash-completion
Severity: wishlist
Version: 20080705

Hello.

This patch adds completion on invoke-rc.d (same as for service).

--
WBR, Andrew

--- /etc/bash_completion
+++ /etc/bash_completion
@@ -622,7 +622,7 @@
 
 	# don't complete for things like killall, ssh and mysql if it's
 	# the standalone command, rather than the init script
-	[[ ${COMP_WORDS[0]} != @(*init.d/!(functions|~)|service) ]]  return 0
+	[[ ${COMP_WORDS[0]} != @(*init.d/!(functions|~)|service|invoke-rc.d) ]]  return 0
 
 	# don't complete past 2nd token
 	[ $COMP_CWORD -gt 2 ]  return 0
@@ -630,7 +630,7 @@
 	[ -d /etc/rc.d/init.d ]  sysvdir=/etc/rc.d/init.d \
 || sysvdir=/etc/init.d
 
-	if [[ $COMP_CWORD -eq 1 ]]  [[ $prev == service ]]; then
+	if [[ $COMP_CWORD -eq 1 ]]  [[ $prev == @(service|invoke-rc.d) ]]; then
 		_services
 	else
 		COMPREPLY=( $( compgen -W '`sed -ne y/|/ /; \



Bug#476067: Is this still a problem in eclipse=3.4.1

2009-08-07 Thread Niels Thykier
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi

Is this an issue in eclipse=3.4.1 (in experimental)?

~Niels
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAkp7754ACgkQVCqoiq1Ylqw9FQCgmw7kSFgrYu2IrPSYE3ZcRFoh
OEcAn38ff7PnnsW3n6jPWWsOUfKb/GXc
=l3xN
-END PGP SIGNATURE-



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#531101: backported patch works

2009-08-07 Thread garkein
Today, I backported the patch from git to the current glib2.0.
Worked well and solves both the DISPLAY environment problem (as well as the 
nautilus crash when using the newer glib2.0 from experimental to which nautilus 
probably wasn't compatible to).

I'd love to see this patch in unstable soon. :)
-- 
GRATIS für alle GMX-Mitglieder: Die maxdome Movie-FLAT!
Jetzt freischalten unter http://portal.gmx.net/de/go/maxdome01



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#494488: Status of polyml

2009-08-07 Thread Lionel Elie Mamane
On Tue, Aug 04, 2009 at 02:50:02PM +0200, Achim D. Brucker wrote:
 On Sun, Aug 02, 2009 at 02:42:16PM +0200, Florian Weimer wrote:

 What's the status of this bug?  Do you still plan to package PolyML
 for Debian?

 (...) it is still worthwhile to package. I just pushed a first
 update to Poly/ML 5.2.1 to the git repository and I will try to
 polish it within the next days ...

OK; If I remember well you are not a Debian Developer? Ping me when
you think the package is ready for upload and I'll look it over and
upload.

-- 
Lionel



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#540331: Service dbus has to be enabled to start service wicd

2009-08-07 Thread 李健秋
Package: wicd
Severity: normal

Dear maintainer,

I got following error while installing wicd:

insserv: Service dbus has to be enabled to start service wicd
insserv: exiting now!
dpkg: error processing wicd (--configure):
 subprocess installed post-installation script returned error exit status 1


-Andrew

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.30-1-686 (SMP w/2 CPU cores)
Locale: LANG=zh_TW.UTF-8, LC_CTYPE=zh_TW.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#540159: piuparts-MBF: not using invoke-rc.d

2009-08-07 Thread Holger Levsen
Hi Jonas,

On Donnerstag, 6. August 2009, Jonas Meurer wrote:
 at least for zope2.1[01]-sandbox, i don't know how to fix that issue.
 invoking the initscript at postinst/prerm of the -sandbox packages will
 cause _all_ zope instances on the system to be restarted, and that isn't
 an option at all.

 thus the postinst/prerm scripts of -sandbox packages invoke the zopectl
 script at /var/lib/zope2.1[01]/instance/sandbox/bin/zopectl directly in
 order to only start/stop the sandbox instance that is being installed or
 removed.

 so any ideas what to do about this?

fix the zopectl script, so that it can start specific sandboxes and use that 
from your initscripts?


regards,
Holger


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


Bug#540322: [Evolution] Bug#540322: evolution: traditional PGP encrypted mails not replyable

2009-08-07 Thread Gerfried Fuchs
-BEGIN PGP MESSAGE-
Version: GnuPG v1.4.6 (GNU/Linux)

hQEOA3zR3u80MENXEAP7BSnss+r6fb70juUcgC5xCOvBlL5eFzm8qw5mza7Vehuw
snFyaRCZf8FscjvLxm/6opbqTulVgVp4zWoCrcqlC1SWfUjWumm9Bt0kl4C9+SA6
vTSPkjcQZQ9ltYR504UrvRMX25GdDA7NxCIUxAlGPtvwI91lA43NM1tavbN5qhgD
/147svEFdbQg8tEjQjNT1u3CQO6S2NozGskTaKJNDaxwOupYdv5ZHXrzHBm/VSVx
GhkTHyzJASWLujsetmx6MBCvGcfF/VlhNTuBfp7d5NneR2qxEjO5cOZDIiwq873b
IYOYEbF6Tm+NfMXOzNrWhGRA0o9BP46r7i2zGL87vT7lhQIOA7V3i9RCCDFbEAf/
f+mqxP4b43tKl7AUuQJIsv7SV2LWt+VozgiQ73ZwOHSpnUVzE5viviPB7WCqzRcz
9SZG0fqDdCjsPq00yKaMahxGSsRI+4TA+HPdM2Wn2JEftWB0NSQUnN5uVCEdH0Ia
LxwCn19PIZsVau7MmGtOZqKM5LLrlGV8QZHRpoyu9KVHwQN52BRDM5o+f2xbDNL9
V75Y20l5R+ppgdXjJ/WMl61uJ+z34jeglWF9uHCvqxl5WcRdesSTrMvKZ4cHFN4C
O08zre/IVV4JW3Q7fsNseZa0QtIPqIBkgVoxuWWt4FLNnsUmXkdMIcUUhqAqex1h
BzDKv0O6qzj2vGYUN15wYwgAj5QKGFBhPieL9MKpeD6cpAMPVReh9xsjK+yDaCQ2
otei0kWtgyBuFWAtx2T3Y2slak5mn8oSfzx4vjNaEdVE3gK4ZODuthb8Eh5YGqzc
EKd5lcNlF49pXRQxQgcN1Cq6n56rnnC0ubnjkEn8YM9cJjMv1CK1ufy+IeOzqXTy
ebNtIolGLMaexY85YMdbyuEIYKlPbiPgag5te1HEwNawow227JvEjgmNwrTzMpP2
2HofTyyi6RdIZZU5TBlHb0CVT24jYAZwXjlTlwyn5xXhmYCa45Rrb6gFacMbLPTd
kyQ9BEBOUoewlco53IxUk2wIJ+sa0jyXBU6Ityxc/e1dYNLBEwEqRNtR3slKAkrV
jSud6/1wxPhaa/GIbT3kxVTGAyTW9V0GqjQGUi6qF12pQ1lZ9eORPJuPabevn4Co
orOLlgrI2lP8u357ZBNvzYUK0MDbLIIJq5yPDrSgUV6gWiBBx7KMlWq9aWkW2UUZ
2AhAvsswlAIdyseLd9aUWMB0sblL662rH7hhGQ/84VJyCA1FThAAHuwvQHRNkE/n
KGFGENwbHF3dW31UNeb2r6/uQPTiIEtfgvJoOjfqTIIq4urpRhbdjV1uwV1GDO0m
y9I7iwXrPxydWlxiLw4q3Fp/J4cE4mAWAyqhVFR3SK5GYSMkQWb2HsUpio+DRSBP
3fc0OtvhqH8tCkWd6YsOcWn1hVim+6KlVfOiw3ny4HCdegEpRUWll16OJMc8QXrF
6i9usgyvlVvP19gMZYOrsw8H8DpFIbU2mI+FCBSs9NVFVLyu9n7/k25FtOy6y34W
4AD0gDOWEW1/AwR8EdYa6FEEwwpuFvHmpiZGL8B9ajR40LVsTGEReDzwHBDh5wsA
UzbdYlO2lgejvg5exCmUq7nvwbzKydINPhpAiiMCDDOiWM+B0AGuZ01VqRjLLab9
Rxh7tMbX2iWRjG8wn8HI9IqQLYHanZ06
=6yVw
-END PGP MESSAGE-



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#540332: ITP: at-spi2-core -- Assistive Technology Service Provider Interface (Core) - dbus

2009-08-07 Thread Ray Wang
Package: wnpp
Severity: wishlist
Owner: Ray Wang rayw...@gnome.org


* Package name: at-spi2-core
  Version : 0.1.0
  Upstream Author : Mike Gorse mgo...@novell.com
Mark Doffman mark.doff...@codethink.co.uk
* URL : https://projects.codethink.co.uk/index.php/p/at-spi2
* License : LGPL
  Programming Lang: C
  Description : Assistive Technology Service Provider Interface (Core) - 
dbus

This library, based on ATK, is a general interface for applications to
make use of the accessibility toolkit.  This version is based on dbus.

-- System Information:
Debian Release: 5.0
  APT prefers lenny
  APT policy: (500, 'lenny')
Architecture: i386 (i686)



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#540333: RFH: emdebian-tools -- emdebian crossbuilding tool set

2009-08-07 Thread Neil Williams
Package: wnpp
Severity: normal

I request assistance with maintaining the emdebian-tools package.

For my reasons, see:
http://www.linux.codehelp.co.uk/serendipity/index.php?/archives/178-Why-I-missed-DebConf9.html

For background, see:
http://lists.debian.org/debian-embedded/2009/08/msg5.html
and for what needs to be done, see:
http://lists.debian.org/debian-embedded/2009/08/msg00016.html

For progress in Crush so far, see:
http://wiki.debian.org/EmdebianCodeAudit

emdebian-tools is the main package for cross-building Debian packages
for Emdebian Crush, the smaller cross-built distribution from the
Embedded Debian Project, an official sub-project of Debian.

Crush aims to use busybox to replace coreutils, remove perl and
prepare a binary distribution for embedded systems, based on Debian.

Current problems with cross-building in Debian mean that the next
release of Crush is likely to be skipped unless a lot of work is done
to improve the system used to create Crush 1.0. Once multiarch is
implemented in Debian, future releases of Crush will need more work to
adapt to the multiarch system.

Development of Emdebian Grip - the alternative distribution from Emdebian
with no functional changes compared to standard Debian - is unaffected
and Grip 2.0 is still in active development and likely to be released
for seven architectures alongside Debian 6.0 squeeze.

The package description is:
 A collection of scripts to ease cross-building Debian packages for
 Emdebian, reducing package size, separating translations into
 individual tdeb packages and handling dependencies. Includes support
 for installing cross building toolchains and building custom
 toolchains, automated patching of Debian packages to suit Emdebian
 needs and cross building Debian packages inside or outside a chroot.
 .
 The emdebian-tools package primarily serves to support Emdebian Crush,
 the cross-built distribution using busybox and lacking perl support.
 For Emdebian Grip support, see the emdebian-grip package.
 .
 Run emsetup first, using the simulate option, to see what changes
 may be needed.
 .
 Includes support for debian/xcontrol files and the debian-xcontrol
 package, to specify which cross dependencies need to be installed
 with apt-cross to make the cross objects available to the cross
 compiler and cross-building autobuilder support.
 .
 A simple reportbug wrapper assists in filing and closing bugs against
 the buildd.emdebian.org pseudo-package, documenting and tracking
 issues within the Emdebian build systems that are distinct from the
 Debian build logs and bugs.
 .
 Includes experimental support for creating a uClibc toolchain from an
 existing glibc/gcc toolchain for the same target architecture.



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#540334: libvigraimpex2ldbl: resampleImage() with different x- and y-factors

2009-08-07 Thread Jakub Wilk

Package: libvigraimpex2ldbl
Version: 1.5.0-2
Severity: wishlist
Tags: patch

Please backport the following patch from the upstream VCS:
http://www.informatik.uni-hamburg.de/~meine/hg/vigra/raw-rev/4cd6aa011988

--
Jakub Wilk



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#486507: libx11-6: Locking assertion failure with vmware-server-console

2009-08-07 Thread Alexander Stillich

Hi,

Hi,

Got the same problem as described here... (Lenny 5.0r1).
After some search, I found that the dependency of gtkhtml3.14 which 
actually resolves the issue is : gnome-icon-theme.
After installing it, no need to deal with libX11 in wrapper-gtk24.sh 
anymore.


Cheers,
  

Nice find, I can confirm that this works.

Cheers,
Alex




--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#496082:

2009-08-07 Thread Alexandre Dupas
Does this bug still appears using the last testing version (0.7)?



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#540335: tar: locks machine attempting to write to tape drive

2009-08-07 Thread simon
Package: tar
Version: 1.20-1
Severity: critical
Justification: breaks the whole system


command : tar -czf /dev/ht0 /www /home
locks the machine.  no activity on the tape drive.  the tape drive is a
travan certance.  am i using the correct device?  it has this listed in
the messages log:
kernel: [7.067603] ide-tape: hdb - ht0: 232KBps, 6*54kB buffer,
400ms tDSC

-- System Information:
Debian Release: 5.0.2
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.26-2-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_AU.UTF-8, LC_CTYPE=en_AU.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages tar depends on:
ii  libc6 2.7-18 GNU C Library: Shared libraries

tar recommends no packages.

Versions of packages tar suggests:
ii  bzip2 1.0.5-1high-quality block-sorting file co
ii  ncompress 4.2.4.2-1  Original Lempel-Ziv compress/uncom

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#378817: Short Notice (Winning Alert)

2009-08-07 Thread M.C
You have Won 891,934.00 GPB in ukmonthly award bonaza Send Your name ,Address, 
Tel, Age, Occupation,CountryTo Mr Fred Martin For Claims. Choose your claims 
option.(1)Courier Delivery(2)Bank Transfer
Sincerely,
Dianne Thompson




-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#526009: [Pkg-xfce-devel] Bug#526009: Bug#526009: Attempt to summarize

2009-08-07 Thread Andrei Popescu
On Fri,07.Aug.09, 00:17:04, Yves-Alexis Perez wrote:

it's hard to reproduce since, immediately after a reboot it 
always works. The system has to stay on for a while before the 
shutdown
will fail. Any ideas on how to diagnose this?
   
   Not really sure. Maybe using ck-list-session and polkit-auth. Check
   just after boot, and later, when it fails, see if it's different.
  
  I recently had a similar behavior using startx and I think that was
  caused by an update of policykit and/or consolekit, because like the
  kernel, when the policykit and consolekit packages are updated, the
  system needs to be restarted for the updates to take effect. So, as
  long as the system is not restarted. reboot and shutdown are broken.
 
 Can be related to dbus upgrades, too. System bus restart will break
 existing sessions until logged out and logged back in. Not sure there's
 anything we can do about (not on xfce side anyway).

Ok, here's my idea: record ck-list-session, polkit-auth output and the 
aptitude log on every Xfce start and shutdown/restart.

For start it's easy, I just use the autostart feature, but how could I 
do this for shutdown? Is there a specific command that is executed to 
trigger the shutdown/restart so I can create my own launcher?

Regards,
Andrei
-- 
If you can't explain it simply, you don't understand it well enough.
(Albert Einstein)


signature.asc
Description: Digital signature


Bug#539958: [mc] chaos in info panel

2009-08-07 Thread Denis Briand
tag 539958 fixed-upstream
#your bug is fixed in 4.7.0-pre2 upstream version.
thank you 

Denis Briand


signature.asc
Description: Digital signature


Bug#540329: bash-completion: complete on invoke-rc.d, not only service

2009-08-07 Thread Andrew O. Shadoura

fixed 540329 1:1.0-3
thanks

Hello.

Just tested version from testing, the bug is fixed there.

--
WBR, Andrew



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#519284: smartmontools: does not start any more after upgrade

2009-08-07 Thread Francesco Potorti`
  Package: smartmontools
  Version: 5.38-3
  Severity: normal
  
  After the last testing upgrade, smartmontools refuses to start:
 Please have a look at syslog or run smartd from the commandline to find
 out what causes the problem.
 
 Sorry for the delay.  It turned out it was an error in the previous
 config file (an 'exec' command which is no longer recognised).  After
 purging the package and reinstalling it, I see no more errors.
 
 Maybe this indicates an incompatibility with old versions?  If this is
 the case, then the installation procedure should detect it and take
 appropriate actions.
Could you attache the old an new config for this?

The only differenc is that I had changed the default DEVICESCAN line from:

DEVICESCAN -m root -M exec /usr/share/smartmontools/smartd-runner

to

DEVICESCAN -a -o on -S on -s (S/../.././00|L/../../6/07) -m root -M test exec 
/usr/share/smartmontools/smartd-runner

and this is what I got:
# smartd -d
smartd version 5.38 [x86_64-unknown-linux-gnu] Copyright (C) 2002-8 Bruce Allen
Home page is http://smartmontools.sourceforge.net/

Opened configuration file /etc/smartd.conf
File /etc/smartd.conf line 23 (drive DEVICESCAN): unknown Directive: exec
Run smartd -D to print a list of valid Directives.
Configuration file /etc/smartd.conf has fatal syntax errors.

I would tell that it worked before upgrading.

-- 
Francesco Potortì (ricercatore)Voice: +39 050 315 3058 (op.2111)
ISTI - Area della ricerca CNR  Fax:   +39 050 315 2040
via G. Moruzzi 1, I-56124 Pisa Email: poto...@isti.cnr.it
(entrance 20, 1st floor, room C71) Web:   http://fly.isti.cnr.it/




--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#540336: ITP: at-spi2-atk -- Assistive Technology Service Provider Interface (ATK) - dbus

2009-08-07 Thread Ray Wang
Package: wnpp
Severity: wishlist
Owner: Ray Wang rayw...@gnome.org


* Package name: at-spi2-atk
  Version : 0.1.0
  Upstream Author : Mike Gorse mgo...@novell.com
Mark Doffman mark.doff...@codethink.co.uk
* URL : https://projects.codethink.co.uk/index.php/p/at-spi2
* License : LGPL
  Programming Lang: C
  Description : Assistive Technology Service Provider Interface (ATK) - dbus

This version of at-spi is a major break from previous versions.
It has been completely rewritten to use D-Bus rather than
ORBIT / CORBA for its transport protocol.

-- System Information:
Debian Release: 5.0
  APT prefers lenny
  APT policy: (500, 'lenny')
Architecture: i386 (i686)



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#528710: libtheora-dev: missing post 1.0 headers, libraries and pkg-config files

2009-08-07 Thread Filippo Giunchedi
On Fri, Aug 07, 2009 at 10:56:11AM +0200, Sebastian Dröge wrote:
 I've uploaded a NMU for this to delayed-2. Attached is the debdiff.

+1

thanks
filippo
-- 
Filippo Giunchedi - http://esaurito.net - 0x6B79D401

I always keep the Titanic in mind when I talk about security or
safety, meaning that nothing is fully secure.
-- Anonymous (?)



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#540339: ia32-libs: please at uuid library (required for skype)

2009-08-07 Thread Jonas Meurer
Package: ia32-libs
Version: 20090804
Severity: normal

hello,

please consider to add (back) libuuid to the ia32 libraries in ia32-libs.
skype dynamically links against it.
with current debian/unstable on amd64 it is impossible to run 32bit
skype, while it has been possible both with old ia32-libs and with
ia32-apt-get packages.

greetings,
 jonas


-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.30-3-amd64-resivo (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages ia32-libs depends on:
ii  dpkg   1.15.3.1+b1   Debian package management system
ii  lib32asound2   1.0.20-3  shared library for ALSA applicatio
ii  lib32gcc1  1:4.4.1-1 GCC support library (32 bit Versio
ii  lib32ncurses5  5.7+20090803-1shared libraries for terminal hand
ii  lib32stdc++6   4.4.1-1   The GNU Standard C++ Library v3 (3
ii  lib32z11:1.2.3.3.dfsg-15 compression library - 32 bit runti
ii  libc6-i386 2.9-23GNU C Library: 32-bit shared libra
ii  lsb-release3.2-23Linux Standard Base version report

ia32-libs recommends no packages.

Versions of packages ia32-libs suggests:
ii  ia32-libs-gtk 20090804   GTK+ ia32 shared libraries

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#540337: RM: quicklist -- ROM; abandoned upstream, needs porting to goffice

2009-08-07 Thread Neil Williams
Package: ftp.debian.org
Severity: normal

See:
http://lists.debian.org/debian-devel/2009/05/msg00627.html

I took over upstream of quicklist prior to Lenny so that it could have
a hope of life after gtk1.2 was removed but this proved more difficult
than I expected and although the application builds against current
GTK+2, not all of the previous functionality has been restored and the
core app still needs some deprecated GTK+2 symbols. (This is a valuable
lesson in the results of an over-sentimental approach to bit-rot. It's
taught me that we are too soft on orphaned packages and dead upstreams.)

If gtk+extra2 cannot be ported to GTK+3, there is no hope of keeping
quicklist alive and I refuse to prolong the agony.

Also:
http://lists.debian.org/debian-devel/2009/06/msg00884.html

gtk+extra2 has attracted some interest from the Ada maintainers to
port some widgets but this would not support quicklist. GOffice contains
a spreadsheet widget that could be used to replace GtkSheet provided by
gtk+extra2 but I don't have time to port quicklist to goffice as well
as to GTK+3.

I'll be closing down the upstream home of quicklist at SourceForge later
too.



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#540338: Confusing manpage

2009-08-07 Thread Florian Weimer
Package: libyaml-perl
Version: 0.68-2

The manpage says the following:

   This module has been released to CPAN as YAML::Old, and soon
   YAML.pm will be changed to just be a frontend interface module
   for all the various Perl YAML implementation modules, including
   YAML::Old.

   If you want robust and fast YAML processing using the normal
   Dump/Load API, please consider switching to YAML::XS. It is by
   far the best Perl module for YAML at this time. It requires
   that you have a C compiler, since it is written in C.

But there isn't any YAML::XS module on CPAN, nor in Debian.

-- 
Florian Weimerfwei...@bfk.de
BFK edv-consulting GmbH   http://www.bfk.de/
Kriegsstraße 100  tel: +49-721-96201-1
D-76133 Karlsruhe fax: +49-721-96201-99



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#540342: aee: diff for NMU version 2.2.15b-3.1

2009-08-07 Thread Julien Cristau
Package: aee
Version: 2.2.15b-3
Severity: normal
Tags: patch

Dear maintainer,

I've prepared an NMU for aee (versioned as 2.2.15b-3.1) and
uploaded it to DELAYED/7.

Cheers,
Julien
diff -u aee-2.2.15b/debian/changelog aee-2.2.15b/debian/changelog
--- aee-2.2.15b/debian/changelog
+++ aee-2.2.15b/debian/changelog
@@ -1,3 +1,15 @@
+aee (2.2.15b-3.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Drop obsolete build dep on x-dev (closes: #515355).
+  * Drop 'Provides: editor' since no alternatives are installed (closes:
+#421080).
+  * Apply patch by Wesley J Landaker to fix wrong assumption about char
+signedness (closes: #163978).
+  * Don't strip if DEB_BUILD_OPTIONS contains nostrip (closes: #436381).
+
+ -- Julien Cristau jcris...@debian.org  Fri, 07 Aug 2009 11:59:17 +0200
+
 aee (2.2.15b-3) unstable; urgency=low
 
   * New Maintainer (Closes: #347736)
diff -u aee-2.2.15b/debian/control aee-2.2.15b/debian/control
--- aee-2.2.15b/debian/control
+++ aee-2.2.15b/debian/control
@@ -2,12 +2,11 @@
 Section: editors
 Priority: optional
 Maintainer: Mario Iseli ad...@marioiseli.com
-Build-Depends: debhelper (= 4.0.0), dpatch, libx11-dev, x-dev
+Build-Depends: debhelper (= 4.0.0), dpatch, libx11-dev
 Standards-Version: 3.6.2
 
 Package: aee
 Architecture: any
-Provides: editor
 Depends: ${shlibs:Depends}
 Description: An easy to use screen-based editor
  aee (advanced easy editor) is intended to be an easy to use screen-based
diff -u aee-2.2.15b/debian/patches/01-build.dpatch aee-2.2.15b/debian/patches/01-build.dpatch
--- aee-2.2.15b/debian/patches/01-build.dpatch
+++ aee-2.2.15b/debian/patches/01-build.dpatch
@@ -85,10 +85,10 @@
 +	mkdir -p $(DESTDIR)/usr/bin
 +	mkdir -p $(DESTDIR)/usr/share/man/man1
 +	gzip -c -9 aee.1  aee.1.gz
-+	install -s aee  $(DESTDIR)/usr/bin
-+	install -s xae  $(DESTDIR)/usr/bin
++	install aee  $(DESTDIR)/usr/bin
++	install xae  $(DESTDIR)/usr/bin
 +	install  aee.1.gz   $(DESTDIR)/usr/share/man/man1/aee.1.gz
-+	install  aee.1.gz   $(DESTDIR)/usr/share/man/man1/xae.1.gz
++	ln -s  aee.1.gz   $(DESTDIR)/usr/share/man/man1/xae.1.gz
 +	rm   aee.1.gz
  
  clean :
diff -u aee-2.2.15b/make.aee aee-2.2.15b/make.aee
--- aee-2.2.15b/make.aee
+++ aee-2.2.15b/make.aee
@@ -1,6 +1,6 @@
 DEFINES =	-DSYS5  -DBSD_SELECT   -DNCURSE 
 
-CFLAGS =	-DHAS_UNISTD  -DHAS_STDLIB -DHAS_CTYPE -DHAS_SYS_IOCTL -DHAS_SYS_WAIT  -s   -DSLCT_HDR 
+CFLAGS =	-DHAS_UNISTD  -DHAS_STDLIB -DHAS_CTYPE -DHAS_SYS_IOCTL -DHAS_SYS_WAIT  -Wall -g -O2   -DSLCT_HDR 
 
 
 all :	aee
diff -u aee-2.2.15b/xae_dir/make.xae aee-2.2.15b/xae_dir/make.xae
--- aee-2.2.15b/xae_dir/make.xae
+++ aee-2.2.15b/xae_dir/make.xae
@@ -1,6 +1,6 @@
 DEFINES =	-DXAE -Dxae11  
 
-CFLAGS =	-DHAS_UNISTD  -DHAS_STDLIB -DHAS_CTYPE -DHAS_SYS_IOCTL -DHAS_SYS_WAIT -I/usr/X11R6/include   -L/usr/X11R6/lib   -s
+CFLAGS =	-DHAS_UNISTD  -DHAS_STDLIB -DHAS_CTYPE -DHAS_SYS_IOCTL -DHAS_SYS_WAIT  -Wall -g -O2
 
 
 all :	xae
only in patch2:
unchanged:
--- aee-2.2.15b.orig/debian/patches/02-unsigned-char.dpatch
+++ aee-2.2.15b/debian/patches/02-unsigned-char.dpatch
@@ -0,0 +1,19 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 02-unsigned-char.dpatch by Wesley J Landaker w...@icecavern.net
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: fix wrong assumption on char signedness (debian bug#163978)
+
+...@dpatch@
+diff -urNad aee-2.2.15b~/mark.c aee-2.2.15b/mark.c
+--- aee-2.2.15b~/mark.c	1996-05-07 05:21:29.0 +0200
 aee-2.2.15b/mark.c	2009-08-07 11:48:25.0 +0200
+@@ -199,7 +199,7 @@
+ pst_pos++;
+ pst_pnt++;
+ 			}
+-			if (*pst_pnt == -1)
++			if (*pst_pnt == -1 || *pst_pnt == 255)
+ *pst_pnt = (char) NULL;
+ 			cpste_line = cpste_line-next_line;
+ 		}


Bug#540341: RFH: apt-cross -- retrieve, build and install libraries for cross-compiling

2009-08-07 Thread Neil Williams
Package: wnpp
Severity: normal

I request assistance with maintaining the apt-cross package.

For my reasons, see:
http://www.linux.codehelp.co.uk/serendipity/index.php?/archives/178-Why-I-missed-DebConf9.html

For background, see:
http://lists.debian.org/debian-embedded/2009/08/msg5.html
and for what needs to be done, see:
http://lists.debian.org/debian-embedded/2009/08/msg00016.html

The main issue with apt-cross is already filed as a bug:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=502433

Those who help with apt-cross should also help with emdebian-tools and
vice-versa. See bug # 540333

The package description is:
 apt-cross is intended to make it easier to locate, download, install and
 update your cross-compiling libraries, directly from the Debian archives.
 .
 By default, apt-cross uses /etc/apt/sources.list to find the current Debian
 package file for the architecture specified (or dpkg-cross default) and in
 the suite specified (default is unstable). Alternatively, you can specify
 a different mirror. Downloaded files can be passed directly to dpkg-cross
 using the -b or -i commands to apt-cross.



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#540344: apt-listbugs: [INTL:it] Italian translation

2009-08-07 Thread Luca Monducci
Package: apt-listbugs
Severity: wishlist
Tags: l10n, patch

Hello,
Sorry, I'm in late for your call for translation.
Please update the Italian translation (attached).

Regards,
 Luca

it.po
Description: Binary data


Bug#540343: aegis-web: dependency does not exists

2009-08-07 Thread Walter Franzini
Package: aegis-web
Severity: normal

aegis-web depends on apache, but the package is no longer available, the
package should depend on httpd-cgi.

The detail is available at: 

http://piuparts.debian.org/sid/state-dependency-does-not-exist.html#aegis-web


-- System Information:
Debian Release: 5.0.2
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.30.4-1 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

-- 
Walter Franzini
http://aegis.stepbuild.org/


pgp016SLV8eST.pgp
Description: PGP signature


Bug#540340: who-uploads: Should print Unicode characters correctly (not hex-escaped sequences)

2009-08-07 Thread Ben Finney
Package: devscripts
Version: 2.10.52
Severity: normal

The ‘who-uploads’ program is not printing Unicode characters
correctly:

=
$ who-uploads python-minimock
Uploads for python-minimock:
1.2.3-1 to unstable: Michal \x8ciha\x99 ni...@debian.org
1.2.2-1 to unstable: Michal \x8ciha\x99 ni...@debian.org
1.2.1-1 to unstable: Michal \x8ciha\x99 ni...@debian.org
=

The output should instead be:

=
$ who-uploads python-minimock
Uploads for python-minimock:
1.2.3-1 to unstable: Michal Čihař ni...@debian.org
1.2.2-1 to unstable: Michal Čihař ni...@debian.org
1.2.1-1 to unstable: Michal Čihař ni...@debian.org
=

-- Package-specific info:

--- /etc/devscripts.conf ---

--- ~/.devscripts ---
source $HOME/.profile
USCAN_DESTDIR=../tarballs
USCAN_SYMLINK=symlink

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (990, 'testing'), (900, 'stable')
Architecture: powerpc (ppc64)

Kernel: Linux 2.6.26-2-powerpc64 (SMP w/2 CPU cores)
Locale: LANG=en_AU.UTF-8, LC_CTYPE=en_AU.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to en_AU.UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages devscripts depends on:
ii  dpkg-dev  1.15.3.1   Debian package development tools
ii  libc6 2.9-12 GNU C Library: Shared libraries
ii  perl  5.10.0-24  Larry Wall's Practical Extraction 

Versions of packages devscripts recommends:
ii  at3.1.10.2   Delayed job execution and batch pr
ii  bzr   1.17-1 easy to use distributed version co
ii  curl  7.19.5-1   Get a file from an HTTP, HTTPS or 
ii  cvs   1:1.12.13-12   Concurrent Versions System
ii  dctrl-tools   2.13.1 Command-line tools to process Debi
ii  debian-keyring2009.05.28 GnuPG (and obsolete PGP) keys of D
ii  debian-maintainers1.64   GPG keys of Debian maintainers
ii  dput  0.9.4  Debian package upload tool
ii  dupload   2.6.6  utility to upload Debian packages
ii  elinks [www-browser]  0.12~pre5-1advanced text-mode WWW browser
ii  epiphany-gecko [www-b 2.26.1-1   Intuitive GNOME web browser - Geck
ii  epiphany-webkit [www- 2.27.3-1   Intuitive GNOME web browser - WebK
ii  equivs2.0.7-0.1  Circumvent Debian package dependen
ii  fakeroot  1.12.4 Gives a fake root environment
ii  git-core  1:1.6.3.3-2fast, scalable, distributed revisi
ii  gnupg 1.4.9-4GNU privacy guard - a free PGP rep
ii  iceweasel [www-browse 3.0.12-1   lightweight web browser based on M
ii  libauthen-sasl-perl   2.12-1 Authen::SASL - SASL Authentication
ii  libcrypt-ssleay-perl  0.57-1+b1  Support for https protocol in LWP
ii  libparse-debcontrol-p 2.005-2Easy OO parsing of Debian control-
ii  libsoap-lite-perl 0.710.08-2 Client and server side SOAP implem
ii  libterm-size-perl 0.2-4+b1   Perl extension for retrieving term
ii  libtimedate-perl  1.1600-9   Time and date functions for Perl
ii  liburi-perl   1.37+dfsg-1Manipulates and accesses URI strin
ii  libwww-perl   5.829-1WWW client/server library for Perl
ii  libyaml-syck-perl 1.07-1 fast, lightweight YAML loader and 
ii  links [www-browser]   2.2-1+b1   Web browser running in text mode
ii  lintian   2.2.13 Debian package checker
ii  lsb-release   3.2-23 Linux Standard Base version report
ii  lynx-cur [www-browser 2.8.7rel.1-1   Text-mode WWW Browser with NLS sup
ii  mailutils [mailx] 1:2.0+dfsg1-4  GNU mailutils utilities for handli
ii  man-db2.5.5-3on-line manual pager
ii  mercurial 1.3.1-1scalable distributed version contr
ii  midori [www-browser]  0.1.7-1fast, lightweight graphical web br
ii  openssh-client [ssh-c 1:5.1p1-6  secure shell client, an rlogin/rsh
ii  patch 2.5.9-5Apply a diff file to an original
ii  patchutils0.3.1-2Utilities to work with patches
ii  strace4.5.17+cvs080723-2 A system call tracer
ii  subversion1.6.3dfsg-1Advanced version control system
ii  svk   2.0.2-3A Distributed Version Control Syst
ii  tla   1.3.5+dfsg-14+b1   GNU Arch revision control system
ii  unzip 6.0-1  De-archiver for .zip files
ii  wdiff 0.5-18 Compares two files word by word
ii  wget  1.11.4-4   retrieves files from the web

Versions of packages devscripts suggests:
ii  build-essential   11.4   Informational list of build-essent
pn  

Bug#511029: Subject: sound-juicer: same behaviour as described additional info

2009-08-07 Thread Cedric Boudin
Package: sound-juicer
Version: 2.14.6-1
Followup-For: Bug #511029

 have same behaviour as described. Did start the program from xterm and
got following message:
quote
sound-juicer

(process:14794): GStreamer-WARNING **: The GStreamer function
gst_init_get_option_group() was
called, but the GLib threading system has not been initialised
yet, something that must happen before any other GLib function
is called. The application needs to be fixed so that it calls
   if (!g_thread_supported ()) g_thread_init(NULL);
as very first thing in its main() function. Please file a bug
against this application.

unquote
hope it helps

-- System Information:
Debian Release: 5.0.2
  APT prefers stable
  APT policy: (990, 'stable')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.26-1-xen-amd64
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages sound-juicer depends on:
ii  gconf2   2.16.1-1GNOME configuration
database syste
ii  gstreamer0.10-gnomevfs   0.10.10-4   GStreamer plugin for GnomeVFS
ii  gstreamer0.10-plugins-ba 0.10.19-2   GStreamer plugins from the
base
ii  gstreamer0.10-plugins-go 0.10.4-4GStreamer plugins from the
good
ii  libart-2.0-2 2.3.20-2Library of functions for 2D
graphi
ii  libatk1.0-0  1.22.0-1The ATK accessibility toolkit
ii  libbonobo2-0 2.22.0-1Bonobo CORBA interfaces library
ii  libbonoboui2-0   2.14.0-5The Bonobo UI library
ii  libc62.7-18  GNU C Library: Shared libraries
ii  libcairo21.2.4-4.1+etch1 The Cairo 2D vector
graphics libra
ii  libfontconfig1   2.6.0-3 generic font configuration
library
ii  libgcc1  1:4.3.2-1.1 GCC support library
ii  libgconf2-4  2.16.1-1GNOME configuration
database syste
ii  libglade2-0  1:2.6.0-4   library to load .glade
files at ru
ii  libglib2.0-0 2.16.6-2The GLib library of C routines
ii  libgnome-keyring02.22.3-2GNOME keyring services library
ii  libgnome-media0  2.14.2-4runtime libraries for the
GNOME me
ii  libgnome2-0  2.16.0-2The GNOME 2 library -
runtime file
ii  libgnomecanvas2-02.14.0-2A powerful object-oriented
display
ii  libgnomeui-0 2.14.1-2+b1 The GNOME 2 libraries (User
Interf
ii  libgnomevfs2-0   1:2.14.2-7  GNOME virtual file-system
(runtime
ii  libgstreamer0.10-0   0.10.19-3   Core GStreamer libraries
and eleme
ii  libgtk2.0-0  2.8.20-7The GTK+ graphical user
interface
ii  libice6  2:1.0.4-1   X11 Inter-Client Exchange
library
ii  libmusicbrainz4c2a   2.1.5-2 Second generation
incarnation of t
ii  libnautilus-burn32.14.3-8+b1 Nautilus Burn Library -
runtime ve
ii  liborbit21:2.14.13-0.1   libraries for ORBit2 - a
CORBA ORB
ii  libpango1.0-01.14.8-5+etch1  Layout and rendering of
internatio
ii  libpopt0 1.14-4  lib for parsing cmdline
parameters
ii  libsm6   2:1.0.3-2   X11 Session Management library
ii  libstdc++6   4.3.2-1.1   The GNU Standard C++ Library v3
ii  libx11-6 2:1.0.3-7   X11 client-side library
ii  libxcursor1  1:1.1.9-1   X cursor management library
ii  libxext6 2:1.0.4-1   X11 miscellaneous extension
librar
ii  libxfixes3   1:4.0.3-2   X11 miscellaneous 'fixes'
extensio
ii  libxi6   2:1.1.4-1   X11 Input extension library
ii  libxinerama1 2:1.0.3-2   X11 Xinerama extension library
ii  libxml2  2.6.32.dfsg-5   GNOME XML library
ii  libxrandr2   2:1.2.3-1   X11 RandR extension library
ii  libxrender1  1:0.9.4-2   X Rendering Extension
client libra

Versions of packages sound-juicer recommends:
ii  eject 2.1.4-3ejects CDs and operates
CD-Changer

-- debconf-show failed




-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#524050: mozilla-plugin-gnash: plugin not detected by iceweasel

2009-08-07 Thread Pete van der Spoel
 And yes, I did a 'aptitude purge flashplugin-nonfree' just
 before installing the gnash plugin.

 I think that's the common point of all the failures of that kind that I've 
 seen and heard of, 
 both in gnash and swfdec. I'll try to look deeper into that but that seems to 
 be somehow the cause.

That doesn't seem to be the case on my Debian 5.0.2 Lenny installation. 

I didn't have the flashplugin-nonfree installed (and don't think I ever did) 
but I did have the swfdec package installed. I wanted better flash support so I 
installed gnash and restarted iceweasel. It was still using swfdec and I 
couldn't select gnash in the application preferences.

When I found this bug report I checked that I had a symlink

/usr/lib/mozilla/plugins/flash-mozilla.so - /etc/alternatives/flash-mozilla.so

and found that the other symlink was

/etc/alternatives/flash-mozilla.so - 
/usr/lib/swfdec-mozilla/libswfdecmozilla.so

so I deleted /etc/alternatives/flash-mozilla.so and made a new symlink

/etc/alternatives/flash-mozilla.so - /usr/lib/gnash/libgnashplugin.so

Upon restarting iceweasel I now have no flash support whatsoever so I changed 
back to swfdec.

Any suggestions appreciated, I'm willing to test.

Greetings and thanks,
Pete


Bug#506761: [resolvconf] About debian bug 506761

2009-08-07 Thread Bastien ROUCARIES
Le vendredi 7 août 2009 11:06:35, Thomas Hood a écrit :
 Hello Bastien,

 Bastien ROUCARIES wrote:
  I want to use something like this in my network.conf file for using dns
  root server [1] :
  nameserver dnsroot
  instead of
  nameserver 198.41.0.4

 I am not aware of a file named network.conf in Debian.  Perhaps you
 are referring to the file named resolv.conf.  This is a configuration
 file for the GNU LIBC resolver library.  According to the manual page
 resolv.conf(5), it is not possible to specify a nameserver IP address
 using a string like dnsroot.

Sorry it is  /etc/network/interfaces (do no post late :) ) 
the resolv.conf will see the line dns-nameservers rootserver and transform it 
to numeric ip adress.

 As I understand it, your problem is that your ISP provides a crappy
 nameserver which you would like to override with another nameserver.
 What I would suggest is that you edit the hook script which is run after
 the network interface for your ISP connection is configured and which
 provides the nameserver address to resolvconf.  For example, suppose the
 dhclient3 program is used to configure interface eth0 on your system.
 dhclient3 obtains nameserver address 1.2.3.4 from your ISP's DHCP
 server.  You could customize the script
 /etc/dhcp3/dhclient-enter-hooks.d/resolvconf so that it substitutes
 another address before sending it to resolvconf.  This requires a bit of
 programming on your part, but I am afraid there is no other way to deal
 with special situations such as this.

I can try to do this, but I am not alone to have problem with this kind of 
stuff. Moreover IP are manually assigned (crappy crappy network). I am willing 
to made a patch :)

If think patching /etc/network/if-up.d/000resolvconf is the way to go:
-
--- 000resolvconf.old   2009-08-07 12:20:57.0 +0200
+++ 000resolvconf   2009-08-07 12:20:46.0 +0200
@@ -29,7 +29,8 @@
 
 fi
 for NS in $IF_DNS_NAMESERVERS ; do
-   R=${R}nameserver $NS
+NSsub=`echo $NS | sed s/dnsroot/198.41.0.4/g`
+   R=${R}nameserver $NSsub
 
 done
 echo -n $R | /sbin/resolvconf -a ${IFACE}.${ADDRFAM}
---

This patch use only the A server, improved version that i will send you will 
use A to J server

Bastien




--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#535946: libio-socket-ssl-perl: Partial hostname matching vulnerability fixed in 1.26

2009-08-07 Thread Dominic Hargreaves
On Wed, Jul 29, 2009 at 10:13:09PM +0100, Dominic Hargreaves wrote:
 On Mon, Jul 27, 2009 at 11:17:43AM +0200, Ansgar Burchardt wrote:
  Hi,
  
  Dominic Hargreaves d...@earth.li writes:
  
   On Mon, Jul 06, 2009 at 10:36:15AM +0100, Dominic Hargreaves wrote:
  
   1.26 (just uploaded to unstable) fixes what looks like a fairly serious
   security issue:
   
   v1.26 2009.07.03
   - SECURITY BUGFIX! 
 fix Bug in verify_hostname_of_cert where it matched only the prefix 
   for 
 the hostname when no wildcard was given, e.g. www.example.org matched
 against a certificate with name www.exam in it
 Thanks to MLEHMANN for reporting
   
   From inspecting the source this appears to apply to at least 1.24-1
   (testing) and 1.16-1 (stable).
  
   Hi security team.
  
   I'd be grateful if you could review this and let us know whether you
   believe a security update is necessary. A package with the fix backported
   has been prepared in
  
   http://svn.debian.org/wsvn/pkg-perl/branches/lenny/libio-socket-ssl-perl/
  
   although it has not yet been fully tested.
  
  Any news about this?
 
 I've heard nothing from the security team.

Therefore may I upload to stable?

-- 
Dominic Hargreaves | http://www.larted.org.uk/~dom/
PGP key 5178E2A5 from the.earth.li (keyserver,web,email)



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#523569: Bug #523569 is a possible duplicate of #521699

2009-08-07 Thread Andrei Popescu
Hello,

Could you try if setting:


GdmXserverTimeout=20

in the [daemon] section of gdm.conf fixes this? If so it's probably the 
same problem as #521699.

Regards,
Andrei
-- 
Dacă aveți probleme cu afișarea diacriticelor trebuie să vă actualizați
fonturile. Vedeți http://wiki.debian.org/L10N/Romanian/Lenny/Notes pentru
mai multe detalii.


signature.asc
Description: Digital signature


Bug#529540: I confirm..

2009-08-07 Thread Frans Pop
 I also do confirm on this issue, sadly I can't/won't upgrade any
 packages without a changelog. It's not that I don't trust the package
 maintainers but a missing changelog is a no no.

This is just silly.

The updated package is *not* missing a changelog, the changelog *is* 
included in the package, it's just not published on the website quickly 
enough for your liking.

Nobody should depend on changelogs published on the website anyway, but 
only on the changelogs actually included with the package.

You can easily review any changes in packages *before* installing them by 
using the apt-listchanges package, just configure it to display 
changelogs and ask for confirmation afterwards.

And if you also want to check if there are any RC bugs against the package 
before installing/upgrading it, install apt-listbugs as well...

Cheers,
FJP



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#540342: aee: diff for NMU version 2.2.15b-3.1

2009-08-07 Thread Julien Cristau
On Fri, Aug  7, 2009 at 12:04:45 +0200, Julien Cristau wrote:

 I've prepared an NMU for aee (versioned as 2.2.15b-3.1) and
 uploaded it to DELAYED/7.

Make that 2.2.15b-3.2, patch below.

Cheers,
Julien

diff -u aee-2.2.15b/debian/changelog aee-2.2.15b/debian/changelog
--- aee-2.2.15b/debian/changelog
+++ aee-2.2.15b/debian/changelog
@@ -1,3 +1,22 @@
+aee (2.2.15b-3.2) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Add patch 02-unsigned-char to 00list, so it's actually applied.
+
+ -- Julien Cristau jcris...@debian.org  Fri, 07 Aug 2009 12:39:16 +0200
+
+aee (2.2.15b-3.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Drop obsolete build dep on x-dev (closes: #515355).
+  * Drop 'Provides: editor' since no alternatives are installed (closes:
+#421080).
+  * Apply patch by Wesley J Landaker to fix wrong assumption about char
+signedness (closes: #163978).
+  * Don't strip if DEB_BUILD_OPTIONS contains nostrip (closes: #436381).
+
+ -- Julien Cristau jcris...@debian.org  Fri, 07 Aug 2009 11:59:17 +0200
+
 aee (2.2.15b-3) unstable; urgency=low
 
   * New Maintainer (Closes: #347736)
diff -u aee-2.2.15b/debian/control aee-2.2.15b/debian/control
--- aee-2.2.15b/debian/control
+++ aee-2.2.15b/debian/control
@@ -2,12 +2,11 @@
 Section: editors
 Priority: optional
 Maintainer: Mario Iseli ad...@marioiseli.com
-Build-Depends: debhelper (= 4.0.0), dpatch, libx11-dev, x-dev
+Build-Depends: debhelper (= 4.0.0), dpatch, libx11-dev
 Standards-Version: 3.6.2
 
 Package: aee
 Architecture: any
-Provides: editor
 Depends: ${shlibs:Depends}
 Description: An easy to use screen-based editor
  aee (advanced easy editor) is intended to be an easy to use screen-based
diff -u aee-2.2.15b/debian/patches/01-build.dpatch 
aee-2.2.15b/debian/patches/01-build.dpatch
--- aee-2.2.15b/debian/patches/01-build.dpatch
+++ aee-2.2.15b/debian/patches/01-build.dpatch
@@ -85,10 +85,10 @@
 +  mkdir -p $(DESTDIR)/usr/bin
 +  mkdir -p $(DESTDIR)/usr/share/man/man1
 +  gzip -c -9 aee.1  aee.1.gz
-+  install -s aee  $(DESTDIR)/usr/bin
-+  install -s xae  $(DESTDIR)/usr/bin
++  install aee  $(DESTDIR)/usr/bin
++  install xae  $(DESTDIR)/usr/bin
 +  install  aee.1.gz   $(DESTDIR)/usr/share/man/man1/aee.1.gz
-+  install  aee.1.gz   $(DESTDIR)/usr/share/man/man1/xae.1.gz
++  ln -s  aee.1.gz   $(DESTDIR)/usr/share/man/man1/xae.1.gz
 +  rm   aee.1.gz
  
  clean :
diff -u aee-2.2.15b/debian/patches/00list aee-2.2.15b/debian/patches/00list
--- aee-2.2.15b/debian/patches/00list
+++ aee-2.2.15b/debian/patches/00list
@@ -1,0 +2 @@
+02-unsigned-char
diff -u aee-2.2.15b/make.aee aee-2.2.15b/make.aee
--- aee-2.2.15b/make.aee
+++ aee-2.2.15b/make.aee
@@ -1,6 +1,6 @@
 DEFINES =  -DSYS5  -DBSD_SELECT   -DNCURSE 
 
-CFLAGS =   -DHAS_UNISTD  -DHAS_STDLIB -DHAS_CTYPE -DHAS_SYS_IOCTL 
-DHAS_SYS_WAIT  -s   -DSLCT_HDR 
+CFLAGS =   -DHAS_UNISTD  -DHAS_STDLIB -DHAS_CTYPE -DHAS_SYS_IOCTL 
-DHAS_SYS_WAIT  -Wall -g -O2   -DSLCT_HDR 
 
 
 all :  aee
diff -u aee-2.2.15b/xae_dir/make.xae aee-2.2.15b/xae_dir/make.xae
--- aee-2.2.15b/xae_dir/make.xae
+++ aee-2.2.15b/xae_dir/make.xae
@@ -1,6 +1,6 @@
 DEFINES =  -DXAE -Dxae11  
 
-CFLAGS =   -DHAS_UNISTD  -DHAS_STDLIB -DHAS_CTYPE -DHAS_SYS_IOCTL 
-DHAS_SYS_WAIT -I/usr/X11R6/include   -L/usr/X11R6/lib   -s
+CFLAGS =   -DHAS_UNISTD  -DHAS_STDLIB -DHAS_CTYPE -DHAS_SYS_IOCTL 
-DHAS_SYS_WAIT  -Wall -g -O2
 
 
 all :  xae
only in patch2:
unchanged:
--- aee-2.2.15b.orig/debian/patches/02-unsigned-char.dpatch
+++ aee-2.2.15b/debian/patches/02-unsigned-char.dpatch
@@ -0,0 +1,19 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 02-unsigned-char.dpatch by Wesley J Landaker w...@icecavern.net
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: fix wrong assumption on char signedness (debian bug#163978)
+
+...@dpatch@
+diff -urNad aee-2.2.15b~/mark.c aee-2.2.15b/mark.c
+--- aee-2.2.15b~/mark.c1996-05-07 05:21:29.0 +0200
 aee-2.2.15b/mark.c 2009-08-07 11:48:25.0 +0200
+@@ -199,7 +199,7 @@
+   pst_pos++;
+   pst_pnt++;
+   }
+-  if (*pst_pnt == -1)
++  if (*pst_pnt == -1 || *pst_pnt == 255)
+   *pst_pnt = (char) NULL;
+   cpste_line = cpste_line-next_line;
+   }



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#540332: ITP: at-spi2-core -- Assistive Technology Service Provider Interface (Core) - dbus

2009-08-07 Thread Cyril Brulebois
Ray Wang rayw...@gnome.org (07/08/2009):
 Package: wnpp
 Severity: wishlist
 Owner: Ray Wang rayw...@gnome.org
 
 
 * Package name: at-spi2-core
   Version : 0.1.0
   Upstream Author : Mike Gorse mgo...@novell.com
 Mark Doffman mark.doff...@codethink.co.uk
 * URL : https://projects.codethink.co.uk/index.php/p/at-spi2
 * License : LGPL
   Programming Lang: C
   Description : Assistive Technology Service Provider Interface (Core) - 
 dbus
 
 This library, based on ATK, is a general interface for applications to
 make use of the accessibility toolkit.  This version is based on dbus.

Hi,

it was mentioned by Mario in [1]. I guess it'd be nice for you to
coordinate with “us” (-accessibility) for the packaging of at-*
packages, Mario already has spent some time diving into this set of
packages.

 1. 871vnukw3s@x2.delysid.org

Thanks for considering.

(No need to Cc me if you keep -devel or -accessibility in the loop.)

Mraw,
KiBi.


signature.asc
Description: Digital signature


Bug#540296: ext4 related problems

2009-08-07 Thread maximilian attems
On Fri, Aug 07, 2009 at 01:05:42AM +0200, Christoph Anton Mitterer wrote:
 Hi.
 
 Not sure if the following are really bugs or if I'm just to stupid ;)
 
 1) Initramfs does not include ext4 module:

MODULES=most does,
so please specify a bit more what you are trying to do?

 a) I have a system whose root-fs is on ext3
 b) Copied (cp -a) the whole filesystem to another parition with ext4.
 b) mounted the ext4 to /mnt, and bind-mounted /dev /proc /sys to their  
 conterparts in /mnt/
 c) chrooted to /mnt/
 d) Now I invoke update-initramfs -u
 
 = Only ext3 is added to the initramfs within the chroot.
 When I do a mount, the chroot only shows the mtab-data (and there is  
 of course no ext4 mount in it) /proc/mounts show it however.


please post output of
sh -x mkinitramfs /tmp/foo
 
 
 
 2) Even when manually addting ext4 via /etc/initramfs-tools/modules it  
 does not boot:
 The initrd still tries to mount it as ext3 (which of course leads to  
 an error).
 fstab is correctly set to ext4
expected.





-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#540345: residual images shown after logging in with kdm

2009-08-07 Thread Andrei Popescu
Package: nvidia-glx
Version: 185.18.14-2
Severity: minor

Hello,

If using kdm immediately after logging in, but before the WM/DE takes 
over (happens also during the splash screen of Xfce) there are lots of 
pieces of images/text from previous sessions shown on the screen. This 
happens also if I do a reboot!

If I use the 'nv' driver I just get a black background instead.

Regards,
Andrei
P.S. Maybe the severity should be a bit higher due to privacy concerns

-- Package-specific info:
uname -r:
Linux think 2.6.29-2-amd64 #1 SMP Sun May 17 17:15:47 UTC 2009 x86_64 GNU/Linux


/proc/version:
Linux version 2.6.29-2-amd64 (Debian 2.6.29-5) (wa...@debian.org) (gcc version 
4.3.3 (Debian 4.3.3-10) ) #1 SMP Sun May 17 17:15:47 UTC 2009


/proc/driver/nvidia/version:


01:00.0 VGA compatible controller: nVidia Corporation Quadro NVS 140M (rev a1)


-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 
'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.29-2-amd64 (SMP w/2 CPU cores)
Locale: LANG=ro_RO.UTF-8, LC_CTYPE=ro_RO.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages nvidia-glx depends on:
ii  libc6   2.9-23   GNU C Library: Shared libraries
ii  libx11-62:1.2.2-1X11 client-side library
ii  libxext62:1.0.4-1X11 miscellaneous extension librar
ii  nvidia-kernel-2.6.2 185.18.14-2+2.6.29-5 NVIDIA binary kernel module for Li
ii  nvidia-kernel-2.6.3 185.18.14-2+2.6.30-3 NVIDIA binary kernel module for Li
ii  x11-common  1:7.4+3  X Window System (X.Org) infrastruc

nvidia-glx recommends no packages.

Versions of packages nvidia-glx suggests:
ii  nvidia-kernel-source 185.18.14-2 NVIDIA binary kernel module source
ii  nvidia-settings  185.18.14-2 Tool for configuring the NVIDIA gr

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#497791: Bug #497791, confirmation

2009-08-07 Thread Felix Zielcke
Am Freitag, den 31.07.2009, 10:09 +0200 schrieb Adolf Winterer:
 Suggestion:
 If you do not want to add an additional prompt, then please add a text
 on the 
 screen showing the check box, clearly stating something like this:
 If grub is NOT installed in the MBR on this computer, then you need
 to enter 
 the command 'grub-install /dev/XdYn' from a root shell. Caution: Not
 doing so 
 will leave your computer in an unbootable state. 

Well I talked now with Robert about it and we added now:

 Note: It is possible to install GRUB to partition boot records as well.
 However, this forces GRUB to use the blocklist mechanism, which makes it
 less reliable, and therefore is not recommended.

We just don't want to recommend it to install GRUB to a bootsector
instead of MBR because of the blocklists.

-- 
Felix Zielcke
Proud Debian Maintainer




-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#538542: Can be done via binary NMU

2009-08-07 Thread Gunnar Wolf
(sending the mail again as this was a mass bug filing - Had answered
to the wrong package's bug, sorry)

 I was suggested to handle this transition via requested binary NMUs
 as we already provide a libmysqlclient15-dev transition package.  So
 no sourcefull uploads are needed (although you could replace the
 build-dep by libmysqlclient-dev somewhen in the next months).

Hi,

Just to make sure I got this right — If my package (src:cherokee)
already builds (and was already built) declaring dependency only on
libmysqlclient-dev I need not worry about anything, right? After this
upload I am about to perform, I want to rework this package's build
infrastructure, so I'd better tackle it as soon as possible if
anything is needed.

My debian/control includes libmysqlclient-dev as part of its
Build-Depends, I guess you looked for specific depends on
mysqlclient15, which is automatically filled in for binary packages. 

-- 
Gunnar Wolf • gw...@gwolf.org • (+52-55)5623-0154 / 1451-2244



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#540347: slim has hardcoded session list

2009-08-07 Thread Uzivatel
Package: slim
Version: 1.3.0-2
Severity: normal


Slim should switch between the sessions installed on the system, not some 
random session list that came with the package.

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 
'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.26-2-amd64 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages slim depends on:
ii  debconf [debconf-2.0] 1.5.27 Debian configuration management sy
ii  libc6 2.9-23 GNU C Library: Shared libraries
ii  libgcc1   1:4.4.1-1  GCC support library
ii  libjpeg62 6b-14  The Independent JPEG Group's JPEG 
ii  libpam0g  1.0.1-9Pluggable Authentication Modules l
ii  libpng12-01.2.38-1   PNG library - runtime
ii  libstdc++64.4.1-1The GNU Standard C++ Library v3
ii  libx11-6  2:1.2.2-1  X11 client-side library
ii  libxft2   2.1.13-3   FreeType-based font drawing librar
ii  libxmu6   2:1.0.4-1  X11 miscellaneous utility library

Versions of packages slim recommends:
ii  rxvt-unicode [x-terminal-emul 9.06-1 RXVT-like terminal emulator with U

Versions of packages slim suggests:
pn  scrot none (no description available)

-- debconf information:
* shared/default-x-display-manager: slim



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#451104: python-wxgtk2.6: wxPython segfaults if DISPLAY is not set

2009-08-07 Thread Jakub Wilk

Package: python-wxgtk2.6
Version: 2.6.3.2.2-3

The bug is still present in 2.6.3.2.2-3:

$ DISPLAY='' python -c 'import wx; wx.App()'
Traceback (most recent call last):
  File string, line 1, in module
  File /usr/lib/python2.5/site-packages/wx-2.6-gtk2-unicode/wx/_core.py, line 
7700, in __init__
self._BootstrapApp()
  File /usr/lib/python2.5/site-packages/wx-2.6-gtk2-unicode/wx/_core.py, line 
7352, in _BootstrapApp
return _core_.PyApp__BootstrapApp(*args, **kwargs)
SystemError: wxEntryStart failed, unable to initialize wxWidgets!  (Is DISPLAY 
set properly?)
Segmentation fault


-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (900, 'unstable'), (500, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.30-1-686 (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=pl_PL.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages python-wxgtk2.6 depends on:
ii  libc62.9-23  GNU C Library: Shared libraries
ii  libgcc1  1:4.4.1-1   GCC support library
ii  libstdc++6   4.4.1-1 The GNU Standard C++ Library v3
ii  libwxbase2.6-0   2.6.3.2.2-3 wxBase library (runtime) - non-GUI
ii  libwxgtk2.6-02.6.3.2.2-3 wxWidgets Cross-platform C++ GUI t
ii  python   2.5.4-2 An interactive high-level object-o
ii  python-central   0.6.11  register and build utility for Pyt
ii  python-wxversion 2.6.3.2.2-3 wxWidgets Cross-platform C++ GUI t
ii  python2.52.5.4-1 An interactive high-level object-o

python-wxgtk2.6 recommends no packages.

Versions of packages python-wxgtk2.6 suggests:
pn  wx2.6-doc none (no description available)
pn  wx2.6-examplesnone (no description available)

-- no debconf information

--
Jakub Wilk



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#540060: error in pgadmin3

2009-08-07 Thread Alexander Clouter
Hi,

Borked for me also (amd64):

a...@berk:~$ uname -a
Linux berk 2.6.30.4 #8 SMP Sun Aug 2 18:53:03 BST 2009 x86_64 GNU/Linux
a...@berk:~$ dpkg -s libwxgtk2.8-0 | grep Version
Version: 2.8.7.1-2
a...@berk:~$ dpkg -s pgadmin3 | grep Version
Version: 1.10.0-1



a...@berk:~$ pgadmin3 
pgadmin3: relocation error: pgadmin3: symbol 
_ZN21wxMemoryFSHandlerBase19AddFileWithMimeTypeERK8wxStringPKvmS2_, version 
WXU_2.8.5 not defined in file libwx_baseu-2.8.so.0 with link time reference


Downgrading to libwxbase2.8-0_2.8.7.1-1.1_amd64.deb (testing) 'fixes' 
the problem for me, but I get no warnings.

Let me know what tests you might want me to do :)

Cheers

-- 
Alexander Clouter
.sigmonster says: You must have an IQ of at least half a million.  -- Popeye



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#540346: O: gtk+extra2 -- A useful set of widgets for GTK+

2009-08-07 Thread Neil Williams
Package: wnpp
Severity: normal

I intend to orphan the gtk+extra2 package.

See: http://lists.debian.org/debian-devel/2009/05/msg00627.html

GTK+extra is long dead upstream and the previous large reverse
dependency, scigraphica, has already been removed from Debian.
(scigraphics was IIRC, the main reason for having gtk+extra1
in the first place.)

The chances of gtk+extra2 making it into Squeeze are low, principally
because there is simply too much to do to get gtk+extra2 into any kind
of compatibility with GTK+3.

There was some discussion about gtk+extra2 being handled by the libgtkada2
maintainers but I've decided to make it clear that gtk+extra2 itself
is not under active maintenance.

I've already requested removal of quicklist. See #540337.

The package description is:
 Shared libraries for GtkExtra
 .
 Widgets included:
 .
 GtkSheet - A matrix widget, which consists of a scrollable grid of cells.
 .
 GtkPlot - A widget to draw high quality scientific plots in two dimensions
 with a look and feel very similar to Microcal Origin for Windows.
 .
 GtkIconList - A GtkLayout subclass that allows you to display a table of xpm
 icons with editable labels.
 .
 GtkDirTree - A GtkCTree subclass that allows you to navigate the file-system.
 .
 GtkFileList - A GtkIconList subclass that displays the contents of a given
 directory using fancy icons for different types of files.
 .
 GtkIconFileSelection - A nice looking file selection dialog combining
 GtkDirTree and GtkFileList.  It also has two entries to select the file and
 filter.
 .
 GtkItemEntry - A GtkEntry subclass which either be a fixed size or be
 dynamically resized when the text is entered.  You can also change text
 justification and the foreground and background colors very easily.
 .
 GtkFontCombo - A GtkToolBar subclass to select among the 35 standard
 PostScript fonts, the font size, and bold or italics.  It returns the name
 of the corresponding Postscript font and the equivalent Xfont.
 .
 GtkComboBox - A composite widget with two buttons, one of which is an arrow to
 display a popdown window where you can pack whatever you want, from a
 calendar to a clist.
 .
 GtkColorCombo - A GtkComboBox subclass with a customizable palette of colors
 in the popdown window.
 .
 GtkBorderCombo - A GtkComboBox with a variety of border styles in the popdown
 window.
 .
 GtkCheckItem - A GtkCheckButton hack with the look and feel of the Redmond95
 theme.



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#540348: lintian: Detects wrong duplicated word

2009-08-07 Thread Nelson A. de Oliveira
Package: lintian
Version: 2.2.13
Severity: minor

Hi!

With this package description:

=
Package: pvrg-jpeg
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Suggests: netpbm, libjpeg-progs
Description: Stanford PVRG JPEG tool
 PVRG is the JPEG implementation from Stanford Portable Video Research Group
 .
 This package contains the pvrg-jpeg command line tool.
 Contrary to cjpeg/djpeg, pvrg-jpeg can also compress in lossless JPEG
 which is defined in ITU-T T.81, ISO/IEC IS 10918-1. It also support in
 a single codec 8bits and 12bits lossy JPEG compression/decompression.
=

lintian says:

=
W: pvrg-jpeg: description-contains-duplicated-word T T
N: 
N:The description contains a duplicated word. Usually this is a mistake,
N:or at least an awkward phrasing.
N:
N:Severity: normal, Certainty: possible
=

T T from ITU-T T.81 isn't a duplicated word :-)

Thank you!

Best regards,
Nelson

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.30.1.naoliv1 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=pt_BR.UTF-8, LC_CTYPE=pt_BR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages lintian depends on:
ii  binutils  2.19.51.20090805-1 The GNU assembler, linker and bina
ii  diffstat  1.47-1 produces graph of changes introduc
ii  dpkg-dev  1.15.3.1   Debian package development tools
ii  file  5.03-1 Determines file type using magic
ii  gettext   0.17-6 GNU Internationalization utilities
ii  intltool-debian   0.35.0+20060710.1  Help i18n of RFC822 compliant conf
ii  libapt-pkg-perl   0.1.23 Perl interface to libapt-pkg
ii  libdigest-sha-perl5.47-1 Perl extension for SHA-1/224/256/3
ii  libipc-run-perl   0.84-1 Perl module for running processes
ii  libparse-debianchange 1.1.1-2parse Debian changelogs and output
ii  libtimedate-perl  1.1600-9   Time and date functions for Perl
ii  liburi-perl   1.37+dfsg-1Manipulates and accesses URI strin
ii  man-db2.5.5-3on-line manual pager
ii  perl [libdigest-sha-p 5.10.0-24  Larry Wall's Practical Extraction 

lintian recommends no packages.

Versions of packages lintian suggests:
pn  binutils-multiarchnone (no description available)
ii  libtext-template-perl 1.45-1 Text::Template perl module
ii  man-db2.5.5-3on-line manual pager

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#540338: Confusing manpage

2009-08-07 Thread gregor herrmann
On Fri, 07 Aug 2009 10:00:31 +, Florian Weimer wrote:

 The manpage says the following:
[..] 
If you want robust and fast YAML processing using the normal
Dump/Load API, please consider switching to YAML::XS.
[..]
 But there isn't any YAML::XS module on CPAN, nor in Debian.

gre...@belanna:~$ apt-file search YAML/XS.pm
libyaml-libyaml-perl: /usr/lib/perl5/YAML/XS.pm
gre...@belanna:~$ rmadison libyaml-libyaml-perl
libyaml-libyaml-perl | 0.32-1 |   testing | source, alpha, amd64, 
armel, hppa, i386, ia64, kfreebsd-amd64, kfreebsd-i386, mips, mipsel, powerpc, 
s390, sparc
libyaml-libyaml-perl | 0.32-1 |  unstable | source, alpha, amd64, 
armel, hppa, hurd-i386, i386, ia64, kfreebsd-amd64, kfreebsd-i386, mips, 
mipsel, powerpc, s390, sparc

gre...@belanna:~$ dhomepage libyaml-libyaml-perl
--
http://search.cpan.org/dist/YAML-LibYAML/ 

I agree that this YAML modules are a bit confusing. I guess we should
recommend libyaml-libyaml-perl in libyaml-perl. Before thinking about
patching the manpage I'd rather wait for the transition YAML -
YAML::Old to finish, since my guess from the manpage [0] is that it
will be rewritten anyway.

Cheers,
gregor

[0]
   The rest of this documentation is left unchanged, until
   YAML.pm is switched over to the new UI-only version.
  
-- 
 .''`.   http://info.comodo.priv.at/ -- GPG Key IDs: 0x00F3CFE4, 0x8649AA06
 : :' :  Debian GNU/Linux user, admin,  developer - http://www.debian.org/
 `. `'   Member of VIBE!AT, SPI Inc., fellow of FSFE | http://got.to/quote/
   `-NP: Piano Red: Blues, Blues, Blues


signature.asc
Description: Digital signature


Bug#411791: RFH: rt2400 -- RT2400 wireless network drivers

2009-08-07 Thread Ben Hutchings
The current status is that I am comfortable maintaining this driver but
would still appreciate having a regular user who can test proposed
patches.

This package should not be included in squeeze but would need to be
updated in any lenny+1/2 release.

Ben.

-- 
Ben Hutchings
Unix is many things to many people,
but it's never been everything to anybody.


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


Bug#524298: Reported in GNOME bugzilla

2009-08-07 Thread Marco Túlio Gontijo e Silva
http://bugzilla.gnome.org/show_bug.cgi?id=591052

-- 
marcot
http://marcot.iaaeee.org/





-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#539276: adding attachments from the command line broken

2009-08-07 Thread Gerfried Fuchs
Hi :)

* Antonio Radici anto...@dyne.org [2009-08-03 12:02:56 CEST]:
 On Mon, Aug 03, 2009 at 11:47:07AM +0200, Gerfried Fuchs wrote:
   Would it be possible to revert that change to the old behavior?
 
 Hi Rhonda,
 unfortunately this change was introduced to have GNU getopt working as POSIX
 getopt (see http://dev.mutt.org/trac/ticket/3097), so the option handling will
 work on the same way on all POSIX systems.
 
 I understand that this can be an incompatible change and we also have another
 similar problem with 1.5.20 with the handling of new mail notification, which 
 is
 different from the previous behavior.
 
 Due to the fact that this option handling was not working correctly on non-GNU
 system I suppose that this change would have been introduced at some stage 
 (even
 later); we could fork our code and introduce a patch to support the new 
 behavior
 but that would mean maintaining a patch forever and having the Debian mutt
 version to be different from the one shipped with other distro (using the
 standard mutt).

 My question is: How many people are affected on GNU systems, how many
are affected on non-GNU systems? Also, this change is also a change to
the documentation and is thus an *intentional* switch away from the
expected and long-standing documented behavior.

#v+
   -a file
  Attach a file to your message using MIME.
#v-

 That's from man mutt in etch, but I now notice that the -a file [...]
documentation change was done before lenny already. So, technically, we
should have complained back then already. :/

 We could ask upstream to provide us with a switch in .muttrc to support the 
 old
 behavior but I think that it's better to adapt our scripts to the new behavior
 (if it's possible). At the end of the day it's not a big deal of changes, mutt
 1.5.20 had entered testing one or two weeks ago and no problem was reported so
 far  about this option.

 A muttrc switch wouldn't work out, muttrc isn't read in at that point
yet, especially since you can switch which muttrc to use on the
commandline, and this would be a horror in expected behavior:

#v+
$ mutt -a file1 -a file2 -F ~/.muttrc-with-switch-for-behavior
$ mutt -F ~/.muttrc-with-switch-for-behavior -a file1 file2
#v-

 Would order actually matter here? What would you expect it to do? ;)

 Rather than rushing and asking upstream to do some changes I would prefer to
 gather some user feedback about this new behavior, and then we could decide 
 with
 more data on our hands.

 I wonder how many people really are on non-GNU systems and actually are
expecting this different behavior, and since when it is around. I
currently can't really find out when it was introduced, at least 1.5.13
had still the old documentation, the documentation was adjusted for
1.5.15, so the feature change would be probably be around since late
2006/early 2007.

 Hope that helps a bit. :)
Rhonda



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#540350: scsitools: scsi-spin -d forces udevd to spin up drive again

2009-08-07 Thread Martin Trenz
Package: scsitools
Version: 0.10-1.2
Severity: important


When i execute something like scsi-spin -d /dev/sda my USB-harddisk starts
to spin down, but even before stopping spins up again to full speed. I traced
the problem to udevd, if i stop it before scsi-spin and restart it afterwards
(manually with /sbin/udevd --daemon, NOT with /etc/init.d/udev start!)
the problem can be circumvented. But this is not a very nice solution, so
i think it should be fixed. There seems to have been a similar problem
with hdparm when stopping disks, the Debian bug number is #526516. The 
problem also exists with sdparm, executing sdparm --command=stop /dev/sda
gives the same down-up sound as scsi-spin, maybe you can copy/forward this
bug-report.

Best regards
Martin Trenz


-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.26-2-686 (SMP w/1 CPU core)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages scsitools depends on:
ii  debconf [debconf-2.0]   1.5.27   Debian configuration management sy
ii  libc6   2.9-12   GNU C Library: Shared libraries
ii  sg3-utils   1.24-2   Utilities for working with generic
ii  util-linux  2.15.1~rc1-1 Miscellaneous system utilities

Versions of packages scsitools recommends:
ii  tk8.3 [wish]  8.3.5-15   Tk toolkit for Tcl and X11, v8.3 -
ii  tk8.4 [wish]  8.4.19-3   Tk toolkit for Tcl and X11, v8.4 -
ii  tk8.5 [wish]  8.5.7-1Tk toolkit for Tcl and X11, v8.5 -

scsitools suggests no packages.

-- debconf information:
  scsitools/info:



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#494363: marked as done (thecus nic driver multicast issue)

2009-08-07 Thread Ben Hutchings
On Tue, 2009-08-04 at 07:31 -0700, Martin Michlmayr wrote:
 reopen 494363
 thanks
 
 vorlon recently tested 2.6.30 and said this bug is still there.

Can you build the module with RTL8169_DEBUG defined and send the kernel
log messages it generates on load?

Given a configured kernel build tree, you should be able to do this
with:
rm -f drivers/net/r8169.ko
make EXTRA_CFLAGS=-DRTL8169_DEBUG drivers/net/r8169.ko

Ben.

-- 
Ben Hutchings
Unix is many things to many people,
but it's never been everything to anybody.


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


Bug#540349: clive: Please package new version 2.2.4

2009-08-07 Thread David Triendl
Package: clive
Version: 2.2.0-1
Severity: wishlist

Hello,

Clive 2.2.4 war released on August 2, 2009. Updating from version 2.2.0 would
fix bugs #535957, #535483, #520520, #535459 and #520520 (i.e. all currently
open bugs.)

(Not related to this bug report, but I'll just add it anyway: The Homepage
changed from http://clive.sourceforge.net/ to http://code.google.com/p/clive/)

Regards,
David Triendl

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (700, 'testing'), (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.26-2-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages clive depends on:
ii  libclass-singleton-perl  1.4-1   implementation of a Singleton cl
ii  libconfig-tiny-perl  2.12-1  Read/Write .ini style files with a
ii  libdigest-sha-perl   5.47-1  Perl extension for SHA-1/224/256/3
ii  libexpect-perl   1.20-2  Expect.pm - Perl Expect interface
ii  libgetopt-argvfile-perl  1.11-1  Perl module for reading script opt
ii  libhtml-parser-perl  3.61-1  collection of modules that parse H
ii  liburi-perl  1.37+dfsg-1 Manipulates and accesses URI strin
ii  libwww-curl-perl 4.09-1  Perl bindings to libcurl
ii  perl [libdigest-sha-perl]5.10.0-24   Larry Wall's Practical Extraction 

Versions of packages clive recommends:
pn  clive-utils   none (no description available)
ii  libberkeleydb-perl0.39-1 use Berkeley DB 4 databases from P
ii  libterm-readkey-perl  2.30-4 A perl module for simple terminal 

Versions of packages clive suggests:
ii  ffmpeg 5:0.5+svn20090612-0.1 audio/video encoder, streaming ser

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#540351: postgresql-8.4: autovacuum fails to start

2009-08-07 Thread Karsten Hilbert
Package: postgresql-8.4
Version: 8.4.0-2+b1
Severity: important

A misconfiguration prevents autovacuum from starting:

2009-08-07 14:18:22 CEST WARNUNG:  Autovacuum wegen Fehlkonfiguration 
nicht gestartet
2009-08-07 14:18:22 CEST TIPP:  Schalten Sie die Option 
track_counts ein.

This is a standard 8.4 installation without changes to postgresql.conf.

Karsten

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (990, 'testing'), (50, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.30-1-686 (SMP w/1 CPU core)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages postgresql-8.4 depends on:
ii  libc62.9-12  GNU C Library: Shared libraries
ii  libcomerr2   1.41.3-1common error description library
ii  libgssapi-krb5-2 1.7dfsg~beta3-1 MIT Kerberos runtime libraries - k
ii  libkrb5-31.7dfsg~beta3-1 MIT Kerberos runtime libraries
ii  libldap-2.4-22.4.11-1OpenLDAP libraries
ii  libpam0g 1.0.1-9 Pluggable Authentication Modules l
ii  libpq5   8.4.0-2+b1  PostgreSQL C client library
ii  libssl0.9.8  0.9.8k-3SSL shared libraries
ii  libxml2  2.7.3.dfsg-2+b1 GNOME XML library
ii  locales  2.9-12  GNU C Library: National Language (
ii  locales-all [locales]2.9-12  GNU C Library: Precompiled locale 
ii  postgresql-client-8.48.4.0-2+b1  front-end programs for PostgreSQL 
ii  postgresql-common100 PostgreSQL database-cluster manage
ii  ssl-cert 1.0.23  simple debconf wrapper for OpenSSL
ii  tzdata   2009k-2 time zone and daylight-saving time

postgresql-8.4 recommends no packages.

Versions of packages postgresql-8.4 suggests:
ii  pidentd [ident-server]  3.0.19.ds1-5 TCP/IP IDENT protocol server with 

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#519284: smartmontools: does not start any more after upgrade

2009-08-07 Thread Guido Günther
On Fri, Aug 07, 2009 at 11:51:36AM +0200, Francesco Potorti` wrote:
   Package: smartmontools
   Version: 5.38-3
   Severity: normal
   
   After the last testing upgrade, smartmontools refuses to start:
  Please have a look at syslog or run smartd from the commandline to find
  out what causes the problem.
  
  Sorry for the delay.  It turned out it was an error in the previous
  config file (an 'exec' command which is no longer recognised).  After
  purging the package and reinstalling it, I see no more errors.
  
  Maybe this indicates an incompatibility with old versions?  If this is
  the case, then the installation procedure should detect it and take
  appropriate actions.
 Could you attache the old an new config for this?
 
 The only differenc is that I had changed the default DEVICESCAN line from:
Thanks a lot for reporting back!

 DEVICESCAN -m root -M exec /usr/share/smartmontools/smartd-runner
 
 to
 
 DEVICESCAN -a -o on -S on -s (S/../.././00|L/../../6/07) -m root -M test exec 
 /usr/share/smartmontools/smartd-runner
This should be:

DEVICESCAN -a -o on -S on -s (S/../.././00|L/../../6/07) -m root -M test -M 
exec /usr/share/smartmontools/smartd-runner

If your line worked before than by accident. The old version should have
rejected it as malformed. 

O.k. to close the bug?
Cheers,
 -- Guido



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#540238: mc: wrong path to wrapper scripts

2009-08-07 Thread Denis Briand
tags 540238 confirmed pending
#pending upload mc 2:4.7.0-pre1-3
thank you 

Denis Briand


signature.asc
Description: Digital signature


Bug#540352: rdesktop: it keymap is incorrect

2009-08-07 Thread Luca Tettamanti
Package: rdesktop
Version: 1.6.0-2
Severity: normal
Tags: patch

When using an Italian keyboad (and the Italian keymap) the remote host does
not pick up '{' and '}'; on the keyboard the curly brackets are on
the same key as the square brackets (and are select with shift+altrg modifier).

I've already reported this upstream:
http://sourceforge.net/tracker/?func=detailatid=381349aid=2829062group_id=24366

In the mean time it might be worth carrying it in debian package.

Index: keymaps/it
===
--- keymaps/it  (revision 1505)
+++ keymaps/it  (working copy)
@@ -58,11 +58,11 @@
 egrave 0x1a
 eacute 0x1a shift
 bracketleft 0x1a altgr
-dead_abovering 0x1a shift altgr
+braceleft 0x1a shift altgr
 plus 0x1b
 asterisk 0x1b shift
 bracketright 0x1b altgr
-dead_macron 0x1b shift altgr
+braceright 0x1b shift altgr
 ae 0x1e altgr
 AE 0x1e shift altgr
 ssharp 0x1f altgr

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.31-rc5-00246-g90bc1a6 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages rdesktop depends on:
ii  libc6 2.9-21 GNU C Library: Shared libraries
ii  libssl0.9.8   0.9.8k-3   SSL shared libraries
ii  libx11-6  2:1.2.2-1  X11 client-side library

rdesktop recommends no packages.

rdesktop suggests no packages.

-- no debconf information

-- debsums errors found:
debsums: checksum mismatch rdesktop file /usr/share/rdesktop/keymaps/it



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#540320: libuniconf4.6: Error during installation

2009-08-07 Thread Vincent Lefevre
severity 540320 serious
thanks

Hi,

On 2009-08-07 10:10:08 +0200, Valerio Passini wrote:
 dist-upgrading causes a little error during installation of
 libuniconf4.6 that tries to overwrite a file in libuniconf4.4.

Same problem. I'm quite sure that this is against Debian's policy
(missing Conflicts). libuniconf4.6 has:

Conflicts: libuniconf4.0 ( 4.0.2-5), libuniconf4.2, libuniconf4.3

libuniconf4.4 should probably in the list too.

So, setting the severity to serious.

-- 
Vincent Lefèvre vinc...@vinc17.org - Web: http://www.vinc17.org/
100% accessible validated (X)HTML - Blog: http://www.vinc17.org/blog/
Work: CR INRIA - computer arithmetic / Arenaire project (LIP, ENS-Lyon)



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



  1   2   3   4   >