Bug#555702: Info received (ATA drive root partition "does not exist")

2009-11-27 Thread Bryan Cebuliak
Comparing config-2.6.31-1-686[ for the not functioning kernel] with
config-2.6.30-2-686 [for the functioning kernel] shows  that  the  same
modules to  drive  my  IDE  atiixp  are used  rather than  the ATA atiixp
ones. So   there  is  no   difference  here.  My  IDE   drive device  hdX
should be  there rather than sdX, but it is  not.  Since  the corresponding
libata driver  for  atiixp  is not   engaged,  it is not  seen by libata
either.  But  the sata drive is seen as per the functioning kernel. I
suspect  the new  2.6.31  kernel cannot  work well with  the old IDE atiixp
driver.

2009/11/28 Bryan Cebuliak 

> I had a look  at   the 
> config-2.6.31-1-686.gz
> from
> http://merkel.debian.org/~jurij/2.6.31-2/i386/
> Indeed   both IDE and ATA are enabled  as modules.
> Is this relevant?
> Seems   like  I am having a  rather  schizophrenic  conversation. So be
> it.  The rest of the world is  crazy.  That  is   certain.
> 2009/11/28 Bryan Cebuliak 
>
>> Why is IDE not  recognised?
>>
>> Is CONFIG_IDE enabled  as   well as CONFIG_ATA? See this
>> http://lkml.org/lkml/2009/11/20/148
>>
>>
>>
>


Bug#544625: pybackpack: Depends on deprecated python-nautilusburn

2009-11-27 Thread Emilio Pozuelo Monfort
Andrew Price wrote:
> Hi Emilio,
> 
> On Fri, Nov 27, 2009 at 04:06:35PM +0100, Emilio Pozuelo Monfort wrote:
>> What's the current status of this work? If you're still blocked, could you
>> publish your work somewhere or attach a patch here? I'd really like to remove
>> libnautilus-burn and this is the only blocker.
> 
> I have just committed this changeset to replace nautilusburn with
> brasero upstream:
> 
> http://projects.sucs.org/projects/pybackpack/changeset/231

Cool!

> 
> I've looked into backporting those changes to 0.5.6 (which is currently
> in Debian) but it would be painful and I really don't want to do it. I
> would ideally like to get a 0.5.6+svn231 or 0.5.7 package uploaded soon,
> but there have been a lot of changes since 0.5.6.

The sooner you upload it, the more testing you will get before Squezee is 
freezed ;)

I'll remove nautilus-burn as soon as you upload a fixed pybackpack so the sooner
that happens, the better for me.

> (CCing Piotr to let him know my intentions.)

Heya Piotr!

If Piotr is busy and you need sponsoring, feel free to poke me.

Cheers,
Emilio



signature.asc
Description: OpenPGP digital signature


Bug#558355: lucene2: Please mention that CVE-2007-2383 has been fixed on next upload

2009-11-27 Thread Niels Thykier
Package: lucene2
Severity: important

Hi

A recent upload of lucene2 fixed #555225; but did not mention that
this fixed CVE-2007-2383. This causes the security tracker to
believe that lucene2 is still affected.

Therefore please mention that CVE-2007-2383 has been fixed in the
changelog on next upload.

Thank you in advance,
~Niels

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

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



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



Bug#558354: timer-applet: Wrong time separator in completion pop-up with bg_BG locale

2009-11-27 Thread Damyan Ivanov
Package: timer-applet
Version: 2.1.2-3
Severity: normal
Tags: l10n

In Bulgarian locales (where the decimal separator is a comma) the notification 
about a completed timer (and the associated tooltip) looks like this:

  "Some timer" finished at  9,08,45

while it should really look like this:

  "Some tomer" finished at  9:08:45

Funnily, when the timer is running, the right separator is used (02:34).


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

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

Versions of packages timer-applet depends on:
ii  gconf22.28.0-1   GNOME configuration database syste
ii  gnome-audio   2.22.2-1   Audio files for GNOME
ii  python2.5.4-2An interactive high-level object-o
ii  python-central0.6.13 register and build utility for Pyt
ii  python-dbus   0.83.0-1   simple interprocess messaging syst
ii  python-elementtree1.2.6-14   Light-weight toolkit for XML proce
ii  python-glade2 2.16.0-1   GTK+ bindings: Glade support
ii  python-gnomeapplet2.26.0-1   Python bindings for the GNOME pane
ii  python-gst0.100.10.17-1  generic media-playing framework (P
ii  python-gtk2   2.16.0-1   Python bindings for the GTK+ widge
ii  python-notify 0.1.1-2+b1 Python bindings for libnotify

timer-applet recommends no packages.

timer-applet 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#558351: Nautilus exits (crashes?) when moving icons on a 2nd screen

2009-11-27 Thread Josselin Mouette
Le vendredi 27 novembre 2009 à 23:46 -0600, Adam Majer a écrit : 
> When on a second screen (another X instance, different adapter, same X
> session), nautilus will restarts when trying to move an icon. It works
> just fine on the main screen.

Could you please obtain a gdb backtrace? Please install nautilus-dbg and
attach gdb to the running nautilus process:
gdb /usr/bin/nautilus $(pidof nautilus)
… blah blah blah
(gdb) cont
[ Do something that makes nautilus crash ]
(gdb) thread apply all bt full

And send the output to the bug report.

Thanks, 
-- 
 .''`.  Josselin Mouette
: :' :
`. `'   “I recommend you to learn English in hope that you in
  `- future understand things”  -- Jörg Schilling


signature.asc
Description: Ceci est une partie de message numériquement signée


Bug#558353: Missing shutdown button after disabling can_hibernate and can_suspend

2009-11-27 Thread Josselin Mouette
Le samedi 28 novembre 2009 à 08:05 +0100, Bernhard a écrit : 
> Today, i have installed a fresh Debian "squeeze".
> After installation, i disabled hibernate and suspend with the
> configuration editor.
> The disabled items are:
> /apps/gnome-power-manager/general/can_hibernate
> /apps/gnome-power-manager/general/can_suspend
> 
> Immediately after disabling hibernate and suspend, the shutdown button
> is still available.
> But after the next reboot, this button is no more available.
> If i want to shutdown or restart my system, i have to log-out and
> shutdown or restart my system from log-in manager gdm.

What if you use gnome-power-manager 2.28 from unstable? (Note that this
will require you to upgrade gnome-session as well.)

Cheers,
-- 
 .''`.  Josselin Mouette
: :' :
`. `'   “I recommend you to learn English in hope that you in
  `- future understand things”  -- Jörg Schilling


signature.asc
Description: Ceci est une partie de message numériquement signée


Bug#558353: Missing shutdown button after disabling can_hibernate and can_suspend

2009-11-27 Thread Bernhard
Package: gnome-power-manager
Version: 2.24.4-3
Severity: minor

Hello,

Today, i have installed a fresh Debian "squeeze".
After installation, i disabled hibernate and suspend with the
configuration editor.
The disabled items are:
/apps/gnome-power-manager/general/can_hibernate
/apps/gnome-power-manager/general/can_suspend

Immediately after disabling hibernate and suspend, the shutdown button
is still available.
But after the next reboot, this button is no more available.
If i want to shutdown or restart my system, i have to log-out and
shutdown or restart my system from log-in manager gdm.

This behaviour is reproducable to 100%.

Additional information:
If i disable hibernate OR suspend, the shutdown button is available
after reboot.
You have to disable both: hibernate AND suspend.

If you need further informations:
please let me know.

Regards
Bernhard





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



Bug#533569: Mixture of Code unter GPL-2+ and UnRAR license compatible?

2009-11-27 Thread Salvatore Bonaccorso
> [ please cc me, I'm not subscribed to debian-legal ]

Hi All

Hmm, ...
>2. The UnRAR sources may be used in any software to handle RAR
>   archives without limitations free of charge, but cannot be used
>   to re-create the RAR compression algorithm, which is proprietary.
>   Distribution of modified UnRAR sources in separate form or as a
>   part of other software is permitted, provided that it is clearly
>   stated in the documentation and source comments that the code may
>   not be used to develop a RAR (WinRAR) compatible archiver.

I found a similar licensing problem in RedHat Bugtracker [1].

---(Comment #25)
I spoke via email to Eugene Roshal about this issue. He was unaware that clamav
had used derived code from their implementation in clamav, under the GPL
license, and stated that he did not grant them permission to do so.

He said that the only way he was willing for such code to be used was with a
clause like the following:

"The unRAR sources cannot be used to re-create the RAR compression algorithm, 
 which is proprietary. Distribution of modified unRAR sources in separate form 
 or as a part of other software is permitted, provided that it is clearly
 stated in the documentation and source comments that the code may
 not be used to develop a RAR (WinRAR) compatible archiver."

Unfortunately, such a restriction conflicts directly with the GPL, and is a
showstopper.

This code cannot go into Fedora as is. All RAR v3.x support would need to be
stripped out, before it could be considered. Given that most RAR files are RAR
v3, that severely limits the usefulness of this application.

In addition, we will need to strip the RAR v3 code out of clamav.


 [1] https://bugzilla.redhat.com/show_bug.cgi?id=319831
 [2] http://bugs.debian.org/312552

Any comments on this?

Bests
Salvatore


signature.asc
Description: Digital signature


Bug#558189: (no subject)

2009-11-27 Thread Niels Thykier

notfound 558189 2.1.1-1
close 558189
thanks

Hi

sat4j already had the OSGi metadata; sorry for the noise.

~Niels




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



Bug#558312: error: grub_gettext not found

2009-11-27 Thread Michael Biebl
Felix Zielcke wrote:
> Am Freitag, den 27.11.2009, 23:04 +0100 schrieb Michael Biebl:
>> Felix Zielcke wrote:
>>> Am Freitag, den 27.11.2009, 22:51 +0100 schrieb Michael Biebl:
 tags 558312 -unreproducible
 thanks

 Fernando M. Maresca wrote:
> Hi,
> On Fri, Nov 27, 2009 at 10:00:38PM +0100, Robert Millan wrote:
>> I don't think we have any routine in our code that could possibly
 construct
>> that error string.  Could you re-check that this is *exactly*
>> what
 it is
>> printing?
> Sorry.
> The exact message is:
> error: the symbol ``grub_gettext'' not found
>
> It's also displayed on grub_rescue> mode when trying to insmod
> normal.mod or configfile.mod.
>
> My locale is es_AR.UTF-8.
 I can reproduce the problem, I get the exact same error message and
 boot failure.
>>> As Robert just sent a few minutes ago in his -done mail, the problem
>> is
>>> that grub-install was run on a device where you currently don't boot
>>> from.
>>> That can happen if you choose only one device instead of all in the
>>> grub-pc/install_devices debconf prompt and then on this package
>> upgrade
>>> the Linux kernel somehow decides to name the devices differently
>> then
>>> last time.
>>> The only safe way currently is to just choose all devices in that
>>> debconf prompt.
>>> Hopefully we get to implement some /dev/disk/by-{id,uuid} for that
>> one,
>>> so it's consistent.
>> Well, this does not seem to apply to me.
>> I have a single / partition, where I booted my Debian from, did a grub
>> update
>> and on the next boot grub was broken.
>> I had no debconf prompt, no booting from a separate partition, any of
>> this.
> 
> What does `echo GET grub-pc/install_devices | debconf-communicate' show?
> 
> I just tried it out in a vm.
> Installed squeeze beta3-1 where grub-pc/install_devices is not set at
> all. Then ran grub-install /dev/sda. Rebooted. Then upgraded to current
> sid version. Not running grub-install and neither it was ran by the
> postinst.
> And a reboot worked still fine.

I had purged and reinstalled grub in between and I can't reproduce the problem
anymore.

Nonetheless, if I understand you resp. Robert correctly, it is no longer
possible to boot from a rescue disc, mount the root partition manually, do a
chroot and do a grub-install? That would be very unfortunate. Or did I misread
Roberts answer?

Michael


-- 
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?



signature.asc
Description: OpenPGP digital signature


Bug#558133: apt-cacher-ng: Error creating download handler message and virtual memory consume

2009-11-27 Thread Eduard Bloch
#include 
* Javier Barroso [Thu, Nov 26 2009, 05:51:09PM]:

> Ign http://quozl.netrek.org ./ Packages   
>
> Ign http://quozl.netrek.org ./ Packages   
>
> Ign http://security.ubuntu.com karmic-security/multiverse Sources
> Err http://security.ubuntu.com karmic-security/main Packages
>   403 Forbidden file type or location

Hard to say without knowing the path but this is subject to
investigation with a more recent ACNG version.

> Ign http://debian experimental/non-free Packages  
>   
> Ign http://debian sid/main Packages   
>   
> Ign http://debian sid/contrib Packages
>   
> Ign http://debian sid/non-free Packages   
>   
> Ign http://debian experimental/main Packages  
>   
> Ign http://debian experimental/contrib Packages   
>   
> Ign http://debian experimental/non-free Packages  
>   
> Err http://debian sid/main Packages   
>   
>   503  Server overload, try later

Could be a filehandle leak (fixed in Sid/Lenny months ago).

> Then I go to apt-cacher-ng server and top shows 16g of memory virtual (but 
> only 37 used):
> # top 
> 1384 apt-cach  15   0 16.9g  37m 1140 S  0.0 14.6   2:54.67 apt-cacher-ng

Could be a thread handling leak (fixed in Sid/Lenny months ago).

> In apt-cacher-ng.err:
> Thu Nov 26 17:19:59 2009|Error creating download handler for 
> debrep/dists/sid/non-free/binary-i386/Packages.bz2

That's from the 503 bouncer, see above.

> After restart apt-cacher-ng works again.
> 
> Do you recommend installing from squeze apt-cacher-ng version (this is a 
> production server with 50 clients configured to use it)?

Yes. Sid version contains some minor improvements but it should be
tested few days more.

Regards,
Eduard.

-- 
* Aquarioph ist dummy *g*



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



Bug#558352: leftover directories in /tmp

2009-11-27 Thread jidanni
Package: aptitude
Version: 0.6.1.3-3
Severity: wishlist

Hmm, seems aptitude is leaving little droppings in /tmp
without cleaning up after itself.

  drwx--  2 root   40 2009-11-28 13:14 aptitude-root.6260:2Nm5cS
  drwx--  2 root   40 2009-11-28 13:35 aptitude-root.6467:Ie5gMi

Ah, all one has to do is hit ^C to reproduce:
# aptitude install
Need to get 0B of archives. After unpacking 0B will be used.
Do you want to continue? [Y/n/?] ^C



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



Bug#352603: still some width limits

2009-11-27 Thread jidanni
See, there's still some things that one cannot get total full width
satisfaction on, no matter what pstree arguments one gives,
$ ps auxww|grep hald-addon-rfki|sed q
root 1597 0.0 0.1 3400 1112 ? S 08:09 0:00 
/usr/lib/hal/hald-addon-rfkill-killswitch
$ COLUMNS=555 pstree -alA|grep hald-addon-rfki|sed q
  |   |-hald-addon-rfki



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



Bug#558351: Nautilus exits (crashes?) when moving icons on a 2nd screen

2009-11-27 Thread Adam Majer
Package: nautilus
Version: 2.28.1-1
Severity: normal

When on a second screen (another X instance, different adapter, same X
session), nautilus will restarts when trying to move an icon. It works
just fine on the main screen.

Furthermore, copying a shortcut and pasting it results in the icon
being pasted on the main screen instead of the 2nd screen..

Both of these are regressions from 2.26 where these functions worked
flawlessly.

- Adam


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

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

Versions of packages nautilus depends on:
ii  desktop-file-utils  0.15-2   Utilities for .desktop files
ii  gvfs1.4.1-2  userspace virtual filesystem - ser
ii  libatk1.0-0 1.28.0-1 The ATK accessibility toolkit
ii  libbeagle1  0.3.9-1  library for accessing beagle using
ii  libc6   2.10.1-3 GNU C Library: Shared libraries
ii  libcairo2   1.8.8-2  The Cairo 2D vector graphics libra
ii  libdbus-glib-1-20.82-2   simple interprocess messaging syst
ii  libexempi3  2.1.1-1  library to parse XMP metadata (Lib
ii  libexif12   0.6.18-1 library to parse EXIF files
ii  libgail18   2.18.3-1 GNOME Accessibility Implementation
ii  libgconf2-4 2.28.0-1 GNOME configuration database syste
ii  libglib2.0-02.22.2-2 The GLib library of C routines
ii  libglib2.0-data 2.22.2-2 Common files for GLib library
ii  libgnome-desktop-2-11   2.28.1-1 Utility library for loading .deskt
ii  libgtk2.0-0 2.18.3-1 The GTK+ graphical user interface 
ii  libice6 2:1.0.5-1X11 Inter-Client Exchange library
ii  libnautilus-extension1  2.28.1-1 libraries for nautilus components 
ii  libpango1.0-0   1.26.0-1 Layout and rendering of internatio
ii  libselinux1 2.0.88-1 SELinux runtime shared libraries
ii  libsm6  2:1.1.1-1X11 Session Management library
ii  libtrackerclient0   0.6.95-3 metadata database, indexer and sea
ii  libunique-1.0-0 1.1.2-2  Library for writing single instanc
ii  libx11-62:1.2.2-1X11 client-side library
ii  libxml2 2.7.6.dfsg-1 GNOME XML library
ii  libxrender1 1:0.9.4-2X Rendering Extension client libra
ii  nautilus-data   2.28.1-1 data files for nautilus
ii  shared-mime-info0.70-1   FreeDesktop.org shared MIME databa

Versions of packages nautilus recommends:
ii  app-install-dat 2009.06.06   Application Installer Data Files
ii  consolekit  0.3.1-1  framework for defining and trackin
ii  desktop-base5.0.5common files for the Debian Deskto
ii  eject   2.1.5+deb1+cvs20081104-7 ejects CDs and operates CD-Changer
ii  gvfs-backends   1.4.1-2  userspace virtual filesystem - bac
ii  librsvg2-common 2.26.0-1 SAX-based renderer library for SVG
ii  nautilus-cd-bur 2.24.0-3 CD Burning front-end for Nautilus
ii  synaptic0.63 Graphical package manager

Versions of packages nautilus suggests:
ii  eog  2.28.1-1Eye of GNOME graphics viewer progr
ii  evince [pdf-viewer]  2.28.1-1Document (postscript, pdf) viewer
ii  totem2.28.2-1A simple media player for the GNOM
pn  tracker(no description available)
pn  xdg-user-dirs  (no description available)
ii  xpdf-utils [pdf-viewer]  3.02-1.4+lenny1 Portable Document Format (PDF) sui

-- 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#558327: Installation of wmii sets dwm as default x-window-manager

2009-11-27 Thread Daniel Baumann

reassign 558327 dwm-tools
retitle 558327 please degrate dwm from recommends to suggests
tag 558327 pending
thanks

suckless-tools (renamed from dwm-tools) is in NEW and already fixes this.

--
Address:Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist
Email:  daniel.baum...@panthera-systems.net
Internet:   http://people.panthera-systems.net/~daniel-baumann/



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



Bug#528884: seen upon purging many packages

2009-11-27 Thread jidanni
See so often:
Processing triggers for install-info ...
install-info: warning: no info dir entry in `/usr/share/info/quelcom.info.gz'



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



Bug#558346: does emacs use tramp-make-temp-file?

2009-11-27 Thread Rob Browning
Michael Gilbert  writes:

> hi, a CVE has been disclosed for tramp's temp file operations [0].
> older emacs versions were checked a while back, and they were not
> using tramp-make-temp-file.  can you tell me whether this has or has
> not changed with newer versions, and/or whether the tramp issue has
> been fixed?  thanks.

A quick grep of the emacs23 source (and the installed files) suggests
that the emacs23 packages don't call that function, but I'll check more
thoroughly later.

Thanks
-- 
Rob Browning
rlb @defaultvalue.org and @debian.org
GPG as of 2002-11-03 14DD 432F AE39 534D B592 F9A0 25C8 D377 8C7E 73A4



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



Bug#558350: /usr/share/gnome/applications/mimeinfo.cache not purged

2009-11-27 Thread jidanni
Package: gnome-session
Severity: wishlist

Had to remove this by hand.

dpkg: warning: while removing gnome-session, directory 
'/usr/share/gnome/applications' not empty so not removed.

It was
/usr/share/gnome/applications/mimeinfo.cache



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



Bug#558349: no error checking for nonexistent input

2009-11-27 Thread jidanni
Package: sysv-rc
Version: 2.87dsf-8
Severity: wishlist

I don't think update-rc.d is actually checking that it is doing anything,
# update-rc.d ssshd remove; echo $?
update-rc.d: using dependency based boot sequencing
0

No error message or status value.



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



Bug#558348: say what files of /etc/apt/apt.conf.d/ are read

2009-11-27 Thread jidanni
Package: apt
Version: 0.7.24
Severity: wishlist
File: /usr/share/man/man5/apt.conf.5.gz

This man page does not mention which files of
Directory /etc/apt/apt.conf.d/
00trustcdrom  10jidanni  70debconf  OFF20archive
01autoremove  10jidanni~ OFF10periodic  OFF50unattended-upgrades
05security20listchanges  OFF15update-stamp  OFF99update-notifier
will get read, and which will not.



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



Bug#369318: quilt: --exclusive option for push

2009-11-27 Thread Rob Browning
Raphael Hertzog  writes:

> Is this really worth the effort when it can be done with "quilt push
> autofiles.diff && quilt pop" ?

It's been a while, and I honestly can't recall if there was a reason why
that wouldn't be sufficient.  Though perhaps the issue was that I often
want to generate a new version without even attempting to apply the
previous one.

Right now it looks like I'm just using this while auto-generating the
diff:

  $(quilt) push $$($(quilt) series | tail -n 2 | head -n 1)
  test "$$($(quilt) next)" = autofiles.diff
  $(quilt) pop

but perhaps that's not necessary.

Thanks
-- 
Rob Browning
rlb @defaultvalue.org and @debian.org
GPG as of 2002-11-03 14DD 432F AE39 534D B592 F9A0 25C8 D377 8C7E 73A4



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



Bug#558267: smbfs: mount.cifs fails from crontab

2009-11-27 Thread Steve Langasek
tags 558267 moreinfo
thanks

On Fri, Nov 27, 2009 at 03:01:11PM +0100, Frederic Mothe wrote:
> The script still works from the command line, and I can mount the 
> samba share with:

> /sbin/mount.cifs //mandragore/qualbois /tmp/mnt \
>   -o credential=/tmp/credential

And this doesn't result in any prompts?  Because the correct option name is
'credentials', not 'credential' - does changing this affect anything?

-- 
Steve Langasek   Give me a lever long enough and a Free OS
Debian Developer   to set it on, and I can move the world.
Ubuntu Developerhttp://www.debian.org/
slanga...@ubuntu.com vor...@debian.org


signature.asc
Description: Digital signature


Bug#558347: cryptmount init script should unmount and deconfigure all known encryptedfilesystems at shutdown

2009-11-27 Thread M. Vefa Bicakci
Package: cryptmount
Version: 4.0.1-1

Hello,

I am a mostly happy cryptmount user; however, I have one problem regarding
cryptmount: Sometimes I forget to run "cryptmount -u my_cryptmount_target"
before I shut down my computer, and because the encrypted filesystem is
not deconfigured and unmounted by the time the /etc/init.d/umountfs script
is called, my /home filesystem is not unmounted or remounted read-only
properly before the shutdown. As you can guess, this is not a good thing.

After looking at the init script of cryptmount, I saw that it unmounts and
deconfigures the cryptmount encrypted filesystems if and only if any are
declared to be set up at boot time in /etc/default/cryptmount.

Wouldn't it be sensible to unmount and deconfigure at shutdown time all
encrypted filesystems defined in /etc/cryptmount/cmtab, regardless of
whether we have some set up at boot time or not? After all, if an encrypted
filesystem is left mounted till the time we shut down, it should cleanly be
unmounted before the shutdown.

Here's a patch for the cryptmount init script which makes sure that all
currently mounted cryptmount filesystems are unmounted and deconfigured
at shutdown time even if a user (like me) forgets to run "cryptmount -u"
on them, and the user doesn't have any cryptmount filesystems declared
for setup at boot time.

=== 8< 
--- cryptmount.orig 2009-11-27 23:24:41.0 -0500
+++ cryptmount  2009-11-27 23:25:11.0 -0500
@@ -106,8 +106,8 @@
 if configured; then
 echo "Stopping cryptmount ${STAGE}targets:"
 doALL stop
-${CM_EXE} --safetynet || true
 fi
+${CM_EXE} --safetynet || true
 ;;
 restart)
 if configured; then
=== >8 

Regards,

M. Vefa Bicakci




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



Bug#524733: Bug 524733: /usr/bin/mscore script needs changes

2009-11-27 Thread Yoshio Nakamura
Hi Toby,

The /usr/bin/mscore script needs changes.  Right now it looks like:

PULSEAUDIO=$(pgrep -f pulseaudio > /dev/null)

if $PULSEAUDIO; then

PACTL=$(which pactl)
JACK=$($PACTL list | grep jack-sink)
[stuff deleted]
else
[deleted]
fi

One problem is that the 'pactl' program is in the 'pulseaudio-utils' package,
which is not installed on my system.  There should be a Recommends
or Suggests line for pulseaudio-utils and pulseaudio.

"apt-file find pactl" told me that pactl lives in the pulseaudio-utils package.

The first "if" statement is wrong syntactically, it should be:

if [ -n $PULSEAUDIO ] && [ -e $(which pactl) ]; then

This makes sure that $PULSEAUDIO is set, and that the pactl executable exists.
When the PULSEAUDIO variable is set, I think the "> /dev/null" part should be
deleted.  The "if" part seems to be executed in the original script because it
sees that the variable is set (even if it doesn't have a value) rather
than unset.
In the new script, we want a process ID to appear, even though we
don't use the value.
You don't have to use "-n" above, it just means if the string is
non-zero in length
("Conditional Expressions" section of the bash man page).

Looking at the bash man page, the syntax "if COMMAND; then COMMAND" is OK,
where the return code of the COMMAND is checked to see whether or not the then
part should be executed.

Hi Torquil,
"pgrep -f pulseaudio" finds processes named pulseaudio and tells you
the process ID
for each of those processes - try "pgrep bash", assuming you have bash running.

Yoshio



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



Bug#558346: does emacs use tramp-make-temp-file?

2009-11-27 Thread Michael Gilbert
package: emacs
version: 23.1+1-5
severity: normal

hi, a CVE has been disclosed for tramp's temp file operations [0].
older emacs versions were checked a while back, and they were not using
tramp-make-temp-file.  can you tell me whether this has or has not
changed with newer versions, and/or whether the tramp issue has been
fixed?  thanks.

mike

[0] http://security-tracker.debian.org/tracker/CVE-2007-5377



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



Bug#558345: ITP: libfreehep-export-java -- FreeHEP Export and Save As Library

2009-11-27 Thread Gabriele Giacone
Package: wnpp
Severity: wishlist
Owner: Gabriele Giacone 

* Package name: libfreehep-export-java
  Version : 2.1.1
  Upstream Author : FreeHEP team
* URL : http://java.freehep.org/
* License : LGPL-2.1+
  Programming Lang: java
  Description : FreeHEP Export and Save As Library

Library to register filetypes (which can be loaded as plugin modules).
This library is used by VectorGraphics to allow new output formats 
to be added by adding new jar files to the classpath.



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



Bug#544625: pybackpack: Depends on deprecated python-nautilusburn

2009-11-27 Thread Andrew Price
Hi Emilio,

On Fri, Nov 27, 2009 at 04:06:35PM +0100, Emilio Pozuelo Monfort wrote:
> What's the current status of this work? If you're still blocked, could you
> publish your work somewhere or attach a patch here? I'd really like to remove
> libnautilus-burn and this is the only blocker.

I have just committed this changeset to replace nautilusburn with
brasero upstream:

http://projects.sucs.org/projects/pybackpack/changeset/231

I've looked into backporting those changes to 0.5.6 (which is currently
in Debian) but it would be painful and I really don't want to do it. I
would ideally like to get a 0.5.6+svn231 or 0.5.7 package uploaded soon,
but there have been a lot of changes since 0.5.6.

(CCing Piotr to let him know my intentions.)

Cheers,

Andrew



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



Bug#558344: ITP: libjas-plotter-java -- JAS(2) Plotter

2009-11-27 Thread Gabriele Giacone
Package: wnpp
Severity: wishlist
Owner: Gabriele Giacone 

* Package name: libjas-plotter-java
  Version : 2.2.6
  Upstream Author : FreeHEP team
* URL : http://java.freehep.org/
* License : LGPL-2.1+
  Programming Lang: java
  Description : JAS(2) Plotter
FreeHEP is a collection of Java libraries used in High Energy Physics.
.
JAS-plotter is needed by freehep-export



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



Bug#510205: forwarded

2009-11-27 Thread Michael Gilbert
forwarded 510205 https://bugzilla.gnome.org/show_bug.cgi?id=603198
thanks

since there has been no debian activity on this bug for almost a year,
and upstream appears to be dead, i have forwarded the problem to gnome
since it is probably the most important downstream of libaudiofile.
they should have enough developer resources/brainpower to solve the
problem.

if nothing happens, perhaps this package should become a candidate for
removal?

mike



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



Bug#536887: gnote: SCIM works fine even under lenny

2009-11-27 Thread Osamu Aoki
Hi,

I did quick local backport of gnote 0.6.2-2+b1 with

pointing deb-src to sid
apt-get source gnote
apt-get source dbus-c++-0~20090907
apt-get build-dep dbus-c++-0~20090907
debuild (for dbus-c++-0~20090907)
debi (for dbus-c++-0~20090907)
apt-get build-dep gnote
debuild for gnote
debi for gnote

Hey, works fine without any hack.  It imported my old tomboy data as I
started.  And ... SCIM works fine.  

Source package is very nicely done so dummy like me can make backported
package.

Thanks Robert!

Osamu

PS: This may be quite useful as real backport after touching up version
number for Debian backports.org upload and as Ubuntu kermic armel port 
for my MID :-)




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



Bug#533830: uses most of CPU (still)

2009-11-27 Thread Ross Boylan
On Fri, 2009-11-27 at 12:45 +1100, Ben Finney wrote:
> On 26-Nov-2009, Mark Hindley wrote:
> > On Thu, Nov 26, 2009 at 09:49:31AM +1100, Ben Finney wrote:
> > > It now has occasional stretches of full-CPU usage, often a few
> > > minutes long; but the usage does at least drop back to a
> > > negligible idle state after a while.
> > 
> > Well that is progress at least.
> > 
> > Could you try this patch on top of the last and see if it helps any
> > more?
> 
> With both these patches (8c7a9ed and c99bd95) applied, I'm now seeing
> ‘apt-cacher’ processes maintain a negligible CPU usage, even when APT
> is fetching from them.
> 
> This is highly imprecise (I'm just watching ‘htop’) and I haven't put
> any significant stress onto it, but is a good sign. I would encourage
> anyone else experiencing the behaviour reported in this bug report to
> try these patches and report the results.
> 
The changes have no apparent effect for me. aptitude update goes
basically to 100% CPU; while downloading debs, CPU use was also high,
though possibly a bit lower than in the past (the download was too quick
to be sure).

The first patch applied cleanly; the 2nd did not, possibly because of
whitespace differences.  I manually revised the section that was
rejected, so I think I got everything.

emacs chose some odd formatting for the changelog, which looked like
this:

apt-cacher (1.6.9rb01) unstable; urgency=low

  * Merge in 2 patches from Mark Hindley to address high CPU use.  They
appear in Messages 91 and 99 of bug #533830, and are also known as
apt-cacher.patch3[ab] in Ross's build directories.

 -- Ross Boylan   Fri, 27 Nov 2009 18:18:10 -0800


The build produced the following errors, include one ("dpkg-gencontrol:
warning: unknown substitution variable ${misc:Depends}") that wasn't
obviously related to the changelog.  After installation I verified that
the new apt-cacher was there.

r...@corn:/usr/local/src/tools/apt/apt-cacher-1.6.9rb01$ date; time 
dpkg-buildpackage -b -uc -D
Fri Nov 27 18:21:07 PST 2009
dpkg-buildpackage: set CFLAGS to default value: -g -O2
dpkg-buildpackage: set CPPFLAGS to default value: 
dpkg-buildpackage: set LDFLAGS to default value: 
dpkg-buildpackage: set FFLAGS to default value: -g -O2
dpkg-buildpackage: set CXXFLAGS to default value: -g -O2
parsechangelog/debian: warning: debian/changelog(l4): unrecognised line
LINE:   appear in Messages 91 and 99 of bug #533830, and are also known as
parsechangelog/debian: warning: debian/changelog(l5): unrecognised line
LINE:   apt-cacher.patch3[ab] in Ross's build directories.
dpkg-buildpackage: source package apt-cacher
dpkg-buildpackage: source version 1.6.9rb01
dpkg-buildpackage: source changed by Ross Boylan 
dpkg-buildpackage: host architecture i386
 fakeroot debian/rules clean
dh_testdir
dh_testroot
rm -f build-arch-stamp build-indep-stamp configure-stamp
dh_clean
 debian/rules build
dh_testdir
touch configure-stamp
dh_testdir
touch build-arch-stamp
dh_testdir
touch build-indep-stamp
 fakeroot debian/rules binary
parsechangelog/debian: warning: debian/changelog(l4): unrecognised line
LINE:   appear in Messages 91 and 99 of bug #533830, and are also known as
parsechangelog/debian: warning: debian/changelog(l5): unrecognised line
LINE:   apt-cacher.patch3[ab] in Ross's build directories.
dh_testdir
dh_testroot
dh_prep
dh_installdirs usr/sbin
install -m644 apt-cacher.conf debian/apt-cacher/etc/apt-cacher/apt-cacher.conf
install -m644 apache.conf debian/apt-cacher/etc/apt-cacher/apache.conf
install -m755 apt-cacher.pl debian/apt-cacher/usr/share/apt-cacher/apt-cacher.pl
install -m755 apt-cacher2 debian/apt-cacher/usr/share/apt-cacher/apt-cacher
install -m755 apt-proxy-to-apt-cacher debian/apt-cacher/usr/share/apt-cacher/
ln -sf   ../share/apt-cacher/apt-cacher debian/apt-cacher/usr/sbin/apt-cacher 
install -m755 apt-cacher-report.pl 
debian/apt-cacher/usr/share/apt-cacher/apt-cacher-report.pl
install -m755 apt-cacher-cleanup.pl 
debian/apt-cacher/usr/share/apt-cacher/apt-cacher-cleanup.pl
install -m755 apt-cacher-precache.pl 
debian/apt-cacher/usr/share/apt-cacher/apt-cacher-precache.pl
install -m755 apt-cacher-format-transition.pl 
debian/apt-cacher/usr/share/apt-cacher/apt-cacher-format-transition.pl
install -m755 apt-cacher-import.pl 
debian/apt-cacher/usr/share/apt-cacher/apt-cacher-import.pl
install -m755 apt-cacher-lib.pl 
debian/apt-cacher/usr/share/apt-cacher/apt-cacher-lib.pl
install -m755 apt-cacher-lib-cs.pl 
debian/apt-cacher/usr/share/apt-cacher/apt-cacher-lib-cs.pl
install -m755 apt-cacher.cron.daily debian/apt-cacher/etc/cron.daily/apt-cacher
install -m755 install.pl debian/apt-cacher/usr/share/apt-cacher/install.pl
install -m755 remove.pl debian/apt-cacher/usr/share/apt-cacher/remove.pl
install -m755 upgrade.pl debian/apt-cacher/usr/share/apt-cacher/upgrade.pl
perl -pe 's/^my \$version=.*/my \$version="'1.6.9rb01'";/' -i 
/usr/local/src/tools/apt/apt-cacher-1.6.9rb01/debian/apt-cacher/usr/share/apt-cacher/

Bug#558238: script error is specific to dash

2009-11-27 Thread Utku Erdogdu


Error is specific to dash. Script works fine with bash shell.

Workaround: Upgrade bugzilla. Upgrade will fail. Edit 
"/usr/share/bugzilla3/lib/checksetup.pl" and change shebang line 
(#!/bin/sh) to #!/bin/bash.


Since dash is the default shell now, this script should either use bash 
or should work with dash.




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



Bug#535958: Bug in libparse-debcontrol-perl fixed in revision 47868

2009-11-27 Thread pkg-perl-maintainers
tag 535958 + pending
thanks

Some bugs are closed in revision 47868
by Carl Fürstenberg (azatoth-guest)

Commit message:

* remove cdbs usage in favor of debhelper 7
* added patch for strict parsing for REAL debian control files 
  (Closes: #535958)



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



Bug#558343: rhythmbox: Disabling ipv6 causes annoying delay when playing

2009-11-27 Thread Pedro Ribeiro
Package: rhythmbox
Version: 0.12.5-1+b1
Severity: important

When I disable ipv6 (by blacklisting the module or manually removing all ipv6 
addresses from network devices) rhythmbox has an annoying delay of about 5 
seconds when playing music, either local or remote (radio).

The error message displayed on the console is:
socket(): Address family not supported by protocol

How to reproduce:
-blacklist ipv6 and reboot OR disable all ipv6 addresses from network devices
-open rhythmbox
-click on any track
-displays the error message above, hangs for 5 seconds and then starts playing
-try to play other track
-displays the error message again, hangs for 5 seconds and then starts playing

But is reproducible every time.


-- 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.31.6 (SMP w/2 CPU cores; PREEMPT)
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 rhythmbox depends on:
ii  dbus   1.2.16-2  simple interprocess messaging syst
ii  gconf2 2.28.0-1  GNOME configuration database syste
ii  gnome-icon-theme   2.28.0-1  GNOME Desktop icon theme
ii  gstreamer0.10-alsa [gs 0.10.25-1 GStreamer plugin for ALSA
ii  gstreamer0.10-esd [gst 0.10.16-5 GStreamer plugin for ESD
ii  gstreamer0.10-plugins- 0.10.16-1 GStreamer plugins from the "bad" s
ii  gstreamer0.10-plugins- 0.10.25-1 GStreamer plugins from the "base" 
ii  gstreamer0.10-plugins- 0.10.16-5 GStreamer plugins from the "good" 
ii  gstreamer0.10-pulseaud 0.10.16-5 GStreamer plugin for PulseAudio
ii  gstreamer0.10-x0.10.25-1 GStreamer plugins for X11 and Pang
ii  libatk1.0-01.28.0-1  The ATK accessibility toolkit
ii  libavahi-client3   0.6.25-1  Avahi client library
ii  libavahi-common3   0.6.25-1  Avahi common library
ii  libavahi-glib1 0.6.25-1  Avahi glib integration library
ii  libbonobo2-0   2.24.2-1  Bonobo CORBA interfaces library
ii  libbrasero-media0  2.28.2-1  CD/DVD burning library for GNOME -
ii  libc6  2.10.1-7  GNU 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.82-2simple interprocess messaging syst
ii  libfontconfig1 2.6.0-4   generic font configuration library
ii  libfreetype6   2.3.11-1  FreeType 2 font engine, shared lib
ii  libgcc11:4.4.2-3 GCC support library
ii  libgconf2-42.28.0-1  GNOME configuration database syste
ii  libglade2-01:2.6.4-1 library to load .glade files at ru
ii  libglib2.0-0   2.22.2-2  The GLib library of C routines
ii  libgnome-keyring0  2.28.1-1  GNOME keyring services library
ii  libgnome-media02.28.1-1  runtime libraries for the GNOME me
ii  libgnome2-02.26.0-1  The GNOME library - runtime files
ii  libgpod4   0.7.2-2   library to read and write songs an
ii  libgstreamer-plugins-b 0.10.25-1 GStreamer libraries from the "base
ii  libgstreamer0.10-0 0.10.25-2 Core GStreamer libraries and eleme
ii  libgtk2.0-02.18.3-1  The GTK+ graphical user interface 
ii  libhal10.5.13-4  Hardware Abstraction Layer - share
ii  libice62:1.0.5-1 X11 Inter-Client Exchange library
ii  liblircclient0 0.8.3-5   infra-red remote control support -
ii  libmtp80.3.7-7   Media Transfer Protocol (MTP) libr
ii  libmusicbrainz4c2a 2.1.5-2   Second generation incarnation of t
ii  libnotify1 [libnotify1 0.4.5-1   sends desktop notifications to a n
ii  liborbit2  1:2.14.17-1   libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-0  1.26.0-1  Layout and rendering of internatio
ii  libpopt0   1.15-1lib for parsing cmdline parameters
ii  libsm6 2:1.1.1-1 X11 Session Management library
ii  libsoup-gnome2.4-1 2.28.1-3  an HTTP library implementation in 
ii  libsoup2.4-1   2.28.1-3  an HTTP library implementation in 
ii  libstdc++6 4.4.2-3   The GNU Standard C++ Library v3
ii  libtotem-plparser122.28.1-2  Totem Playlist Parser library - ru
ii  libusb-0.1-4   2:0.1.12-13   userspace USB programming library
ii  libxml22.7.6.dfsg-1  GNOME XML library
ii  python 2.5.4-2   An interactive high-level object-o
ii  python-gnome2

Bug#533995: [Debian-med-packaging] Processed: tagging 533995

2009-11-27 Thread Charles Plessy
Le Fri, Nov 27, 2009 at 11:33:05PM +, Debian Bug Tracking System a écrit :
> 
> > tags 533995 + patch

Hi Gregor,

many thanks for the help! I will apply the patch soon.

Have a nice day,

-- 
Charles Plessy
Debian Med packaging team,
http://www.debian.org/devel/debian-med
Tsurumi, Kanagawa, Japan



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



Bug#436094: 436094: qemu: move firmware to recommends

2009-11-27 Thread Vagrant Cascadian
tags 436094 pending
thanks

committed a fix to the pkg-qemu git repository.

dependencies are lowered to recommends, and versioned dependencies are resolved
as conflicts to ensure incompatible firmware aren't installed.

live well,
  vagrant



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



Bug#558342: maven-repo-helper: During every build, mavo-repo-helper adds 3 lines in pom.xml

2009-11-27 Thread Gabriele Giacone
Package: maven-repo-helper
Version: 0.9
Severity: normal

During every build, mavo-repo-helper adds 3 lines in pom.xml :

= BEFORE 

1.1.1
libmaven-exec-plugin-java


= AFTER ==

1.1.1
libmaven-exec-plugin-java
org.codehaus.mojo exec-maven-plugin 
maven-plugin 1.1.1 *
1.1.1
libmaven-exec-plugin-java


= and AFTER  =

1.1.1
libmaven-exec-plugin-java
org.codehaus.mojo exec-maven-plugin 
maven-plugin 1.1.1 *
1.1.1
libmaven-exec-plugin-java
org.codehaus.mojo exec-maven-plugin 
maven-plugin 1.1.1 *
1.1.1
libmaven-exec-plugin-java




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

Kernel: Linux 2.6.30-2-amd64 (SMP w/3 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 maven-repo-helper depends on:
ii  default-jre-headless [java2 1.6-33   Standard Java or Java compatible R
ii  libstax-java1.2.0-1  StAX Reference Implementation (RI)
ii  openjdk-6-jre-headless [jav 6b16-1.6.1-2 OpenJDK Java runtime, using Hotspo
ii  sun-java6-jre [java2-runtim 6-16-1   Sun Java(TM) Runtime Environment (

Versions of packages maven-repo-helper recommends:
ii  debhelper 7.4.3  helper programs for debian/rules

Versions of packages maven-repo-helper suggests:
ii  maven-debian-helper   0.6Helper tools for building Debian p

-- 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#558338: FTBFS: configure: error: C compiler cannot create executables

2009-11-27 Thread Cyril Brulebois
Cyril Brulebois  (28/11/2009):
> Log excerpt:
> | checking for gcc... ccache cc
> | checking for C compiler default output file name...
> | configure: error: C compiler cannot create executables

While I'm at it, there's no way ccache should be specified in
debian/rules: you don't B-D on it, buildds use clean environments so
should not re-use something already built previously, so ccache is
useless there. If you want to use it locally, set PATH accordingly,
and you're done.

Mraw,
KiBi.


signature.asc
Description: Digital signature


Bug#558341: [CRASH] Uncaught exception LockFailedException in /usr/lib/python2.5/site-packages/apt/cache.py:234

2009-11-27 Thread victor alfonso parada suarez
Package: python-apt
Version: 0.7.13.3
Severity: normal
File: /usr/lib/python2.5/site-packages/apt/cache.py



*** /tmp/update-manager-bugHXcEIx
The information below has been automatically generated.
Please do not remove this from your bug report.

- Exception Type: 
- Exception Value: LockFailedException('Failed to lock 
/var/cache/apt/archives/lock',)
- Exception Origin: 
- Exception Traceback:
  File "/usr/lib/pymodules/python2.5/UpdateManager/BugHandler.py", line 89, in 
run
threading.Thread.run(self, *args, **kwargs)
  File "/usr/lib/python2.5/threading.py", line 446, in run
self.__target(*self.__args, **self.__kwargs)
  File "/usr/lib/pymodules/python2.5/UpdateManager/Backend/PythonApt.py", line 
828, in thread_helper
installProgress=install_helper)
  File "/usr/lib/python2.5/site-packages/apt/cache.py", line 318, in commit
res = self._fetchArchives(fetcher, pm)
  File "/usr/lib/python2.5/site-packages/apt/cache.py", line 234, in 
_fetchArchives
raise LockFailedException("Failed to lock %s" % lockfile)




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

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

Versions of packages python-apt depends on:
ii  apt [libapt-pkg-libc6.9-6-4. 0.7.23.1Advanced front-end for dpkg
ii  apt-utils [libapt-inst-libc6 0.7.23.1APT utility programs
ii  libc62.10.1-7GNU C Library: Shared libraries
ii  libgcc1  1:4.4.2-3   GCC support library
ii  libstdc++6   4.4.2-3 The GNU Standard C++ Library v3
ii  lsb-release  3.2-23  Linux Standard Base version report
ii  python   2.5.4-2 An interactive high-level object-o
ii  python-central   0.6.12+nmu1 register and build utility for Pyt

Versions of packages python-apt recommends:
ii  iso-codes 3.11.1-1   ISO language, territory, currency,
ii  libjs-jquery  1.3.3-2JavaScript library for dynamic web

Versions of packages python-apt suggests:
pn  python-apt-dbg (no description available)
ii  python-gtk2   2.16.0-1   Python bindings for the GTK+ widge
ii  python-vte1:0.22.2-2 Python bindings for the VTE widget



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



Bug#558339: midori: package for new upstream 0.2.1

2009-11-27 Thread Michael Gilbert
package: midori
version: 0.2.0-1
severity: wishlist

new upstream version 0.2.1 is now available!



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



Bug#558340: nautilus-images-converter: Translation updates

2009-11-27 Thread Julien Lavergne
Package: nautilus-images-converter
Severity: normal
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu lucid
Tags: patch

There is 2 updates for translations. po files attached.


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

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

# Spanish translation of nautilus-image-converter.
# Copyright (C) 2009 THE nautilus-image-converter'S COPYRIGHT HOLDER
# This file is distributed under the same license as the nautilus-image-converter package.
# 
msgid ""
msgstr ""
"Project-Id-Version: nautilus-image-converter 0.0.9\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-12-15 22:19+0900\n"
"PO-Revision-Date: 2009-11-27 13:44-0300\n"
"Last-Translator: Federico Vera \n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit"

#: ../src/nautilus-image-converter.c:118
msgid "_Resize Images..."
msgstr "_Redimensionar imágenes..."

#: ../src/nautilus-image-converter.c:119
msgid "Resize each selected image"
msgstr "Redimensionar cada imagen seleccionada"

#: ../src/nautilus-image-converter.c:128
msgid "Ro_tate Images..."
msgstr "Ro_tar Imágenes..."

#: ../src/nautilus-image-converter.c:129
msgid "Rotate each selected image"
msgstr "Rotar cada imagen seleccionada"

#: ../src/nautilus-image-resizer.c:224 ../src/nautilus-image-rotator.c:221
msgid "_Skip"
msgstr "_Saltear"

#: ../src/nautilus-image-resizer.c:226 ../src/nautilus-image-rotator.c:223
msgid "_Retry"
msgstr "_Reintentar"

#: ../src/nautilus-image-resizer.c:343
#, c-format
msgid "Resizing image: %d of %d"
msgstr "Redimensionando imagen: %d de %d"

#: ../src/nautilus-image-resizer.c:348
#, c-format
msgid "Resizing \"%s\""
msgstr "Redimensionando\"%s\""

#: ../src/nautilus-image-resizer.c:366 ../src/nautilus-image-rotator.c:363
msgid "Please enter a valid filename suffix!"
msgstr "¡Por favor ingrese un sufijo de archivo válido!"

#: ../src/nautilus-image-resize.glade.h:1
msgid ".resized"
msgstr ".redimensionado"

#: ../src/nautilus-image-resize.glade.h:2
#: ../src/nautilus-image-rotate.glade.h:5
#: ../src/nautilus-image-resize.glade.h:3
msgid "FilenameImage Size"
msgstr "Nombre de archivoTamaño de Imagen"

#: ../src/nautilus-image-resize.glade.h:4
#: ../src/nautilus-image-rotate.glade.h:7
msgid "Append"
msgstr "Anexar"

#: ../src/nautilus-image-resize.glade.h:5
msgid "Custom size:"
msgstr "Tamaño personalizado:"

#: ../src/nautilus-image-resize.glade.h:6
msgid "Height:"
msgstr "Altura:"

#: ../src/nautilus-image-resize.glade.h:7
msgid "Resize Images"
msgstr "Redimensionar Imágenes"

#: ../src/nautilus-image-resize.glade.h:8
msgid "Resize in place"
msgstr "Redimensionar en el lugar"

#: ../src/nautilus-image-resize.glade.h:9
msgid "Scale:"
msgstr "Escala:"

#: ../src/nautilus-image-resize.glade.h:10
msgid "Select a size:"
msgstr "Seleccione un tamaño:"

#: ../src/nautilus-image-resize.glade.h:11
msgid "Width:"
msgstr "Ancho:"

#: ../src/nautilus-image-resize.glade.h:12
msgid "_Resize"
msgstr "_Redimensionar"

#: ../src/nautilus-image-resize.glade.h:13
msgid "percent"
msgstr "por ciento"

#: ../src/nautilus-image-resize.glade.h:14
msgid "pixels"
msgstr "pixeles"

#: ../src/nautilus-image-resize.glade.h:15
#: ../src/nautilus-image-rotate.glade.h:14
msgid "to file title"
msgstr "al nombre de archivo"

#: ../src/nautilus-image-rotator.c:340
#, c-format
msgid "Rotating image: %d of %d"
msgstr "Rotando imagen: %d de %d"

#: ../src/nautilus-image-rotator.c:345
#, c-format
msgid "Rotating \"%s\""
msgstr "Rotando \"%s\""

#: ../src/nautilus-image-rotate.glade.h:1
msgid ".rotated"
msgstr ".rotada"

#: ../src/nautilus-image-rotate.glade.h:2
msgid ""
"90° clockwise\n"
"90° counter-clockwise\n"
"180°"
msgstr ""
"90° sentido horario\n"
"90° sentido anti-horario\n"
"180°"

#: ../src/nautilus-image-rotate.glade.h:6
msgid "Image Rotation"
msgstr "Rotación de Imagen"

#: ../src/nautilus-image-rotate.glade.h:8
msgid "Custom angle:"
msgstr "Ángulo personalizado:"

#: ../src/nautilus-image-rotate.glade.h:9
msgid "Rotate Images"
msgstr "Rotar Imágenes"

#: ../src/nautilus-image-rotate.glade.h:10
msgid "Rotate in place"
msgstr "Rotar en el lugar"

#: ../src/nautilus-image-rotate.glade.h:11
msgid "Select an angle:"
msgstr "Seleccionar un ángulo:"

#: ../src/nautilus-image-rotate.glade.h:12
msgid "_Rotate"
msgstr "_Rotar"

#: ../src/nautilus-image-rotate.glade.h:13
msgid "degrees clockwise"
msgstr "grados en sentido horario"

#: ../src/nautilus-image-resize.glade.h:2
#: ../src/nautilus-image-rotate.glade.h:5   

Bug#516685: apt-get install acidbase overwriteing snort config files

2009-11-27 Thread Jeremy T. Bouse
What snort-mysql config files are you saying are being overwritten? I
can not find anything in the packaging that should be touching
snort-mysql configurations. Unless you can provide evidence that can be
reproduced I'm going to close this bug.



signature.asc
Description: OpenPGP digital signature


Bug#558338: FTBFS: configure: error: C compiler cannot create executables

2009-11-27 Thread Cyril Brulebois
Package: xfe
Version: 1.32.1-1
Severity: serious
Justification: FTBFS

Hi,

your package FTBFS on almost all buildds:
  https://buildd.debian.org/status/package.php?suite=unstable&p=xfe

Log excerpt:
| checking for gcc... ccache cc
| checking for C compiler default output file name... 
| configure: error: C compiler cannot create executables

Mraw,
KiBi.



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



Bug#364569: please also build libpotrace

2009-11-27 Thread Reid Barton
On Tue, Apr 25, 2006 at 05:10:48PM +0200, Bas Zoetekouw wrote:
> Hi Bartosz!
> 
> You wrote:
> 
> > > The potrace source also seem to contain a libpotrace, which is
> > > fromexample used by dvisvgm.  Could you please also build libpotrace
> > > and libpotrace-dev packages?
> > 
> > By default upstream's build infrastructure builds only static library.
> > Would it be enough for you or should I ask him to provide dynamic library
> > too?
> 
> No, I really need the dynamic library.

I would quite like a libpotrace package as well.  I did manage to
build a shared library manually without too much difficulty, but I
didn't really understand what I was doing with regards to the build
system and it would be most convenient for me if the dynamic library
was packaged by Debian for easy installation everywhere.

Regards,
Reid Barton



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



Bug#558167: xindy: Missing dependency: clisp

2009-11-27 Thread Jörg Sommer
Hi Michael,

Michael Piefel hat am Thu 26. Nov, 21:39 (+0100) geschrieben:
> Package: xindy
> Version: 2.4~pre1-2
> Severity: grave
> Justification: renders package unusable
> 
> 
> Without clisp installed, xindy will not work at all.
> 
> (At least texindy won’t, I cannot check other engines. Perhaps some
> other Lisp environment works as well, but as far I understood the Perl
> script, clisp is hard-coded.)

Thanks for your report. I'll upload a new version of xindy with a
dependency on clisp.

Bye, Jörg.
-- 
An SQL query walks into a bar and sees two tables.
He walks up to them and says: "Mind if I join you?"


signature.asc
Description: Digital signature http://en.wikipedia.org/wiki/OpenPGP


Bug#558337: mozvoikko: FTBFS on GNU/kFreeBSD

2009-11-27 Thread Cyril Brulebois
Package: mozvoikko
Version: 1.0-1
Severity: important
Tags: patch
User: debian-...@lists.debian.org
Usertags: kfreebsd

Hi,

your package FTBFS on GNU/kFreeBSD because the OS isn't supported. The
tiny attached patch fixes this, making GNU/kFreeBSD similar to Linux
since they use the same glibc, the same shared objects, etc.

Build logs at the usual place:
  https://buildd.debian.org/status/package.php?suite=unstable&p=mozvoikko

Thanks for considering.

Mraw,
KiBi.
--- a/src/mozVoikkoUtils.cpp
+++ b/src/mozVoikkoUtils.cpp
@@ -32,7 +32,7 @@
 #include 
 #include 
 
-#if defined(__linux__)
+#if defined(__linux__) || defined(__GLIBC__)
 
 const char *preloadLibNames[] =
 {
--- a/src/mozVoikkoUtils.cpp
+++ b/src/mozVoikkoUtils.cpp
@@ -32,7 +32,7 @@
 #include 
 #include 
 
-#if defined(__linux__)
+#if defined(__linux__) || defined(__GLIBC__)
 
 const char *preloadLibNames[] =
 {


Bug#469397: quick XBMC review

2009-11-27 Thread Andres Mejia
On Friday 27 November 2009 07:56:33 Bruno Kleinert wrote:
> Am Donnerstag, den 26.11.2009, 22:35 -0500 schrieb Andres Mejia:
> > Please CC the bug too.
> >
> > On Wednesday 25 November 2009 16:35:59 Bruno Kleinert wrote:
> > > Hi there,
> > >
> > > I had a quick look at XBMC's source tree and wrote some kind of
> > > "protocol" about everything that didn't look that good to me. Here we
> > > go...
> > >
> > > ---[ snip ]---
> > > Copies of external packages' source code
> > > 
> > > tinyXML version unknown
> > > lib/fontconfig_win32 version 2.7.3
> > > lib/freetype version 2.3.9
> > > lib/libSDL-WIN32 unknown version, patched with
> > > lib/libSDL-WIN32/SDL_SetWidthHeight.diff
> > > system/python/spyce
> > > cdrip/oggvorbis/*
> > > cores/dvdplayer/Codecs/ffmpeg
> > > cores/dvdplayer/Codecs/liba52
> > > cores/dvdplayer/Codecs/libdts
> > > cores/dvdplayer/Codecs/libdvd
> > > cores/dvdplayer/Codecs/libfaad2
> > > cores/dvdplayer/Codecs/libmad
> > > cores/dvdplayer/Codecs/libmpeg2
> > > cores/dvdplayer/DVDCodecs/Audio/liba52
> > > cores/dvdplayer/DVDCodecs/Audio/libdts
> > > cores/dvdplayer/DVDCodecs/Audio/libfaad
> > > cores/dvdplayer/DVDCodecs/Audio/libmad
> > > cores/dvdplayer/DVDInputStreams/dvdnav
> > > cores/dvdplayer/DVDInputStreams/mms
> > > cores/ffmpeg
> > > cores/paplayer/AC3Codec
> > > cores/paplayer/FLACCodec/flac-1.2.1
> > > cores/paplayer/ModuleCodec/dumb also it's non-DFSG free
> > > cores/paplayer/ogg
> > > cores/paplayer/SIDCodec/libsidplay
> > > cores/paplayer/SIDCodec/builders/hardsid-build
> > > cores/paplayer/SIDCodec/builders/resid-builder
> > > cores/paplayer/SPCCodec
> > > xbmc/cores/paplayer/timidity
> > > cores/paplayer/vgmstream
> > > cores/paplayer/vorbisfile
> > > cores/paplayer/WavPackCodec
> > > cores/paplayer/YMCodec
> > > FileSystem/curl
> > > lib/"mostly"* - WTF?! What an unbelievable mess! Even source copies
> > > contain other source copies?!?
> > > xbmc/screensavers/rsxs-0.9
> > > xbmc/visualizations/Goom/goom2k4-0 - Copied & patched
> > > xbmc/visualizations/Milkdrop/vis_milkdrop
> > > xbmc/visualizations/OpenGLSpectrum
> >
> > Yes, xbmc does use third party code, which include libraries. It is
> > possible to use system libraries rather than internal libraries for most
> > of the libraries xbmc ships. I would like to see xbmc use nothing but
> > system libraries where available, but this of course is going to require
> > a lot of work.
> >
> > > Illegal sources
> > > ===
> > > media/Fonts/arial.ttf
> >
> > I suppose these can be replaced with the Liberation fonts.
> 
> I think the dejavu-* fonts could be an alternative, too.

We'll just stick with one replacement, and I would personally choose the 
Liberation fonts as that at least is advertised as compatible with the 
Monotype fonts.

> > > All precompiled binaries (Some with not so obvious suffixes)
> >
> > I don't see how these are illegal, unless you mean they don't have the
> > corresponding source used to compile them, with license. In any case,
> > could you clarify what you meant by this.
> 
> I meant that there shouldn't be anything precompiled in
> our .orig.tar.*s. Illegal is just some category I made up. Don't rely
> too much on the names of my topics ;)

*OUR* orig.tar.*s? You should be careful with this kind of phrasing. Last I 
checked, Debian is not some distro which includes software which is forked 
from their respective upstream sources (though at times it may seem that way).

> > > Questionable/Useless
> > > 
> > > media/weather.rar
> > > credits/credits.mod
> > > find -iname "*.bat"
> >
> > These are used, though of course the .bat files are not used in linux.
> 
> Then I suggest to drop them from the .orig.tar.gz. In some packages I
> use scripts to generate .orig.tar.gz files which automatically strip
> unwanted files before compressing the sources.
> 
> Something like find -iname "*.bat" -exec rm -f "{}" \; should be enough.
> Probably also usable for other kind of files (*.exe, *.dll, *.lib,
> *.dylib and so on)
> 
> > > project/*
> >
> > These are used for Windows at least.
> 
> Then I suggest to remove that directory from the .orig.tar.gz.

Like I said in my previous email, I'm not willing to remove files/directories 
from the source tarball simply because they appear useless for Debian/Linux. 
That's why they do not appear in the binary packages.

> > > xbmc-xrandr.c - WTF?!
> >
> > What exactly is the problem with xbmc-xrandr.c?
> 
> It looks like a redundant implementation of the xrandr from the
> x11-xserver-utils package. If it's just a source copy, then I'd suggest
> to remove it.

Yes, XBMC has it's own implementation of xrandr. It stays.

> > > scripts/*.zip
> >
> > XBMC can open scripts that are inside a zip file.
> 
> Ah, ok. Why not put them extracted into the .orig.tar.gz and build the
> ZIP archives at build time? I think that's a bit easier to maintain and
> keep track of changes in the scripts.

Yes, I think 

Bug#558335: avr-objdump disassembles "lpm rX, Z" wrongly

2009-11-27 Thread Elrond

Package: binutils-avr
Version: 2.20-2

Here's the problem in very short:

  avr% avr-objdump -d bug-lpm.o
   :
0:   25 91   lpm r18, Z+
2:   24 91   lpm r18, Z+
4:   08 95   ret

The longer description can be found at [1].

Which brings us to the strange part of this issue:

I reported this upstream [1] but upstream claims, that it
is fixed in 2.20. And they suggest, that this is a problem
in the debian packaging.
I hope you can clear this thing up much faster than I can.


Elrond


[1] http://sourceware.org/bugzilla/show_bug.cgi?id=10964



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



Bug#558336: nautilus-images-converter: Translation updates

2009-11-27 Thread Julien Lavergne
Package: nautilus-images-converter
Severity: normal
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu lucid
Tags: patch

There is 2 updates for translations. po files attached.


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

Kernel: Linux 2.6.31-15-generic (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
# Spanish translation of nautilus-image-converter.
# Copyright (C) 2009 THE nautilus-image-converter'S COPYRIGHT HOLDER
# This file is distributed under the same license as the nautilus-image-converter package.
# 
msgid ""
msgstr ""
"Project-Id-Version: nautilus-image-converter 0.0.9\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-12-15 22:19+0900\n"
"PO-Revision-Date: 2009-11-27 13:44-0300\n"
"Last-Translator: Federico Vera \n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit"

#: ../src/nautilus-image-converter.c:118
msgid "_Resize Images..."
msgstr "_Redimensionar imágenes..."

#: ../src/nautilus-image-converter.c:119
msgid "Resize each selected image"
msgstr "Redimensionar cada imagen seleccionada"

#: ../src/nautilus-image-converter.c:128
msgid "Ro_tate Images..."
msgstr "Ro_tar Imágenes..."

#: ../src/nautilus-image-converter.c:129
msgid "Rotate each selected image"
msgstr "Rotar cada imagen seleccionada"

#: ../src/nautilus-image-resizer.c:224 ../src/nautilus-image-rotator.c:221
msgid "_Skip"
msgstr "_Saltear"

#: ../src/nautilus-image-resizer.c:226 ../src/nautilus-image-rotator.c:223
msgid "_Retry"
msgstr "_Reintentar"

#: ../src/nautilus-image-resizer.c:343
#, c-format
msgid "Resizing image: %d of %d"
msgstr "Redimensionando imagen: %d de %d"

#: ../src/nautilus-image-resizer.c:348
#, c-format
msgid "Resizing \"%s\""
msgstr "Redimensionando\"%s\""

#: ../src/nautilus-image-resizer.c:366 ../src/nautilus-image-rotator.c:363
msgid "Please enter a valid filename suffix!"
msgstr "¡Por favor ingrese un sufijo de archivo válido!"

#: ../src/nautilus-image-resize.glade.h:1
msgid ".resized"
msgstr ".redimensionado"

#: ../src/nautilus-image-resize.glade.h:2
#: ../src/nautilus-image-rotate.glade.h:5
#: ../src/nautilus-image-resize.glade.h:3
msgid "FilenameImage Size"
msgstr "Nombre de archivoTamaño de Imagen"

#: ../src/nautilus-image-resize.glade.h:4
#: ../src/nautilus-image-rotate.glade.h:7
msgid "Append"
msgstr "Anexar"

#: ../src/nautilus-image-resize.glade.h:5
msgid "Custom size:"
msgstr "Tamaño personalizado:"

#: ../src/nautilus-image-resize.glade.h:6
msgid "Height:"
msgstr "Altura:"

#: ../src/nautilus-image-resize.glade.h:7
msgid "Resize Images"
msgstr "Redimensionar Imágenes"

#: ../src/nautilus-image-resize.glade.h:8
msgid "Resize in place"
msgstr "Redimensionar en el lugar"

#: ../src/nautilus-image-resize.glade.h:9
msgid "Scale:"
msgstr "Escala:"

#: ../src/nautilus-image-resize.glade.h:10
msgid "Select a size:"
msgstr "Seleccione un tamaño:"

#: ../src/nautilus-image-resize.glade.h:11
msgid "Width:"
msgstr "Ancho:"

#: ../src/nautilus-image-resize.glade.h:12
msgid "_Resize"
msgstr "_Redimensionar"

#: ../src/nautilus-image-resize.glade.h:13
msgid "percent"
msgstr "por ciento"

#: ../src/nautilus-image-resize.glade.h:14
msgid "pixels"
msgstr "pixeles"

#: ../src/nautilus-image-resize.glade.h:15
#: ../src/nautilus-image-rotate.glade.h:14
msgid "to file title"
msgstr "al nombre de archivo"

#: ../src/nautilus-image-rotator.c:340
#, c-format
msgid "Rotating image: %d of %d"
msgstr "Rotando imagen: %d de %d"

#: ../src/nautilus-image-rotator.c:345
#, c-format
msgid "Rotating \"%s\""
msgstr "Rotando \"%s\""

#: ../src/nautilus-image-rotate.glade.h:1
msgid ".rotated"
msgstr ".rotada"

#: ../src/nautilus-image-rotate.glade.h:2
msgid ""
"90° clockwise\n"
"90° counter-clockwise\n"
"180°"
msgstr ""
"90° sentido horario\n"
"90° sentido anti-horario\n"
"180°"

#: ../src/nautilus-image-rotate.glade.h:6
msgid "Image Rotation"
msgstr "Rotación de Imagen"

#: ../src/nautilus-image-rotate.glade.h:8
msgid "Custom angle:"
msgstr "Ángulo personalizado:"

#: ../src/nautilus-image-rotate.glade.h:9
msgid "Rotate Images"
msgstr "Rotar Imágenes"

#: ../src/nautilus-image-rotate.glade.h:10
msgid "Rotate in place"
msgstr "Rotar en el lugar"

#: ../src/nautilus-image-rotate.glade.h:11
msgid "Select an angle:"
msgstr "Seleccionar un ángulo:"

#: ../src/nautilus-image-rotate.glade.h:12
msgid "_Rotate"
msgstr "_Rotar"

#: ../src/nautilus-image-rotate.glade.h:13
msgid "degrees clockwise"
msgstr "grados en sentido horario"

#: ../src/nautilus-image-resize.glade.h:2
#: ../src/nautilus-image-rotate.glade.h:5

Bug#521892: duplicates

2009-11-27 Thread Scott Webster
525105 and 529539 appear to be duplicates of this bug.  I have the
same problem on my system.



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



Bug#542395: Built osgal fine on armel with current sid

2009-11-27 Thread Christoph Egger
Hi!

I have successfully build the package on a armel sid chroot as of
now. Currently I'm bootstrapping a karmic chroot to see if it still
fails there.

Regards

Christoph

-- 
/"\  ASCII Ribbon : GPG-Key ID: 0xD49AE731
\ /Campaign   : CaCert Assurer
 X   against HTML : Debian Maintainer
/ \   in eMails   : http://www.debian.org/

http://www.christoph-egger.org/


signature.asc
Description: Digital signature


Bug#558195: FTBFS: dpkg-source dies

2009-11-27 Thread Cyril Brulebois
Guus Sliepen  (27/11/2009):
> Do you have any idea how I could investigate this further?

Sure: #558233

Mraw,
KiBi.


signature.asc
Description: Digital signature


Bug#558308: [Pkg-xfce-devel] Bug#558308: Xfce menu doesn't show the Debian menu

2009-11-27 Thread Sandro Tosi
On Sat, Nov 28, 2009 at 00:48, Yves-Alexis Perez  wrote:
> That's not an Xfce stuff. And to be honest, I don't even know what it
> is. apt-cache search reveals there's a gnome-main-menu package, so maybe
> you try to configure the wrong stuff.

that's weird... because some of the items on the settings menu
actually configures the Xfce behavior, and I believed the Settings
section was under full control of xfce, without voices coming from
other DE.

> If you want to use the debian menu with the Xfce menu in the panel,
> right click on it, properties and select “use a custom menu file”. Then
> pick /etc/xdg/menus/debian-menu.menu

But this way the freedesktop menu is overwritten with the debian one.
What I want, and I was able to get it with xfce 4.4.2.1 (now I
upgraded to 4.6.1.3) is to have another voice in the menu, named
"Debian", and inside it the whole Debian menu.

Is there a way to get that somehow?

Cheers,
-- 
Sandro Tosi (aka morph, morpheus, matrixhasu)
My website: http://matrixhasu.altervista.org/
Me at Debian: http://wiki.debian.org/SandroTosi



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



Bug#558314: eglibc: Add support for NTP API 4

2009-11-27 Thread Kurt Roeckx
> Changing the struct ntptimeval means changing the ABI. This has been
> done upstream using symbol versioning, using GLIBC_2.12. I am currently
> not sure we can already use this version without breaking the binary
> compatibility with other distributions.

We're only waiting for this since 2000.  A little longer won't
hurt.


Kurt




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



Bug#558273: ITP: python-lockfile -- Platform-independent file locking module

2009-11-27 Thread Ben Finney
David Watson  writes:

> * Package name: python-lockfile

Already packaged http://packages.debian.org/python-lockfile>. Was
there a problem finding this package?

Feel free to submit patches :-) or other ideas.

-- 
 \   “… whoever claims any right that he is unwilling to accord to |
  `\ his fellow-men is dishonest and infamous.” —Robert G. |
_o__)   Ingersoll, _The Liberty of Man, Woman and Child_, 1877 |
Ben Finney 



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



Bug#543068: libupnp4: diff for NMU version 1.8.0~cvs20080628-2.1

2009-11-27 Thread gregor herrmann
Dear maintainer,

I've uploaded an NMU for libupnp4 (versioned as 1.8.0~cvs20080628-2.1). The diff
is attached to this message.

Cheers,
gregor, from the Munich BSP
-- 
 .''`.   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/
   `-BOFH excuse #270:  Someone has messed up the kernel pointers 
diff -u libupnp4-1.8.0~cvs20080628/debian/changelog libupnp4-1.8.0~cvs20080628/debian/changelog
--- libupnp4-1.8.0~cvs20080628/debian/changelog
+++ libupnp4-1.8.0~cvs20080628/debian/changelog
@@ -1,3 +1,11 @@
+libupnp4 (1.8.0~cvs20080628-2.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * New patch 03-fix-duplicate-entries: remove duplicates from file list;
+patch by Stefan Potyra (closes: #543068).
+
+ -- gregor herrmann   Sat, 28 Nov 2009 00:47:48 +0100
+
 libupnp4 (1.8.0~cvs20080628-2) unstable; urgency=low
 
   * Rebuild with source name libupnp4, to allow libupnp3 to remain in
diff -u libupnp4-1.8.0~cvs20080628/debian/patches/series libupnp4-1.8.0~cvs20080628/debian/patches/series
--- libupnp4-1.8.0~cvs20080628/debian/patches/series
+++ libupnp4-1.8.0~cvs20080628/debian/patches/series
@@ -2,0 +3 @@
+03-fix-duplicate-entries
only in patch2:
unchanged:
--- libupnp4-1.8.0~cvs20080628.orig/debian/patches/03-fix-duplicate-entries
+++ libupnp4-1.8.0~cvs20080628/debian/patches/03-fix-duplicate-entries
@@ -0,0 +1,16 @@
+Index: libupnp4-1.8.0~cvs20080628/upnp/sample/Makefile.am
+===
+--- libupnp4-1.8.0~cvs20080628.orig/upnp/sample/Makefile.am	2009-10-11 15:22:39.0 +0200
 libupnp4-1.8.0~cvs20080628/upnp/sample/Makefile.am	2009-10-11 15:22:36.0 +0200
+@@ -69,8 +69,9 @@
+ if WITH_DOCUMENTATION
+ examplesdir = $(docdir)/examples
+ examples_DATA = \
+-		$(upnp_tv_ctrlpt_SOURCES) \
+-		$(upnp_tv_device_SOURCES)
++		$(sort \
++			$(upnp_tv_ctrlpt_SOURCES) \
++			$(upnp_tv_device_SOURCES))
+ endif
+ 
+ 


signature.asc
Description: Digital signature


Bug#558308: [Pkg-xfce-devel] Bug#558308: Xfce menu doesn't show the Debian menu

2009-11-27 Thread Yves-Alexis Perez
On sam., 2009-11-28 at 00:30 +0100, Sandro Tosi wrote:
> On Sat, Nov 28, 2009 at 00:26, Yves-Alexis Perez 
> wrote:
> > On ven., 2009-11-27 at 20:00 +0100, Sandro Tosi wrote:
> >>
> >> Hello,
> >> I've updated recently to the new Xfce DE (from a rather only
> installation) but I
> >> can't have the Xfce menu to show the Debian menu (the one using the
> menu system,
> >> no the freedesktop).
> >
> > That's expected, though you should be able to select the Debian menu
> > file.
> 
> Yeah, I imagine that: the point is I enabled it :)
> 
> >> In "Main Menu" config I select to show the Debian menu, but nothing
> shows up,
> >> not even after a X session restart or a whole machine reboot.
> >
> > What exactly is this “main menu“ config, and what do you chose
> exactly
> > there?
> 
> Xfce Menu > Settings > Main menu
> 
> There is a "Debian" with a swirl next to it: I selected the check on
> that menu voice.

That's not an Xfce stuff. And to be honest, I don't even know what it
is. apt-cache search reveals there's a gnome-main-menu package, so maybe
you try to configure the wrong stuff.

If you want to use the debian menu with the Xfce menu in the panel,
right click on it, properties and select “use a custom menu file”. Then
pick /etc/xdg/menus/debian-menu.menu

If you want to use the debian menu with the right click on the desktop,
I think you need to make a symlink manually, but I'm not really sure
about that.

Cheers,
-- 
Yves-Alexis


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


Bug#555745: Please report in English

2009-11-27 Thread Philipp Spitzer
severity 555745 normal
thanks

My French is not very well - but if I understood it correctly, the
notifying pop-up window does not appear on top of all other windows.
This would be no "serious" as the definition
http://www.debian.org/Bugs/Developer#severities

It would help very much if you would provide the bug report in English.

Thank you,
Philipp Spitzer



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



Bug#537022: Axiom in Debian

2009-11-27 Thread Tim Daly

I will set up a machine with the latest debian release
and try to build the latest Axiom on it.
I will let you know the result.

Tim Daly
Axiom Lead Developer




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



Bug#558308: [Pkg-xfce-devel] Bug#558308: Xfce menu doesn't show the Debian menu

2009-11-27 Thread Sandro Tosi
On Sat, Nov 28, 2009 at 00:26, Yves-Alexis Perez  wrote:
> On ven., 2009-11-27 at 20:00 +0100, Sandro Tosi wrote:
>>
>> Hello,
>> I've updated recently to the new Xfce DE (from a rather only installation) 
>> but I
>> can't have the Xfce menu to show the Debian menu (the one using the menu 
>> system,
>> no the freedesktop).
>
> That's expected, though you should be able to select the Debian menu
> file.

Yeah, I imagine that: the point is I enabled it :)

>> In "Main Menu" config I select to show the Debian menu, but nothing shows up,
>> not even after a X session restart or a whole machine reboot.
>
> What exactly is this “main menu“ config, and what do you chose exactly
> there?

Xfce Menu > Settings > Main menu

There is a "Debian" with a swirl next to it: I selected the check on
that menu voice.

Cheers,
-- 
Sandro Tosi (aka morph, morpheus, matrixhasu)
My website: http://matrixhasu.altervista.org/
Me at Debian: http://wiki.debian.org/SandroTosi



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



Bug#552478: #552478: It seems that /var/halevt directorie is not created

2009-11-27 Thread Michael Banck
Tags 552478 +moreinfo
thanks

Hi,

please cite the full error message. In general, no package-specific
directories should be created in /var, so if halevt needed it I guess it
would be a bug.  Are you talking about /var/lib/halevt instead?


Michael



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



Bug#558308: [Pkg-xfce-devel] Bug#558308: Xfce menu doesn't show the Debian menu

2009-11-27 Thread Yves-Alexis Perez
On ven., 2009-11-27 at 20:00 +0100, Sandro Tosi wrote:
> 
> Hello,
> I've updated recently to the new Xfce DE (from a rather only installation) 
> but I
> can't have the Xfce menu to show the Debian menu (the one using the menu 
> system,
> no the freedesktop).

That's expected, though you should be able to select the Debian menu
file.
> 
> In "Main Menu" config I select to show the Debian menu, but nothing shows up,
> not even after a X session restart or a whole machine reboot. 

What exactly is this “main menu“ config, and what do you chose exactly
there?

Cheers,
-- 
Yves-Alexis


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


Bug#558334: db: Will FTBFS with gcj-4.4 gcc-defaults

2009-11-27 Thread Daniel Schepler
Package: db
Version: 4.8.24-1
Severity: important

From my pbuilder build log, using a chroot with a custom build of gcc-defaults
as it will be when the defaults get switched to gcj-4.4 (and gcc-4.4):

...
ln -s libdb4.8-java-4.8.24.jar \
debian/libdb4.8-java/usr/share/java/libdb4.8-java.jar
dh_nativejava -plibdb4.8-java-gcj -v
Can't locate Debian/Debhelper/Dh_Lib.pm in @INC (@INC contains: /etc/perl 
/usr/local/lib/perl/5.10.1 /usr/local/share/perl/5.10.1 /usr/lib/perl5 
/usr/share/perl5 /usr/lib/perl/5.10 /usr/share/perl/5.10 
/usr/local/lib/site_perl .) at 
/usr/bin/dh_nativejava line 10.
BEGIN failed--compilation aborted at /usr/bin/dh_nativejava line 10.
make: *** [binary-arch] Error 2
dpkg-buildpackage: error: fakeroot debian/rules binary gave error exit status 2

This is because default-jdk-builddep will no longer pull in debhelper
automatically.  (As it is, it currently only gets pulled in by gjdoc anyway,
which seems like a fragile thing to depend on.)

It looks like this isn't an RC issue for now since gcj-4.4 is only the
default on hppa, where the Java build is disabled anyway.

The same issue applies to db4.5, db4.6, db4.7 also, of course.
-- 
Daniel Schepler



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



Bug#558314: eglibc: Add support for NTP API 4

2009-11-27 Thread Aurelien Jarno
On Fri, Nov 27, 2009 at 08:52:35PM +0100, Kurt Roeckx wrote:
> Source: eglibc
> Version: 2.10.2-2
> Severity: wishlist
> 
> Hi,
Hi,

> Could you please provide support for NTP API 4?

This has been added upstream to the future GLIBC 2.12.

> The changes in version 4 is the addition of MOD_TAI (ADJ_TAI)
> and a tai member in the ntptimeval struct.
> 
> The kernel already supports this since 2.6.26 when ADJ_TAI
> got added.  The current /usr/include/sys/timex.h already
> has ADJ_TAI and a tai member in struct timex.  The
> struct ntptimeval however didn't get changed, since this
> is not part of the kernel but implemented only in libc.
> 
> >From ntpd's point of view those changes need to be made:
> - add "long int tai;" to struct ntptimeval.  This is a long in
>   all known versions I know, but the kernel has an int in
>   the struct timex (for compatibility reasons with the old
>   struct?).
> - #define NTP_API 4
> - Have a MOD_TAI define
> - ntp_gettime() should fill in the tai member of struct
>   ntptimeval.

Changing the struct ntptimeval means changing the ABI. This has been
done upstream using symbol versioning, using GLIBC_2.12. I am currently
not sure we can already use this version without breaking the binary
compatibility with other distributions.

-- 
Aurelien Jarno  GPG: 1024D/F1BCDB73
aurel...@aurel32.net http://www.aurel32.net



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



Bug#553258: NMU interdiff (was: Re: sablotron: missing-dependency-on-libc)

2009-11-27 Thread Michael Banck
On Fri, Nov 27, 2009 at 09:26:43PM +0100, Michael Banck wrote:
> I am shortly going to upload an NMU fixing this bug with the attached
> interdiff.

Eh, attached now.


Michael
diff -u sablotron-1.0.3/debian/changelog sablotron-1.0.3/debian/changelog
--- sablotron-1.0.3/debian/changelog
+++ sablotron-1.0.3/debian/changelog
@@ -1,3 +1,11 @@
+sablotron (1.0.3-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * debian/rules: Add ${shlibs:Depends} to sablotron's Depends (Closes:
+#553258).
+
+ -- Michael Banck   Fri, 27 Nov 2009 20:59:19 +0100
+
 sablotron (1.0.3-1) unstable; urgency=low
 
   * New upstream release: (Closes: #385676)
diff -u sablotron-1.0.3/debian/control sablotron-1.0.3/debian/control
--- sablotron-1.0.3/debian/control
+++ sablotron-1.0.3/debian/control
@@ -7,7 +7,7 @@
 Package: sablotron
 Architecture: any
 Section: text
-Depends: libsablot0 (= ${Source-Version}), ${misc:Depends}
+Depends: libsablot0 (= ${Source-Version}), ${misc:Depends}, ${shlibs:Depends}
 Description: an XSL processor fully implemented in C++
  Sablotron is a fast, compact and portable XML toolkit implementing
  XSLT 1.0, DOM Level2 and XPath 1.0.


Bug#553431: Copyright file does not contain verbatim copy of the license or a pointer to one

2009-11-27 Thread Michael Banck
Tags 553431 +patch +pending
thanks

Hi,

I am shortly going to NMU this bug with the attached patch.


Cheers,

Michael
diff -u mecab-cannadic-0.94h/debian/changelog 
mecab-cannadic-0.94h/debian/changelog
--- mecab-cannadic-0.94h/debian/changelog
+++ mecab-cannadic-0.94h/debian/changelog
@@ -1,3 +1,11 @@
+mecab-cannadic (0.94h-2.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * debian/copyright: Added license boilerplate and fixed link to GPL text,
+closes: #553431
+
+ -- Michael Banck   Sat, 28 Nov 2009 00:12:12 +0100
+
 mecab-cannadic (0.94h-2) unstable; urgency=low
 
   * Fixed invalid build-depends, closes: #223193.
diff -u mecab-cannadic-0.94h/debian/copyright 
mecab-cannadic-0.94h/debian/copyright
--- mecab-cannadic-0.94h/debian/copyright
+++ mecab-cannadic-0.94h/debian/copyright
@@ -17,7 +17,20 @@
-Almost components are licensed under GNU GPL2. See the file
-/usr/share/common-licenses/GPL2.
+This program is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License version 2 as 
+published by the Free Software Foundation.
+
+This program is distributed in the hope that it will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+GNU General Public License for more details.
+
+You should have received a copy of the GNU General Public License
+along with this program; if not, write to the Free Software Foundation,
+Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
+
+On Debian GNU/Linux systems, the complete text of the GNU General
+Public License can be found in `/usr/share/common-licenses/GPL-2'.
 
 The following files are not protected under the copyright law in
 Japanese because there are not creative data, are the fact.
 
-connect.cha, ctypes.cha, grammer.cha
\ Kein Zeilenumbruch am Dateiende.
+connect.cha, ctypes.cha, grammer.cha


Bug#558218: Can't search for http://foo.

2009-11-27 Thread Yves-Alexis Perez
On ven., 2009-11-27 at 16:09 +1100, Trent W. Buck wrote:
> Package: epdfview
> Version: 0.1.7-2
> Severity: minor
> 
> I wanted to search for an http link in a PDF.  So I typed
> "/http://foo";, where the first slash opens up the find toolbar at the
> bottom of the screen.
> 
> Unfortunately, because the / is bound within that toolbar, I can see
> no way to search for a string containing a /.  I tried ^Q/ and ^V/ and
> \/ to escape the slash, and I tried using a period (in case it was
> doing regex matching).  These didn't work.

Yep, confirmed, I can't do it either.
> 
> I suppose I could type Ctrl+ if I knew the unicode codepoint
> for a slash...  Hmm, apparently I can't type any codepoints that way
> -- maybe that trick only works if I'm inside a desktop environment
> (I'm not; I'm running epdfview straight from xinit).

Yeah, I think it's related because here (under Xfce) I can type the
control codes.

Jordi, as you see above, the '/' character can't be entered in the
search bar because it'll be used as the “open search bar and select the
text” even when the focus is already on the search bar.

Cheers,
-- 
Yves-Alexis


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


Bug#553093: Patch to solve the FSSTND

2009-11-27 Thread Johann Felix Soden
The attached patch should solve the problem.
diff -u duma-2.5.15/debian/changelog duma-2.5.15/debian/changelog
--- duma-2.5.15/debian/changelog
+++ duma-2.5.15/debian/changelog
@@ -1,3 +1,11 @@
+duma (2.5.15-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Remove needless usr/doc/electric-fence and usr/man/man3 from debian/dirs
+(Closes: #553093)
+
+ -- Johann Felix Soden   Fri, 27 Nov 2009 23:45:01 +0100
+
 duma (2.5.15-1) unstable; urgency=low
 
   * New upstream release (Closes: #531169)
only in patch2:
unchanged:
--- duma-2.5.15.orig/debian/dirs
+++ duma-2.5.15/debian/dirs
@@ -1,3 +1 @@
 usr/lib
-usr/doc/electric-fence
-usr/man/man3


Bug#454461: debian-maintainers: package name does not match GR

2009-11-27 Thread Ansgar Burchardt
Hi,

now that the Debian Maintainers keyring is included in the
debian-keyring package, shouldn't the debian-maintainers package be
added as a pseudo-package to the BTS and be removed from sid?
Otherwise reportbug will wonder if you really want to file a report for
debian-maintainers as only debian-keyring (which Provides:
debian-maintainers) is installed.

Regards,
Ansgar



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



Bug#557642: libiphone-dev: please package new upstream version (0.9.4)

2009-11-27 Thread Julien Lavergne
Le vendredi 27 novembre 2009 à 16:22 +0100, Filippo Giunchedi a écrit :
> On Mon, Nov 23, 2009 at 09:20:05AM -0600, Julien Lavergne wrote:
> > Yes, it's my plan. But before, there are 2 packages to upgrade before 
> > libiphone. In fact, there are 4 packages for the entire stack (libplist, 
> > usbmuxd, libiphone, ifuse). Also, if you want music synchronization, you 
> > need also a snaphsot of libgpod developpement.
> 
> I guess you intend to adopt the package(s) in the stack as well?
> That would be great!

Not for the gtkpod package, but the 4 others yes.
Also, the gtkpod version which work with libiphone is currently in
another branch (see
http://marcansoft.com/blog/2009/10/iphone-syncing-on-linux-part-2/ step
4)

Good news, the first package was uploaded today (waiting in NEW).

For people interested, and until the Alioth project is created, I
uploaded my current work on the 4 packages in 4 git repositories :

http://github.com/gilir/usbmuxd-debian
http://github.com/gilir/libplist-debian
http://github.com/gilir/ifuse-debian
http://github.com/gilir/libiphone-debian

Help, advises are welcome of course :)

Simple sync should work after installing them, the gtkpod and + some
manual hacks (see previous link).

Regards,
Julien Lavergne




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



Bug#557744: Re[2]: [Pkg-libvirt-maintainers] Bug#557744: libvirt-bin: Starting domain fails with "qemudOpenMonitorUnix: monitor socket did not show up.: Connection refused"

2009-11-27 Thread Vadim Zeitlin
On Tue, 24 Nov 2009 14:36:57 +0100 Guido Günther  wrote:

GG> You can run the daemon with 
GG> 
GG> VIRT_DEBUG=1 libvirtd
GG> 
GG> to find out what happens.

 Hello,

 This didn't show anything new, I only saw the same

2:54:07.693: error : qemudOpenMonitorUnix:1007 : monitor socket did not show 
up.: Connection refused
libvir: QEMU error : monitor socket did not show up.: Connection refused

when doing this.

GG> Strace might help to. It's doing fine here.
GG> Please also have a look at the VM logs in /var/log/libvirt/.

 But this did help as I could see an extra error (not shown anywhere else
and I had no idea about the files in this directory, I was only looking at
syslog...): "Could not load option rom 'extboot.bin'". So this seems to be
the same as bug #553986. And, indeed, uninstalling qemu allowed it to start
(now I get "kvm: unhandled exit 8021" and "kvm_run returned -22" which
is not especially enlightening neither but it's a different/next problem at
least...).

 Thanks,
VZ


pgp6bQmszJ1vl.pgp
Description: PGP signature


Bug#541297: Corrected patch

2009-11-27 Thread Johann Felix Soden
My first patch installed files into /usr/share/doc/masqmail/masqmail/
instead of /usr/share/doc/masqmail/. Here the corrected patch.
diff -u masqmail-0.2.21/debian/changelog masqmail-0.2.21/debian/changelog
--- masqmail-0.2.21/debian/changelog
+++ masqmail-0.2.21/debian/changelog
@@ -1,3 +1,11 @@
+masqmail (0.2.21-7.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fixed directory to message template files in binary by supplying the 
+datadir to ./configure manually. (Closes: #541297)
+
+ -- Johann Felix Soden   Fri, 27 Nov 2009 22:19:24 +0100
+
 masqmail (0.2.21-7) unstable; urgency=low
 
   * Fixed segfault when using pipe online detection (Closes: #533006)
diff -u masqmail-0.2.21/debian/rules masqmail-0.2.21/debian/rules
--- masqmail-0.2.21/debian/rules
+++ masqmail-0.2.21/debian/rules
@@ -22,6 +22,7 @@
 	# Add here commands to compile the package.
 	./configure $(confflags) \
 		--prefix=/usr --mandir='$${prefix}/share/man' \
+		--datadir='$${prefix}/share' \
 		--with-logdir=/var/log/masqmail \
 		--with-spooldir=/var/spool/masqmail \
 		--with-user=mail --with-group=mail \
diff -u masqmail-0.2.21/debian/README.Debian masqmail-0.2.21/debian/README.Debian
--- masqmail-0.2.21/debian/README.Debian
+++ masqmail-0.2.21/debian/README.Debian
@@ -15,6 +15,7 @@
 
 It has been compiled with the options:
 --prefix=/usr --mandir='$${prefix}/share/man' \
+--datadir='$${prefix}/share' \
 --with-logdir=/var/log/masqmail \
 --with-spooldir=/var/spool/masqmail \
 --with-user=mail --with-group=mail \


Bug#554823: switzerland: diff for NMU version 0.1.0-2.1

2009-11-27 Thread Christoph Egger
tag 554823 +patch
kthxbye

Hi all!

On my armel / sid cowbuilder I could not reproduce the build
failure however the i386 binary gets installed on i386 without
building from source. Find attached a patch as could be used for a
NMU as well as the build log for -2 on armel.

Regards

Christoph

-- 
/"\  ASCII Ribbon : GPG-Key ID: 0xD49AE731
\ /Campaign   : CaCert Assurer
 X   against HTML : Debian Maintainer
/ \   in eMails   : http://www.debian.org/

http://www.christoph-egger.org/
diff -u switzerland-0.1.0/debian/changelog switzerland-0.1.0/debian/changelog
--- switzerland-0.1.0/debian/changelog
+++ switzerland-0.1.0/debian/changelog
@@ -1,3 +1,10 @@
+switzerland (0.1.0-2.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * BSP 2009
+
+ -- Christoph Egger   Fri, 27 Nov 2009 20:57:01 +
+
 switzerland (0.1.0-2) unstable; urgency=low
 
   * debian/control:
diff -u switzerland-0.1.0/debian/rules switzerland-0.1.0/debian/rules
--- switzerland-0.1.0/debian/rules
+++ switzerland-0.1.0/debian/rules
@@ -13,7 +13,7 @@
 	rm -rf build switzerland/client/FastCollector
 
 clean::
-	rm -rf build switzerland/client/FastCollector
+	rm -rf build switzerland/client/FastCollector bin/FastCollector.linux
 
 # workaround for a dpatch bug calling "debian/rules unpatch"
 # instead of "dpatch deapply-all"
only in patch2:
unchanged:
--- switzerland-0.1.0.orig/setup.py
+++ switzerland-0.1.0/setup.py
@@ -35,6 +35,7 @@
   sys.exit(0)
 
 def try_precompiled_binaries():
+  return False
   plat = OPERATING_SYSTEM
   if plat == "Linux":
 return try_binary("bin/FastCollector.linux")
 -> Running in no-targz mode
I: using fakeroot in build.
Current time: Fri Nov 27 21:53:02 UTC 2009
pbuilder-time-stamp: 1259358782
 -> copying local configuration
 -> mounting /proc filesystem
 -> mounting /dev/pts filesystem
 -> policy-rc.d already exists
Obtaining the cached apt archive contents
Installing the build-deps
 -> Attempting to satisfy build-dependencies
 -> Creating pbuilder-satisfydepends-dummy package
Package: pbuilder-satisfydepends-dummy
Version: 0.invalid.0
Architecture: armel
Maintainer: Debian Pbuilder Team 
Description: Dummy package to satisfy dependencies with aptitude - created by 
pbuilder
 This package was created automatically by pbuilder and should
Depends: debhelper (>= 5.0.37.2), cdbs (>= 0.4.43), python-dev (>= 2.3.5-11), 
python-support (>= 0.5.3), libpcap-dev
dpkg-deb: building package `pbuilder-satisfydepends-dummy' in 
`/tmp/satisfydepends-aptitude/pbuilder-satisfydepends-dummy.deb'.
Reading package lists...
Building dependency tree...
Reading state information...
aptitude is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Selecting previously deselected package pbuilder-satisfydepends-dummy.
(Reading database ... 10383 files and directories currently installed.)
Unpacking pbuilder-satisfydepends-dummy (from 
.../pbuilder-satisfydepends-dummy.deb) ...
dpkg: dependency problems prevent configuration of 
pbuilder-satisfydepends-dummy:
 pbuilder-satisfydepends-dummy depends on debhelper (>= 5.0.37.2); however:
  Package debhelper is not installed.
 pbuilder-satisfydepends-dummy depends on cdbs (>= 0.4.43); however:
  Package cdbs is not installed.
 pbuilder-satisfydepends-dummy depends on python-dev (>= 2.3.5-11); however:
  Package python-dev is not installed.
 pbuilder-satisfydepends-dummy depends on python-support (>= 0.5.3); however:
  Package python-support is not installed.
 pbuilder-satisfydepends-dummy depends on libpcap-dev; however:
  Package libpcap-dev is not installed.
dpkg: error processing pbuilder-satisfydepends-dummy (--install):
 dependency problems - leaving unconfigured
Errors were encountered while processing:
 pbuilder-satisfydepends-dummy
Reading package lists...
Building dependency tree...
Reading state information...
Initializing package states...
Writing extended state information...
The following NEW packages will be installed:
  bsdmainutils{a} cdbs{a} debhelper{a} file{a} gettext{a} gettext-base{a} 
  groff-base{a} html2text{a} intltool-debian{a} libcroco3{a} libdb4.5{a} 
  libglib2.0-0{a} libmagic1{a} libpcap-dev{a} libpcap0.8{a} 
  libpcap0.8-dev{a} libpcre3{a} libxml2{a} man-db{a} mime-support{a} 
  po-debconf{a} python{a} python-dev{a} python-minimal{a} python-support{a} 
  python2.5{a} python2.5-dev{a} python2.5-minimal{a} 
The following partially installed packages will be configured:
  pbuilder-satisfydepends-dummy 
0 packages upgraded, 28 newly installed, 0 to remove and 0 not upgraded.
Need to get 0B/16.4MB of archives. After unpacking 49.8MB will be used.
Writing extended state information...
debconf: delaying package configuration, since apt-utils is not installed
Selecting previously deselected package libmagic1.
(Reading database ... 10383 files and directories currently installed.)
Unpacking libmagic1 (from .../libmagic1_5.03-3_armel.deb) ...
Selecting previously deselected package file.
Unpacking file (f

Bug#558333: Please add Ansgar Burchardt to debian-maintainers keyring

2009-11-27 Thread Ansgar Burchardt
Package: debian-maintainers
Severity: normal

Please accept my application as a Debian Maintainer.
The jetring changeset is attached below.

Regards,
Ansgar
Comment: Add Ansgar Burchardt  as a Debian Maintainer
Date: Sat, 28 Nov 2009 07:26:37 +0900
Action: import
Recommended-By:
  Cyril Brulebois ,
  gregor herrmann ,
  Gunnar Wolf 
Agreement:
  http://lists.debian.org/debian-newmaint/2009/11/msg00052.html
Advocates:
  http://lists.debian.org/debian-newmaint/2009/11/msg00053.html
  http://lists.debian.org/debian-newmaint/2009/11/msg00054.html
  http://lists.debian.org/debian-newmaint/2009/11/msg00055.html
Data: 
  -BEGIN PGP PUBLIC KEY BLOCK-
  Version: GnuPG v1.4.10 (GNU/Linux)
  
  mQGiBEcfUZARBADFl4yEVwwvsGlDEDIVLhRXZ4AEqgzEtD8L2D3UYwuzEDTVdjVv
  gV6tNrt0+fHLrcYXVxL2O28E9x1f1u4A/ps4RX8u8GAV2mTwSrj52xrsMLQ7LTJ9
  z1bVgVdQvur4EZPYCpC/z6d0IRigTlijjx3i1o9zVNH+ZgvV9d+cadQJpwCg7PC4
  UqIJCUslRZKBeZyoaNgrui0D/1YAFrWxvvMJnVpyu4aP/o7+gDaSl+SmqwFOAoEM
  CcfJaJpf0PPIk8MurmoSnDLkOxlxwONub7c+HUh0zS4XDXrsQZERiPGw3VGzeix8
  xKxT/lI/TZRlSnwDf/VK3BSPTOwiUod5M1nRa40jebGDqRWzFaAACYJ7Nfm3uTf1
  wekYBACyuBhuMoAIO4a4iiL9cX4vWTPxXnKABMe+ETjWGI8oUvqb6YdnO2q5Gvvb
  uhkeaTJSgCE5X94UmUqjrNEqwvV1EtO+Zy+rb9zshMIxbEh2hOrWB7umVKXL0BsO
  SBmt3LdJJADQA5DINd4S0cdaZ4G9sjAKjTCo+nPj4MQMgv18AbQiQW5zZ2FyIEJ1
  cmNoYXJkdCA8YW5zZ2FyQDQzLTEub3JnPohGBBARAgAGBQJHhTuFAAoJEOtYELZG
  LuZqqycAn1ApYECslMZJNaNulkk9p15URK3uAJ9onMiqJ3vqjf9/rauoIo+aXBOR
  P4hGBBARAgAGBQJHjhHKAAoJEKZKgdjghFDKdM0AoLdPA2dbmDxvy5x5Og9HBcqq
  qIGSAJ4vGjD7gU0Lfx+7awUhERzweJ+gRYhGBBARAgAGBQJHjk3XAAoJEJiVW1kj
  7yETlqUAoPrLz0Mzla42B8EUyeD4kZmLYcCDAKDNnh6E9L/dcQrMzX2tQ08ISEFf
  1IhGBBARAgAGBQJHl6qYAAoJEDLbaJ8mhH6EO64AoMwyOO1FHfRFAiP9Rn1ZRZ0k
  4pwDAJ4u17VQn91o71wzC/QzLiPR5E0w1IhGBBARAgAGBQJHl6sQAAoJECpNsE7t
  d+pDjroAn1wJWfvsTs0XANDwrdvWPCmyq5PXAJ4x/lDiMKpvzf/dM6M4LNYqIdgr
  +YhGBBARAgAGBQJHspfYAAoJEEBJkAhiJHkao+IAoMGSiyq3cxm1Aqcj7U8RPJhb
  lLoMAJ0derwvvpBXHxeYRzG+Z9u6ava/LYhGBBARAgAGBQJHtFnlAAoJEClN/oYF
  OYBJjgYAoJF6sp/trNJ+XwLg5Ncz8Fi9c+YxAKCS49tVUKLFzCcQ6eOCNGQt1C1p
  o4hGBBARAgAGBQJHtF3eAAoJELurl6GQSNeapm8AoLiQaxjgLC+6g0sMpRVABVup
  CgdyAKDXYqa3RcvnYITOF+JecnODNQ1blYhGBBARAgAGBQJIQIFzAAoJEEG59Ohb
  cT3wzc8Ani3tZWjkSV2zRRz70+cQIIvJmn4RAKDb91WA5ckOMhny3LP7sAfWNqjL
  OIhGBBARAgAGBQJIUTjUAAoJEIdGeUKn4QZmuo4AoJMhUPDUOozD6+I6sfkqrMx3
  5Y7YAJ0XsWzE0RBJkVc10tVxAT8WwOL4bYhGBBARAgAGBQJIUoHdAAoJED9qplrM
  aFro09UAmQEpk01vNp813AGdWXMsFkbl57gjAJ9CIG11Hl9RPqkKRDOJ6QoXNTXt
  DIhGBBARAgAGBQJIZBjbAAoJEFrAy6CzTUtJPCoAn2rUyIu+BP57YS7x0cjP6Pxi
  uy/9AJ9cjOC7CvpTUCuoK4ZaFs8BHcJykYhGBBARAgAGBQJIZBliAAoJEJfRb2ig
  AgZyWFQAnA0UHjlmeotZSt+j5h72NwnP6qfdAJwNs4ccFBJdsxwEsoUh99U4H+Pq
  6YhGBBARAgAGBQJI7y0YAAoJEBbQcRVlreLGCjcAoIzGY6jikOdmVLNIKtPWVKhf
  bh6LAJ95KagEynQPsrgBzdaLqXTRMEiY7ohGBBARAgAGBQJJMBbgAAoJEJNtL1mb
  X3LggC8Anj4+rpDMWXYSRN4bDQwZTfHg8fLTAJ97AIZxlvLuBxUmkOwKO15T1u1B
  dYhGBBARAgAGBQJJdk1lAAoJEP9oBQslkKVDkk0AoIuiHc5Z31y69Lt31kZ5rWoa
  ityYAJ9OUlFZYhumnvbvEGVV8EeT1+rmSYhGBBARAgAGBQJJeYBsAAoJEHEbQ2R8
  dkGmlGcAn3P/Oyycq+NkqCj7SS9DDCekF7C7AJ9A37GAk+CLmhzciXxCDOoK3HmZ
  c4hGBBMRAgAGBQJHH2DGAAoJEIkZ9bc7OG0PTj8An1LAw9qMJTWGJUUkcxeZ5t56
  ARWdAJ9QtH3OwM0dZ4OySXIiR50T6YbKdohGBBMRAgAGBQJH4lmsAAoJEI2WCH6d
  4shq9EEAoJGLx4gGAkeLfbOO7wnbdBl4ClmYAJ9MRGv5iXAYk/jc9Sxb9yKDaLCm
  54hGBBMRAgAGBQJIChlDAAoJEKTDwGfyx/vXGYYAoJUvmqHdqXrwEjNnl/Nj2nua
  awAPAKCvThWFmRxswa7lhjz+1K2iEcqEO4hKBBARAgAKBQJHbmHAAwUBeAAKCRDk
  I2IWkx3keC89AKCBRvvIdVpErxPcZiC9Ay27TIcrDwCg3c6mwkq28OTJ7stN+Awx
  mxO1qYaITQQTEQIADQUCR25gxQIHAAMFAngACgkQU7FtnPH0d8CzlwCghl2KI4aa
  bR11KgccfI8uBJL/EqwAn0piRyVXuSh3EcBYnjRno1CCzTTKiF0EEBECAB0FAkeY
  u+4DBf94EoY8W14+XStbQC5dbm9uZT4kAAAKCRB7o5FlGkDXDcRxAJ0ZMWmh3nYF
  MknlKflTG+iM2AOcCgCffCQp4zYv9mOMVKoPB88rSwp9+kWIYAQTEQIAIAUCRx9R
  kAIbAwYLCQgHAwIEFQIIAwQWAgMBAh4BAheAAAoJEN2wL/dZX60ZJZcAoMt4IM6T
  JnCQ6d/GYVft16ipaXWRAKCwsBaDCCcJEDF2uDE7svMBxrKeyohrBBARAgArBQJH
  jfhyBYMB4oUAHhpodHRwOi8vd3d3LmNhY2VydC5vcmcvY3BzLnBocAAKCRDSuw0B
  ZdD9WLxYAJ4wzCcPsg5zH+3G5vfF4dPrIp0oSQCfZpqkndrTTTvNAETBintZnbtB
  p3mIawQQEQIAKwUCSXSlFQWDAeKFAB4aaHR0cDovL3d3dy5jYWNlcnQub3JnL2Nw
  cy5waHAACgkQ0rsNAWXQ/ViBAQCfUbr1o4jp7c5qccuVJQFZp9wCC1oAoJilwrdW
  EDgvAnKEDmms4I5dNqvouQINBEcfUaUQCACRDKNuiElTL+Trhb8cvTL9xVIEoCyI
  JPocaHj3X4ZGQJC5DNoS35z6aZZqfBa5alMkERsg7Th0NhNW+lUYpW+/Hwve/tgD
  mNMu+D82hdcxGDRuDSbIoBP/izLYcoH+luSHT+zTid0oKmSDMDJlHZOMwVDvLo0o
  ZLCBwRhW9DSEdUj5pbT5pKtHFTjmdru/2ryJMZkT5vNtEm9VrA1YeIeDYa6mdWM/
  /3o4FUqvGKEIwwACbcNN7e6Rh9SNGV400jwkcLnFz/57WTS80iZWSZTpd6/lDrPp
  YlrHhiq89Iz88HR0koIRAeexFS7zNephqk3BxfT7nmnriE6SrLYzEMRXAAQNB/92
  LlXRhxIZtY8mYFMrL/Sv1YnkyBEJgeoc3MN0m5WwNmAYt1McOS3iSg09czuglkjy
  hcYg9uRzOFF04Qj6iPVA8urHlCfUY5Mb46roEkC3NNRvUCbZCeOlivMvV33IR/ur
  ynwL7KEEaYa9QNzp1xekcHOMt0RvkhsjfhpLBfIlRo531EoXdP+/+u0j5VwsochL
  tEl9w1jcbF5zYPZYYwdyesTk7wOuVESK2FLDVTE99PUylnY52z9JhVJjoqFr9dsq
  1+UySOox9MQLKz26nZqmstsI776GGYzmhUdfrY8DJCJlqQQG3GQAbLfJoKWf7KGv
  dqliXdkFqLCQ7FPi4RIIiEkEGBECAAkFAkcfUaUCGwwACgkQ3bAv91lfrRkrlQCf
  ZzkIHBlCNQfcemVTLP/TsdBQYIsAoME9tRTZgvGWo0xZdLjOLUiu0UeT
  =VoDf
  -END P

Bug#543333: The issues comes from mod_include

2009-11-27 Thread Baennaeck
Hi Stefan,

Today I discvored the same issue on my system (ubuntu karmic). Luckily I found 
this bug report. I removed localized-error-pages from conf.d and it works fine 
now.

Ubuntu karmic 9.10
Apache 2.2.12

Hope this helps!

Regards,
Hendrik
-- 
Endlich! Das Debüt-Album von Pop-Diva Sarah Kreuz ist da!   
   
Jetzt bei GMX Musik Downloads. http://portal.gmx.net/de/go/musik01



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



Bug#558312: error: grub_gettext not found

2009-11-27 Thread Felix Zielcke
Am Freitag, den 27.11.2009, 23:04 +0100 schrieb Michael Biebl:
> Felix Zielcke wrote:
> > Am Freitag, den 27.11.2009, 22:51 +0100 schrieb Michael Biebl:
> >> tags 558312 -unreproducible
> >> thanks
> >>
> >> Fernando M. Maresca wrote:
> >>> Hi,
> >>> On Fri, Nov 27, 2009 at 10:00:38PM +0100, Robert Millan wrote:
>  I don't think we have any routine in our code that could possibly
> >> construct
>  that error string.  Could you re-check that this is *exactly*
> what
> >> it is
>  printing?
> >>> Sorry.
> >>> The exact message is:
> >>> error: the symbol ``grub_gettext'' not found
> >>>
> >>> It's also displayed on grub_rescue> mode when trying to insmod
> >>> normal.mod or configfile.mod.
> >>>
> >>> My locale is es_AR.UTF-8.
> >> I can reproduce the problem, I get the exact same error message and
> >> boot failure.
> > 
> > As Robert just sent a few minutes ago in his -done mail, the problem
> is
> > that grub-install was run on a device where you currently don't boot
> > from.
> > That can happen if you choose only one device instead of all in the
> > grub-pc/install_devices debconf prompt and then on this package
> upgrade
> > the Linux kernel somehow decides to name the devices differently
> then
> > last time.
> > The only safe way currently is to just choose all devices in that
> > debconf prompt.
> > Hopefully we get to implement some /dev/disk/by-{id,uuid} for that
> one,
> > so it's consistent.
> 
> Well, this does not seem to apply to me.
> I have a single / partition, where I booted my Debian from, did a grub
> update
> and on the next boot grub was broken.
> I had no debconf prompt, no booting from a separate partition, any of
> this.

What does `echo GET grub-pc/install_devices | debconf-communicate' show?

I just tried it out in a vm.
Installed squeeze beta3-1 where grub-pc/install_devices is not set at
all. Then ran grub-install /dev/sda. Rebooted. Then upgraded to current
sid version. Not running grub-install and neither it was ran by the
postinst.
And a reboot worked still fine.

> Cheers,
> Michael
> 
> 

-- 
Felix Zielcke
Proud Debian Maintainer and GNU GRUB developer


signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil


Bug#517133: evolution: fails to remember imap password

2009-11-27 Thread Denis Laxalde
Le vendredi 27 novembre 2009 à 13:55 -0800, Ross Boylan a écrit :
> On Fri, 2009-11-27 at 15:51 -0500, Denis Laxalde wrote:
> > Hi,
> > 
> > Does this still happens on more recent version of Evolution ?
> > 
> > Cheers,
> > 
> It continues to happen with evo 2.22.3.1-1.
Ok, any chance that you can try with an other version ?

> I tried deleting the gnome-keyring files; I did have to recreate them
> (making sure to use my login password as the keyring password--I think
> it was something else before), but it still won't remember the
> passwords.

I don't think it's related to gnome-keyring, if so you should be asked
for the password to unlock the default keyring, not your IMAP password.
Which authentication type do you use, for the IMAP server ?

Also,
> Can you try with a fresh user too, so no config gets in the way?
have you tried this ?

Cheers,

-- 
Denis




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



Bug#553222: ko.tex: diff for NMU version 0.1.0+20071012-1.1

2009-11-27 Thread gregor herrmann
tags 553222 + patch
thanks

Dear maintainer,

I've uploaded an NMU for ko.tex (versioned as 0.1.0+20071012-1.1). The diff
is attached to this message.

Cheers,
gregor, from the Munich BSP
-- 
 .''`.   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/
   `-BOFH excuse #116:  the real ttys became pseudo ttys and vice-versa. 
diff -u ko.tex-0.1.0+20071012/debian/rules ko.tex-0.1.0+20071012/debian/rules
--- ko.tex-0.1.0+20071012/debian/rules
+++ ko.tex-0.1.0+20071012/debian/rules
@@ -60,6 +60,7 @@
 	dh_strip -s
 	dh_compress -s
 	dh_fixperms -s
+	dh_shlibdeps -s
 	dh_installdeb -s
 	dh_gencontrol -s
 	dh_md5sums -s
diff -u ko.tex-0.1.0+20071012/debian/changelog ko.tex-0.1.0+20071012/debian/changelog
--- ko.tex-0.1.0+20071012/debian/changelog
+++ ko.tex-0.1.0+20071012/debian/changelog
@@ -1,3 +1,14 @@
+ko.tex (0.1.0+20071012-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Add ${shlibs:Depends} in debian/control and dh_shlibdeps in debian/rules,
+in order to get a dependency on libc, as required by Policy
+(closes: #553222)
+  * Add ${misc:Depends} to both binary packages in debian/control, while we're
+at it.
+
+ -- gregor herrmann   Fri, 27 Nov 2009 23:17:44 +0100
+
 ko.tex (0.1.0+20071012-1) unstable; urgency=low
 
   * New upstream release.
diff -u ko.tex-0.1.0+20071012/debian/control ko.tex-0.1.0+20071012/debian/control
--- ko.tex-0.1.0+20071012/debian/control
+++ ko.tex-0.1.0+20071012/debian/control
@@ -7,7 +7,7 @@
 
 Package: ko.tex
 Architecture: all
-Depends: ko.tex-bin, ko.tex-base
+Depends: ko.tex-bin, ko.tex-base, ${misc:Depends}
 Suggests: ko.tex-extra
 Replaces: hlatex, latex-hangul-ucs
 Conflicts: hlatex, latex-hangul-ucs
@@ -20,7 +20,7 @@
 
 Package: ko.tex-bin
 Architecture: any
-Depends: perl
+Depends: perl, ${shlibs:Depends}, ${misc:Depends}
 Enhances: ko.tex
 Description: Korean TeX: Binaries and scripts
  ko.TeX is a collection of LaTeX packages made by Koaunghi Un,


signature.asc
Description: Digital signature


Bug#543076: jakarta-ecs: diff for NMU version 1.4.2-1.1

2009-11-27 Thread gregor herrmann
Dear maintainer,

I've uploaded an NMU for jakarta-ecs (versioned as 1.4.2-1.1). The diff
is attached to this message.

Cheers,
gregor, from the Munich BSP
-- 
 .''`.   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/
   `-BOFH excuse #34:  (l)user error 
diff -u jakarta-ecs-1.4.2/debian/control jakarta-ecs-1.4.2/debian/control
--- jakarta-ecs-1.4.2/debian/control
+++ jakarta-ecs-1.4.2/debian/control
@@ -1,5 +1,5 @@
 Source: jakarta-ecs
-Section: libs
+Section: java
 Priority: optional
 Maintainer: Kalle Kivimaa 
 Build-Depends: debhelper (>= 5), cdbs, default-jdk-builddep, ant
@@ -8,7 +8,6 @@
 
 Package: libjakarta-ecs-java
 Architecture: all
-Section: libs
 Depends: java-common, java-gcj-compat | java1-runtime | java2-runtime, ${misc:Depends}
 Description: Element construction set for various markup languages
  Generation API directly supports HTML 4.0 and XML, but can easily be
diff -u jakarta-ecs-1.4.2/debian/changelog jakarta-ecs-1.4.2/debian/changelog
--- jakarta-ecs-1.4.2/debian/changelog
+++ jakarta-ecs-1.4.2/debian/changelog
@@ -1,3 +1,16 @@
+jakarta-ecs (1.4.2-1.1) unstable; urgency=low
+
+  [ Philipp Spitzer ]
+  * Non-maintainer upload.
+  * Renamed "enum" variable to "enumerate" as "enum" became a Java keyword
+(Closes: #543076). 
+
+  [ gregor herrmann ]
+  * debian/control: remove section from binary package, change section to java
+in source package.
+
+ -- Philipp Spitzer   Fri, 27 Nov 2009 22:28:19 +0100
+
 jakarta-ecs (1.4.2-1) unstable; urgency=low
 
   * Initial release (Closes: #503279).
only in patch2:
unchanged:
--- jakarta-ecs-1.4.2.orig/src/java/org/apache/ecs/ElementAttributes.java
+++ jakarta-ecs-1.4.2/src/java/org/apache/ecs/ElementAttributes.java
@@ -342,12 +342,12 @@
 }
 out.append(getElementType());
 
-Enumeration enum = getElementHashEntry().keys();
+Enumeration enumerate = getElementHashEntry().keys();
 String value = null; // avoid creating a new string object on each pass through the loop
 
-while (enum.hasMoreElements())
+while (enumerate.hasMoreElements())
 {
-String attr = (String) enum.nextElement();
+String attr = (String) enumerate.nextElement();
 if(getAttributeFilterState())
 {
 value = getAttributeFilter().process(getElementHashEntry().get(attr).toString());
only in patch2:
unchanged:
--- jakarta-ecs-1.4.2.orig/src/java/org/apache/ecs/ConcreteElement.java
+++ jakarta-ecs-1.4.2/src/java/org/apache/ecs/ConcreteElement.java
@@ -319,11 +319,11 @@
 if(ce.getTagText() != null)
 out.write(ce.getTagText().getBytes(encoding));
 
-Enumeration enum = ce.registryList.elements();
+Enumeration enumerate = ce.registryList.elements();
 
-while(enum.hasMoreElements())
+while(enumerate.hasMoreElements())
 {
-Object obj = ce.registry.get((String)enum.nextElement());
+Object obj = ce.registry.get((String)enumerate.nextElement());
 if(obj instanceof GenericElement)
 {
 Element e = (Element)obj;
@@ -435,10 +435,10 @@
 if(getTagText() != null)
 out.write(getTagText());
 
-Enumeration enum = registryList.elements();
-			while(enum.hasMoreElements())
+Enumeration enumerate = registryList.elements();
+			while(enumerate.hasMoreElements())
 			{
-Object obj = registry.get((String)enum.nextElement());
+Object obj = registry.get((String)enumerate.nextElement());
 if(obj instanceof GenericElement)
 {
 	Element e = (Element)obj;
only in patch2:
unchanged:
--- jakarta-ecs-1.4.2.orig/src/java/org/apache/ecs/filter/RegexpFilter.java
+++ jakarta-ecs-1.4.2/src/java/org/apache/ecs/filter/RegexpFilter.java
@@ -118,10 +118,10 @@
 }
 
 String substituteIn = to_process;
-Enumeration enum = keys();
+Enumeration enumerate = keys();
 
-while (enum.hasMoreElements()) {
-RE r = (RE)enum.nextElement();
+while (enumerate.hasMoreElements()) {
+RE r = (RE)enumerate.nextElement();
 String substitution = (String)get(r);
 substituteIn = r.subst(substituteIn, substitution);
 }
only in patch2:
unchanged:
--- jakarta-ecs-1.4.2.orig/src/java/org/apache/ecs/html/A.java
+++ jakarta-ecs-1.4.2/src/java/org/apache/ecs/html/A.java
@@ -462,13 +462,13 @@
 */
 public boolean getNeedLineBreak()
 {
-java.util.Enumeration enum = elements();
+java.util.Enumeration enumerate = elements();
 int i=0;
 int j=0;
-while(enum.hasMoreElements())
+while(enumerate.hasMoreElements()

Bug#517133: evolution: fails to remember imap password

2009-11-27 Thread Ross Boylan
On Fri, 2009-11-27 at 15:51 -0500, Denis Laxalde wrote:
> Hi,
> 
> Does this still happens on more recent version of Evolution ?
> 
> Cheers,
> 
It continues to happen with evo 2.22.3.1-1.
I tried deleting the gnome-keyring files; I did have to recreate them
(making sure to use my login password as the keyring password--I think
it was something else before), but it still won't remember the
passwords.

Ross




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



Bug#557652: gct: git support is outdated (still uses dash-form of commands)

2009-11-27 Thread Vincent Danjean
Simon McVittie wrote:
> On Tue, 24 Nov 2009 at 08:35:22 +0100, Vincent Danjean wrote:
>>   So, unless someone want to take ownership of upstream development/fix,
>> I plan to remove this package from Debian.
> 
> At the BSP this weekend I'll probably be giving the release team a list of
> rremoval-from-testing suggestions. Would you mind if I include commit-tool in
> that list? It probably shouldn't be in testing based on what you've said, and
> if someone takes over maintenance, it can easily migrate back in from 
> unstable.

It is ok for me.

> I'll leave removal from the archive (i.e. a bug against ftp.debian.org) up
> to you.

Ok. I will probably do it at the begening of the next year.

  Regards,
Vincent

> Regards,
> Simon


-- 
Vincent Danjean Adresse: Laboratoire d'Informatique de Grenoble
Téléphone:  +33 4 76 61 20 11ENSIMAG - antenne de Montbonnot
Fax:+33 4 76 61 20 99ZIRST 51, avenue Jean Kuntzmann
Email: vincent.danj...@imag.fr   38330 Montbonnot Saint Martin



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



Bug#558332: pulseaudio: no man page for default.pa(5) --- or rather, man page is misplaced

2009-11-27 Thread Norman Ramsey
Package: pulseaudio
Version: 0.9.10-3+lenny1
Severity: normal

The man page for pulse-daemon.conf says that a man page for default.pa
lives in section 5, but this doesn't work:

  : n...@homedog 8608 ; man 5 default.pa
  No manual entry for default.pa in section 5
  : n...@homedog 8614 ; dpkg -L pulseaudio | grep default
  /etc/pulse/default.pa
  /etc/default
  /etc/default/pulseaudio
  /usr/lib/pulse-0.9/modules/module-default-device-restore.so
  /usr/share/man/pa/man5/default.5.gz

I have no idea how I'm supposed to get to the page in
/usr/share/man/pa/man5/default.5.gz.  Perhaps it should be renamed and moved?



-- System Information:
Debian Release: 5.0.3
  APT prefers stable
  APT policy: (990, 'stable'), (500, 'unstable'), (500, 'testing'), (1, 
'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.26-2-686 (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/bash

Versions of packages pulseaudio depends on:
ii  adduser  3.110   add and remove users and groups
ii  libasound2   1.0.21a-1   shared library for ALSA applicatio
ii  libasyncns0  0.3-1   Asyncronous name service query lib
ii  libc62.10.2-2GNU C Library: Shared libraries
ii  libcap1  1:1.10-14   support for getting/setting POSIX.
ii  libdbus-1-3  1.2.1-5+lenny1  simple interprocess messaging syst
ii  libltdl3 1.5.26-4A system independent dlopen wrappe
ii  liboil0.30.3.16-1Library of Optimized Inner Loops
ii  libpulsecore50.9.10-3+lenny1 PulseAudio sound server core
ii  libsamplerate0   0.1.4-1 audio rate conversion library
ii  libsndfile1  1.0.17-4+lenny2 Library for reading/writing audio 
ii  libwrap0 7.6.q-16Wietse Venema's TCP wrappers libra
ii  lsb-base 3.2-20  Linux Standard Base 3.2 init scrip

Versions of packages pulseaudio recommends:
ii  gstreamer0.10-pulseaudio 0.9.7-2 GStreamer plugin for PulseAudio
pn  libasound2-plugins (no description available)
ii  padevchooser 0.9.3-2 PulseAudio Device Chooser
ii  paprefs  0.9.6-2 PulseAudio Preferences
ii  pulseaudio-esound-compat 0.9.10-3+lenny1 PulseAudio ESD compatibility layer
ii  pulseaudio-module-hal0.9.10-3+lenny1 HAL device detection module for Pu
ii  pulseaudio-module-x110.9.10-3+lenny1 X11 module for PulseAudio sound se

Versions of packages pulseaudio suggests:
ii  paman0.9.4-1 PulseAudio Manager
ii  pavucontrol  0.9.6+svn20080426-1 PulseAudio Volume Control
ii  pavumeter0.9.3-1 PulseAudio Volume Meter
ii  pulseaudio-utils 0.9.10-3+lenny1 Command line tools for the PulseAu

-- 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#558331: zfs-fuse: storage pool inaccessible after booting

2009-11-27 Thread Michael Klein
Package: zfs-fuse
Version: 0.6.0~beta+433snapshot-2
Severity: important

I can't access any storage pools after booting:

skua:~ # zpool status
connect: No such file or directory
Please make sure that the zfs-fuse daemon is running.
internal error: failed to initialize ZFS library

zfs-fuse daemon *is* running:

skua:~ # pgrep -l zfs-fuse
1754 zfs-fuse

but neither /var/run/zfs-fuse.pid nor /var/run/zfs/zfs_socket exists.

zfs-fuse is started before mountall-bootclean.sh (/etc/rcS.d/S35zfs-fuse 
resp. /etc/rcS.d/S36mountall-bootclean.sh), which cleans /var/run during 
boot, along with zfs-fuse's pid file and socket.

A possible workaround is to rename /etc/rcS.d/S35zfs-fuse so it runs 
after mountall-bootclean.sh.


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

Kernel: Linux 2.6.26-skua
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages zfs-fuse depends on:
ii  fuse-utils 2.7.4-2   Filesystem in USErspace (utilities
ii  libaio10.3.107-7 Linux kernel AIO access library - 
ii  libc6  2.10.1-7  GNU C Library: Shared libraries
ii  libfuse2   2.7.4-2   Filesystem in USErspace library
ii  lsb-base   3.2-23Linux Standard Base 3.2 init scrip
ii  zlib1g 1:1.2.3.3.dfsg-15 compression library - runtime

zfs-fuse recommends no packages.

zfs-fuse 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#500997: Axiom in Debian

2009-11-27 Thread Christoph Egger
Hi!

I'm currently having a look at this open RC Bug in Debian and
Ubuntu. You said you know how this is to be solved, can you provide a
patch or instructions on how to fix it?

Thanks

Christoph

-- 
/"\  ASCII Ribbon : GPG-Key ID: 0xD49AE731
\ /Campaign   : CaCert Assurer
 X   against HTML : Debian Maintainer
/ \   in eMails   : http://www.debian.org/

http://www.christoph-egger.org/


signature.asc
Description: Digital signature


Bug#558330: ITP: libmaven-exec-plugin-java -- A plugin to allow execution of system and Java programs

2009-11-27 Thread Gabriele Giacone
Package: wnpp
Severity: wishlist
Owner: Gabriele Giacone 

* Package name: libmaven-exec-plugin-java
  Version : 1.1.1
  Upstream Author : Jerome Lacoste , Kaare Nilsen 

* URL : http://mojo.codehaus.org/exec-maven-plugin
* License : Apache-2.0
  Programming Lang: java
  Description : Exec Maven Plugin

  A plugin to allow execution of system and Java programs



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



Bug#558321: xscreensaver locks although the "scrollwheel" of my touchpad has been in constant use

2009-11-27 Thread Jamie Zawinski
Unfixable using X11. http://www.jwz.org/xscreensaver/faq.html#mouse-idle



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



Bug#558312: error: grub_gettext not found

2009-11-27 Thread Michael Biebl
Felix Zielcke wrote:
> Am Freitag, den 27.11.2009, 22:51 +0100 schrieb Michael Biebl:
>> tags 558312 -unreproducible
>> thanks
>>
>> Fernando M. Maresca wrote:
>>> Hi,
>>> On Fri, Nov 27, 2009 at 10:00:38PM +0100, Robert Millan wrote:
 I don't think we have any routine in our code that could possibly
>> construct
 that error string.  Could you re-check that this is *exactly* what
>> it is
 printing?
>>> Sorry.
>>> The exact message is:
>>> error: the symbol ``grub_gettext'' not found
>>>
>>> It's also displayed on grub_rescue> mode when trying to insmod
>>> normal.mod or configfile.mod.
>>>
>>> My locale is es_AR.UTF-8.
>> I can reproduce the problem, I get the exact same error message and
>> boot failure.
> 
> As Robert just sent a few minutes ago in his -done mail, the problem is
> that grub-install was run on a device where you currently don't boot
> from.
> That can happen if you choose only one device instead of all in the
> grub-pc/install_devices debconf prompt and then on this package upgrade
> the Linux kernel somehow decides to name the devices differently then
> last time.
> The only safe way currently is to just choose all devices in that
> debconf prompt.
> Hopefully we get to implement some /dev/disk/by-{id,uuid} for that one,
> so it's consistent.

Well, this does not seem to apply to me.
I have a single / partition, where I booted my Debian from, did a grub update
and on the next boot grub was broken.
I had no debconf prompt, no booting from a separate partition, any of this.

Cheers,
Michael


-- 
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?



signature.asc
Description: OpenPGP digital signature


Bug#558329: Package is uninstallable

2009-11-27 Thread Boris Pek
Package: paraview
Version: 3.4.0-5
Severity: serious


E: /var/cache/apt/archives/paraview_3.4.0-5_i386.deb: trying to overwrite 
'/usr/bin/vtkEncodeString', which is also in package libvtk5-dev 0


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

Kernel: Linux 2.6.31.6 (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/bash





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



Bug#345754: Closing, fixed in 1.3.8-1

2009-11-27 Thread Jordi Mallach
Version: 1.3.8-1

Hi,

According to the submitter, this was fixed in 1.3.8-1, thanks to
the switch to SLang 2.0.

Thanks for reporting, and sorry for the lack of feedback!

Jordi
-- 
Jordi Mallach Pérez  --  Debian developer http://www.debian.org/
jo...@sindominio.net jo...@debian.org http://www.sindominio.net/
GnuPG public key information available at http://oskuro.net/


signature.asc
Description: Digital signature


Bug#558130: gns3 crashes on start

2009-11-27 Thread Marco Marzetti
The problem is related to sip's API.

Downgrade to the package below make GNS3 run as expected:
python-qt4-common_4.4.2-4_all.deb
python-qt4_4.4.2-4_i386.deb
sip4_4.7.6-1_i386.deb
python-sip4_4.7.6-1_i386.deb





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



Bug#558328: Error in executing openvpn if certificate without absolute path

2009-11-27 Thread Kévin Hinault
Package: openvpn
Version: 2.1~rc20-2
Severity: normal


Hello,

I haven't change my confs OpenVPN for many month and recently - one week 
approximately - openvpn can't to open connection with my server. In my conf the 
certificates aren't absolute path, just that : 
"
ca ca.crt
cert client.crt
key client.key
"
and these file are in /etc/openvpn

But now openvpn not found the certificates if i don't precise the path :

"
ca /etc/openvpn/ca.crt
cert /etc/openvpn/client.crt
key /etc/openvpn/client.key
"

Execute openvpn with parameter /etc/openvpn/my.conf give this message :

# openvpn /etc/openvpn/server.conf
Fri Nov 27 20:59:09 2009 OpenVPN 2.1_rc20 x86_64-pc-linux-gnu [SSL] [LZO2] 
[EPOLL] [PKCS11] [MH] [PF_INET6] built on Oct  6 2009
Fri Nov 27 20:59:09 2009 WARNING: No server certificate verification method has 
been enabled.  See http://openvpn.net/howto.html#mitm for more info.
Fri Nov 27 20:59:09 2009 NOTE: OpenVPN 2.1 requires '--script-security 2' or 
higher to call user-defined scripts or executables
Fri Nov 27 20:59:09 2009 Cannot load certificate file client.crt: 
error:02001002:system library:fopen:No such file or directory: 
error:20074002:BIO routines:FILE_CTRL:system lib: error:140AD002:SSL 
routines:SSL_CTX_use_certificate_file:system lib
Fri Nov 27 20:59:09 2009 Exiting

The same bug is present on three pc on debian : two sid/squeeze and one Lenny.

Best regards.

Kévin

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (988, 'testing'), (986, 'testing'), (984, 'stable'), (982, 
'stable'), (98, 'unstable'), (96, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.30-2-amd64 (SMP w/2 CPU cores)
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 openvpn depends on:
ii  debconf [debconf-2.0] 1.5.28 Debian configuration management sy
ii  libc6 2.10.1-7   GNU C Library: Shared libraries
ii  liblzo2-2 2.03-2 data compression library
ii  libpam0g  1.1.0-4Pluggable Authentication Modules l
ii  libpkcs11-helper1 1.07-1 library that simplifies the intera
ii  libssl0.9.8   0.9.8k-6   SSL shared libraries
ii  openssl-blacklist 0.5-2  list of blacklisted OpenSSL RSA ke
ii  openvpn-blacklist 0.4list of blacklisted OpenVPN RSA sh

Versions of packages openvpn recommends:
ii  net-tools 1.60-23The NET-3 networking toolkit

Versions of packages openvpn suggests:
ii  openssl   0.9.8k-6   Secure Socket Layer (SSL) binary a
pn  resolvconf (no description available)

-- debconf information:
  openvpn/vulnerable_prng:
  openvpn/create_tun: false



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



Bug#552780: #552780: mscore segfaults when launched.

2009-11-27 Thread Michael Banck
Hi,

FWIW, I cannot reproduce this, mscore starts up fine for me (testing,
but same version).


Michael



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



Bug#558321: xscreensaver locks although the "scrollwheel" of my touchpad has been in constant use

2009-11-27 Thread Joris Mooij
Oops...sorry for not reading the FAQ before submitting the bug report.



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



Bug#558312: error: grub_gettext not found

2009-11-27 Thread Felix Zielcke
Am Freitag, den 27.11.2009, 22:51 +0100 schrieb Michael Biebl:
> tags 558312 -unreproducible
> thanks
> 
> Fernando M. Maresca wrote:
> > Hi,
> > On Fri, Nov 27, 2009 at 10:00:38PM +0100, Robert Millan wrote:
> >> I don't think we have any routine in our code that could possibly
> construct
> >> that error string.  Could you re-check that this is *exactly* what
> it is
> >> printing?
> > Sorry.
> > The exact message is:
> > error: the symbol ``grub_gettext'' not found
> > 
> > It's also displayed on grub_rescue> mode when trying to insmod
> > normal.mod or configfile.mod.
> > 
> > My locale is es_AR.UTF-8.
> 
> I can reproduce the problem, I get the exact same error message and
> boot failure.

As Robert just sent a few minutes ago in his -done mail, the problem is
that grub-install was run on a device where you currently don't boot
from.
That can happen if you choose only one device instead of all in the
grub-pc/install_devices debconf prompt and then on this package upgrade
the Linux kernel somehow decides to name the devices differently then
last time.
The only safe way currently is to just choose all devices in that
debconf prompt.
Hopefully we get to implement some /dev/disk/by-{id,uuid} for that one,
so it's consistent.

> My locale is de_DE.UTF-8
> 
> fwiw, I noticed that grub.cfg references a directory /boot/grub/locale
> but I
> don't have such a directory. Maybe this is related.

No it isn't. It's just ignored that it doestn't exist.

> Cheers,
> Michael


-- 
Felix Zielcke
Proud Debian Maintainer and GNU GRUB developer


signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil


Bug#558318: xserver-xorg-input-mouse: Missing trackball support

2009-11-27 Thread Julien Cristau
On Fri, Nov 27, 2009 at 20:18:14 +, ael wrote:

> Package: xserver-xorg-input-mouse
> Version: 1:1.4.0-4
> Severity: important
> Tags: patch
> 
> Most logitech trackballs do not work because there is no fdi file included.
> Either such a file needs to be included in this package since trackballs
> are perhaps variants of mice, or there needs to be an extra package
> "xserver-xorg-input-trackball".
> 
You're not using xserver-xorg-input-mouse, and there's no patch in this
bug.  I have no idea what you think the bug is...

Cheers,
Julien



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



Bug#325909: Fixed in newer versions?

2009-11-27 Thread Jordi Mallach
Hi Joel,

Have you seen this nano bug in the recent versions 2.0.x or even in the
soon to be stable 2.1.99pre2?

If not, I'll just close this bug, with apologies for not having contacted
you in years. :/

Jordi
-- 
Jordi Mallach Pérez  --  Debian developer http://www.debian.org/
jo...@sindominio.net jo...@debian.org http://www.sindominio.net/
GnuPG public key information available at http://oskuro.net/


signature.asc
Description: Digital signature


Bug#541297: Workaround for this bug

2009-11-27 Thread Johann Felix Soden
A workaround to this bug is supplying the right datadir to ./configure
manually as shown in the attached patch.

diff -u masqmail-0.2.21/debian/changelog masqmail-0.2.21/debian/changelog
--- masqmail-0.2.21/debian/changelog
+++ masqmail-0.2.21/debian/changelog
@@ -1,3 +1,11 @@
+masqmail (0.2.21-7.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fixed directory to message template files in binary by supplying the 
+datadir to ./configure manually. (Closes: #541297)
+
+ -- Johann Felix Soden   Fri, 27 Nov 2009 22:19:24 +0100
+
 masqmail (0.2.21-7) unstable; urgency=low
 
   * Fixed segfault when using pipe online detection (Closes: #533006)
diff -u masqmail-0.2.21/debian/rules masqmail-0.2.21/debian/rules
--- masqmail-0.2.21/debian/rules
+++ masqmail-0.2.21/debian/rules
@@ -22,6 +22,7 @@
 	# Add here commands to compile the package.
 	./configure $(confflags) \
 		--prefix=/usr --mandir='$${prefix}/share/man' \
+		--datadir='$${prefix}/share/masqmail' \
 		--with-logdir=/var/log/masqmail \
 		--with-spooldir=/var/spool/masqmail \
 		--with-user=mail --with-group=mail \
diff -u masqmail-0.2.21/debian/README.Debian masqmail-0.2.21/debian/README.Debian
--- masqmail-0.2.21/debian/README.Debian
+++ masqmail-0.2.21/debian/README.Debian
@@ -15,6 +15,7 @@
 
 It has been compiled with the options:
 --prefix=/usr --mandir='$${prefix}/share/man' \
+--datadir='$${prefix}/share/masqmail' \
 --with-logdir=/var/log/masqmail \
 --with-spooldir=/var/spool/masqmail \
 --with-user=mail --with-group=mail \


Bug#558327: Installation of wmii sets dwm as default x-window-manager

2009-11-27 Thread Alexander Sieck
Package: wmii
Version: 3.6+debian-4
Severity: normal

After installation of wmii /etc/alternatives/x-window-manager points
to /usr/bin/dwm.
The reason seems to be that wmii depends on dwm-tools, which recommends dwm.
Both x-window-managers will be installed and the priorities in the alternatives
system are the same. The 'best' alternative is set to dwm.

Here the recorded script of the installation session, along with
some additional infos:

deb09:~# uname -a
Linux deb09 2.6.26-2-amd64 #1 SMP Thu Nov 5 02:23:12 UTC 2009 x86_64 GNU/Linux
deb09:~# apt-cache policy wmii
wmii:
  Installed: (none)
  Candidate: 3.6+debian-4
  Version table:
 3.6+debian-4 0
500 http://ftp.de.debian.org lenny/main Packages
deb09:~# apt-cache policy dwm
dwm:
  Installed: (none)
  Candidate: 4.7-3
  Version table:
 4.7-3 0
500 http://ftp.de.debian.org lenny/main Packages
deb09:~# update-alternatives --display x-window-manager
No alternatives for x-window-manager.
deb09:~# aptitude -P install wmii wmii-doc
Reading package lists...
Building dependency tree...
Reading state information...
Reading extended state information...
Initializing package states...
Reading task descriptions...
The following NEW packages will be installed:
  dwm{a} dwm-tools{a} wmii wmii-doc 
0 packages upgraded, 4 newly installed, 0 to remove and 0 not upgraded.
Need to get 0B/367kB of archives. After unpacking 1004kB will be used.
Do you want to continue? [Y/n/?] 
Writing extended state information...
Selecting previously deselected package dwm.
...
Unpacking dwm (from .../archives/dwm_4.7-3_amd64.deb) ...
Selecting previously deselected package dwm-tools.
Unpacking dwm-tools (from .../dwm-tools_26-2_amd64.deb) ...
Selecting previously deselected package wmii.
Unpacking wmii (from .../wmii_3.6+debian-4_amd64.deb) ...
Selecting previously deselected package wmii-doc.
Unpacking wmii-doc (from .../wmii-doc_1%3a1-9_all.deb) ...
Processing triggers for man-db ...
Setting up dwm (4.7-3) ...
Setting up dwm-tools (26-2) ...
Setting up wmii (3.6+debian-4) ...
Setting up wmii-doc (1:1-9) ...
Reading package lists...
Building dependency tree...
Reading state information...
Reading extended state information...
Initializing package states...
Writing extended state information...
Reading task descriptions...

deb09:~# apt-cache policy wmii
wmii:
  Installed: 3.6+debian-4
  Candidate: 3.6+debian-4
  Version table:
 *** 3.6+debian-4 0
500 http://ftp.de.debian.org lenny/main Packages
100 /var/lib/dpkg/status
deb09:~# apt-cache policy dwm
dwm:
  Installed: 4.7-3
  Candidate: 4.7-3
  Version table:
 *** 4.7-3 0
500 http://ftp.de.debian.org lenny/main Packages
100 /var/lib/dpkg/status
deb09:~# update-alternatives --display x-window-manager
x-window-manager - status is auto.
 link currently points to /usr/bin/dwm
/usr/bin/dwm - priority 20
/usr/bin/wmii - priority 20
Current `best' version is /usr/bin/dwm.
deb09:~# ls -l /usr/bin/dwm
lrwxrwxrwx 1 root root 21 2009-11-27 22:10 /usr/bin/dwm -> /etc/alternatives/dwm
deb09:~# ls -l /etc/alternatives/dwm
lrwxrwxrwx 1 root root 20 2009-11-27 22:10 /etc/alternatives/dwm -> 
/usr/bin/dwm.default
deb09:~# ls -l /usr/bin/dwm.default 
-rwxr-xr-x 1 root root 36040 2008-01-21 21:53 /usr/bin/dwm.default


-- System Information:
Debian Release: 5.0.3
  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_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages wmii depends on:
ii  dwm-tools 26-2   dynamic window manager (tools)
ii  libc6 2.7-18 GNU C Library: Shared libraries
ii  libx11-6  2:1.1.5-2  X11 client-side library
ii  libxext6  2:1.0.4-1  X11 miscellaneous extension librar

Versions of packages wmii recommends:
ii  wmii-doc  1:1-9  lightweight tabbed and tiled X11 w

wmii 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#558312: error: grub_gettext not found

2009-11-27 Thread Michael Biebl
tags 558312 -unreproducible
thanks

Fernando M. Maresca wrote:
> Hi,
> On Fri, Nov 27, 2009 at 10:00:38PM +0100, Robert Millan wrote:
>> I don't think we have any routine in our code that could possibly construct
>> that error string.  Could you re-check that this is *exactly* what it is
>> printing?
> Sorry.
> The exact message is:
> error: the symbol ``grub_gettext'' not found
> 
> It's also displayed on grub_rescue> mode when trying to insmod
> normal.mod or configfile.mod.
> 
> My locale is es_AR.UTF-8.

I can reproduce the problem, I get the exact same error message and boot 
failure.

My locale is de_DE.UTF-8

fwiw, I noticed that grub.cfg references a directory /boot/grub/locale but I
don't have such a directory. Maybe this is related.

Cheers,
Michael

-- 
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?



signature.asc
Description: OpenPGP digital signature


Bug#558294: ratpoison: programs can capture keyboard focus

2009-11-27 Thread Bernhard R. Link
* hha...@gmail.com  [091127 18:20]:
> Steps to reproduce:
>
> 1. Run a mozilla web browser such as iceape or iceweasel
>
> 2. Block raise requests from transient and normal windows:
>set rudeness 12
>
> 3. Focus a non-mozilla window
>
> 4. Click on a mozilla window with the mouse
>
> 5. "Raise request from window x"
>(aka: window raise blocked)
>
> 6. See all keyboard input go to the mozilla window,
>although ratpoison thinks the old window is still focussed.
>Must focus some other window to fix keyboard focus

I do not think there is much ratpoison can do against this. A program
is not supposed to take the focus itself, but put a raise request and
let the window manager do this. When I have some time I'll look if there
is some way the window manager can even know something has changed.

Hochachtungsvoll,
Bernhard R. Link
-- 
"Never contain programs so few bugs, as when no debugging tools are available!"
Niklaus Wirth



-- 
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   >