Bug#605009: serious performance regression with ext4

2010-11-27 Thread Jonathan Nieder
Hi Ted,

Ted Ts'o wrote:

 1) Suppose package contains files a, b, and c.  Which are you
 doing?
 
 a)  extract a.dpkg-new ; fsync(a.dpkg-new); rename(a.dpkg-new, a);
 extract b.dpkg-new ; fsync(b.dpkg-new); rename(b.dpkg-new, b);
 extract c.dpkg-new ; fsync(c.dpkg-new); rename(c.dpkg-new, c);
 
 or
 
 b)  extract a.dpkg-new ; fsync(a.dpkg-new);
 extract b.dpkg-new ; fsync(b.dpkg-new);
 extract c.dpkg-new ; fsync(c.dpkg-new);
 rename(a.dpkg-new, a);
 rename(b.dpkg-new, b);
 rename(c.dpkg-new, c);
 
 or
 
 c)  extract(a.dpkg-new);
 extract(b.dpkg-new);
 extract(c.dpkg-new);
 fsync(a.dpkg-new);
 fsync(b.dpkg-new);
 fsync(c.dpkg-new);
 rename(a.dpkg-new, a);
 rename(b.dpkg-new, b);
 rename(c.dpkg-new, c);
 
 
 (c) will perform the best for most file systems, including ext4.
[...]
 I am guessing you are doing (a) today --- am I right?  (c) or (d)
 would be best.

We are doing (c) today.

Regards,
Jonathan



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



Bug#509052: Can no longer add attachments after upgrading from etch-backports

2010-11-27 Thread Vincent Bernat
OoO Peu  avant le  début de l'après-midi  du vendredi 12  novembre 2010,
vers 13:38, Ruben Molina rmol...@udea.edu.co disait :

 El vie, 12-11-2010 a las 08:46 +0100, Vincent Bernat escribió:
 How did you configure Apache for Roundcube? Alias, DocumentRoot?
 I just uncommented the two Alias lines in /etc/roundcube/apache.conf

This is odd  that you don't get anything  in /var/lib/roundcube/logs. Do
you have something special in  your Apache configuration, like maybe PHP
running as Fast-CGI or the use of ITK MPM module for Apache?
-- 
LOOSE TEETH DON'T NEED MY HELP
LOOSE TEETH DON'T NEED MY HELP
LOOSE TEETH DON'T NEED MY HELP
-+- Bart Simpson on chalkboard in episode AABF16


pgpG1kFMhoID9.pgp
Description: PGP signature


Bug#605082: linphone-nox: would be good if linphonec soundcard commandhad setting for capture/ringer/playback

2010-11-27 Thread Dallas E. Legan
Package: linphone-nox
Version: 3.3.2-1
Severity: wishlist

haven't noticed a way to set only capture/ringer/soundcard on the 
soundcard command.
I invision simply an extra setting 1/2/3 or 0/1/2 for 

soundcard use index

soundcard use index  index.2

defaulting to all if index.2 is omitted, as it does now.
Thanks for any consideration.


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

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

Versions of packages linphone-nox depends on:
ii  host  2331-9 utility for querying DNS servers
ii  libc6 2.11.2-6   Embedded GNU C Library: Shared lib
ii  liblinphone3  3.3.2-1linphone's shared library part (su
ii  libmediastreamer0 3.3.2-1linphone web phone's media library
ii  libncurses5   5.7+20100313-4 shared libraries for terminal hand
ii  libortp8  3.3.2-1Real-time Transport Protocol stack
ii  libosip2-43.3.0-1Session Initiation Protocol (SIP) 
ii  libreadline6  6.1-3  GNU readline and history libraries
ii  libspeex1 1.2~rc1-1  The Speex codec runtime library
ii  linphone-common   3.3.2-1Shared components of the linphone 

linphone-nox recommends no packages.

linphone-nox 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#602731: Uses the non-free media plugin of TinyMCE (bug #591206)

2010-11-27 Thread Vincent Bernat
block 602731 591206
thanks

OoO Peu  avant le  début de l'après-midi  du vendredi 12  novembre 2010,
vers 13:46, Moritz Muehlenhoff j...@inutil.org disait :

   Package: roundcube
   Severity: grave
   program/js/editor.js initialises the media plugin, which depends on
   flv_player.swf, which was found to be non-free, see bug #591206.
  
  I hardly see this as a bug for roundcube. flv_player.swf is shipped with
  tinymce. I suppose  that tinymce maintainer will disable  it directly in
  tinymce.
 
  Well, but when the media plugin is removed from tinymce, your package
  will need to be adapted, since it currently initialises this module,
  won't it?
 
 Is flv_player the only component of media plugin?

 More or less, AFAICT there's nothing usable left once flv_player is
 removed.

I think  that this  bug should  be solved by  solving 591206  in tinymce
package. roundcube  does not ship non  free files and it  seems that the
resolution of 591206 will be to remove the questionable file.
-- 
Avoid temporary variables.
- The Elements of Programming Style (Kernighan  Plauger)


pgp7BAJVLEypa.pgp
Description: PGP signature


Bug#605009: serious performance regression with ext4

2010-11-27 Thread Mathias Behrle
* Betr.:  Re: Bug#605009: serious performance regression with ext4 (Fri, 26
  Nov 2010 16:33:06 +0100):

 On Fri, 26 Nov 2010, Mathias Behrle wrote:
  * Betr.:  Re: Bug#605009: serious performance regression with ext4 (Fri,
  26 Nov 2010 15:53:27 +0100):
  
   That was ok everywhere except on ext4.
  
  JFTR: I am experiencing those problems as well on XFS.
 
 Can you give us figures to quantify the slowdown that you experience?
 Please compare dpkg 1.15.8.5 and 1.15.8.6.
 
 (I suppose that's the problem you're referring to)

I have to correct my previous mail.

I am experiencing since some time a substantial slowdown on my XFS file
systems (could also be related to upgrading to kernel 2.6.32). This slowdown is
also quite perceivable on system upgrades with apt-get/aptitude. Now for the
first time Bug#605009 came to my knowledge and I guessed it could also be a
cause for the meanwhile rather painful upgrades on my desktop machine.

I just upgraded my testing machine to dpkg 1.15.8.6. and tested with
'aptitude -o DPkg::options::=--force-unsafe-io' and see that my guess
was at least partly wrong. Unpacking of the debs still causes very heavy load
on the harddisk while final install seems to be faster.

So the problems I am facing with XFS are probably at least not closely related
to #605009.

Sorry for the noise,

-- 

Mathias Behrle
MBSolutions
Gilgenmatten 10 A
D-79114 Freiburg

Tel: +49(761)471023
Fax: +49(761)4770816
http://m9s.biz
UStIdNr: DE 142009020
PGP/GnuPG key availabable from any keyserver, ID: 0x8405BBF6


signature.asc
Description: PGP signature


Bug#564540: The Imran Khan Foundation.

2010-11-27 Thread Imran Khan
Dear Beloved, 

I know you will be surprised how I got your email address. 

I am Imran Khan, Former Pakistan Cricket Captain now a Philanthropist, 
Humanitarian and Founder The Imran Khan Foundation.

I am moved in my spirit to give you a financial assistance. Within my mind and 
conscience, I felt that you were the ideal to receive this donation, due to 
your kind gesture and good works.

I am waiting for your good answer for receiving my message.

Thank you for your dedication and love.
 
Yours Truly,
Imran Khan.

Founder The Imran Khan Foundation.

+1 206 3505747







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



Bug#605009: serious performance regression with ext4

2010-11-27 Thread Raphael Hertzog
On Sat, 27 Nov 2010, Jonathan Nieder wrote:
  c)  extract(a.dpkg-new);
  extract(b.dpkg-new);
  extract(c.dpkg-new);
  fsync(a.dpkg-new);
  fsync(b.dpkg-new);
  fsync(c.dpkg-new);
  rename(a.dpkg-new, a);
  rename(b.dpkg-new, b);
  rename(c.dpkg-new, c);
  
  
  (c) will perform the best for most file systems, including ext4.
 [...]
  I am guessing you are doing (a) today --- am I right?  (c) or (d)
  would be best.
 
 We are doing (c) today.

Actually we are doing this:
extract(a.dpkg-new);
extract(b.dpkg-new);
extract(c.dpkg-new);
fsync(a.dpkg-new);
rename(a.dpkg-new, a);
fsync(b.dpkg-new);
rename(b.dpkg-new, b);
fsync(c.dpkg-new);
rename(c.dpkg-new, c);

But as I said, I tried (c) and it's not performing noticably better than
the above.

Cheers,
-- 
Raphaël Hertzog ◈ Debian Developer

Follow my Debian News ▶ http://RaphaelHertzog.com (English)
  ▶ http://RaphaelHertzog.fr (Français)



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



Bug#551840: xserver-xorg-video-radeon: X server won't start with disabled kms

2010-11-27 Thread Eugene V. Samusev
Package: xserver-xorg-video-radeon
Version: 1:6.13.1-2+squeeze1
Severity: normal

With enabled kms xserver start successfully, but i get incorrectly displayed 
fonts. So i disabled kms and lived happily for a long time. 
But after last system upgrade x won't start. I try turn on back kms, but 
problem with broken fonts remains.



-- Package-specific info:
/var/lib/x11/X.roster does not exist.

/var/lib/x11/X.md5sum does not exist.

X server symlink status:
lrwxrwxrwx 1 root root 13 Jun 12 00:11 /etc/X11/X - /usr/bin/Xorg
-rwxr-xr-x 1 root root 1733468 Nov 12 05:27 /usr/bin/Xorg

/var/lib/x11/xorg.conf.roster does not exist.

VGA-compatible devices on PCI bus:
01:05.0 VGA compatible controller: ATI Technologies Inc RS690M [Radeon X1200 
Series]

/etc/X11/xorg.conf does not exist.

Kernel version (/proc/version):
Linux version 2.6.32-5-686 (Debian 2.6.32-27) (m...@debian.org) (gcc version 
4.3.5 (Debian 4.3.5-4) ) #1 SMP Sat Oct 30 22:47:19 UTC 2010

Xorg X server log files on system:
-rw-r--r-- 1 root root 41638 Jun 22 18:37 /var/log/Xorg.20.log
-rw-r--r-- 1 root root 36041 Nov 27 13:39 /var/log/Xorg.0.log

Contents of most recent Xorg X server log file
/var/log/Xorg.0.log:

X.Org X Server 1.7.7
Release Date: 2010-05-04
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.32.25-dsa-ia32 i686 Debian
Current Operating System: Linux w00020 2.6.32-5-686 #1 SMP Sat Oct 30 22:47:19 
UTC 2010 i686
Kernel command line: BOOT_IMAGE=/vmlinuz-2.6.32-5-686 root=/dev/mapper/all-root 
ro ipv6.disable=1 
Build Date: 12 November 2010  12:21:56AM
xorg-server 2:1.7.7-9 (Julien Cristau jcris...@debian.org) 
Current version of pixman: 0.21.2
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: /var/log/Xorg.0.log, Time: Sat Nov 27 13:39:29 2010
(==) Using system config directory /usr/share/X11/xorg.conf.d
(==) No Layout section.  Using the first Screen section.
(==) No screen section available. Using defaults.
(**) |--Screen Default Screen Section (0)
(**) |   |--Monitor default monitor
(==) No monitor specified for screen Default Screen Section.
Using a default monitor configuration.
(==) Automatically adding devices
(==) Automatically enabling devices
(WW) The directory /usr/share/fonts/X11/cyrillic does not exist.
Entry deleted from font path.
(==) FontPath set to:
/usr/share/fonts/X11/misc,
/usr/share/fonts/X11/100dpi/:unscaled,
/usr/share/fonts/X11/75dpi/:unscaled,
/usr/share/fonts/X11/Type1,
/usr/share/fonts/X11/100dpi,
/usr/share/fonts/X11/75dpi,
/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType,
built-ins
(==) ModulePath set to /usr/lib/xorg/modules
(II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable 
AutoAddDevices.
(II) Loader magic: 0x81ecca0
(II) Module ABI versions:
X.Org ANSI C Emulation: 0.4
X.Org Video Driver: 6.0
X.Org XInput driver : 7.0
X.Org Server Extension : 2.0
(++) using VT number 7

(--) PCI:*(0:1:5:0) 1002:791f:1025:028c ATI Technologies Inc RS690M [Radeon 
X1200 Series] rev 0, Mem @ 0xd000/268435456, 0xf010/65536, 
0xf000/1048576, I/O @ 0x9000/256
(II) Open ACPI successful (/var/run/acpid.socket)
(II) LoadModule: extmod
(II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
(II) Module extmod: vendor=X.Org Foundation
compiled for 1.7.7, module version = 1.0.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 2.0
(II) Loading extension SELinux
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-DGA
(II) Loading extension DPMS
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: dbe
(II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
(II) Module dbe: vendor=X.Org Foundation
compiled for 1.7.7, module version = 1.0.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 2.0
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: glx
(II) Loading /usr/lib/xorg/modules/extensions/libglx.so
(II) Module glx: vendor=X.Org Foundation
compiled for 1.7.7, module version = 1.0.0
ABI class: X.Org Server Extension, version 2.0
(==) AIGLX enabled
(II) Loading extension GLX
(II) LoadModule: record
(II) Loading /usr/lib/xorg/modules/extensions/librecord.so
(II) Module record: vendor=X.Org Foundation
compiled for 1.7.7, module version = 1.13.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 2.0
(II) 

Bug#596624: closed by Mehdi Dogguy me...@dogguy.org (Re: Bug#598153: unblock: autodocktools/1.5.4.cvs.20100912-2)

2010-11-27 Thread Steffen Möller
On 11/27/2010 12:45 AM, Debian Bug Tracking System wrote:
 This is an automatic notification regarding your Bug report
 which was filed against the release.debian.org package:
 
 #598153: unblock: autodocktools/1.5.4.cvs.20100912-1
 
 It has been closed by Mehdi Dogguy me...@dogguy.org.
 
 Their explanation is attached below along with your original report.
 If this explanation is unsatisfactory and you have not received a
 better one in a separate message then please contact Mehdi Dogguy 
 me...@dogguy.org by
 replying to this email.

This is annoying, to say the best. Without that package,
you can just also remove all the mgltools-* packages, too.
This is all non-free. Maybe this helps to get it in
nonetheless. Read a bit about what autodock is, maybe
in www.pubmed.org.

There should not be a need for pings.

Steffen



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



Bug#516929: gnome-volume-manager: automount does not work with ntfs formatted (usb) drives

2010-11-27 Thread Henryk Gerlach
Did you try to install the packages libntfs-3g31 ntfs-3g ?

The error reporting of GVM could be improved, though.

- Henryk
-- 
Neu: GMX De-Mail - Einfach wie E-Mail, sicher wie ein Brief!  
Jetzt De-Mail-Adresse reservieren: http://portal.gmx.net/de/go/demail



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



Bug#605083: linux-2.6: MacBookAir3,* support: USB fixes

2010-11-27 Thread Julien BLACHE
Package: linux-2.6
Severity: wishlist

Hi,

Following the previous set of patches, attached is another patch needed
for proper support of the new MacBook Air machines.

USB seems troublesome and doesn't work properly without this patch.

Thanks,

JB.

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

Kernel: Linux 2.6.35 (SMP w/2 CPU cores)
Locale: LANG=C, lc_ctype=fr...@euro (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/bash
Tested on MacBookAir3,1.  Without this, we get EPROTO errors when
fetching device config descriptors.

Signed-off-by: Brian Tarricone br...@tarricone.org
Reported-by: Benoit Gschwind gschw...@gnu-log.net
Tested-by: Edgar Hucek gi...@dark-green.com
Cc: Greg Kroah-Hartman g...@kroah.com
---
 drivers/usb/host/ehci-pci.c |   12 
 1 files changed, 12 insertions(+), 0 deletions(-)

diff --git a/drivers/usb/host/ehci-pci.c b/drivers/usb/host/ehci-pci.c
index a1e8d27..8d24d1c 100644
--- a/drivers/usb/host/ehci-pci.c
+++ b/drivers/usb/host/ehci-pci.c
@@ -148,6 +148,18 @@ static int ehci_pci_setup(struct usb_hcd *hcd)
 			if (pdev-revision  0xa4)
 ehci-no_selective_suspend = 1;
 			break;
+
+		/* MCP89 chips on the MacBookAir3,1 give EPROTO when
+		 * fetching device descriptors unless LPM is disabled.
+		 * There are also intermittent problems enumerating
+		 * devices with PPCD enabled.
+		 */
+		case 0x0d9d:
+			ehci_info(ehci, disable lpm/ppcd for nvidia mcp89);
+			ehci-has_lpm = 0;
+			ehci-has_ppcd = 0;
+			ehci-command = ~CMD_PPCEE;
+			break;
 		}
 		break;
 	case PCI_VENDOR_ID_VIA:
-- 
1.7.3.2

--
To unsubscribe from this list: send the line unsubscribe linux-usb in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Bug#556407: data.tar.xz

2010-11-27 Thread Raphael Hertzog
On Sun, 15 Nov 2009, Clint Adams wrote:
 I'll ask for xz support.
 
 This won't work until http://bugs.python.org/issue6715 is resolved.

This is going to be in python3 only apparently. So we should find a
work-around in the mean time I think.

 @@ -198,6 +198,8 @@ class Binary(object):
  data = tarfile.open(os.path.join(self.tmpdir, 
 data.tar.gz), r:gz)
  elif self.chunks[2] == data.tar.bz2:
  data = tarfile.open(os.path.join(self.tmpdir, 
 data.tar.bz2 ), r:bz2)
 +elif self.chunks[2] == data.tar.xz:
 +data = tarfile.open(os.path.join(self.tmpdir, 
 data.tar.xz ), r:xz)


That's the only place where it's needed. We could try to extract it on the
fly (xzcat or xz --decompress --stdout) and pass the uncompressed stream with:
tarfile.open(None, r|, stream)

Quoting http://docs.python.org/library/tarfile.html there's a limitation though:
| For special purposes, there is a second format for mode:
| 'filemode|[compression]'. tarfile.open() will return a TarFile object that
| processes its data as a stream of blocks. No random seeking will be done on 
the
| file. If given, fileobj may be any object that has a read() or write() method
| (depending on the mode). bufsize specifies the blocksize and defaults to 20 *
| 512 bytes. Use this variant in combination with e.g. sys.stdin, a socket file
| object or a tape device. However, such a TarFile object is limited in that it
| does not allow to be accessed randomly, see Examples. The currently possible
| modes:

I haven't checked whether it requires more changes later in the code.

It would be nice to allow data.tar.xz as soon as wheezy opens.

Cheers,
-- 
Raphaël Hertzog ◈ Debian Developer

Follow my Debian News ▶ http://RaphaelHertzog.com (English)
  ▶ http://RaphaelHertzog.fr (Français)



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



Bug#604938: Acknowledgement (host does not boot with grub_pc and /dev/sdd as boot disk)

2010-11-27 Thread Michael Tautschnig
Hi Thomas,

 Here's the patch:
 

[...]

  
  $ROOTCMD grub-mkdevicemap -n -m /boot/grub/device.map
  $ROOTCMD grub-mkconfig -o /boot/grub/grub.cfg
 -$ROOTCMD grub-install --no-floppy (hd0)
 +GROOT=$($ROOTCMD grub-probe -tdrive -d $BOOT_DEVICE)
 +$ROOTCMD grub-install --no-floppy $GROOT
 +echo Grub installed on $BOOT_DEVICE = $GROOT
  

I still think the version in experimental has a feature which this version keeps
lacking: it does not take care of installing grub on all devices participating
in a RAID-1. 

I tried to merge your improvements and came up with the following:

===
#! /bin/bash
# support for GRUB version 2 (1.98-1)

error=0 ; trap error=$((error|1)) ERR

set -a

# during softupdate use this file
[ -r $LOGDIR/disk_var.sh ]  . $LOGDIR/disk_var.sh

[ -z $BOOT_DEVICE ] exit 701

$ROOTCMD grub-mkdevicemap --no-floppy

for device in $BOOT_DEVICE; do
  GROOT=$($ROOTCMD grub-probe -tdrive -d $device)
  $ROOTCMD grub-install --no-floppy --modules=lvm raid $GROOT
  echo Grub installed on $device = $GROOT
done

$ROOTCMD update-grub

exit $error
===

I've quoted your patch to comment on the differences:

- I'm not sure whether sourcing disk_var.sh is still necessary, it used to be
  the case, but apparently your version worked just fine!?
- grub-mkdevicemap uses /boot/grub/device.map by default, so the -m is not
  necessary; --no-floppy feels easier to understand than -n
- I have no idea whether grub-mkconfig is actually necessary; most probably
  update-grub takes care of this!? 
- $BOOT_DEVICE may consist of several device names if RAID is used. Hence we
  need to loop over each of them and do what you just proposed.

Best regards,
Michael



pgpMWl5BUvUy6.pgp
Description: PGP signature


Bug#605024: coq: coq.el requires nonexistent hilit19

2010-11-27 Thread Stéphane Glondu
Le 26/11/2010 15:17, Mehdi Dogguy a écrit :
 This seems to be fixed in Coq 8.3 (in experimental). We will try to
 backport a fix and ask the Release Team for an unblock.

Unfortunately, the emacs mode in v8.3 has completely changed, and I
cannot guarantee that it works with v8.2:

  tools/coq-db.el|  240 
  tools/coq-font-lock.el |  137 +++
  tools/coq-syntax.el|  974 
 
  tools/coq.el   |   58 +---
  4 files changed, 1360 insertions(+), 49 deletions(-)


Cheers,

-- 
Stéphane




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



Bug#578157: bitcoin 0.3.17 available

2010-11-27 Thread Matt Taggart
Hi Jonas,

I was just looking at bitcoin and found this ITP. What do you think of 
Phil's suggestion to just disable the GUI stuff for now?

Also I noticed that upstream released 0.3.17 this week.

Thanks,

-- 
Matt Taggart
tagg...@debian.org





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



Bug#605084: gaphor: Control flows lost in Actions Diagram when opening saved file

2010-11-27 Thread Theppitak Karoonboonyanan
Package: gaphor
Version: 0.15.0-1.1
Severity: important

When gaphor opens saved file with Actions diagram, all control flow lines are
lost. Only nodes like initials, finals, actions are left.

When checking the saved file, I find the control flow data are still there.
They just disappear from the screen when re-opened. And when saving it again,
they will be actually lost. So, I suspect the file reading process has skipped
them, or the saved data may be incomplete.

The attached files illustrate a minimal case:

1. wo.gaphor is a minimal Actions diagram with only initial and final nodes,
   *without* the control flow.

2. w.gaphor is the same diagram as in wo.gaphor, *with* a single control
   flow from initial to final node. The data is there in the saved file,
   but gets lost when re-opened.

3. w2.gaphor is w.gaphor saved after re-opened. Now the control flow data
   gets actually lost, and becomes identical to wo.gaphor.


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

Kernel: Linux 2.6.32-5-amd64 (SMP w/4 CPU cores)
Locale: LANG=th_TH.UTF-8, LC_CTYPE=th_TH.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages gaphor depends on:
ii  python2.6.6-3+squeeze1   interactive high-level object-orie
ii  python-cairo  1.8.8-1+b1 Python bindings for the Cairo vect
ii  python-gaphas 0.6.0-1diagramming widget
ii  python-gnome2 2.28.1-1   Python bindings for the GNOME desk
ii  python-gobject2.21.4+is.2.21.3-1 Python bindings for the GObject li
ii  python-gtk2   2.17.0-4   Python bindings for the GTK+ widge
ii  python-pkg-resources  0.6.14-4   Package Discovery and Resource Acc
ii  python-simplegeneric  0.7-1  Simple generic functions for Pytho
ii  python-support1.0.11 automated rebuilding support for P
ii  python-zope.component 3.9.1-1Zope Component Architecture

gaphor recommends no packages.

gaphor suggests no packages.

-- no debconf information

?xml version=1.0 encoding=utf-8?
gaphor xmlns=http://gaphor.sourceforge.net/model; version=3.0 
gaphor-version=0.15.0
Package id=0f71b1d4-fa04-11df-8bd4-c417fe2aeb42
name
val![CDATA[New model]]/val
/name
ownedDiagram
reflist
ref refid=0f71daec-fa04-11df-8bd4-c417fe2aeb42/
/reflist
/ownedDiagram
/Package
Diagram id=0f71daec-fa04-11df-8bd4-c417fe2aeb42
name
val![CDATA[main]]/val
/name
package
ref refid=0f71b1d4-fa04-11df-8bd4-c417fe2aeb42/
/package
canvas
item type=InitialNodeItem id=195b527c-fa04-11df-8bd4-c417fe2aeb42
matrix
val(1.0, 0.0, 0.0, 1.0, 145.0, 30.0)/val
/matrix
width
val20.0/val
/width
height
val20.0/val
/height
subject
ref refid=195b2356-fa04-11df-8bd4-c417fe2aeb42/
/subject
show_stereotypes_attrs
val0/val
/show_stereotypes_attrs
/item
item type=ActivityFinalNodeItem id=1ab8675e-fa04-11df-8bd4-c417fe2aeb42
matrix
val(1.0, 0.0, 0.0, 1.0, 139.0, 96.0)/val
/matrix
width
val30.0/val
/width
height
val30.0/val
/height
subject
ref refid=1ab8471a-fa04-11df-8bd4-c417fe2aeb42/
/subject
show_stereotypes_attrs
val0/val
/show_stereotypes_attrs
/item
/canvas
/Diagram
InitialNode id=195b2356-fa04-11df-8bd4-c417fe2aeb42
presentation
reflist
ref refid=195b527c-fa04-11df-8bd4-c417fe2aeb42/
/reflist
/presentation
/InitialNode
ActivityFinalNode id=1ab8471a-fa04-11df-8bd4-c417fe2aeb42
presentation
reflist
ref refid=1ab8675e-fa04-11df-8bd4-c417fe2aeb42/
/reflist
/presentation
/ActivityFinalNode
/gaphor?xml version=1.0 encoding=utf-8?
gaphor xmlns=http://gaphor.sourceforge.net/model; version=3.0 
gaphor-version=0.15.0
Package id=0f71b1d4-fa04-11df-8bd4-c417fe2aeb42
name
val![CDATA[New model]]/val
/name
ownedDiagram
reflist
ref refid=0f71daec-fa04-11df-8bd4-c417fe2aeb42/
/reflist
/ownedDiagram
/Package
Diagram id=0f71daec-fa04-11df-8bd4-c417fe2aeb42
name
val![CDATA[main]]/val
/name
package
ref refid=0f71b1d4-fa04-11df-8bd4-c417fe2aeb42/
/package
canvas
item type=InitialNodeItem id=195b527c-fa04-11df-8bd4-c417fe2aeb42
matrix
val(1.0, 0.0, 0.0, 1.0, 145.0, 30.0)/val
/matrix
width
val20.0/val
/width
height
val20.0/val
/height
subject
ref refid=195b2356-fa04-11df-8bd4-c417fe2aeb42/
/subject
show_stereotypes_attrs
val0/val
/show_stereotypes_attrs
/item
item type=ActivityFinalNodeItem id=1ab8675e-fa04-11df-8bd4-c417fe2aeb42
matrix
val(1.0, 0.0, 0.0, 1.0, 139.0, 96.0)/val
/matrix
width
val30.0/val
/width
height
val30.0/val
/height
subject
ref refid=1ab8471a-fa04-11df-8bd4-c417fe2aeb42/
/subject
show_stereotypes_attrs
val0/val
/show_stereotypes_attrs
/item
item type=FlowItem id=23c40d08-fa04-11df-8bd4-c417fe2aeb42
subject
ref refid=2487c1c6-fa04-11df-8bd4-c417fe2aeb42/
/subject
show_stereotypes_attrs
val0/val
/show_stereotypes_attrs
matrix
val(1.0, 0.0, 0.0, 1.0, 155.0, 50.0)/val
/matrix
orthogonal
val0/val
/orthogonal
horizontal
val0/val
/horizontal
points
val[(0.0, 0.0), (0.0, 46.0)]/val
/points

Bug#605009: serious performance regression with ext4

2010-11-27 Thread Guillem Jover
Hi!

On Fri, 2010-11-26 at 16:52:54 -0500, Ted Ts'o wrote:
 On Fri, Nov 26, 2010 at 03:53:27PM +0100, Raphael Hertzog wrote:
  Just to sum up what dpkg --unpack does in 1.15.8.6:
  1/ set the package status as half-installed/reinst-required
  2/ extract all the new files as *.dpkg-new
  3/ for all the unpacked files: fsync(foo.dpkg-new) followed by
 rename(foo.dpkg-new, foo)

 What are you doing?

We already had this conversation some time ago in
https://bugzilla.kernel.org/show_bug.cgi?id=15910.

 1) Suppose package contains files a, b, and c.  Which are you
 doing?

[...]

Anyway, dpkg is currently doing the variation on c that Raphaël
posted, including making backups so that it can rollback the entire
package if something goes wrong.

 (c) will perform the best for most file systems, including ext4.

Well it does not, and that's also what was mentioned in the bug
report. Something we've found out recently (as Raphaël mentioned too)
is that with nodelalloc the performance issues *and* the zero-length
issues disappear, which seems like a clear win to me, and so IMO
changing the default file system mount option to nodelalloc seems to
be the way to go.

 As a further optimization, if b and c does not exist, of course
 it would be better to extract into b and c directly, and skip the
 rename, i.e.:

 d)  extract(a.dpkg-new);
 extract(b);   # assuming the file b does not yet 
 exist
 extract(c);   # assuming the file c does not yet 
 exist
 fsync(a.dpkg-new);
 fsync(b);
 fsync(c);
 rename(a.dpkg-new, a);
 
 ... and then set the package status as unpacked.

That would make possible for partial files to appear on their final path
and thus available for external use while they are being extracted. I
don't think that's a good idea.

regards,
guillem



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



Bug#605085: deborphan: [INTL:pl} Polish translations update

2010-11-27 Thread Robert Luberda
Package: deborphan
Version: 1.7.28
Severity: wishlist
Tags: patch l10n

Please find Polish translations of deborphan program  man pages
attached to this mail.

Regards,
robert

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

Kernel: Linux 2.6.32
Locale: LANG=pl_PL, LC_CTYPE=pl_PL (charmap=ISO-8859-2)
Shell: /bin/sh linked to /bin/pdksh

Versions of packages deborphan depends on:
ii  libc6 2.11.2-7   Embedded GNU C Library: Shared lib

Versions of packages deborphan recommends:
ii  apt   0.8.9  Advanced front-end for dpkg
ii  dialog1.1-20100428-1 Displays user-friendly dialog boxe
ii  gettext-base  0.18.1.1-3 GNU Internationalization utilities

deborphan suggests no packages.

-- no debconf information


deborphan-pl.tgz
Description: application/gtar-compressed


signature.asc
Description: Digital signature


Bug#592268: eureqa works fine with packages from experimental

2010-11-27 Thread Christian Meyer
Update:

After getting eureqa installed with ubuntu wine packages (1.2) I tried
debian experimental packages (version 1.1.32-1+b1):

wine-bin-unstable
libwine-unstable
libwine-bin-unstable

and succeeded: Eureqa 0.82 beta installs and runs fine.

Christian Meyer




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



Bug#596624: closed by Mehdi Dogguy me...@dogguy.org (Re: Bug#598153: unblock: autodocktools/1.5.4.cvs.20100912-2)

2010-11-27 Thread Mehdi Dogguy
On 11/27/2010 10:18 AM, Steffen Möller wrote:
 
 This is annoying, to say the best. Without that package, you can just
 also remove all the mgltools-* packages, too. This is all non-free.
 Maybe this helps to get it in nonetheless. Read a bit about what
 autodock is, maybe in www.pubmed.org.
 

Right. There is no need to remove all other mgltools-*. We will just
accept this autodocktools this time (it's our partly fault anyway).

 There should not be a need for pings.
 

We are all humans.

Regards,

-- 
Mehdi Dogguy مهدي الدڤي
http://dogguy.org/



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



Bug#600245: cmake-data: FindTCL mixes TCL and TK versions

2010-11-27 Thread Kai Wasserbäch
tag 600245 upstream
forwarded 600245 http://cmake.org/Bug/view.php?id=11528
thanks

Dear Felipe,
I've fixed this in our Git repository and sent your report upstream ([0]). It
should be fixed in the next upload.

Kind regards,
Kai Wasserbäch


[0] http://cmake.org/Bug/view.php?id=11528



-- 

Kai Wasserbäch (Kai Wasserbaech)

E-Mail: deb...@carbon-project.org
Jabber (debianforum.de): Drizzt
URL: http://wiki.debian.org/C%C3%B9ran
GnuPG: 0xE1DE59D2  0600 96CE F3C8 E733 E5B6 1587 A309 D76C E1DE 59D2
(http://pgpkeys.pca.dfn.de/pks/lookup?search=0xE1DE59D2fingerprint=onhash=onop=vindex)



signature.asc
Description: OpenPGP digital signature


Bug#605086: [iceowl-extension] view isn't updated when changing month

2010-11-27 Thread Louis-Maurice De Sousa

Package: iceowl-extension
Version: 1.0~b1+dfsg1-1
Severity: grave

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

Two issues on iceowl-extension on the different computers I use.
I have several ics calendars.
First : when changing the month on main view, view still shows current 
month.
Second : on little sided calendars, day is supposed to be bold when an 
appointment exists. It does not for all calendars.


--- System information. ---
Architecture: i386
Kernel:   Linux 2.6.32-5-686

Debian Release: squeeze/sid
  500 testing www.debian-multimedia.org
  500 testing security.debian.org
  500 testing ftp2.fr.debian.org
  500 stable  wine.budgetdedicated.com

--- Package information. ---
Depends (Version) | Installed
=-+-===
icedove   (= 3.0.1)  | 3.0.10-1
 OR thunderbird(= 3.0.1) |
calendar-timezones (= 1.0~b1+dfsg1-1) | 1.0~b1+dfsg1-1
libc6(= 2.7) | 2.11.2-7
libgcc1  (= 1:4.1.1) | 1:4.4.5-8
libnspr4-0d (= 1.8.0.10) | 4.8.6-1
libstdc++6 (= 4.1.1) | 4.4.5-8


Recommends(Version) | Installed
===-+-===
calendar-google-provider| 1.0~b1+dfsg1-1


Suggests (Version) | Installed
==-+-===
latex-xft-fonts| 1.6.7-1



--

Louis-Maurice De Sousa



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



Bug#605079: Netdot - Network Documentation Tool

2010-11-27 Thread Salvatore Bonaccorso
Hi Carlos

On Fri, Nov 26, 2010 at 08:00:14PM -0800, Carlos Vicente wrote:
 Package: wnpp
 Severity: wishlist
 Owner: Carlos Vicente cvice...@ns.uoregon.edu
 
 Package name: netdot
 Version  : 0.9.8
 Upstream Author   : Carlos Vicente cvice...@ns.uoregon.edu
 URL   : http://netdot.uoregon.edu
 License  : GPL
 Programming Lang: Perl
 Description: Network Documentation Tool
 
 Netdot is an open source tool designed to help network administrators
 collect, organize and maintain network documentation.  It is actively
 developed by the  Network Services group at the  University of Oregon.
 
 Netdot is gaining popularity among universities and Internet service
 providers around the world and we would like to simplify its
 installation process.

As you already own the bug, I have retitled it to 'ITP: netdot --
network documentation tool' to mark it as you would intent to package
it.

Bests
Salvatore


signature.asc
Description: Digital signature


Bug#602961: unblock: otrs2/2.4.9+dfsg1-2

2010-11-27 Thread Mehdi Dogguy
On 11/22/2010 09:27 AM, Patrick Matthäi wrote:
 
 No, should I drop this change for squeeze?
 

It should be ok for this one.

 +/var/lib/otrs/Config/ZZZAuto.pm +
 chown root:www-data /var/lib/otrs/Config/ZZZAuto.pm +
 chmod g+w /var/lib/otrs/Config/ZZZAuto.pm
 
 This should set the desired mode explicitly rather than relying on 
 umask.
 
 - chmod g+w /var/lib/otrs/Config/ZZZAuto.pm
 + chmod 0664 /var/lib/otrs/Config/ZZZAuto.pm
 

Ok.

Please add this change in your package and upload it. Then, come back to
us once the package has been accepted.

Regards,

-- 
Mehdi Dogguy مهدي الدڤي
http://dogguy.org/



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



Bug#580711: Segmention fault on click configure display

2010-11-27 Thread Arthur Marsh
Package: billard-gl
Version: 1.75-11
Severity: normal


I tried this with:

xserver-xorg-core 2:1.9.2-1  Xorg X server - core server
xserver-xorg-video-radeon 1:6.13.2-1 X.Org X server -- AMD/ATI Radeon 
display dri

I had to build billard-gl from source to get a meaningful backtrace:

amars...@am64:/usr/src/sound/billard-gl-1.75$ cd src
amars...@am64:/usr/src/sound/billard-gl-1.75/src$ gdb ./billard-gl
GNU gdb (GDB) 7.2-debian
Copyright (C) 2010 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later http://gnu.org/licenses/gpl.html
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type show copying
and show warranty for details.
This GDB was configured as x86_64-linux-gnu.
For bug reporting instructions, please see:
http://www.gnu.org/software/gdb/bugs/...
Reading symbols from /usr/src/sound/billard-gl-1.75/src/billard-gl...done.
(gdb) run
Starting program: /usr/src/sound/billard-gl-1.75/src/billard-gl
[Thread debugging using libthread_db enabled]

 BillardGL (C) 2001, 2002 Tobias Nopper, Stefan Disch, Martina Welte


Program received signal SIGSEGV, Segmentation fault.
Textfeld::Positioniere (this=0x0, X=8.1981, Y=3.2995, H=0.60024,
A=1) at Textfeld.cpp:216
216   if (A) Ausrichtung=A;
(gdb) bt
#0  Textfeld::Positioniere (this=0x0, X=8.1981, Y=3.2995,
H=0.60024, A=1) at Textfeld.cpp:216
#1  0x00410eb5 in Menu::NeuerMenuZustand (this=0x690f00)
at Menu.cpp:687
#2  0x00414c2e in Menu::Maustaste (this=0x690f00,
Taste=value optimized out, Richtung=1, x=319, y=241) at Menu.cpp:266
#3  0x004048aa in Maus (button=0, state=1, x=319, y=241)
at Benutzerschnittstelle.cpp:35
#4  0x00305ac221d6 in glutMainLoopEvent () at freeglut_main.c:1228
#5  0x00305ac225a7 in glutMainLoop () at freeglut_main.c:1498
#6  0x00404d9d in main (argc=1, argv=0x7fffe3a8)
at BillardGL.cpp:304
(gdb) bt full
#0  Textfeld::Positioniere (this=0x0, X=8.1981, Y=3.2995,
H=0.60024, A=1) at Textfeld.cpp:216
No locals.
#1  0x00410eb5 in Menu::NeuerMenuZustand (this=0x690f00)
at Menu.cpp:687
No locals.
#2  0x00414c2e in Menu::Maustaste (this=0x690f00,
Taste=value optimized out, Richtung=1, x=319, y=241) at Menu.cpp:266
Signal = value optimized out
SchildNr = 20
#3  0x004048aa in Maus (button=0, state=1, x=319, y=241)
at Benutzerschnittstelle.cpp:35
No locals.
#4  0x00305ac221d6 in glutMainLoopEvent () at freeglut_main.c:1228
button = 0
window = 0x6a2c70
event = {type = 5, xany = {type = 5, serial = 11542, send_event = 0,
display = 0x696290, window = 58720258}, xkey = {type = 5,
serial = 11542, send_event = 0, display = 0x696290,
window = 58720258, root = 258, subwindow = 0, time = 4965480,
x = 319, y = 241, x_root = 323, y_root = 270, state = 256,
keycode = 1, same_screen = 1}, xbutton = {type = 5,
serial = 11542, send_event = 0, display = 0x696290,
---Type return to continue, or q return to quit---
window = 58720258, root = 258, subwindow = 0, time = 4965480,
x = 319, y = 241, x_root = 323, y_root = 270, state = 256,
button = 1, same_screen = 1}, xmotion = {type = 5, serial = 11542,
send_event = 0, display = 0x696290, window = 58720258, root = 258,
subwindow = 0, time = 4965480, x = 319, y = 241, x_root = 323,
y_root = 270, state = 256, is_hint = 1 '\001', same_screen = 1},
  xcrossing = {type = 5, serial = 11542, send_event = 0,
display = 0x696290, window = 58720258, root = 258, subwindow = 0,
time = 4965480, x = 319, y = 241, x_root = 323, y_root = 270,
mode = 256, detail = 1, same_screen = 1, focus = 0, state = 0},
  xfocus = {type = 5, serial = 11542, send_event = 0,
display = 0x696290, window = 58720258, mode = 258, detail = 0},
  xexpose = {type = 5, serial = 11542, send_event = 0,
display = 0x696290, window = 58720258, x = 258, y = 0, width = 0,
height = 0, count = 4965480}, xgraphicsexpose = {type = 5,
serial = 11542, send_event = 0, display = 0x696290,
drawable = 58720258, x = 258, y = 0, width = 0, height = 0,
count = 4965480, major_code = 0, minor_code = 319}, xnoexpose = {
type = 5, serial = 11542, send_event = 0, display = 0x696290,
drawable = 58720258, major_code = 258, minor_code = 0},
  xvisibility = {type = 5, serial = 11542, send_event = 0,
display = 0x696290, window = 58720258, state = 258},
  xcreatewindow = {type = 5, serial = 11542, send_event = 0,
---Type return to continue, or q return to quit---
display = 0x696290, parent = 58720258, window = 258, x = 0, y = 0,
width = 4965480, height = 0, 

Bug#598937: stlport5.2: FTBFS on armel: #error Weird WCHAR_MIN or WCHAR_MAX macro value.

2010-11-27 Thread Konstantinos Margaritis
Hi,

I got the same error in the armhf port. In more detail, the actual error is 
caused by the ambiguity in the definition of WCHAR_MAX.

On armel/armhf WCHAR_MAX is in fact defined in bits/wchar.h:

#define __WCHAR_MAX ( (wchar_t) - 1 )

whereas on amd64 it's defined explicitly as:

/* Use GCC's __WCHAR_MAX__ when available.  */
#ifdef __WCHAR_MAX__
#define __WCHAR_MAX __WCHAR_MAX__
#else
#define __WCHAR_MAX (2147483647)
#endif

/* GCC may also define __WCHAR_UNSIGNED__.
   Use L'\0' to give the expression the correct (unsigned) type.  */
#ifdef __WCHAR_UNSIGNED__
#define __WCHAR_MIN   L'\0'

/* Failing that, rely on the preprocessor's knowledge of the
   signedness of wchar_t.  */
#elif L'\0' - 1  0
#define __WCHAR_MIN   L'\0'
#else
#define __WCHAR_MIN   (-__WCHAR_MAX - 1)
#endif

I'm thinking it's more likely a glibc bug, as I fail to see an apparent reason 
why WCHAR_MIN/MAX are defined different on each of these platforms. It 
probably has to be reassigned to eglibc, but I'm cross-posting this to the 
eglibc maintainers first.

Regards

Konstantinos



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



Bug#604457: linux-image-2.6.26-2-xen-686: Raid10 exporting LV to xen results in error can't convert block across chunks or bigger than 64k

2010-11-27 Thread Wouter D'Haeseleer
Ben,

I'm running 4 days now without any disk errors anymore.
As stated in my previous message this is with the RedHat patch applied.

If I compair the patches I see that the patch you grabed upstream does not deal 
with t-limits.max_sectors

Thanks for a reply

Wouter


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



Bug#603461: release.debian.org: Permission to upload erlang 14.a-dfsg-3

2010-11-27 Thread Mehdi Dogguy
On 11/25/2010 08:49 AM, Sergei Golovan wrote:
 On Thu, Nov 25, 2010 at 2:20 AM, Mehdi Dogguy me...@dogguy.org wrote:

 +  * Switched to the old OpenSSL-based SSL implementation by default (it is
 +still less buggy then the new one written in Erlang).

 Is there any bugreport about this one?
 
 There are a few ones:
 

ok.

Did you test its reverse dependencies with those changes applied?

Regards,

-- 
Mehdi Dogguy مهدي الدڤي
http://dogguy.org/



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



Bug#605087: Package must depend on cpp?

2010-11-27 Thread Timur Birsh
Package: bsdmainutils
Version: 8.0.16
Severity: normal

Hello,

Without cpp, calendar program can't display holydays:

$ calendar
calendar: /usr/bin/cpp: No such file or directory

Thanks,
Timur



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



Bug#605084: gaphor: Control flows lost in Actions Diagram when opening saved file

2010-11-27 Thread Theppitak Karoonboonyanan
On Sat, Nov 27, 2010 at 4:43 PM, Theppitak Karoonboonyanan
t...@linux.thai.net wrote:

 2. w.gaphor is the same diagram as in wo.gaphor, *with* a single control
   flow from initial to final node. The data is there in the saved file,
   but gets lost when re-opened.

Here are the relevant debug messages:

---8---
2010-11-27 17:15:30,245 DEBUG Loading from: w.gaphor
2010-11-27 17:15:30,394 INFO Loading file w.gaphor
2010-11-27 17:15:30,514 INFO Read 9 elements from file
2010-11-27 17:15:30,514 DEBUG Loading 9 elements...
2010-11-27 17:15:30,524 DEBUG Connect on model level
gaphor.adapters.actions.flowconnect.FlowConnect object at 0x1d76e90
2010-11-27 17:15:30,524 DEBUG Performing connection
2010-11-27 17:15:30,525 DEBUG Connect on model level
gaphor.adapters.actions.flowconnect.FlowConnect object at 0x1d78650
2010-11-27 17:15:30,525 DEBUG Performing connection
2010-11-27 17:15:30,526 DEBUG Disconnecting
gaphor.diagram.actions.flow.FlowItem object at 0x1cdab50.Handle
object on (0, 0)
2010-11-27 17:15:30,527 DEBUG Disconnecting
gaphor.diagram.actions.flow.FlowItem object at 0x1cdab50.Handle
object on (0, 46)
---8---

The node connection fails?

Regards,
-- 
Theppitak Karoonboonyanan
http://linux.thai.net/~thep/



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



Bug#548125: me too

2010-11-27 Thread Faheem Mitha


Hi,

I'd like to second Samuel's complaint about the lack of clarity of the 
upgrade message, particularly


Also, it is not clear what saying no will do. Will it overwrite the
existing installation in the MBR or not?

It could mean either

the upgrade from grub1 to grub2 will be aborted, and just grub1 will be 
used


or

grub1 will be summarily tossed, and grub2 will be written to the mbr.

I'm guessing the latter, but I still don't know, and have no obvious way 
of finding out, as it was not obvious what script was being run. Funnily 
enough, this message is quoted all over the web, but nobody explains what 
the 'no' option would do. In any case, the message really should be 
explicit.


I just did an upgrade from lenny to squeeze, and this was probably the bit 
that gave me most pause. What is the best way of bringing this to the 
attention of the people who read installation reports?


  Regards, Faheem



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



Bug#600889: cmake: find_package(VTK) with additional version requirement fails

2010-11-27 Thread Kai Wasserbäch
reopen 600889 =
thanks

Hello Michael,
sorry for the noise, the previous e-mail was in error, will look more closely
into it later.

Kind regards,
Kai Wasserbäch



-- 

Kai Wasserbäch (Kai Wasserbaech)

E-Mail: deb...@carbon-project.org
Jabber (debianforum.de): Drizzt
URL: http://wiki.debian.org/C%C3%B9ran
GnuPG: 0xE1DE59D2  0600 96CE F3C8 E733 E5B6 1587 A309 D76C E1DE 59D2
(http://pgpkeys.pca.dfn.de/pks/lookup?search=0xE1DE59D2fingerprint=onhash=onop=vindex)



signature.asc
Description: OpenPGP digital signature


Bug#605009: serious performance regression with ext4

2010-11-27 Thread Mathias Behrle
* Betr.:  Fw: Bug#605009: serious performance regression with ext4 (Fri, 26
  Nov 2010 22:15:06 +0100):

 * Betr.:  Re: Bug#605009: serious performance regression with ext4 (Fri, 26
   Nov 2010 16:33:06 +0100):
 
  On Fri, 26 Nov 2010, Mathias Behrle wrote:
   * Betr.:  Re: Bug#605009: serious performance regression with ext4 (Fri,
   26 Nov 2010 15:53:27 +0100):
   
That was ok everywhere except on ext4.
   
   JFTR: I am experiencing those problems as well on XFS.
  
  Can you give us figures to quantify the slowdown that you experience?
  Please compare dpkg 1.15.8.5 and 1.15.8.6.

Finally some real numbers:

command:
time dpkg -i openjdk-6-doc_6b18-1.8.2-4_all.deb


1.15.8.6:
=
dpkg 1.15.8.6 with force-unsafe-io (1. install):
real8m12.093s
user0m1.737s
sys 0m2.290s

dpkg 1.15.8.6 with force-unsafe-io (2. run = replace):
real13m57.933s
user0m1.657s
sys 0m3.596s

dpkg 1.15.8.6 without force-unsafe-io (3. run = replace):
real19m50.008s
user0m1.940s
sys 0m4.240s


1.15.8.5:
=
dpkg 1.15.8.5 (4. run = replace):
real15m13.063s
user0m1.723s
sys 0m6.453s


Seems, that 1.15.8.5 performs much better than 1.15.8.6 (without
force-unsafe-io).

Filesystem:
/ xfs defaults,noatime,nodiratime,logbufs=8
on an lvm volume


Cheers,
-- 

Mathias Behrle
MBSolutions
Gilgenmatten 10 A
D-79114 Freiburg

Tel: +49(761)471023
Fax: +49(761)4770816
http://m9s.biz
UStIdNr: DE 142009020
PGP/GnuPG key availabable from any keyserver, ID: 0x8405BBF6



signature.asc
Description: PGP signature


Bug#543618: extremetuxracer: The challenge one course fails

2010-11-27 Thread Marc Glisse

Hello,

the file courses/events/d-niehoff_experience/event.tcl contains:
-course events/a-tux_racer/challenge_one
and
-course events/a-tux_racer/wild_mountains
(lines 122 and 132)

I assume that changing these two lines a-tux_racer - d-niehoff_experience 
should help.


--
Marc Glisse



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



Bug#604763: Missing IRC-More plugin

2010-11-27 Thread Felix Geyer
severity 604763 important
thanks

Increasing severity to important as this is a regression.




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



Bug#578157: bitcoin 0.3.17 available

2010-11-27 Thread Jonas Smedegaard

Hi Matt,

On Sat, Nov 27, 2010 at 01:36:07AM -0800, Matt Taggart wrote:
I was just looking at bitcoin and found this ITP. What do you think of 
Phil's suggestion to just disable the GUI stuff for now?


Also I noticed that upstream released 0.3.17 this week.


I find it an excellent idea.  Sorry for not responding earlier :-(

Also, if any of you would like to join me in maintaining this, I'd be 
happy about it.



Regards,

 - Jonas

--
 * Jonas Smedegaard - idealist  Internet-arkitekt
 * Tlf.: +45 40843136  Website: http://dr.jones.dk/

 [x] quote me freely  [ ] ask before reusing  [ ] keep private


signature.asc
Description: Digital signature


Bug#584653: ghostscript: does not honor -P- option

2010-11-27 Thread Jonas Smedegaard

Hi Michael,

On Fri, Nov 26, 2010 at 10:43:56PM -0500, Michael Gilbert wrote:
If I'm reading this discussion right, you expect someone else to apply 
the attached patches and then assume responsibility for the entire 
package since you're unwilling maintain it if it has any more patches?

That seems a bit extreme, but I will take a look at doing so when I
find some time.


Do you consider joining the ghostscript team?  That'd be great!


It looks like the release team won't be accepting the version in 
experimental due to the rather large diff.


One way to find out is by asking them.

My plan is to ask when I have a package that works - i.e. fix bug#575798 
(and disable FAPI again, to closer match earlier release).  But since 
your plan is different, I suggest you ask _now_, before you spend time 
on keeping the massively patched old release, if the release team might 
consider approving the newer release wich includes upstream maintainance 
of those same patches.



 - Jonas

--
 * Jonas Smedegaard - idealist  Internet-arkitekt
 * Tlf.: +45 40843136  Website: http://dr.jones.dk/

 [x] quote me freely  [ ] ask before reusing  [ ] keep private


signature.asc
Description: Digital signature


Bug#604155: Windows 7 not in grub menu

2010-11-27 Thread Daniel Pocock



On Mon, 22 Nov 2010 21:21:03 +0100, Daniel Pocock wrote:
  

I had already run update-grub, but that hasn't made any difference



update-grub should call the script '/etc/grub.d/30_os-prober'. What if
you call it directly? Does it return any error? You may also call
os-prober directly.
  

r...@debian6:/etc# /etc/grub.d/30_os-prober
/usr/bin/os-prober: 99: cannot create /tmp/os-prober.tMerGF/mounted-map: 
Invalid argument
/usr/bin/os-prober: 100: cannot create /tmp/os-prober.tMerGF/raided-map: 
Invalid argument

r...@debian6:/etc# mount | grep tmp
tmpfs on /lib/init/rw type tmpfs (rw,nosuid,mode=0755)
udev on /dev type tmpfs (rw,mode=0755)
tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
r...@debian6:/etc# ls -ld /tmp
drwxrwxrwt 10 root root 4096 Nov 27 12:09 /tmp

I checked disk space - it is not an issue



r...@debian6:/etc# mkdir /tmp/os-prober.tMerGF/
r...@debian6:/etc# touch /tmp/os-prober.tMerGF/mounted-map
touch: setting times of `/tmp/os-prober.tMerGF/mounted-map': No such 
file or directory



r...@debian6:/etc# touch /test1
r...@debian6:/etc# touch /tmp/test2
touch: setting times of `/tmp/test2': No such file or directory

Something funny going on in /tmp - not exactly sure what - would you 
recognise this problem, or should I look more closely?






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



Bug#603914: Please drop non-UTF8 locales

2010-11-27 Thread Kalle Olavi Niemitalo
Josselin Mouette j...@debian.org writes:

 I think wheezy would be a good time to finally ditch non-UTF8 locales. 
 IIRC, we made the switch to UTF8 by default in etch (and we were already 
 way too late in doing that), and supporting non-UTF8 stuff becomes 
 harder and harder, at least for desktop software.

In testing, the C and POSIX locales still don't use UTF-8.
I don't know about unstable.

My latest use of LANG=fi_FI.ISO-8859-1 was when I had a VT420
connected to a serial port (largely for diagnosing graphics
driver problems).  No UTF-8 support there.  However, even then,
it would have been better to use LANG=fi_FI.UTF-8 and recode
only the terminal I/O with some wrapper, so that file names
would have been consistently UTF-8.  The luit program cannot
be used for that because it supports only UTF-8 terminals in
legacy locales, rather than vice versa.  If I remember correctly,
tmux doesn't support such conversions either, but screen does.


pgpKRGCt228ta.pgp
Description: PGP signature


Bug#605088: Provide a ufw profile

2010-11-27 Thread Alessio Treglia
Package: squid3
Version: 3.1.6-1.2
Severity: wishlist
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu maverick ubuntu-patch

Hi Luigi!

On Ubuntu we have decided [1] to provide a profile for ufw [2] and I think it 
would be appreciated by Debian users, too.

A minimalistic patch follows:

diff -u squid3-3.1.6/debian/rules squid3-3.1.6/debian/rules
--- squid3-3.1.6/debian/rules
+++ squid3-3.1.6/debian/rules
@@ -68,9 +68,11 @@
install -m 755 -g root -d $(INSTALLDIR)/etc/logrotate.d
install -m 755 -g root -d $(INSTALLDIR)/etc/resolvconf
install -m 755 -g root -d $(INSTALLDIR)/etc/resolvconf/update-libc.d
+   install -m 755 -g root -d $(INSTALLDIR)/etc/ufw/applications.d
install -m 755 -g root debian/squid3.rc $(INSTALLDIR)/etc/init.d/squid3
install -m 755 -g root debian/squid3.resolvconf 
$(INSTALLDIR)/etc/resolvconf/update-libc.d/squid3
install -m 644 -g root debian/squid3.logrotate 
$(INSTALLDIR)/etc/logrotate.d/squid3
+   install -m 644 -g root debian/squid3.ufw.profile 
$(INSTALLDIR)/etc/ufw/applications.d/squid3
install -m 755 -g root -d debian/squid3/var/log
install -m 755 -g root -d debian/squid3/var/spool
install -m 755 -g root -d debian/squid3/var/run
diff -u squid3-3.1.6/debian/control squid3-3.1.6/debian/control
--- squid3-3.1.6/debian/control
+++ squid3-3.1.6/debian/control
@@ -9,7 +10,7 @@
 Package: squid3
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}, netbase, adduser, logrotate (= 
3.5.4-1), squid3-common (= ${source:Version}), lsb-base
-Suggests: squidclient, squid-cgi, resolvconf (= 0.40), smbclient
+Suggests: squidclient, squid-cgi, resolvconf (= 0.40), smbclient, ufw
 Description: A full featured Web Proxy cache (HTTP proxy)
  Squid is a high-performance proxy caching server for web clients, supporting
  FTP, gopher, and HTTP data objects.
diff -u squid3-3.1.6/debian/squid3.install squid3-3.1.6/debian/squid3.install
--- squid3-3.1.6/debian/squid3.install
+++ squid3-3.1.6/debian/squid3.install
@@ -4,6 +4,7 @@
 etc/logrotate.d
 etc/resolvconf
 etc/init.d/squid3
+etc/ufw
 usr/lib/squid3
 usr/sbin/squid3
 usr/share/man/man8/squid3.8
only in patch2:
unchanged:
--- squid3-3.1.6.orig/debian/squid3.ufw.profile
+++ squid3-3.1.6/debian/squid3.ufw.profile
@@ -0,0 +1,4 @@
+[Squid]
+title=Squid proxy cache
+description=Internet object cache (WWW proxy cache)
+ports=3128/tcp


Thanks in advance and keep up the great work!


[1] https://launchpad.net/bugs/589830
[2] http://packages.qa.debian.org/ufw

-- 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.32-5-amd64 (SMP w/4 CPU cores)
Locale: LANG=it_IT.utf8, LC_CTYPE=it_IT.utf8 (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#605089: installation-reports: Succesful installation report

2010-11-27 Thread Paul Schouten
Package: installation-reports
Severity: normal

Installation went well. Converted the downloaded netinst.iso to boot from my
USB flash drive using UNetBootin.

Method of netinst using a wireless card is a security risk: only WEP encryption
is available in the installer.

Grub installed, had to run update-grub after booting to include my windows
system in the list.

I was unsuccessful in installing the binary nvidia driver. Nevertheless various
internet sources, I was unable to get into X.
Module compiled well, loads at boot time. According to Xorg.log nvidia module
is loaded, but leads only to a blank screen.
Tried to load the EDID for my laptop screen, but also to no avail.




-- Package-specific info:

Boot method: USB
Image version: http://cdimage.debian.org/cdimage/squeeze/
Date: Date and time of the install

Machine: ASUS K52J
Partitions: df -Tl will do; the raw partition table is preferred


Base System Installation Checklist:
[O] = OK, [E] = Error (please elaborate below), [ ] = didn't try it

Initial boot:   [ ]
Detect network card:[ ]
Configure network:  [ ]
Detect CD:  [ ]
Load installer modules: [ ]
Detect hard drives: [ ]
Partition hard drives:  [ ]
Install base system:[ ]
Clock/timezone setup:   [ ]
User/password setup:[ ]
Install tasks:  [ ]
Install boot loader:[ ]
Overall install:[ ]

Comments/Problems:

Description of the install, in prose, and any thoughts, comments
  and ideas you had during the initial install.


-- 

Please make sure that the hardware-summary log file, and any other
installation logs that you think would be useful are attached to this
report. Please compress large files using gzip.

Once you have filled out this report, mail it to sub...@bugs.debian.org.

==
Installer lsb-release:
==
DISTRIB_ID=Debian
DISTRIB_DESCRIPTION=Debian GNU/Linux installer
DISTRIB_RELEASE=6.0 (squeeze) - installer build 20101020
X_INSTALLATION_MEDIUM=cdrom

==
Installer hardware-summary:
==
uname -a: Linux Brown 2.6.32-5-amd64 #1 SMP Fri Oct 15 00:56:30 UTC 2010 x86_64 
GNU/Linux
lspci -knn: 00:00.0 Host bridge [0600]: Intel Corporation Core Processor DRAM 
Controller [8086:0044] (rev 12)
lspci -knn: Subsystem: ASUSTeK Computer Inc. Device [1043:1c77]
lspci -knn: Kernel driver in use: agpgart-intel
lspci -knn: 00:01.0 PCI bridge [0604]: Intel Corporation Core Processor PCI 
Express x16 Root Port [8086:0045] (rev 12)
lspci -knn: Kernel driver in use: pcieport
lspci -knn: 00:02.0 VGA compatible controller [0300]: Intel Corporation Core 
Processor Integrated Graphics Controller [8086:0046] (rev 12)
lspci -knn: Subsystem: ASUSTeK Computer Inc. Device [1043:1432]
lspci -knn: 00:16.0 Communication controller [0780]: Intel Corporation 5 
Series/3400 Series Chipset HECI Controller [8086:3b64] (rev 06)
lspci -knn: Subsystem: ASUSTeK Computer Inc. Device [1043:1c77]
lspci -knn: 00:1a.0 USB Controller [0c03]: Intel Corporation 5 Series/3400 
Series Chipset USB2 Enhanced Host Controller [8086:3b3c] (rev 06)
lspci -knn: Subsystem: ASUSTeK Computer Inc. Device [1043:1c77]
lspci -knn: Kernel driver in use: ehci_hcd
lspci -knn: 00:1b.0 Audio device [0403]: Intel Corporation 5 Series/3400 Series 
Chipset High Definition Audio [8086:3b56] (rev 06)
lspci -knn: Subsystem: ASUSTeK Computer Inc. Device [1043:13f3]
lspci -knn: 00:1c.0 PCI bridge [0604]: Intel Corporation 5 Series/3400 Series 
Chipset PCI Express Root Port 1 [8086:3b42] (rev 06)
lspci -knn: Kernel driver in use: pcieport
lspci -knn: 00:1c.1 PCI bridge [0604]: Intel Corporation 5 Series/3400 Series 
Chipset PCI Express Root Port 2 [8086:3b44] (rev 06)
lspci -knn: Kernel driver in use: pcieport
lspci -knn: 00:1c.5 PCI bridge [0604]: Intel Corporation 5 Series/3400 Series 
Chipset PCI Express Root Port 6 [8086:3b4c] (rev 06)
lspci -knn: Kernel driver in use: pcieport
lspci -knn: 00:1d.0 USB Controller [0c03]: Intel Corporation 5 Series/3400 
Series Chipset USB2 Enhanced Host Controller [8086:3b34] (rev 06)
lspci -knn: Subsystem: ASUSTeK Computer Inc. Device [1043:1c77]
lspci -knn: Kernel driver in use: ehci_hcd
lspci -knn: 00:1e.0 PCI bridge [0604]: Intel Corporation 82801 Mobile PCI 
Bridge [8086:2448] (rev a6)
lspci -knn: 00:1f.0 ISA bridge [0601]: Intel Corporation Mobile 5 Series 
Chipset LPC Interface Controller [8086:3b09] (rev 06)
lspci -knn: Subsystem: ASUSTeK Computer Inc. Device [1043:1c77]
lspci -knn: 00:1f.2 SATA controller [0106]: Intel Corporation 5 Series/3400 
Series Chipset 4 port SATA AHCI Controller [8086:3b29] (rev 06)
lspci -knn: Subsystem: ASUSTeK Computer Inc. Device [1043:1c77]
lspci -knn: Kernel driver in use: ahci
lspci -knn: 00:1f.6 Signal processing controller [1180]: Intel Corporation 5 
Series/3400 Series Chipset Thermal 

Bug#605059: dpkg: segfaults in a fakechroot on i386

2010-11-27 Thread Roszatycki, Piotr
Could you report which version of fakechroot package did you use?

This bug should be fixed in 2.10 version, AFAIR.

2010/11/27 Michael Gilbert michael.s.gilb...@gmail.com

 Not sure if this is related.  I partially solved the amd64 issue (see
 bug #605077), but debootstrap still fails in the same place.  The
 error in debootstrap.log is now:

 dpkg: symbol lookup error: /usr/lib32/fakechroot/libfakechroot.so:
 undefined symbol: rpl_malloc
 dpkg: error processing base-files (--install):
  subprocess installed post-installation script returned error exit status
 127
 Errors were encountered while processing:
  base-passwd
  base-files


-- 
 .''`.Piotr Roszatycki
: :' :mailto:piotr.roszaty...@gmail.com
`. `' mailto:dex...@debian.org
  `-


Bug#604042: opendnssec: diff for NMU version 1.1.3-1.1

2010-11-27 Thread gregor herrmann
tags 604042 + pending
thanks

Dear maintainer,

I've prepared an NMU for opendnssec (versioned as 1.1.3-1.1) and
uploaded it to DELAYED/2. Please feel free to tell me if I
should delay it longer.

Regards.

-- 
 .''`.   http://info.comodo.priv.at/ -- GPG key IDs: 0x8649AA06, 0x00F3CFE4
 : :' :  Debian GNU/Linux user, admin,  developer - http://www.debian.org/
 `. `'   Member of VIBE!AT  SPI, fellow of Free Software Foundation Europe
   `-BOFH excuse #129:  The ring needs another token 
diff -Nru opendnssec-1.1.3/debian/changelog opendnssec-1.1.3/debian/changelog
--- opendnssec-1.1.3/debian/changelog	2010-09-13 14:45:42.0 +0200
+++ opendnssec-1.1.3/debian/changelog	2010-11-27 12:32:47.0 +0100
@@ -1,3 +1,13 @@
+opendnssec (1.1.3-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix Purging opendnssec-common causes dpkg (or at least aptitude) to
+break: apply patch from Jonas Smedegaard that fixes the order of commands
+in opendnssec-common.postrm, adds a missing piece and un-silences
+warnings (closes: #604042).
+
+ -- gregor herrmann gre...@debian.org  Sat, 27 Nov 2010 12:32:43 +0100
+
 opendnssec (1.1.3-1) unstable; urgency=high
 
   * New upstream version
diff -Nru opendnssec-1.1.3/debian/opendnssec-common.postrm opendnssec-1.1.3/debian/opendnssec-common.postrm
--- opendnssec-1.1.3/debian/opendnssec-common.postrm	2010-09-13 14:45:42.0 +0200
+++ opendnssec-1.1.3/debian/opendnssec-common.postrm	2010-11-27 12:32:39.0 +0100
@@ -4,19 +4,18 @@
 set -e
 
 unset_perms() {
-dpkg-statoverride --remove $1 /dev/null 2/dev/null || true
+dpkg-statoverride --remove $1 || true
 }
 
 case $1 in
 purge)
 
-	deluser --quiet opendnssec  /dev/null || true
-
 	unset_perms /etc/opendnssec
 
 	for dir in tmp signconf unsigned signed db; do
 	unset_perms /var/lib/opendnssec/$dir
 	done
+	unset_perms /var/lib/opendnssec
 
 	for conf in conf.xml kasp.xml zonefetch.xml zonelist.xml; do
 	# unset dpkg-statoverride permissions
@@ -37,6 +36,8 @@
 	fi
 	done
 
+	deluser --quiet opendnssec  /dev/null || true
+
 ;;
 
 remove|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear)


signature.asc
Description: Digital signature


Bug#605091: unblock: sinfo/0.0.33-4, FTBFS and 2 translation updates

2010-11-27 Thread Gaudenz Steinlin
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: unblock

Please unblock package sinfo

The new version contains two updated debconf translations. Additionally
while updating the package I discovered that it currently FTBFS because
of a missing header (C++ :-( ). This RC bug is also fixed now, but was never
reported to the BTS. 

unblock sinfo/0.0.33-4

Thanks Gaudenz

debdiff to previous version:
diff -u sinfo-0.0.33/debian/changelog sinfo-0.0.33/debian/changelog
--- sinfo-0.0.33/debian/changelog
+++ sinfo-0.0.33/debian/changelog
@@ -1,3 +1,13 @@
+sinfo (0.0.33-4) unstable; urgency=low
+
+  * [543fe14] Add Vietnamese debconf templates translation (Closes:
+#576022) - thanks to Clytie Siddall
+  * [802ae35] Add Danish debconf templates translation (Closes: #603211)
+- thanks to Joe Dalton
+  * [9f104bb] Fix building with gcc-4.4
+
+ -- Gaudenz Steinlin gaud...@debian.org  Sat, 27 Nov 2010 11:52:47 +0100
+
 sinfo (0.0.33-3) unstable; urgency=low
 
   * Add myself as an uploader
only in patch2:
unchanged:
--- sinfo-0.0.33.orig/.gbp.conf
+++ sinfo-0.0.33/.gbp.conf
@@ -0,0 +1,3 @@
+[git-dch]
+meta=True
+id-length=7
only in patch2:
unchanged:
--- sinfo-0.0.33.orig/sinfo/sinfohtml.cc
+++ sinfo-0.0.33/sinfo/sinfohtml.cc
@@ -2,6 +2,7 @@
 #include unistd.h
 #include iostream
 #include iomanip
+#include stdio.h
 #include string.h
 #include sinfohtml.h
 using namespace std;
only in patch2:
unchanged:
--- sinfo-0.0.33.orig/debian/po/da.po
+++ sinfo-0.0.33/debian/po/da.po
@@ -0,0 +1,38 @@
+# Danish translation sinfo.
+# Copyright (C) 2010 sinfo  nedenstående oversættere.
+# This file is distributed under the same license as the sinfo package.
+# Joe Hansen (joedalt...@yahoo.dk), 2010.
+#
+msgid 
+msgstr 
+Project-Id-Version: sinfo\n
+Report-Msgid-Bugs-To: si...@packages.debian.org\n
+POT-Creation-Date: 2009-10-26 22:54+0200\n
+PO-Revision-Date: 2010-11-11 12:42+\n
+Last-Translator: Joe Hansen joedalt...@yahoo.dk\n
+Language-Team: Danish da...@dansk-gruppen.dk\n
+MIME-Version: 1.0\n
+Content-Type: text/plain; charset=UTF-8\n
+Content-Transfer-Encoding: 8bit\n
+
+#. Type: boolean
+#. Description
+#: ../sinfo.templates:2001
+msgid Enable the sinfo CGI script?
+msgstr Aktiver skriptet sinfo CGI?
+
+#. Type: boolean
+#. Description
+#: ../sinfo.templates:2001
+msgid 
+A CGI script is included, to provide a web interface for sinfo. It is 
+disabled by default as it might publish information about the computer not 
+intended to be public.
+msgstr 
+Et CGI-skript er inkluderet, som kan tilbyde en internetgrænseflade til 
sinfo. 
+Det er som standard deaktiveret, da det kan udsende information om 
computeren, 
+som ikke er beregnet for offentligheden.
+
+
+
+
only in patch2:
unchanged:
--- sinfo-0.0.33.orig/debian/po/vi.po
+++ sinfo-0.0.33/debian/po/vi.po
@@ -0,0 +1,30 @@
+# Vietnamese translation for sinfo.
+# Copyright © 2010 Free Software Foundation, Inc.
+# Clytie Siddall cly...@riverland.net.au, 2010.
+#
+msgid 
+msgstr 
+Project-Id-Version: sinfo\n
+Report-Msgid-Bugs-To: si...@packages.debian.org\n
+POT-Creation-Date: 2009-10-26 22:54+0200\n
+PO-Revision-Date: 2010-04-01 00:35+0930\n
+Last-Translator: Clytie Siddall cly...@riverland.net.au\n
+Language-Team: Vietnamese vi...@googlegroups.com\n
+MIME-Version: 1.0\n
+Content-Type: text/plain; charset=UTF-8\n
+Content-Transfer-Encoding: 8bit\n
+Plural-Forms: nplurals=1; plural=0;\n
+X-Generator: LocFactoryEditor 1.8\n
+
+#. Type: boolean
+#. Description
+#: ../sinfo.templates:2001
+msgid Enable the sinfo CGI script?
+msgstr Bật văn lệnh CGI sinfo ?
+
+#. Type: boolean
+#. Description
+#: ../sinfo.templates:2001
+msgid A CGI script is included, to provide a web interface for sinfo. It is 
disabled by default as it might publish information about the computer not 
intended to be public.
+msgstr Gồm có một văn lệnh CGI để cung cấp một giao diện Web cho sinfo. Nó bị 
tắt theo mặc định vì nó có thể xuất bản thông tin về máy tính mà không dự định 
công bố.
+
-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (800, 'testing'), (700, 'unstable'), (50, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.36-trunk-amd64 (SMP w/2 CPU cores)
Locale: LANG=de_CH.UTF-8, LC_CTYPE=de_CH.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#605092: Denial of Service vulnerability in the RRDtool and RRDCacheD plugins.

2010-11-27 Thread Florian Forster
Package: collectd
Version: 4.4.2-3
Severity: important
Tags: patch, security, upstream, fixed-upstream

When creating a new RRD file, the RRDtool and RRDCacheD plugins
assert(3) that the timestamp included with a value is greater than 10
(i.e. after January 1st, 1970, 00:00:10 UTC). However, this condition is
not actually checked anywhere, making it possible for this assertion to
fail.

In the common scenario that data is received via the Network plugin and
written to disk via the RRDtool or RRDCacheD plugin, it is easily
possible to trigger this problem by sending a specifically crafted
Network packet. If the Network plugin is configured with the Sign or
Encrypt security levels, an attacker needs to know the pre-shared
key to trigger the problem. Other plugins, for example the UnixSock and
Exec plugins, can be used to trigger the problem as well. However,
access to these mechanisms is usually not available to the general
public.

The existence of this problem has only been verified in version
4.10.1-1+squeeze1~bpo50+1 of the package, but the offending code first
appeared in version 4.0.8 of collectd (commit 9d52ed5f). It is therefore
safe to assume that all versions since 4.0.8 are vulnerable, including
version 4.4.2-3 included in Debian Lenny.

The issue has been fixed upstream in commit 11893a7c. The fix is
included in the new upstream versions 4.9.4 and 4.10.2. Porting the fix
back to 4.10.1-1+squeeze1 should be trivial.

Regards,
—octo

[0] 
http://git.verplant.org/?p=collectd.git;a=commitdiff;h=11893a7c85389e6d8a07d1ee8473294767c7ccb9
-- 
Florian octo Forster
Hacker in training
GnuPG: 0x0C705A15
http://octo.it/


signature.asc
Description: Digital signature


Bug#605093: unblock: isc-dhcp/4.1.1-P1-14

2010-11-27 Thread Moritz Muehlenhoff
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: unblock

Please unblock package isc-dhcp and bump the urgency a bit.
It fixes CVE-2010-3611.

unblock isc-dhcp/4.1.1-P1-14

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

Kernel: Linux 2.6.32-5-686 (SMP w/1 CPU core)
Locale: LANG=C, lc_ctype=de_de.iso-8859...@euro (charmap=ISO-8859-15)
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#605094: akregator: segmentation fault when i try to add a feed

2010-11-27 Thread luigi
Package: akregator
Version: 4:4.4.7-2
Severity: important

when i try to add a feed, akragator crashes.
kde crash handler reports this error:

Application: Akregator (akregator), signal: Segmentation fault
[Current thread is 1 (Thread 0x6bbde710 (LWP 26807))]

Thread 2 (Thread 0x68070b70 (LWP 27108)):
#0  0x6f808424 in __kernel_vsyscall ()
#1  0x6ca1a482 in pthread_cond_timedwait@@GLIBC_2.3.2 () from 
/lib/i686/cmov/libpthread.so.0
#2  0x6e0cbe64 in pthread_cond_timedwait () from /lib/i686/cmov/libc.so.6
#3  0x6edd7f3f in QWaitCondition::wait(QMutex*, unsigned long) () from 
/usr/lib/libQtCore.so.4
#4  0x6edcbf6b in ?? () from /usr/lib/libQtCore.so.4
#5  0x6edd6fbe in ?? () from /usr/lib/libQtCore.so.4
#6  0x6ca15955 in start_thread () from /lib/i686/cmov/libpthread.so.0
#7  0x6e0bee7e in clone () from /lib/i686/cmov/libc.so.6

Thread 1 (Thread 0x6bbde710 (LWP 26807)):
[KCrash Handler]
#6  0x6a2ebd16 in Akregator::Feed::markAsFetchedNow() () from 
/usr/lib/kde4/akregatorpart.so
#7  0x6a2ef480 in Akregator::Feed::fetchCompleted(Syndication::Loader*, 
boost::shared_ptrSyndication::Feed, Syndication::ErrorCode) () from 
/usr/lib/kde4/akregatorpart.so
#8  0x6a2effcb in Akregator::Feed::qt_metacall(QMetaObject::Call, int, void**) 
() from /usr/lib/kde4/akregatorpart.so
#9  0x6eed87aa in QMetaObject::metacall(QObject*, QMetaObject::Call, int, 
void**) () from /usr/lib/libQtCore.so.4
#10 0x6eee71bb in QMetaObject::activate(QObject*, QMetaObject const*, int, 
void**) () from /usr/lib/libQtCore.so.4
#11 0x6a25159f in Syndication::Loader::loadingComplete(Syndication::Loader*, 
boost::shared_ptrSyndication::Feed, Syndication::ErrorCode) () from 
/usr/lib/libsyndication.so.4
#12 0x6a2527a8 in Syndication::Loader::slotRetrieverDone(QByteArray const, 
bool) () from /usr/lib/libsyndication.so.4
#13 0x6a252bcc in Syndication::Loader::qt_metacall(QMetaObject::Call, int, 
void**) () from /usr/lib/libsyndication.so.4
#14 0x6eed87aa in QMetaObject::metacall(QObject*, QMetaObject::Call, int, 
void**) () from /usr/lib/libQtCore.so.4
#15 0x6eee71bb in QMetaObject::activate(QObject*, QMetaObject const*, int, 
void**) () from /usr/lib/libQtCore.so.4
#16 0x6a254f5f in Syndication::DataRetriever::dataRetrieved(QByteArray const, 
bool) () from /usr/lib/libsyndication.so.4
#17 0x6a256074 in Syndication::FileRetriever::slotResult(KJob*) () from 
/usr/lib/libsyndication.so.4
#18 0x6a256177 in Syndication::FileRetriever::qt_metacall(QMetaObject::Call, 
int, void**) () from /usr/lib/libsyndication.so.4
#19 0x6eed87aa in QMetaObject::metacall(QObject*, QMetaObject::Call, int, 
void**) () from /usr/lib/libQtCore.so.4
#20 0x6eee71bb in QMetaObject::activate(QObject*, QMetaObject const*, int, 
void**) () from /usr/lib/libQtCore.so.4
#21 0x6f0cfd43 in KJob::result(KJob*) () from /usr/lib/libkdecore.so.5
#22 0x6f0d00a8 in KJob::emitResult() () from /usr/lib/libkdecore.so.5
#23 0x6de39d20 in KIO::SimpleJob::slotFinished() () from /usr/lib/libkio.so.5
#24 0x6de3a250 in KIO::TransferJob::slotFinished() () from /usr/lib/libkio.so.5
#25 0x6de37b83 in KIO::TransferJob::qt_metacall(QMetaObject::Call, int, void**) 
() from /usr/lib/libkio.so.5
#26 0x6eed87aa in QMetaObject::metacall(QObject*, QMetaObject::Call, int, 
void**) () from /usr/lib/libQtCore.so.4
#27 0x6eee71bb in QMetaObject::activate(QObject*, QMetaObject const*, int, 
void**) () from /usr/lib/libQtCore.so.4
#28 0x6df054a7 in KIO::SlaveInterface::finished() () from /usr/lib/libkio.so.5
#29 0x6df087cd in KIO::SlaveInterface::dispatch(int, QByteArray const) () from 
/usr/lib/libkio.so.5
#30 0x6df05963 in KIO::SlaveInterface::dispatch() () from /usr/lib/libkio.so.5
#31 0x6def8e38 in KIO::Slave::gotInput() () from /usr/lib/libkio.so.5
#32 0x6def9043 in KIO::Slave::qt_metacall(QMetaObject::Call, int, void**) () 
from /usr/lib/libkio.so.5
#33 0x6eed87aa in QMetaObject::metacall(QObject*, QMetaObject::Call, int, 
void**) () from /usr/lib/libQtCore.so.4
#34 0x6eee71bb in QMetaObject::activate(QObject*, QMetaObject const*, int, 
void**) () from /usr/lib/libQtCore.so.4
#35 0x6de01cb7 in KIO::Connection::readyRead() () from /usr/lib/libkio.so.5
#36 0x6de0405e in ?? () from /usr/lib/libkio.so.5
#37 0x6de0418e in KIO::Connection::qt_metacall(QMetaObject::Call, int, void**) 
() from /usr/lib/libkio.so.5
#38 0x6eed87aa in QMetaObject::metacall(QObject*, QMetaObject::Call, int, 
void**) () from /usr/lib/libQtCore.so.4
#39 0x6eee2d36 in QMetaCallEvent::placeMetaCall(QObject*) () from 
/usr/lib/libQtCore.so.4
#40 0x6eee3dfe in QObject::event(QEvent*) () from /usr/lib/libQtCore.so.4
#41 0x6e3a45cc in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from 
/usr/lib/libQtGui.so.4
#42 0x6e3ab15e in QApplication::notify(QObject*, QEvent*) () from 
/usr/lib/libQtGui.so.4
#43 0x6f423bfa in KApplication::notify(QObject*, QEvent*) () from 
/usr/lib/libkdeui.so.5
#44 0x6eed34cb in QCoreApplication::notifyInternal(QObject*, QEvent*) () from 
/usr/lib/libQtCore.so.4
#45 0x6eed6f2c in 

Bug#605095: CVE-2010-3998

2010-11-27 Thread Moritz Muehlenhoff
Package: banshee
Severity: grave
Tags: security

Hi,
please see https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2010-3998
for details and a patch. Please upload a targeted fix for Squeeze
and not a whole new upstream release.

Cheers,
Moritz

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

Kernel: Linux 2.6.32-5-686 (SMP w/1 CPU core)
Locale: LANG=C, lc_ctype=de_de.iso-8859...@euro (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/bash

Versions of packages banshee depends on:
pn  gstreamer0.10-gnomevfsnone (no description available)
pn  gstreamer0.10-plugins-basenone (no description available)
pn  gstreamer0.10-plugins-goodnone (no description available)
ii  hal   0.5.14-3   Hardware Abstraction Layer
pn  libboo2.0-cil none (no description available)
ii  libc6 2.11.2-7   Embedded GNU C Library: Shared lib
ii  libcairo2 1.8.10-6   The Cairo 2D vector graphics libra
pn  libgconf2.0-cil   none (no description available)
pn  libglade2.0-cil   none (no description available)
ii  libglib2.0-0  2.24.2-1   The GLib library of C routines
pn  libglib2.0-cilnone (no description available)
pn  libgnome2.0-cil   none (no description available)
ii  libgstreamer-plugins-base0.10 0.10.30-1  GStreamer libraries from the base
ii  libgstreamer0.10-00.10.30-1  Core GStreamer libraries and eleme
ii  libgtk2.0-0   2.20.1-2   The GTK+ graphical user interface 
pn  libgtk2.0-cil none (no description available)
pn  libmono-addins-gui0.2-cil none (no description available)
pn  libmono-addins0.2-cil none (no description available)
pn  libmono-cairo2.0-cil  none (no description available)
pn  libmono-corlib2.0-cil none (no description available)
pn  libmono-sharpzip2.84-cil  none (no description available)
pn  libmono-sqlite2.0-cil none (no description available)
pn  libmono-system-data2.0-cilnone (no description available)
pn  libmono-system-web2.0-cil none (no description available)
pn  libmono-system2.0-cil none (no description available)
pn  libmono2.0-cilnone (no description available)
pn  libmtp7   none (no description available)
pn  libndesk-dbus-glib1.0-cil none (no description available)
pn  libndesk-dbus1.0-cil  none (no description available)
pn  libnotify0.4-cil  none (no description available)
ii  libpango1.0-0 1.28.3-1   Layout and rendering of internatio
pn  libtaglib2.0-cil  none (no description available)
ii  libx11-6  2:1.3.3-4  X11 client-side library
pn  mono-runtime  none (no description available)

Versions of packages banshee recommends:
pn  brasero   none (no description available)
ii  gstreamer0.10-ffmpeg  0.10.10-1  FFmpeg plugin for GStreamer
pn  gstreamer0.10-plugins-bad none (no description available)
pn  gstreamer0.10-plugins-uglynone (no description available)
pn  podsleuth none (no description available)

banshee suggests no packages.



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



Bug#605096: CVE-2010-4005

2010-11-27 Thread Moritz Muehlenhoff
Package: tomboy
Severity: grave
Tags: security


Please see https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2010-4005
for details and a patch. Please fix this for Squeeze with a targeted
bugfix, not by packaging a full new upstream release.

Cheers,
Moritz

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

Kernel: Linux 2.6.32-5-686 (SMP w/1 CPU core)
Locale: LANG=C, lc_ctype=de_de.iso-8859...@euro (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/bash

Versions of packages tomboy depends on:
ii  gconf22.28.1-6   GNOME configuration database syste
ii  libc6 2.11.2-7   Embedded GNU C Library: Shared lib
pn  libgconf2.0-cil   none (no description available)
ii  libglib2.0-0  2.24.2-1   The GLib library of C routines
pn  libglib2.0-cilnone (no description available)
pn  libgmime2.2-cil   none (no description available)
pn  libgnome2.0-cil   none (no description available)
pn  libgnomeprint2.2-0none (no description available)
pn  libgnomeprintui2.2-0  none (no description available)
ii  libgtk2.0-0   2.20.1-2   The GTK+ graphical user interface 
pn  libgtk2.0-cil none (no description available)
ii  libgtkspell0  2.0.16-1   a spell-checking addon for GTK's T
pn  libmono-addins-gui0.2-cil none (no description available)
pn  libmono-addins0.2-cil none (no description available)
pn  libmono-corlib2.0-cil none (no description available)
pn  libmono-system2.0-cil none (no description available)
pn  libmono2.0-cilnone (no description available)
pn  libndesk-dbus-glib1.0-cil none (no description available)
pn  libndesk-dbus1.0-cil  none (no description available)
pn  libpanel-applet2-0none (no description available)
ii  libpango1.0-0 1.28.3-1   Layout and rendering of internatio
ii  libx11-6  2:1.3.3-4  X11 client-side library
pn  mono-runtime  none (no description available)

tomboy recommends no packages.

Versions of packages tomboy suggests:
pn  evolution none (no description available)



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



Bug#605097: CVE-2010-4159

2010-11-27 Thread Moritz Muehlenhoff
Package: mono
Severity: grave
Tags: security

Please see https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2010-4159
for a description and a link to the upstream patch.

Please fix this for Squeeze with an isolated bugfix.

Cheers,
Moritz

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

Kernel: Linux 2.6.32-5-686 (SMP w/1 CPU core)
Locale: LANG=C, lc_ctype=de_de.iso-8859...@euro (charmap=ISO-8859-15)
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#605098: CVE-2010-4000

2010-11-27 Thread Moritz Muehlenhoff
Package: gnome-shell
Severity: grave
Tags: security

Hi,
please see https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2010-4000
for a description and a proposed patch.

Cheers,
Moritz

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

Kernel: Linux 2.6.32-5-686 (SMP w/1 CPU core)
Locale: LANG=C, lc_ctype=de_de.iso-8859...@euro (charmap=ISO-8859-15)
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#604563: debhelper: Please add support for build-arch, build-indep, install-arch and install-indep sequences

2010-11-27 Thread Roger Leigh
On Tue, Nov 23, 2010 at 06:47:54PM +, Roger Leigh wrote:
 Another possibility to consider.  Rather than overriding the various
 dh_ commands with override, which is useful to invoke them with
 extra/different options, it would be possible to additionally add
 _hook or _local rules, possibly with _indep and _arch variants e.g.
 dh_install_arch_hook to be run after dh_install.  This prevents the
 need for an override_dh_install.  For example:
 
 override_dh_auto_install:
 ifneq (,$(shell dh_listpackages -a 2/dev/null))
   $(MAKE) -C debian/build install DESTDIR=$(CURDIR)/debian/install
 endif
 ifneq (,$(filter schroot-common, $(shell dh_listpackages)))
   $(MAKE) -C debian/build/po install DESTDIR=$(CURDIR)/debian/install
 endif
 
 would become
 
 dh_auto_install_arch_hook:
   $(MAKE) -C debian/build install DESTDIR=$(CURDIR)/debian/install
 
 dh_auto_install_indep_hook:
   $(MAKE) -C debian/build/po install DESTDIR=$(CURDIR)/debian/install
 
 These rules would get run after the dh_ command or the override_rule.
 This removes the primary need for conditionally doing stuff based upon
 dh_listpackages, and makes for much more readable and understandable
 rules file.

Hi Joey,

I've now implemented hook target functionality in dh.  I've attached
the complete patchset to date with this email (I've documented earlier
patches in this set, so these supersede all the older patches).

I've also attached a rules file demonstrating the utility of the
hooks.  This completely eliminated any need for make conditionals
in override targets.  Vastly easier to understand and maintain.

Implemented by splitting a run_hook() function from run(), so run()
can run multiple hooks (including overrides).

I've named the hooks

dh_foo_hook
dh_foo_arch_hook
dh_foo_indep_hook

and these are run after the corresponding dh_foo command or
override_dh_foo target.  If you think it's useful to have hooks
/before/ running a dh command, we could use pre-hooks and
post-hooks instead, but I've yet to see a need for doing
something before a command that couldn't be satisfied via make
dependencies.  A better naming scheme may be possible; it's
easy to change if you would prefer something different.


Regards,
Roger

-- 
  .''`.  Roger Leigh
 : :' :  Debian GNU/Linux http://people.debian.org/~rleigh/
 `. `'   Printing on GNU/Linux?   http://gutenprint.sourceforge.net/
   `-GPG Public Key: 0x25BFB848   Please GPG sign your mail.
From 355bf9d9ae1dcfc41ba035f1fa4c729417680dc3 Mon Sep 17 00:00:00 2001
From: Roger Leigh rle...@debian.org
Date: Mon, 22 Nov 2010 20:58:20 +
Subject: [PATCH 1/6] dh: Add support for build-arch, build-indep, install-arch and install-indep sequences
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

The existing binary-arch and binary-indep sequences depend upon these
new sequences, leading to the following possible orders:

binary → install → build
binary-arch → install-arch → build-arch
binary-indep → install-indep → build-indep

This is the logical dependency ordering of the sequences; the actual
order is of course in reverse so that build is followed by install
and binary.

Signed-off-by: Roger Leigh rle...@debian.org
---
 dh |   44 
 1 files changed, 28 insertions(+), 16 deletions(-)

diff --git a/dh b/dh
index d2771ab..3e014fb 100755
--- a/dh
+++ b/dh
@@ -16,13 +16,15 @@ Bdh Isequence [B--with Iaddon[B,Iaddon ...]] [B--list] [B--until
 =head1 DESCRIPTION
 
 Bdh runs a sequence of debhelper commands. The supported Isequences
-correspond to the targets of a Fdebian/rules file: Bbuild, Bclean,
+correspond to the targets of a Fdebian/rules file: Bbuild-arch,
+Bbuild-indep, Bbuild, Bclean, Binstall-indep, Binstall-arch,
 Binstall, Bbinary-arch, Bbinary-indep, and Bbinary.
 
-Commands in the Bbinary-indep sequence are passed the B-i option to ensure
-they only work on binary independent packages, and commands in the
-Bbinary-arch sequences are passed the B-a option to ensure they only work
-on architecture dependent packages.
+Commands in the Bbuild-indep, Binstall-indep and Bbinary-indep
+sequences are passed the B-i option to ensure they only work on
+binary independent packages, and commands in the Bbuild-arch,
+Binstall-arch and Bbinary-arch sequences are passed the B-a
+option to ensure they only work on architecture dependent packages.
 
 If Fdebian/rules contains a target with a name like Boverride_Idh_command,
 then when it would normally run Idh_command, Bdh will instead call that
@@ -322,12 +324,14 @@ $sequences{build} = [qw{
 	dh_auto_build
 	dh_auto_test
 }],
+$sequences{'build-indep'} = [...@{$sequences{build}}];
+$sequences{'build-arch'} = [...@{$sequences{build}}];
 $sequences{clean} = [qw{
 	dh_testdir
 	dh_auto_clean
 	dh_clean
 }];
-$sequences{install} = [...@{$sequences{build}}, qw{
+my @i = qw{
 	dh_testroot
 	dh_prep
 	dh_installdirs
@@ -366,20 +370,24 @@ $sequences{install} = 

Bug#604018: pure-ftpd-postgresql: fails to authenticate, errors in configuration file (SQL)

2010-11-27 Thread gregor herrmann
tag 604018 + patch
thanks

On Fri, 19 Nov 2010 04:42:12 -0800, fab wrote:

 Pure-ftpd fails to authenticate using a table in PostGreSQL DBMS.
 I found the bug in this configuration file: /etc/pure-ftpd/db/postgresql.conf
 There are some SQL queries, but it missing double quotes.
 To correct them you have to copy and paste the queries from this web pages:
 http://download.pureftpd.org/pub/pure-ftpd/doc/README.PGSQL

Looking at the source package, it's indeed interesting to so the
differences between
README.PGSQL
and
pureftpd-pgsql.conf

I'm attaching a debdiff, but I won't upload it now; maybe it helps
the maintainer, maybe someone can test and confirm the bug and the
fix ...

Cheers,
gregor

-- 
 .''`.   http://info.comodo.priv.at/ -- GPG key IDs: 0x8649AA06, 0x00F3CFE4
 : :' :  Debian GNU/Linux user, admin,  developer - http://www.debian.org/
 `. `'   Member of VIBE!AT  SPI, fellow of Free Software Foundation Europe
   `-BOFH excuse #132:  SCSI Chain overterminated 
diff -u pure-ftpd-1.0.28/debian/changelog pure-ftpd-1.0.28/debian/changelog
--- pure-ftpd-1.0.28/debian/changelog
+++ pure-ftpd-1.0.28/debian/changelog
@@ -1,3 +1,12 @@
+pure-ftpd (1.0.28-2.1) UNRELEASED; urgency=low
+
+  * Non-maintainer upload.
+  * Fix fails to authenticate, errors in configuration file (SQL): add
+quotation marks to pureftpd-pgsql.conf, as explained in README.PGSQL
+(closes: #604018).
+
+ -- gregor herrmann gre...@debian.org  Sat, 27 Nov 2010 12:49:00 +0100
+
 pure-ftpd (1.0.28-2) unstable; urgency=low
 
   * fixes crash on stopping server (Closes: #572362)
diff -u pure-ftpd-1.0.28/debian/po/pt.po pure-ftpd-1.0.28/debian/po/pt.po
--- pure-ftpd-1.0.28/debian/po/pt.po
+++ pure-ftpd-1.0.28/debian/po/pt.po
@@ -11,6 +11,7 @@
 PO-Revision-Date: 2007-06-16 21:00+0100\n
 Last-Translator: Pedro Ribeiro p.m42.ribe...@gmail.com\n
 Language-Team: Portuguese tra...@debianpt.org\n
+Language: pt\n
 MIME-Version: 1.0\n
 Content-Type: text/plain; charset=utf-8\n
 Content-Transfer-Encoding: 8bit\n
diff -u pure-ftpd-1.0.28/debian/po/cs.po pure-ftpd-1.0.28/debian/po/cs.po
--- pure-ftpd-1.0.28/debian/po/cs.po
+++ pure-ftpd-1.0.28/debian/po/cs.po
@@ -19,6 +19,7 @@
 PO-Revision-Date: 2006-06-04 17:55+0200\n
 Last-Translator: Miroslav Kure ku...@debian.cz\n
 Language-Team: Czech debian-l10n-cz...@lists.debian.org\n
+Language: cs\n
 MIME-Version: 1.0\n
 Content-Type: text/plain; charset=UTF-8\n
 Content-Transfer-Encoding: 8bit\n
diff -u pure-ftpd-1.0.28/debian/po/gl.po pure-ftpd-1.0.28/debian/po/gl.po
--- pure-ftpd-1.0.28/debian/po/gl.po
+++ pure-ftpd-1.0.28/debian/po/gl.po
@@ -10,6 +10,7 @@
 PO-Revision-Date: 2008-05-17 21:28+0100\n
 Last-Translator: Jacobo Tarrio jtar...@debian.org\n
 Language-Team: Galician proxe...@trasno.net\n
+Language: gl\n
 MIME-Version: 1.0\n
 Content-Type: text/plain; charset=UTF-8\n
 Content-Transfer-Encoding: 8bit\n
diff -u pure-ftpd-1.0.28/debian/po/it.po pure-ftpd-1.0.28/debian/po/it.po
--- pure-ftpd-1.0.28/debian/po/it.po
+++ pure-ftpd-1.0.28/debian/po/it.po
@@ -11,6 +11,7 @@
 PO-Revision-Date: 2007-02-24 12:13+0100\n
 Last-Translator: Luca Monducci luca...@tiscali.it\n
 Language-Team: Italian t...@lists.linux.it\n
+Language: it\n
 MIME-Version: 1.0\n
 Content-Type: text/plain; charset=ISO-8859-1\n
 Content-Transfer-Encoding: 8bit\n
diff -u pure-ftpd-1.0.28/debian/po/eu.po pure-ftpd-1.0.28/debian/po/eu.po
--- pure-ftpd-1.0.28/debian/po/eu.po
+++ pure-ftpd-1.0.28/debian/po/eu.po
@@ -11,6 +11,7 @@
 PO-Revision-Date: 2008-08-12 11:13+0200\n
 Last-Translator: Piarres Beobide p...@beobide.net\n
 Language-Team: Euskara debian-l10n-bas...@lists.debian.org\n
+Language: \n
 MIME-Version: 1.0\n
 Content-Type: text/plain; charset=UTF-8\n
 Content-Transfer-Encoding: 8bit\n
diff -u pure-ftpd-1.0.28/debian/po/fi.po pure-ftpd-1.0.28/debian/po/fi.po
--- pure-ftpd-1.0.28/debian/po/fi.po
+++ pure-ftpd-1.0.28/debian/po/fi.po
@@ -6,6 +6,7 @@
 PO-Revision-Date: 2008-08-01 22:11+0200\n
 Last-Translator: Esko Arajärvi e...@iki.fi\n
 Language-Team: Finnish debian-l10n-finn...@lists.debian.org\n
+Language: fi\n
 MIME-Version: 1.0\n
 Content-Type: text/plain; charset=utf-8\n
 Content-Transfer-Encoding: 8bit\n
diff -u pure-ftpd-1.0.28/debian/po/vi.po pure-ftpd-1.0.28/debian/po/vi.po
--- pure-ftpd-1.0.28/debian/po/vi.po
+++ pure-ftpd-1.0.28/debian/po/vi.po
@@ -10,6 +10,7 @@
 PO-Revision-Date: 2008-09-24 22:26+0930\n
 Last-Translator: Clytie Siddall cly...@riverland.net.au\n
 Language-Team: Vietnamese vi...@googlegroups.com\n
+Language: vi\n
 MIME-Version: 1.0\n
 Content-Type: text/plain; charset=UTF-8\n
 Content-Transfer-Encoding: 8bit\n
@@ -110,12 +111,13 @@
 then delete the unused OPTIONS line to avoid seeing this message in the 
 future.
 msgstr 
-Pure-ftpd lúc bây giờ sử dụng tập tin cấu hình « /etc/pure-ftpd.conf » (thông 
-qua « pure-config.pl ») để cấu hình ở chế độ hoặc độc lập hoặc inetd. Có nên 
-kiểm tra bất cứ sự sửa đổi nào bạn đã làm trong các TÙY CHỌN (OPTIONS) « /etc/
-default/pure-ftpd » cũng phản hồi 

Bug#605094: akregator: segmentation fault when i try to add a feed

2010-11-27 Thread Modestas Vainius
Hello,

On šeštadienis 27 Lapkritis 2010 14:08:01 luigi wrote:
 Package: akregator
 Version: 4:4.4.7-2
 Severity: important
 
 when i try to add a feed, akragator crashes.
 kde crash handler reports this error:

According to upstream bug report [1], akregator crashes when URL or feed is 
invalid. Check feed url.

1. https://bugs.kde.org/show_bug.cgi?id=254323

-- 
Modestas Vainius modes...@vainius.eu


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


Bug#605091: unblock: sinfo/0.0.33-4, FTBFS and 2 translation updates

2010-11-27 Thread Mehdi Dogguy
On 11/27/2010 12:53 PM, Gaudenz Steinlin wrote:
 
 The new version contains two updated debconf translations.
 Additionally while updating the package I discovered that it
 currently FTBFS because of a missing header (C++ :-( ). This RC bug
 is also fixed now, but was never reported to the BTS.
 

1) About the FTBFS, is it #549674?
2) There are some translations reverted.
3) The diff provided is made against -3 while testing has -3.2.

I also sent to you a mail a little earlier today with the following content:

The last upload of sinfo seems to revert changes introduces by previous
NMUs. #549674 is still fixed in sinfo/0.0.33-4. But, other translation
updates made by Christian Perrier got reverted. The template.pot has
been updated but added .po files still correspond to the old template,
unless I'm mistaken (I didn't really check the content of the package;
just read the diff between testing's and sid's version).

Were all these changes intentional?

To summarize, I won't accept this upload unless it's fixed.

Regards,

-- 
Mehdi Dogguy مهدي الدڤي
http://dogguy.org/



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



Bug#605100: [l10n] Updated Czech translation of deborphan

2010-11-27 Thread Miroslav Kure
Package: deborphan
Severity: wishlist
Tags: l10n, patch

Hi,

in attachement there is updated Czech (cs.po) translation of
deborphan. Please include it with the package.

Thanks
-- 
Miroslav Kure
# Czech translation of deborphan
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the deborphan package.
# Miroslav Kure ku...@debian.cz, 2004, 2008, 2010.
#
msgid 
msgstr 
Project-Id-Version: deborphan\n
Report-Msgid-Bugs-To: \n
POT-Creation-Date: 2009-02-19 12:50+0100\n
PO-Revision-Date: 2010-11-26 21:51+0100\n
Last-Translator: Miroslav Kure ku...@debian.cz\n
Language-Team: Czech debian-l10n-cz...@lists.debian.org\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=UTF-8\n
Content-Transfer-Encoding: 8bit\n

#: src/exit.c:70
#, c-format
msgid 
\n
The following options are available:\n
msgstr 
\n
K dispozici jsou následující parametry:\n

#: src/exit.c:73
#, c-format
msgid -hThis help.\n
msgstr -hTato nápověda.\n

#: src/exit.c:76
#, c-format
msgid -f FILE   Use FILE as statusfile.\n
msgstr -f SOUBOR Jako stavový soubor použije SOUBOR.\n

#: src/exit.c:79
#, c-format
msgid -vVersion information.\n
msgstr -vInformace o verzi.\n

#: src/exit.c:84
#, c-format
msgid -dShow dependencies for packages that have them.\n
msgstr -dZobrazí závislosti u balíků, které je mají.\n

#: src/exit.c:87
#, c-format
msgid -PShow priority of packages found.\n
msgstr -PZobrazí prioritu nalezených balíků.\n

#: src/exit.c:90
#, c-format
msgid -sShow the sections the packages are in.\n
msgstr -sZobrazí sekce, ve kterých se balíky nachází.\n

#: src/exit.c:92
#, c-format
msgid --no-show-section   Do not show sections.\n
msgstr --no-show-section   Nezobrazí sekce.\n

#: src/exit.c:95
#, c-format
msgid -zShow installed size of packages found.\n
msgstr -zZobrazí instalovanou velikost nalezených balíků.\n

#: src/exit.c:100
#, c-format
msgid -aCompare all packages, not just libs.\n
msgstr -aPorovná všechny balíky, nejen knihovny.\n

#: src/exit.c:103
#, c-format
msgid -e LIST   Work as if packages in LIST were not installed.\n
msgstr -e SEZNAM Pracuje, jako by balíky v SEZNAMu nebyly nainstalované.\n

#: src/exit.c:106
#, c-format
msgid -HIgnore hold flags.\n
msgstr -HIgnoruje příznak pro podržení.\n

#: src/exit.c:110
#, c-format
msgid -nDisable checks for `recommends' and `suggests'.\n
msgstr -nNebude kontrolovat „doporučované“ a „navrhované“.\n

#: src/exit.c:112
#, c-format
msgid -nEnable checks for `recommends' and `suggests'.\n
msgstr -nPovolí kontrolu „doporučovaných“ a „navrhovaných“.\n

#: src/exit.c:116
#, c-format
msgid Disable checks for `recommends'.\n
msgstr Zakáže kontrolu „doporučovaných“.\n

#: src/exit.c:118
#, c-format
msgid Disable checks for `suggests'.\n
msgstr Zakáže kontrolu „navrhovaných“.\n

#: src/exit.c:121
#, c-format
msgid -p PRIOR  Select only packages with priority = PRIOR.\n
msgstr -p PRIOR  Vybere pouze balíky s prioritou = PRIOR.\n

#: src/exit.c:123
#, c-format
msgid --find-config   Find \orphaned\ configuration files.\n
msgstr --find-config   Najde „opuštěné“ konfigurační soubory.\n

#: src/exit.c:125
#, c-format
msgid 
--libdevel  Search in libdevel in addition to libs and 
oldlibs.\n
msgstr 
--libdevel  Kromě sekcí libs a oldlibs hledá i v libdevel.\n

#: src/exit.c:130
#, c-format
msgid -A PKGS.. Never report PKGS.\n
msgstr -A BALÍKY.. Nikdy nebude hlásit BALÍKY.\n

#: src/exit.c:133
#, c-format
msgid -k FILE   Use FILE to get/store info about kept packages.\n
msgstr -k SOUBOR  K získání informací o držených balících použije SOUBOR.\n

#: src/exit.c:136
#, c-format
msgid -LList the packages that are never reported.\n
msgstr -LZobrazí balíky, které nejsou nikdy hlášeny.\n

#: src/exit.c:139
#, c-format
msgid -R PKGS.. Remove PKGS from the \keep\ file.\n
msgstr -R BALÍKY.. Odstraní BALÍKY ze souboru „keep“.\n

#: src/exit.c:142
#, c-format
msgid -ZRemove all packages from the \keep\ file.\n
msgstr -ZOdstraní všechny balíky ze souboru „keep“.\n

#: src/exit.c:145
#, c-format
msgid --df-keep   Read debfoster's \keepers\ file.\n
msgstr 
--df-keep   Načte soubor „keepers“ programu debfoster.\n

#: src/exit.c:146
#, c-format
msgid --no-df-keepDo not read debfoster's \keepers\ file.\n
msgstr 
--no-df-keepNenačte soubor „keepers“ programu debfoster.\n

#. guessing
#: src/exit.c:151
#, c-format
msgid --guess-common  Try to report common packages.\n
msgstr --guess-common  Zkusí nahlásit běžné balíky.\n

#: src/exit.c:152
#, c-format
msgid --guess-dataTry to report data packages.\n
msgstr --guess-dataZkusí nahlásit datové balíky.\n

#: src/exit.c:153
#, c-format
msgid 

Bug#604754: texlive-latex-base: Possibly indexing problem leads to latex failing

2010-11-27 Thread Hilmar Preusse
reassign 604754 texlive-binaries
stop 

On 25.11.10 Dirk Eddelbuettel (e...@debian.org) wrote:
 On 25 November 2010 at 12:31, Hilmar Preusse wrote:
 | On 24.11.10 Dirk Eddelbuettel (e...@debian.org) wrote:

Hi,

 |  My RQuantLib package (for which I am upstream and Debian
 |  maintainer) produced a version that lets pdflatex fails _every
 |  other run_.  I.e.  see the attached file and in a temp directory
 |  try
 |  
 | ! pdfTeX error (ext4): \pdfendlink ended up in different nesting level than 
 \pdfstartlink.
 | \atbeg...@output ...ipout \box \AtBeginShipoutBox
 |   \fi \fi
 | l.1410 }
 | 
 | !  == Fatal error occurred, no output PDF file produced!
 | 
 | Correct?
 | 
 | This rather looks like a bug in the pdfTeX binary instead of the
 | hyperref package. googling for that message suggests, that the bug is
 | long-standing and was never really solved. :-(
 
 Could be. We were just guessing to be honest. What we found was that
 replacing
 
   \documentclass[a4paper]{book}
 
 with
 
   \documentclass[letterpaper]{book}
 
 also suppressed the bug which made us think it had to do with the indexing,
 what is which page etc.
 
Can't tell. At least the other reports said, they have seen similar
things (switching from letter to a4 or vice versa, solved the
problem).


 Long-standing and not-fixed does not sound great though.  Too bad there
 aren't too many deep tex experts around. :-/
 
 So I guess we'll have to keep this one open?
 
We should forward it again maybe one gets a fix this time. For now I
reassign the bug to the correct package.

H.
-- 
sigmentation fault



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



Bug#605093: unblock: isc-dhcp/4.1.1-P1-14

2010-11-27 Thread Mehdi Dogguy
On 11/27/2010 01:06 PM, Moritz Muehlenhoff wrote:
 
 Please unblock package isc-dhcp and bump the urgency a bit. It fixes
 CVE-2010-3611.
 
 unblock isc-dhcp/4.1.1-P1-14
 

I noticed the upload but it adds a isc-dhcp/server/dhcpv6.c.orig in the
source package. This file should be removed before unblocking the
package. I already notified the maintainer earlier today.

Regards,

-- 
Mehdi Dogguy مهدي الدڤي
http://dogguy.org/



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



Bug#605101: ITP: xsync -- distributed asynchronous file replication system

2010-11-27 Thread John Feuerstein
Package: wnpp
Severity: wishlist
Owner: John Feuerstein j...@feurix.com


* Package name: xsync
  Upstream Author : John Feuerstein j...@feurix.com
* URL : http://feurix.org/projects/xsync/
* License : GPLv3
  Programming Lang: C, Python
  Description : distributed asynchronous file replication system

The xsync project implements a generic distributed asynchronous file
replication system.
.
It is designed to continuously synchronize a directory tree across
multiple machines without affecting native I/O performance.
.
The intended use cases are small clustered services wanting high
availability, high I/O performance and no single point of failure.



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



Bug#604563: debhelper: Please add support for build-arch, build-indep, install-arch and install-indep sequences

2010-11-27 Thread Roger Leigh
On Sat, Nov 27, 2010 at 12:11:30PM +, Roger Leigh wrote:
 I've now implemented hook target functionality in dh.  I've attached
 the complete patchset to date with this email (I've documented earlier
 patches in this set, so these supersede all the older patches).

Now rebased against current master.


-- 
  .''`.  Roger Leigh
 : :' :  Debian GNU/Linux http://people.debian.org/~rleigh/
 `. `'   Printing on GNU/Linux?   http://gutenprint.sourceforge.net/
   `-GPG Public Key: 0x25BFB848   Please GPG sign your mail.
From 936ef048de816b53d69c039dc93bc1a660c6db3d Mon Sep 17 00:00:00 2001
From: Roger Leigh rle...@debian.org
Date: Mon, 22 Nov 2010 20:58:20 +
Subject: [PATCH 1/5] dh: Add support for build-arch, build-indep, install-arch and install-indep sequences
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

The existing binary-arch and binary-indep sequences depend upon these
new sequences, leading to the following possible orders:

binary → install → build
binary-arch → install-arch → build-arch
binary-indep → install-indep → build-indep

This is the logical dependency ordering of the sequences; the actual
order is of course in reverse so that build is followed by install
and binary.

Signed-off-by: Roger Leigh rle...@debian.org
---
 dh |   44 
 1 files changed, 28 insertions(+), 16 deletions(-)

diff --git a/dh b/dh
index 21863dd..0b07973 100755
--- a/dh
+++ b/dh
@@ -16,13 +16,15 @@ Bdh Isequence [B--with Iaddon[B,Iaddon ...]] [B--list] [B--until
 =head1 DESCRIPTION
 
 Bdh runs a sequence of debhelper commands. The supported Isequences
-correspond to the targets of a Fdebian/rules file: Bbuild, Bclean,
+correspond to the targets of a Fdebian/rules file: Bbuild-arch,
+Bbuild-indep, Bbuild, Bclean, Binstall-indep, Binstall-arch,
 Binstall, Bbinary-arch, Bbinary-indep, and Bbinary.
 
-Commands in the Bbinary-indep sequence are passed the B-i option to ensure
-they only work on binary independent packages, and commands in the
-Bbinary-arch sequences are passed the B-a option to ensure they only work
-on architecture dependent packages.
+Commands in the Bbuild-indep, Binstall-indep and Bbinary-indep
+sequences are passed the B-i option to ensure they only work on
+binary independent packages, and commands in the Bbuild-arch,
+Binstall-arch and Bbinary-arch sequences are passed the B-a
+option to ensure they only work on architecture dependent packages.
 
 If Fdebian/rules contains a target with a name like Boverride_Idh_command,
 then when it would normally run Idh_command, Bdh will instead call that
@@ -322,12 +324,14 @@ $sequences{build} = [qw{
 	dh_auto_build
 	dh_auto_test
 }],
+$sequences{'build-indep'} = [...@{$sequences{build}}];
+$sequences{'build-arch'} = [...@{$sequences{build}}];
 $sequences{clean} = [qw{
 	dh_testdir
 	dh_auto_clean
 	dh_clean
 }];
-$sequences{install} = [...@{$sequences{build}}, qw{
+my @i = qw{
 	dh_testroot
 	dh_prep
 	dh_installdirs
@@ -366,20 +370,24 @@ $sequences{install} = [...@{$sequences{build}}, qw{
 	dh_link
 	dh_compress
 	dh_fixperms
-}];
+};
+$sequences{'install'} = [...@{$sequences{build}}, @i];
+$sequences{'install-indep'} = [...@{$sequences{'build-indep'}}, @i];
+$sequences{'install-arch'} = [...@{$sequences{'build-arch'}}, @i];
+my @ba=qw{
+	dh_strip
+	dh_makeshlibs
+	dh_shlibdeps
+};
 my @b=qw{
 	dh_installdeb
 	dh_gencontrol
 	dh_md5sums
 	dh_builddeb
 };
-$sequences{'binary-indep'} = [...@{$sequences{install}}, @b];
-$sequences{binary} = [...@{$sequences{install}}, qw{
-	dh_strip
-	dh_makeshlibs
-	dh_shlibdeps
-}, @b];
-$sequences{'binary-arch'} = [...@{$sequences{binary}}];
+$sequences{binary} = [...@{$sequences{install}}, @ba, @b];
+$sequences{'binary-indep'} = [...@{$sequences{'install-indep'}}, @b];
+$sequences{'binary-arch'} = [...@{$sequences{'install-arch'}}, @ba, @b];
 
 # Additional command options
 my %command_opts;
@@ -514,14 +522,18 @@ my @packag...@{$dh{dopackages}};
 # Get the options to pass to commands in the sequence.
 # Filter out options intended only for this program.
 my @options;
-if ($sequence eq 'binary-arch') {
+if ($sequence eq 'build-arch' ||
+$sequence eq 'install-arch' ||
+$sequence eq 'binary-arch') {
 	push @options, -a;
 	# as an optimisation, remove from the list any packages
 	# that are not arch dependent
 	my %arch_packages = map { $_ = 1 } getpackages(arch);
 	@packages = grep { $arch_packages{$_} } @packages;
 }
-elsif ($sequence eq 'binary-indep') {
+elsif ($sequence eq 'build-indep' ||
+   $sequence eq 'install-indep' ||
+   $sequence eq 'binary-indep') {
 	push @options, -i;
 	# ditto optimisation for arch indep
 	my %indep_packages = map { $_ = 1 } getpackages(indep);
-- 
1.7.2.3

From a5ee033b416a70bbfbe6f22fc298bcfa60b3b98f Mon Sep 17 00:00:00 2001
From: Roger Leigh rle...@debian.org
Date: Tue, 23 Nov 2010 18:00:06 +
Subject: [PATCH 2/5] dh: Add sequence dependencies and satisfy 

Bug#605102: devscripts pulls in Postfix by default: Should Suggest instead of Recommend bsd-mailx | mailutils

2010-11-27 Thread Paul Sladen
Source: devscripts
Version: 2.10.69

Forwarded from: https://bugs.launchpad.net/ubuntu/+source/devscripts/+bug/485264

The inclusion of 'bsd-mailx | mailutils' in Recommends combined with
Recommends-by-default causes a full-blown MTA (Postfix/Exim) install
on laptops/desktop that do not already have or need one.

Historically, an MTA was previously only suggested (see following
commit and bug).  The included utilities all fail gracefully in the
case of there not being an MTA.

Previous commit (wholesale Suggests-Recommends migration):
-
+devscripts (2.10.23) unstable; urgency=low
+
+  * Move the current Suggests: to Recommends: so that they are pulled in by
+default but may be removed if desired (Closes: #474559)
+  * bug/presubj: Update in line with the change to Recommends:
+
+ -- Adam D. Barratt a...@adam-barratt.org.uk  Sun, 06 Apr 2008 16:53:46 +0100
-

Bug (noting that some items have already been moved back to Suggests):
-
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=474559
-

Original LP bug report:
-
Because Recommended packages get installed by default, installing
devscripts on a fresh install pulls in a complete MTA as an indirect
result of Recommending these mailers.

Setting up an MTA is not easy to automate, so users will either be
pestered with Debconf questions and may need to edit configuration
files and do testing to get the MTA running succesfully and securely,
or they will have to manually uninstall it after installing
devscripts, or they will need to install it with apt-get
--no-install-recommends and cherry-pick all the other packages they
need. This is IMHO overkill for most users and defeats the purpose of
Recommending certain packages.

All of the utilities which might need access to a mailer are described
as such in the package description, and all will fail gracefully (as
far as I can tell) with a descriptive message if one is not available.

Compare with the reportbug package, whose sole purpose is reporting
bugs by email, which merely Suggests a mailer.

Kind regards,

Alain
-

Patch against git head to follow as soon as debbugs sends me this bug
number for the changelog.

-Paul




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



Bug#605091: unblock: sinfo/0.0.33-4, FTBFS and 2 translation updates

2010-11-27 Thread Gaudenz Steinlin
Excerpts from Mehdi Dogguy's message of Sam Nov 27 13:22:41 +0100 2010:
 On 11/27/2010 12:53 PM, Gaudenz Steinlin wrote:
  
  The new version contains two updated debconf translations.
  Additionally while updating the package I discovered that it
  currently FTBFS because of a missing header (C++ :-( ). This RC bug
  is also fixed now, but was never reported to the BTS.
  
 
 1) About the FTBFS, is it #549674?
 2) There are some translations reverted.
 3) The diff provided is made against -3 while testing has -3.2.
 
 I also sent to you a mail a little earlier today with the following content:
 
 The last upload of sinfo seems to revert changes introduces by previous
 NMUs. #549674 is still fixed in sinfo/0.0.33-4. But, other translation
 updates made by Christian Perrier got reverted. The template.pot has
 been updated but added .po files still correspond to the old template,
 unless I'm mistaken (I didn't really check the content of the package;
 just read the diff between testing's and sid's version).
 
 Were all these changes intentional?
No

 
 To summarize, I won't accept this upload unless it's fixed.

Sorry, I fucked this up. Should check for NMUs before doing an
upload...

Gaudenz

-- 
Ever tried. Ever failed. No matter.
Try again. Fail again. Fail better.
~ Samuel Beckett ~


signature.asc
Description: PGP signature


Bug#603375: doxygen: segfaults when building libxr documentation

2010-11-27 Thread Xavier Oswald
Hi,

I can reproduce it too on my debian sid.

As you have see the problem appers when parsing the include/ directory.

The strange point is that if I remove all .h files from this directory and only
let one of them in, doxygen works. So if upstream can have a look it could be a
starting point.

I think it's around a memory leak in doxygen.

Greetings,
-- 
Xavier Oswald xosw...@debian.org
GNU/Linux Debian Developer - http://www.debian.org/
GPG key ID: 0x464B8DE3


signature.asc
Description: Digital signature


Bug#573522: qpopper: error msg.: fetchmail: Query status=3 (AUTHFAIL)

2010-11-27 Thread Julien Cristau
On Fri, Nov 26, 2010 at 07:48:21 -0700, Paul E Condon wrote:

 On 20101124_154740, Julien Cristau wrote:
  On Thu, Mar 11, 2010 at 19:44:51 -0700, Paul E Condon wrote:
  
   qpopper is running on a recent, clean install of squeeze. Lenny, Etch, 
   Sarge
 ...
   
  This is likely a duplicate of bug #548383, you can adjust
  /etc/pam.d/qpopper as indicated there to confirm.
  
  Cheers,
  Julien
 
 This fix does get qpopper working. 
 My limited testing indicates that the two bug reports refer to the same bug
 and should be merged. I've never merged bug reports, so I think it would be
 much better for you to do that, than for me to try. 

Done, thanks for testing (and the bug got fixed in the mean time).

Cheers,
Julien


signature.asc
Description: Digital signature


Bug#598639: [RC: #598639] foomatic-gui/printconf: Not working in modern CUPS environments

2010-11-27 Thread Didier 'OdyX' Raboud
Le Thursday 30 September 2010 19:39:18 Till Kamppeter, vous avez écrit :
 Package: foomatic-gui
 Version: 0.7.9.3
 Severity: serious
 
 The printer setup tools provided by the foomatic-gui source package,
 printconf and foomatic-gui are not usable any more in modern CUPS
 environments.
 
 (…) [See bug log.]
 
 Possible fixes are:
 
 1. (A lot of work and re-inventing the wheel) Fix the software to poll
 the PPD/driver info and the PPDs itself from CUPS when CUPS is in use.
 
 2. Let foomatic-gui and printconf conflict with the cups package, so
 that they do not get installed on systems where the printing environment
 is CUPS.
 
 3. Remove the foomatic-gui package from Debian altogether (recommended
 if upstream development has been discontinued).
 
 Recommended replacement for CUPS users is system-config-printer.
 
 Till

Hi dear Release Team,

as discussed over IRC and at the Bern BSP, I propose to remove the foomatic-gui 
source package altogether from Squeeze (at least), for the following reasons:

* Doesn't work with CUPS (the most used printing system), see this bug log,
* Is basically not maintained, see the bugs reported on it, and their ages.

This would have the following consequences:
* many users without upgrade path (see the popcon numbers) but the 
functionality 
is available in other packages, spread in various desktop tools,
* a bug on tasksel, (printconf is in desktop and print-server)
* a bug on brdesktop-common, which recommends printconf.

As further argueing, the first proposed solution is probably not doable at that 
point in freeze and the second solution proposed (conflict against cups) would 
not help much, as tasks should be updated anyway. 

As for the future, as this is a native package, it has to get updated by his 
upstream maintainer to be useful, and I don't see the Printing Team taking over 
that task.

Release Team; what do you think ?

Cheers, OdyX

-- 
Didier Raboud, proud Debian Maintainer (DM).
CH-1020 Renens
did...@raboud.com


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


Bug#603021: Issues with D-I on VirtualBox

2010-11-27 Thread Miguel Figueiredo
Hi all,

A Quarta 24 Novembro 2010 21:36:08 Christian PERRIER você escreveu:

[...]

  I was installing in English with graphical installer.
 
 I confirm the problem. The progress bar just doesn't appear when
 tasksel installs software.

i confirm the same happens with today's bussiness card image on virtualbox.
Happened on text mode/pt language and nothing appears on the screen while 
downloading and latter installing packages.
On vt4 there's no error message while downloading/installing packages.

I also tried the same (several times) under kvm and i was unable to reproduce 
it.

-- 
Melhores cumprimentos/Best regards,

Miguel Figueiredo
http://www.DebianPT.org




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



Bug#603551: Including theme in desktop-base

2010-11-27 Thread Yves-Alexis Perez
On mer., 2010-11-24 at 18:41 +0100, Yves-Alexis Perez wrote:
 On mer., 2010-11-24 at 18:35 +0100, Daniel Baumann wrote:
  On 11/24/2010 12:19 PM, Yves-Alexis Perez wrote:
   Thanks, but I'm a little puzzled, as far as I can tell there's no
   spacefun theme there. I thought you made a theme and were ready to
   upload it in a new (binary) package, was I wrong?
  
  the themes would be in source package plymouth-themes-debian, not plymouth.
 
 Yeah, but I didn't found a plymouth-themes-debian at
 http://git.debian-maintainers.org/ :)
  

Ping? Do you have this theme already or not, in the end? I wasn't
proposing to actually make the theme as I don't have a clue how it's
done and don't really have the time, I was proposing to include an
existing theme in desktop-base instead of in a plymouth-themes-debian
package, not sure if I was clear enough.

Regards,
-- 
Yves-Alexis


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


Bug#603561: latex209: diff for NMU version 25.mar.1992-12.2

2010-11-27 Thread gregor herrmann
tags 603561 + pending
thanks

Dear maintainer,

I've prepared an NMU for latex209 (versioned as 25.mar.1992-12.2) and
uploaded it to DELAYED/2. Please feel free to tell me if I
should delay it longer.

Regards.

-- 
 .''`.   http://info.comodo.priv.at/ -- GPG key IDs: 0x8649AA06, 0x00F3CFE4
 : :' :  Debian GNU/Linux user, admin,  developer - http://www.debian.org/
 `. `'   Member of VIBE!AT  SPI, fellow of Free Software Foundation Europe
   `-
diff -Nru latex209-25.mar.1992/debian/changelog latex209-25.mar.1992/debian/changelog
--- latex209-25.mar.1992/debian/changelog	2010-05-13 20:27:38.0 +0200
+++ latex209-25.mar.1992/debian/changelog	2010-11-27 13:51:00.0 +0100
@@ -1,3 +1,13 @@
+latex209 (25.mar.1992-12.2) unstable; urgency=low
+
+  * Non-Maintainer Upload
+  * debian/control
+- latex209-base: remove texlive-base, texlive-binaries
+- latex209-bin: set Depends: latex209-base not Pre-Depends to avoid
+  circular dependency (Closes: #603561)
+
+ -- Hideki Yamane henr...@debian.org  Fri, 26 Nov 2010 14:47:05 +0900
+
 latex209 (25.mar.1992-12.1) unstable; urgency=low
 
   [ Hideki Yamane (Debian-JP) ]
diff -Nru latex209-25.mar.1992/debian/control latex209-25.mar.1992/debian/control
--- latex209-25.mar.1992/debian/control	2010-05-13 20:27:37.0 +0200
+++ latex209-25.mar.1992/debian/control	2010-11-27 13:48:12.0 +0100
@@ -8,15 +8,14 @@
 
 Package: latex209-base
 Architecture: all
-Depends: texlive-binaries, texlive-base, texlive-latex-base, ${misc:Depends}
+Depends: texlive-binaries, ${misc:Depends}
 Description: macro files of LaTeX 2.09 25-mar-1992 version
  LaTeX 2.09 is obsolete. Use LaTeX 2e.
  This package is for those who want to use old style files.
 
 Package: latex209-bin
 Architecture: all
-Pre-Depends: latex209-base (= 25.mar.1992-12.1)
-Depends: ${misc:Depends}
+Depends: ${misc:Depends}, latex209-base
 Description: latex209 command for LaTeX 2.09 25-mar-1992 version
  LaTeX 2.09 is obsolete. Use LaTeX 2e.
  This package is for those who want to use old style files.


signature.asc
Description: Digital signature


Bug#604923: FTBFS with gcc 4.5

2010-11-27 Thread Georges Khaznadar
Thank you Artur,

I applied the patch, and I am uploading the revision 2.0-2

Best reagrds,   Georges.

Artur Rona a écrit :
 Package: felix-latin
 Version: 2.0-1
 Tags: patch
 Usertags: origin-ubuntu natty ubuntu-patch
 
 In Ubuntu, we've applied the attached patch to achieve the following:
 
 - debian/patches/50-fix-ftbfs-with-gcc4.5.patch:
   + Remove redundant declaration of QScrollArea in gafio.cpp
 to fix FTBFS with GCC 4.5.
 
 We thought you might be interested in doing the same. 

 Description: Remove redundant QScrollArea to fix FTBFS with GCC 4.5 
 Author: Bhavani Shankar bh...@ubuntu.com
 
 --- felix-latin-1.0.orig/gafio.cpp
 +++ felix-latin-1.0/gafio.cpp
 @@ -180,7 +180,7 @@ void zScrollArea::wheelEvent (QWheelEven
  }
  
  zScrollArea::zScrollArea(Gxxxiv * mainWindow){
 -  QScrollArea::QScrollArea();
 +  QScrollArea();
this-mainWindow=mainWindow;
  }
  


-- 
Georges KHAZNADAR et Jocelyne FOURNIER
22 rue des mouettes, 59240 Dunkerque France.
Téléphone +33 (0)3 28 29 17 70



signature.asc
Description: Digital signature


Bug#605103: ITP: request-tracker4.0 -- extensible trouble-ticket tracking system

2010-11-27 Thread Dominic Hargreaves
Package: wnpp
Severity: wishlist
Owner: Dominic Hargreaves d...@earth.li

* Package name: request-tracker4.0
  Version : 3.9.6
  Upstream Author : Jesse Vincent je...@bestpractical.com
* URL : http://bestpractical.com/rt/
* License : GPL v2
  Programming Lang: Perl
  Description : extensible trouble-ticket tracking system

 Request Tracker (RT) is a ticketing system which
 enables a group of people to intelligently and efficiently manage
 tasks, issues, and requests submitted by a community of users. It
 features web, email, and command-line interfaces (see the package
 rt4.0-clients).
 .
 This package provides the 4.0 series of RT. It can be installed alongside
 the 3.8 series without any problems. 
 .
 RT is a high-level, portable, platform independent system that eases
 collaboration within organizations and makes it easy for them to take care
 of their customers.
 .
 RT manages key tasks such as the identification, prioritization,
 assignment, resolution, and notification required by
 enterprise-critical applications, including project management, help
 desk, NOC ticketing, CRM, and software development.
 .
 This package provides the core of RT.
 .
 This package supports three database types out of the box: MySQL,
 PostgreSQL and SQLite. In order to support a zero-configuration install,
 SQLite will be used by default, but is not recommended for production
 use. Please see /usr/share/doc/request-tracker4.0/NOTES.Debian for more
 details and consider installing rt4.0-db-postgresql or rt4.0-db-mysql at
 the same time as this package.

This is a prerelease version of what will become RT4 and will initially
be uploaded to experimental.



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



Bug#603551: Including theme in desktop-base

2010-11-27 Thread Daniel Baumann
On 11/27/2010 02:04 PM, Yves-Alexis Perez wrote:
 I wasn't proposing to actually make the theme as I don't have a clue how it's
 done and don't really have the time, I was proposing to include an
 existing theme in desktop-base instead of in a plymouth-themes-debian
 package, not sure if I was clear enough.

as said in the previous private mails on this subject, i have hold off
with plymouth-themes-debian by your request, but you can do it trivially
yourself, just include the files in the right place and be done with it.
have a look at how plymouth includes the themes.

-- 
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#605104: Fortran 90/95 source code files mis-identifies as text file or others

2010-11-27 Thread DebPolaris
Package: file
Version: 5.04-5
Severity: normal

$ file combo.f90
combo.f90: ASCII English text

OR

$ file football.f90
football.f90: ASCII Pascal program text

but Fortran 77(or lower version) source code files are fine.

I think Comment Code C(or c) is ok
but !(or others) is not recognize.



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

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

Versions of packages file depends on:
ii  libc6   2.11.2-7 Embedded GNU C Library: Shared lib
ii  libmagic1   5.04-5   File type determination library us
ii  zlib1g  1:1.2.3.4.dfsg-3 compression library - runtime

file recommends no packages.

file 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#603551: Including theme in desktop-base

2010-11-27 Thread Yves-Alexis Perez
On sam., 2010-11-27 at 14:08 +0100, Daniel Baumann wrote:
 On 11/27/2010 02:04 PM, Yves-Alexis Perez wrote:
  I wasn't proposing to actually make the theme as I don't have a clue how 
  it's
  done and don't really have the time, I was proposing to include an
  existing theme in desktop-base instead of in a plymouth-themes-debian
  package, not sure if I was clear enough.
 
 as said in the previous private mails on this subject, i have hold off
 with plymouth-themes-debian by your request,

Ok so we've clearly misunderstood each other :)

  but you can do it trivially
 yourself, just include the files in the right place and be done with it.
 have a look at how plymouth includes the themes. 

Yeah, and I kind-of forgot that Aurélien provided a plymouth theme based
on SpaceFun.

I'll make the upload soon then.

Cheers,
-- 
Yves-Alexis


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


Bug#551840: xserver-xorg-video-radeon: X server won't start with disabled kms

2010-11-27 Thread Julien Cristau
On Sat, Nov 27, 2010 at 14:09:05 +0500, Eugene V. Samusev wrote:

 Package: xserver-xorg-video-radeon
 Version: 1:6.13.1-2+squeeze1
 Severity: normal
 
 With enabled kms xserver start successfully, but i get incorrectly displayed 
 fonts. So i disabled kms and lived happily for a long time. 
 But after last system upgrade x won't start. I try turn on back kms, but 
 problem with broken fonts remains.
 
Please don't post to an unrelated bug.  What you're seeing is most
likely 604265.

Cheers,
Julien


signature.asc
Description: Digital signature


Bug#604710: maint-guide.es need updating

2010-11-27 Thread Osamu Aoki
tags 604710 pending
thanks

 Ok. The sgml file is attachet to e-mail.

commited to svn.
 
 I registered now as a user and I asked to join debian-doc team.

Accepted.



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



Bug#604767: Fixes for mistakes in German translation

2010-11-27 Thread Osamu Aoki
tags 604767 pending
thanks

On Wed, Nov 24, 2010 at 09:22:47AM +0100, Tobias Quathamer wrote:
 Tags: l10n patch

Commited to svn.



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



Bug#597926: isdnutils: diff for NMU version 1:3.9.20060704+dfsg.2-6.1

2010-11-27 Thread Julien Cristau
On Fri, Nov 26, 2010 at 14:44:21 +0100, Rolf Leggewie wrote:

 * I try to resolve RC bugs within about a week
 * anything not RC has no definitive time-frame (including this one)

Err.  597926 *is* RC.

Cheers,
Julien


signature.asc
Description: Digital signature


Bug#605102: Patch

2010-11-27 Thread Paul Sladen
  [ Paul Sladen ]
  * debian/control: move bsd-mailx | mailx from Recommends: - Suggests:
to avoid installing full-blown MTA (Postfix/Exim) on desktop machines
that do not already have one.  (Closes: #605102) (LP: #485264)
  * debian/control: git-core - git post package-name migration

I would support/encourage a larger review of Suggests/Recommends for
devscripts.  Many items really don't need to be there and some choices
(preferring 'subversion' first) are possibly better adjusted to
reflect the times (if they /have/ to be there at all...).

If anyone would prefer to pull these changes via git, please let me
know; ditto for signing+sponsoring the changes directly (left as
UNRELEASED).

-Paul
From 192a533e740cccdb3c122e3c52f9656a5f53b513 Mon Sep 17 00:00:00 2001
From: Paul Sladen sla...@ubuntu.com
Date: Sat, 27 Nov 2010 13:02:41 +
Subject: [PATCH 1/2] debian/control: move bsd-mailx | mailx from Recommends: 
- Suggests:
 to avoid installing full-blown MTA (Postfix/Exim) on desktop machines
 that do not already have one.  (Closes: #605102) (LP: #485264)

---
 debian/changelog |9 +
 debian/control   |4 ++--
 2 files changed, 11 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 4348154..215b38b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+devscripts (2.10.70) UNRELEASED; urgency=low
+
+  [ Paul Sladen ]
+  * debian/control: move bsd-mailx | mailx from Recommends: - Suggests:
+to avoid installing full-blown MTA (Postfix/Exim) on desktop machines
+that do not already have one.  (Closes: #605102) (LP: #485264)
+
+ -- Paul Sladen deb...@paul.sladen.org  Sat, 27 Nov 2010 12:02:00 +0100
+
 devscripts (2.10.69) unstable; urgency=low
 
   [ James Vega ]
diff --git a/debian/control b/debian/control
index e2466e8..7f55ff4 100644
--- a/debian/control
+++ b/debian/control
@@ -17,13 +17,13 @@ Recommends: at, curl | wget, dctrl-tools, debian-keyring, 
debian-maintainers,
  dput | dupload, equivs, fakeroot, gnupg, libauthen-sasl-perl,
  libcrypt-ssleay-perl, libparse-debcontrol-perl, libsoap-lite-perl,
  libterm-size-perl, libtimedate-perl, liburi-perl, libwww-perl,
- libyaml-syck-perl, lintian, lsb-release, bsd-mailx | mailx,
+ libyaml-syck-perl, lintian, lsb-release,
  man-db, patch, patchutils, ssh-client, strace, unzip, wdiff, www-browser,
  subversion | cvs | darcs | tla | bzr | git-core | mercurial, lzma,
  xz-utils, sensible-utils, libjson-perl
 Suggests: build-essential, cvs-buildpackage, devscripts-el, gnuplot,
  libfile-desktopentry-perl, libnet-smtp-ssl-perl (= 1.01-2), mutt,
- svn-buildpackage, w3m
+ svn-buildpackage, w3m, bsd-mailx | mailx
 Description: scripts to make the life of a Debian Package maintainer easier
  Contains the following scripts, dependencies/recommendations shown in
  brackets afterwards:
-- 
1.7.2.3

From c632d1dd724e664b394a870a048fa15069bbe8fd Mon Sep 17 00:00:00 2001
From: Paul Sladen sla...@ubuntu.com
Date: Sat, 27 Nov 2010 13:05:00 +
Subject: [PATCH 2/2] debian/control: git-core - git post package-name migration

---
 debian/changelog |1 +
 debian/control   |2 +-
 2 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 215b38b..07332a9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ devscripts (2.10.70) UNRELEASED; urgency=low
   * debian/control: move bsd-mailx | mailx from Recommends: - Suggests:
 to avoid installing full-blown MTA (Postfix/Exim) on desktop machines
 that do not already have one.  (Closes: #605102) (LP: #485264)
+  * debian/control: git-core - git post package-name migration
 
  -- Paul Sladen deb...@paul.sladen.org  Sat, 27 Nov 2010 12:02:00 +0100
 
diff --git a/debian/control b/debian/control
index 7f55ff4..f139764 100644
--- a/debian/control
+++ b/debian/control
@@ -19,7 +19,7 @@ Recommends: at, curl | wget, dctrl-tools, debian-keyring, 
debian-maintainers,
  libterm-size-perl, libtimedate-perl, liburi-perl, libwww-perl,
  libyaml-syck-perl, lintian, lsb-release,
  man-db, patch, patchutils, ssh-client, strace, unzip, wdiff, www-browser,
- subversion | cvs | darcs | tla | bzr | git-core | mercurial, lzma,
+ subversion | cvs | darcs | tla | bzr | git | mercurial, lzma,
  xz-utils, sensible-utils, libjson-perl
 Suggests: build-essential, cvs-buildpackage, devscripts-el, gnuplot,
  libfile-desktopentry-perl, libnet-smtp-ssl-perl (= 1.01-2), mutt,
-- 
1.7.2.3



Bug#605105: ITP: snaked -- lightweight and minimal python editor

2010-11-27 Thread Federico Ceratto
Package: wnpp
Severity: wishlist
Owner: Federico Ceratto federico.cera...@gmail.com


* Package name: snaked
  Version : 0.4.5
  Upstream Author : Anton Bobrov bob...@vl.ru
* URL : http://pypi.python.org/pypi/snaked
* License : MIT
  Programming Lang: Python
  Description : lightweight and minimal python editor

Snaked (snake editor) is inspired by Scribes and indented mostly for Python.
It has a light UI with no toolbars and a keyboard oriented design. It supports
code and common word autocompletion, tabbed views and code linting.
It provides a set of extension plugins and configurable options.



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



Bug#493481: rxvt-unicode: Apply patch for 256 colors support

2010-11-27 Thread Laurent Arnoud
Hi,

Sorry the patch is not very good, the NMU version is not good and I don't close
the bug on changelog.

New patch attached and package uploaded to mentors.
http://mentors.debian.net/debian/pool/main/r/rxvt-unicode/rxvt-unicode_9.09-1.1.dsc

Thanks

-- 
Laurent
From 031f85aaf72d05488f4f3ae197ed5d1fe323aa88 Mon Sep 17 00:00:00 2001
From: Laurent Arnoud laur...@spkdev.net
Date: Fri, 26 Nov 2010 18:53:51 +0100
Subject: [PATCH] Add 256color flavor (Closes: #493481)

Now supported by upstream in 9.09
http://lists.schmorp.de/pipermail/rxvt-unicode/2010q4/001305.html

Signed-off-by: Laurent Arnoud laur...@spkdev.net
---
 debian/changelog |7 +++
 debian/control   |   19 +++
 debian/rules |   19 ++-
 3 files changed, 44 insertions(+), 1 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 7ead772..f695355 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+rxvt-unicode (9.09-1.1) unstable; urgency=low
+
+  * Non-maintainer upload
+  * Add 256color flavor (Closes: #493481)
+
+ -- Laurent Arnoud laur...@spkdev.net  Sun, 21 Nov 2010 17:52:15 +0100
+
 rxvt-unicode (9.09-1) unstable; urgency=low
 
   * New upstream version
diff --git a/debian/control b/debian/control
index 4d4bca1..44bff8b 100644
--- a/debian/control
+++ b/debian/control
@@ -57,3 +57,22 @@ Description: RXVT-like terminal emulator with basic Unicode support
  .
  This package contains the small version with only a few extra features and
  without Freetype support.
+
+Package: rxvt-unicode-256color
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}, base-passwd (= 2.0.3.4), ncurses-base (= 5.4-7)
+Provides: x-terminal-emulator, rxvt-unicode
+Suggests: ttf-dejavu
+Conflicts: rxvt-unicode
+Description: RXVT-like terminal emulator with Unicode and 256 colors support
+ rxvt-unicode is a modern, Unicode-aware color xterm replacement that uses
+ significantly less memory than a conventional xterm and many other Unicode
+ supporting terminal emulators.
+ .
+ It supports using multiple fonts at the same time, including Xft fonts, and
+ client-server technology to reduce memory consumption when using multiple
+ windows.
+ .
+ This package contains the program version with most commonly-used features
+ enabled, including transparency, (16-bit) Unicode, FreeType font support and
+ 256 colors mode enabled.
diff --git a/debian/rules b/debian/rules
index 073a6e6..64140df 100755
--- a/debian/rules
+++ b/debian/rules
@@ -84,6 +84,23 @@ conf-unicode-ml:
 	--enable-slipwheeling \
 	--enable-smart-resize
 
+conf-unicode-256color:
+	CXXFLAGS=$(CXXFLAGS) ./configure $(cfgcommon) \
+	--enable-xft \
+	--enable-font-styles \
+	--enable-afterimage \
+	--enable-transparency \
+	--enable-fading \
+	--enable-rxvt-scroll \
+	--enable-next-scroll \
+	--enable-xterm-scroll \
+	--enable-perl \
+	--enable-mousewheel \
+	--enable-slipwheeling \
+	--enable-smart-resize \
+	--enable-256-color \
+	--disable-iso14755
+
 build: build-stamp
 build-stamp: config.status
 	dh_testdir
@@ -92,7 +109,7 @@ build-stamp: config.status
 	dh_installdirs -A usr/bin etc/X11/app-defaults usr/share/pixmaps
 
 	set -e; \
-	for x in unicode unicode-lite unicode-ml; do \
+	for x in unicode unicode-lite unicode-ml unicode-256color; do \
 		cp -f debian/rxvt-unicode-base.preinst debian/rxvt-$$x.preinst; \
 		cp -f debian/rxvt-unicode-base.postinst debian/rxvt-$$x.postinst; \
 		cp -f debian/rxvt-unicode-base.prerm debian/rxvt-$$x.prerm; \
-- 
1.7.2.3



Bug#597926: isdnutils: diff for NMU version 1:3.9.20060704+dfsg.2-6.1

2010-11-27 Thread Rolf Leggewie
On 27.11.2010 14:37, Julien Cristau wrote:
 Err.  597926 *is* RC.

No.

Depending on how you look at it, it's either resolved or what's left to
do is not RC.  Feel free to correct me if I'm wrong.



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



Bug#605094: akregator: segmentation fault when i try to add a feed

2010-11-27 Thread luigi curzi
Hello,

Il giorno Sat, 27 Nov 2010 14:16:37 +0200
Modestas Vainius modes...@vainius.eu ha scritto:

 According to upstream bug report [1], akregator crashes when URL or
 feed is invalid. Check feed url.
 
 1. https://bugs.kde.org/show_bug.cgi?id=254323

yes, it is the same bug. 
Thanks.

-- 
Luigi Curzi

~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*
Io sono 
lo sbaglio, il momento di confusione, l'inopportuno

Non sono niente.
  Non sarò mai niente.
Non posso volere d'essere niente.
A parte questo, ho in me tutti i sogni del mondo.
(F. Pessoa)




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



Bug#605106: nautilus: test

2010-11-27 Thread Roland Baudin
Package: nautilus
Version: 2.30.1-2
Severity: normal

test



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

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

Versions of packages nautilus depends on:
ii  desktop-file-utils  0.15-2   Utilities for .desktop files
ii  gvfs1.6.4-2  userspace virtual filesystem - ser
ii  libatk1.0-0 1.30.0-1 The ATK accessibility toolkit
ii  libc6   2.11.2-7 Embedded GNU C Library: Shared lib
ii  libcairo2   1.8.10-6 The Cairo 2D vector graphics libra
ii  libdbus-glib-1-20.88-2   simple interprocess messaging syst
ii  libexempi3  2.1.1-1  library to parse XMP metadata (Lib
ii  libexif12   0.6.19-1 library to parse EXIF files
ii  libgail18   2.20.1-2 GNOME Accessibility Implementation
ii  libgconf2-4 2.28.1-6 GNOME configuration database syste
ii  libglib2.0-02.24.2-1 The GLib library of C routines
ii  libglib2.0-data 2.24.2-1 Common files for GLib library
ii  libgnome-desktop-2-17   2.30.2-2 Utility library for loading .deskt
ii  libgtk2.0-0 2.20.1-2 The GTK+ graphical user interface 
ii  libice6 2:1.0.6-2X11 Inter-Client Exchange library
ii  libnautilus-extension1  2.30.1-2 libraries for nautilus components 
ii  libpango1.0-0   1.28.3-1 Layout and rendering of internatio
ii  libselinux1 2.0.96-1 SELinux runtime shared libraries
ii  libsm6  2:1.1.1-1X11 Session Management library
ii  libunique-1.0-0 1.1.6-1.1Library for writing single instanc
ii  libx11-62:1.3.3-3X11 client-side library
ii  libxml2 2.7.8.dfsg-1 GNOME XML library
ii  libxrender1 1:0.9.6-1X Rendering Extension client libra
ii  nautilus-data   2.30.1-2 data files for nautilus
ii  shared-mime-info0.71-3   FreeDesktop.org shared MIME databa

Versions of packages nautilus recommends:
ii  app-install-dat 2010.08.21   Application Installer Data Files
ii  brasero 2.30.3-2 CD/DVD burning application for GNO
ii  consolekit  0.4.1-4  framework for defining and trackin
ii  desktop-base5.0.6common files for the Debian Deskto
ii  eject   2.1.5+deb1+cvs20081104-7 ejects CDs and operates CD-Changer
ii  gvfs-backends   1.6.4-2  userspace virtual filesystem - bac
ii  librsvg2-common 2.26.3-1 SAX-based renderer library for SVG
ii  synaptic0.70~pre1+b1 Graphical package manager

Versions of packages nautilus suggests:
ii  eog   2.30.2-1   Eye of GNOME graphics viewer progr
ii  evince [pdf-viewer]   2.30.3-1   Document (postscript, pdf) viewer
ii  mpg123 [mp3-decoder]  1.12.1-3   MPEG layer 1/2/3 audio player
ii  totem 2.30.2-5   A simple media player for the GNOM
pn  tracker   none (no description available)
ii  vlc [mp3-decoder] 1.1.3-1multimedia player and streamer
ii  vlc-nox [mp3-decoder] 1.1.3-1multimedia player and streamer (wi
pn  xdg-user-dirs none (no description available)

-- no debconf information



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



Bug#597614: [fakeroot] fails to install

2010-11-27 Thread Clint Adams
On Tue, Sep 21, 2010 at 12:09:03PM +0200, Ferdinand Thommes wrote:
 dpkg: error processing /var/cache/apt/archives/fakeroot_1.14.4-1_i386.deb (--
 unpack):
  unable to install new version of `/usr/lib/libfakeroot/libfakeroot-sysv.so': 
 No such file or directory

Can you still reproduce this problem?



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



Bug#604053: nsca: starts as daemon although disabled in debconf

2010-11-27 Thread Xavier Oswald
Hi,

I can reproduce it too.

 Installing nsca and answering 'no' to the debcanf question which asks if
 you want to run the nsca daemon still results in a running daemon with a
 pretty unusual PID:

 4294967295 12373   1  0 21:08 ?00:00:00 /usr/sbin/nsca --daemon -c 
 /etc/nsca.cfg


 I'm filing this as serious as I consider daemons which run and listen on
 tcp ports without being configured to do so as a security issue.
 Especially when they run with a UID which might b in use otherwise.
 I'd guess it tries to use -1 as UID as that was the UID of nobody some
 ancient times ago.

True. Let me know if I can help in any way.

Greetings,
-- 
Xavier Oswald xosw...@debian.org
GNU/Linux Debian Developer - http://www.debian.org/
GPG key ID: 0x464B8DE3


signature.asc
Description: Digital signature


Bug#605108: Problem with /usr/X11R6/bin path prefix in gdm.conf

2010-11-27 Thread Roland Baudin
Package: gdm
Version: 2.20.11-2
Severity: normal
Tags: squeeze

When upgrading from Lenny to Squeeze, the path prefix /usr/X11R6/bin given in
many places of gdm.conf does not exist anymore. Thus, gdm does not start
anymore.
There should be a transition mechanism that replaces the /usr/X11R6/bin prefix
with /usr/bin in gdm.conf, or any other mechanism that alows to start gdm with
the right prefix.



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

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

Versions of packages gdm depends on:
ii  adduser 3.112add and remove users and groups
ii  debconf [debconf-2.0]   1.5.36   Debian configuration management sy
ii  gksu2.0.2-5  graphical frontend to su
ii  gnome-session [x-session-ma 2.30.2-3rb   The GNOME Session Manager - GNOME 
ii  gnome-terminal [x-terminal- 2.30.2-1 The GNOME terminal emulator applic
ii  libart-2.0-22.3.21-1 Library of functions for 2D graphi
ii  libatk1.0-0 1.30.0-1 The ATK accessibility toolkit
ii  libattr11:2.4.44-2   Extended attribute shared library
ii  libc6   2.11.2-7 Embedded GNU C Library: Shared lib
ii  libcairo2   1.8.10-6 The Cairo 2D vector graphics libra
ii  libdbus-1-3 1.2.24-3 simple interprocess messaging syst
ii  libdbus-glib-1-20.88-2   simple interprocess messaging syst
ii  libdmx1 1:1.1.0-2X11 Distributed Multihead extensio
ii  libfontconfig1  2.8.0-2.1generic font configuration library
ii  libfreetype62.4.2-2.1FreeType 2 font engine, shared lib
ii  libglade2-0 1:2.6.4-1library to load .glade files at ru
ii  libglib2.0-02.24.2-1 The GLib library of C routines
ii  libgnomecanvas2-0   2.30.1-1 A powerful object-oriented display
ii  libgtk2.0-0 2.20.1-2 The GTK+ graphical user interface 
ii  libpam-modules  1.1.1-6.1Pluggable Authentication Modules f
ii  libpam-runtime  1.1.1-6.1Runtime support for the PAM librar
ii  libpam0g1.1.1-6.1Pluggable Authentication Modules l
ii  libpango1.0-0   1.28.3-1 Layout and rendering of internatio
ii  librsvg2-2  2.26.3-1 SAX-based renderer library for SVG
ii  librsvg2-common 2.26.3-1 SAX-based renderer library for SVG
ii  libselinux1 2.0.96-1 SELinux runtime shared libraries
ii  libwrap07.6.q-19 Wietse Venema's TCP wrappers libra
ii  libx11-62:1.3.3-3X11 client-side library
ii  libxau6 1:1.0.6-1X11 authorisation library
ii  libxdmcp6   1:1.0.3-2X11 Display Manager Control Protoc
ii  libxext62:1.1.2-1X11 miscellaneous extension librar
ii  libxi6  2:1.3-4  X11 Input extension library
ii  libxinerama12:1.1-3  X11 Xinerama extension library
ii  libxml2 2.7.8.dfsg-1 GNOME XML library
ii  lsb-base3.2-23.1 Linux Standard Base 3.2 init scrip
ii  metacity [x-window-manager] 1:2.30.1-3   lightweight GTK+ window manager
ii  xterm [x-terminal-emulator] 261-1X terminal emulator

Versions of packages gdm recommends:
ii  dialog1.1-20100428-1 Displays user-friendly dialog boxe
ii  gdm-themes0.6.2  Themes for the GNOME Display Manag
ii  whiptail  0.52.11-1  Displays user-friendly dialog boxe
pn  xserver-xephyr | xnestnone (no description available)
ii  xserver-xorg  1:7.5+8the X.Org X server
ii  zenity2.30.0-1   Display graphical dialog boxes fro

Versions of packages gdm suggests:
ii  libpam-gnome-keyring  2.30.3-4   PAM module to unlock the GNOME key
ii  locales   2.11.2-7   Embedded GNU C Library: National L
ii  pm-utils  1.3.0-3utilities and scripts for power ma

-- Configuration Files:
/etc/gdm/PreSession/Default changed:
PATH=/usr/bin:$PATH:/bin:/usr/bin
OLD_IFS=$IFS
gdmwhich () {
  COMMAND=$1
  OUTPUT=
  IFS=:
  for dir in $PATH
  do
if test -x $dir/$COMMAND ; then
  if test x$OUTPUT = x ; then
OUTPUT=$dir/$COMMAND
  fi
fi
  done
  IFS=$OLD_IFS 
  echo $OUTPUT
}
XSETROOT=`gdmwhich xsetroot`
if [ x$XSETROOT != x ] ; then
CHECKBACKCOLOR=OK
if [ x$GDM_GREETER_TYPE = xTHEMED ]; then
BACKCOLOR=`gdmflexiserver --command=GET_CONFIG 
greeter/GraphicalThemedColor $DISPLAY`
CHECKBACKCOLOR=`echo $BACKCOLOR | sed 's/^\([^ ]*\) 

Bug#544457: [gmail] Re: Bug#544457: fakeroot does not start; throws and IPC error

2010-11-27 Thread Clint Adams
On Tue, Sep 01, 2009 at 09:16:01AM +0200, Marc Leeman wrote:
 I'd like to keep this problem around as long as possible to provide
 feedback.

On the off chance that you still have this problem, what are
the sysctl settings for kernel.shmmax, kernel.shmall, kernel.shmmni ?




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



Bug#595728: AstroTown - Science Fiction

2010-11-27 Thread Saulo Fonseca

The development of humankind can be compared to that of a single individual. 
Humankind has lived its phase of childhood, wanting to accomplish great 
discoveries. At that time, it thought that it was the center of universe, tied 
to many claims without foundation and with a certainty to be special. Many 
people are still in this phase.

Today, humankind is in adolescence and loves playing with technology. It 
realizes that others living creatures in this planet also deserve to be 
respected. But humans still fight each other without tolerating their 
differences and experience difficulty in self-understanding, like a teenager.

Someday in the future, humankind will reach maturity. But for that to occur, it 
must leave its home, its mother, the planet earth. AstroTown is a science 
fiction book about this phase. Whether humankind is expelled from the planet or 
whether it decides on its own to abandon it, the fact is that humankind must 
learn to live independently. Only then will it be prepared to be part of a 
community it does not know. Only then can it find other life forms that are 
also living in space in a similar phase of maturity.

Find out how this independence process can occur and take a look at the 
difficulties that will be encountered on the way. The question is always the 
same: Is humankind able to redeem its mistakes and do what is right? Or is it a 
failed system that must be replaced by another, more-advanced system? The cards 
are on the table.

You find more information at www.astrotown.de

Saulo Fonseca
em...@saulofonseca.de
www.astrotown.de




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



Bug#605109: reportbug (GTK mode) crashes 3 times over 4

2010-11-27 Thread Roland Baudin
Package: reportbug
Version: 4.12.6
Severity: normal

reportbug in GTK mode crahes 3 times over 4 when clicking on continue after I
gave the package name.
The terminal says this :

/usr/lib/pymodules/python2.6/reportbug/ui/gtk2_ui.py:476: PangoWarning:
pango_layout_set_width: assertion `layout != NULL' failed
  gtk.main ()
/usr/lib/pymodules/python2.6/reportbug/ui/gtk2_ui.py:476: PangoWarning:
pango_layout_get_extents: assertion `layout != NULL' failed
  gtk.main ()
/usr/lib/pymodules/python2.6/reportbug/ui/gtk2_ui.py:476: PangoWarning:
pango_layout_get_line_count: assertion `layout != NULL' failed
  gtk.main ()
zsh: floating point exception  reportbug

Trying and trying and trying again, reportbug sometimes works.




-- Package-specific info:
** Environment settings:
INTERFACE=gtk2

** /home/roland/.reportbugrc:
reportbug_version 4.12.6
mode advanced
ui gtk2
email rolan...@free.fr
smtphost smtp.free.fr:25

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

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

Versions of packages reportbug depends on:
ii  apt 0.8.8Advanced front-end for dpkg
ii  python  2.6.6-3+squeeze1 interactive high-level object-orie
ii  python-reportbug4.12.6   Python modules for interacting wit

reportbug recommends no packages.

Versions of packages reportbug suggests:
ii  debconf-utils1.5.36  debconf utilities
pn  debsums  none  (no description available)
pn  dlocate  none  (no description available)
pn  emacs22-bin-common | none  (no description available)
ii  file 5.04-5  Determines file type using magic
ii  gnupg1.4.10-4GNU privacy guard - a free PGP rep
ii  python-gtk2  2.17.0-4Python bindings for the GTK+ widge
ii  python-gtkspell  2.25.3-6Python bindings for the GtkSpell l
pn  python-urwid none  (no description available)
ii  python-vte   1:0.24.3-2  Python bindings for the VTE widget
ii  ssmtp [mail-transpor 2.64-4  extremely simple MTA to get mail o
ii  xdg-utils1.0.2+cvs20100307-2 desktop integration utilities from

-- 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#605110: opennebula-common: fails to install, command not found in postinst

2010-11-27 Thread Holger Levsen
Package: opennebula-common
Version: 2.0.1-1
Severity: serious
User: debian...@lists.debian.org
Usertags: piuparts piuparts.d.o

Hi, 

during a test with piuparts I noticed your package failed to install. As per 
definition of the release team this makes the package too buggy for a 
release, thus the severity.

From the attached log (scroll to the bottom...):

  Unpacking opennebula-common (from .../opennebula-common_2.0.1-1_all.deb) ...
  Setting up opennebula-common (2.0.1-1) ...
  Adding group `cloud' (GID 102) ...
  Done.
  Adding system user `oneadmin' (UID 101) ...
  Adding new user `oneadmin' (UID 101) with group `cloud' ...
  Creating home directory `/var/lib/one' ...
  bash: ssh-keygen: command not found
  dpkg: error processing opennebula-common (--configure):
   subprocess installed post-installation script returned error exit status 
127
  configured to not write apport reports
  Errors were encountered while processing:
   opennebula-common
  E: Sub-process /usr/bin/dpkg returned an error code (1)


cheers,
Holger
Start: 2010-11-26 08:49:55 UTC

Package: opennebula-common
Priority: extra
Section: utils
Installed-Size: 40
Maintainer: Debian OpenNebula Maintainers pkg-opennebula-de...@lists.alioth.debian.org
Architecture: all
Source: opennebula
Version: 2.0.1-1
Depends: adduser
Recommends: lvm2, sudo (= 1.7.2p1), wget, genisoimage
Filename: pool/main/o/opennebula/opennebula-common_2.0.1-1_all.deb
Size: 6248
MD5sum: 99640c6497c8080b2c4a54759fb3e059
SHA1: b594e8a1f6d81b1c4cc690780d8519df94af4644
SHA256: f7e36ad72cbf1db7e2aca3c73b32e93b731c2ecdda213d21331025ef8b6f7dac
Description: empty package to create OpenNebula users and directories
 OpenNebula is an open source virtual infrastructure engine that enables the
 dynamic deployment and re-placement of virtual machines on a pool of physical
 resources.
 .
 ONE (OpenNebula) extends the benefits of virtualization platforms from a
 single physical resource to a pool of resources, decoupling the server not
 only from the physical infrastructure but also from the physical location.
 .
 This package sets up the basic directory structure and users needed to run
 an OpenNebula cloud.
Homepage: http://opennebula.org/

Executing: sudo /org/piuparts.debian.org/sbin/piuparts --warn-symlinks --warn-on-others --skip-logrotatefiles-test --scriptsdir /etc/piuparts/scripts/ --tmpdir /org/piuparts.debian.org/tmp -ad sid -b sid.tar.gz --mirror http://piatti.debian.org/debian/ opennebula-common
Guessed: debian
0m0.0s INFO: --
0m0.0s INFO: To quickly glance what went wrong, scroll down to the bottom of this logfile.
0m0.0s INFO: FAQ available at http://wiki.debian.org/piuparts/FAQ
0m0.0s INFO: --
0m0.0s INFO: piuparts version 0.39~201011251800 starting up.
0m0.0s INFO: Command line arguments: /org/piuparts.debian.org/sbin/piuparts --warn-symlinks --warn-on-others --skip-logrotatefiles-test --scriptsdir /etc/piuparts/scripts/ --tmpdir /org/piuparts.debian.org/tmp -ad sid -b sid.tar.gz --mirror http://piatti.debian.org/debian/ opennebula-common
0m0.0s INFO: Running on: Linux piatti 2.6.32.26-dsa-amd64 #1 SMP Mon Nov 22 22:12:25 UTC 2010 x86_64
0m0.0s DEBUG: Created temporary directory /org/piuparts.debian.org/tmp/tmpUwfrbU
0m0.0s DEBUG: Unpacking sid.tar.gz into /org/piuparts.debian.org/tmp/tmpUwfrbU
0m0.0s DEBUG: Starting command: ['tar', '-C', '/org/piuparts.debian.org/tmp/tmpUwfrbU', '-zxf', 'sid.tar.gz']
0m2.0s DEBUG: Command ok: ['tar', '-C', '/org/piuparts.debian.org/tmp/tmpUwfrbU', '-zxf', 'sid.tar.gz']
0m2.0s DEBUG: Created policy-rc.d and chmodded it.
0m2.0s DEBUG: Starting command: ['chroot', '/org/piuparts.debian.org/tmp/tmpUwfrbU', 'apt-get', 'update']
0m4.7s DUMP: 
  Get:1 http://piatti.debian.org sid Release.gpg [835 B]
  Ign http://piatti.debian.org/debian/ sid/contrib Translation-en
  Ign http://piatti.debian.org/debian/ sid/main Translation-en
  Ign http://piatti.debian.org/debian/ sid/non-free Translation-en
  Get:2 http://piatti.debian.org sid Release [104 kB]
  Ign http://piatti.debian.org sid/main amd64 Packages/DiffIndex
  Ign http://piatti.debian.org sid/contrib amd64 Packages/DiffIndex
  Ign http://piatti.debian.org sid/non-free amd64 Packages/DiffIndex
  Get:3 http://piatti.debian.org sid/main amd64 Packages [9092 kB]
  Get:4 http://piatti.debian.org sid/contrib amd64 Packages [72.1 kB]
  Get:5 http://piatti.debian.org sid/non-free amd64 Packages [146 kB]
  Fetched 9415 kB in 1s (6323 kB/s)
  Reading package lists...
0m4.7s DEBUG: Command ok: ['chroot', '/org/piuparts.debian.org/tmp/tmpUwfrbU', 'apt-get', 'update']
0m4.7s DEBUG: Starting command: ['chroot', '/org/piuparts.debian.org/tmp/tmpUwfrbU', 'mount', '-t', 'proc', 'proc', '/proc']
0m4.7s DEBUG: Command ok: ['chroot', '/org/piuparts.debian.org/tmp/tmpUwfrbU', 'mount', '-t', 'proc', 'proc', '/proc']
0m4.7s DEBUG: Starting command: 

Bug#597088: debian-installer: Failed to create a file system with kfreebsd-amd64

2010-11-27 Thread Robert Millan
  There was a lot of this on the other console:
  Sep 16 11:55:04 kernel: GEOM: ad4: partition 2 does not end on a track 
  boundary.
  Sep 16 11:55:04 kernel: GEOM: ad4: partition 1 does not start on a track 
  boundary.

 Hmmm, that could indeed be the problem, yes.

It's a red herring, see #603380

 partman recently had changes related to partition alignment. You were
 using the up-to-date version (144) along with libparted-udeb 0.23-2

Parted switched to 2048-aligned partitions. kFreeBSD complains if partitions
are not 63-aligned, but that doesn't prevent it from using them.

-- 
Robert Millan



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



Bug#605111: gnome-session does not allow to use gnome splash screen but package gnome-splashscreen-manager does

2010-11-27 Thread Roland Baudin
Package: gnome-session
Version: 2.30.2-3rb
Severity: normal
Tags: squeeze

It seems that the gnome splash screen feature was removed in Debian Squeeze,
but the package gnome-splashscreen-manager still exists in the distribution and
thus has no effect. It is very confusing. I suggest enabling again splash
screen (but not enabled by default if you want) in gnome-session, thus users
could still use gnome-splashscreen-manager to get their gnome splash screen.



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

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

Versions of packages gnome-session depends on:
ii  gnome-panel   2.30.2-2   launcher and docking facility for 
ii  gnome-session-bin 2.30.2-3rb The GNOME Session Manager - Minima
ii  gnome-session-common  2.30.2-3rb Common files for the GNOME session
ii  gnome-settings-daemon 2.30.2-2   daemon handling the GNOME session 
ii  metacity  1:2.30.1-3 lightweight GTK+ window manager
ii  nautilus  2.30.1-2   file manager and graphical shell f
ii  policykit-1-gnome 0.96-3 GNOME authentication agent for Pol

Versions of packages gnome-session recommends:
ii  gnome-power-manager   2.32.0-2   power management tool for the GNOM

Versions of packages gnome-session suggests:
ii  desktop-base  5.0.6  common files for the Debian Deskto
ii  gnome-keyring 2.30.3-4   GNOME keyring services (daemon and
ii  gnome-user-guide  2.30.1-1   GNOME user's guide

-- 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#404760: closed: fixed in inetutils 2:1.8-1

2010-11-27 Thread Simon McVittie
On Sun, 14 Nov 2010 at 16:07:19 +, Hector Oron wrote:
   Could you consider backporting the fix to unstable/testing?

I had a go at backporting the fixes that looked important. I haven't tested
this work-in-progress version yet, but it compiles...

http://git.debian.org/?p=users/smcv/qa/inetutils.git;a=shortlog;h=refs/heads/squeeze

Guillem: any chance you could pick this up, or advise on any other changes
that are important to have in squeeze?

Regards,
Simon



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



Bug#605112: postgresql-8.4: FTBFS on kfreebsd-i386

2010-11-27 Thread Julien Cristau
Package: postgresql-8.4
Version: 8.4.5-0squeeze2
Severity: serious
Justification: fails to build from source

See
https://buildd.debian.org/status/package.php?p=postgresql-8.4suite=testing
and
https://buildd.debian.org/build.php?pkg=postgresql-8.4arch=kfreebsd-i386ver=8.4.5-0squeeze2

postgresql-8.4 ftbfs (apparently reproducibly) on the kfreebsd-i386
autobuilder finzi.

Cheers,
Julien

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

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


signature.asc
Description: Digital signature


Bug#605113: /etc/modprobe.d/linux-wlan-ng needs .conf

2010-11-27 Thread Veres-Szentkiralyi Andras
Package: linux-wlan-ng
Version: 0.2.9+dfsg-4
Severity: normal


The following warning states that the /etc/modprobe.d/linux-wlan-ng file
needs to be renamed to /etc/modprobe.d/linux-wlan-ng.conf, and according
to dpkg it belongs to the linux-wlan-ng package.

WARNING: All config files need .conf: /etc/modprobe.d/linux-wlan-ng, it
will be ignored in a future release.

# dpkg -S /etc/modprobe.d/linux-wlan-ng
linux-wlan-ng: /etc/modprobe.d/linux-wlan-ng

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

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

Versions of packages linux-wlan-ng depends on:
ii  libc6  2.11.2-6+squeeze1 Embedded GNU C Library: Shared lib
ii  udev   163-2 /dev/ and hotplug management daemo
ii  wireless-tools 30~pre9-5 Tools for manipulating Linux Wirel

Versions of packages linux-wlan-ng recommends:
pn  linux-wlan-ng-doc none (no description available)

linux-wlan-ng suggests no packages.

-- debconf-show failed


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


Bug#558480:

2010-11-27 Thread Roland Baudin
Package: gnome-media
Version: 2.30.0-1
Severity: normal

Yes, same problem here. Where are the system sounds in Gnome?
There is no way to select them and moreover sounds related to user actions
(click, open drawer, etc.) are completely gone.



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

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

Versions of packages gnome-media depends on:
ii  gnome-media-common  2.30.0-1 GNOME media utilities - common fil
ii  gstreamer0.10-alsa [gst 0.10.30-1GStreamer plugin for ALSA
ii  gstreamer0.10-esd [gstr 0.10.24-1GStreamer plugin for ESD
ii  gstreamer0.10-plugins-b 0.10.19-2+b2 GStreamer plugins from the bad s
ii  gstreamer0.10-plugins-b 0.10.30-1GStreamer plugins from the base 
ii  gstreamer0.10-plugins-g 0.10.24-1GStreamer plugins from the good 
ii  libatk1.0-0 1.30.0-1 The ATK accessibility toolkit
ii  libc6   2.11.2-7 Embedded GNU C Library: Shared lib
ii  libcairo2   1.8.10-6 The Cairo 2D vector graphics libra
ii  libcanberra-gtk00.24-1   Gtk+ helper for playing widget eve
ii  libcanberra00.24-1   a simple abstract interface for pl
ii  libfontconfig1  2.8.0-2.1generic font configuration library
ii  libfreetype62.4.2-2.1FreeType 2 font engine, shared lib
ii  libgconf2-4 2.28.1-6 GNOME configuration database syste
ii  libglib2.0-02.24.2-1 The GLib library of C routines
ii  libgnome-media0 2.30.0-1 runtime libraries for the GNOME me
ii  libgstreamer-plugins-ba 0.10.30-1GStreamer libraries from the base
ii  libgstreamer0.10-0  0.10.30-1Core GStreamer libraries and eleme
ii  libgtk2.0-0 2.20.1-2 The GTK+ graphical user interface 
ii  libpango1.0-0   1.28.3-1 Layout and rendering of internatio
ii  libpulse-mainloop-glib0 0.9.21-3 PulseAudio client libraries (glib 
ii  libpulse0   0.9.21-3 PulseAudio client libraries
ii  libunique-1.0-0 1.1.6-1.1Library for writing single instanc
ii  libxml2 2.7.8.dfsg-1 GNOME XML library
ii  x11-utils   7.5+4X11 utilities
ii  zlib1g  1:1.2.3.4.dfsg-3 compression library - runtime

Versions of packages gnome-media recommends:
ii  alsa-utils1.0.23-3   Utilities for configuring and usin

Versions of packages gnome-media suggests:
pn  pulseaudionone (no description available)

-- no debconf information



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



Bug#605114: gnome-panel: Panel drawers strange behavior

2010-11-27 Thread Roland Baudin
Package: gnome-panel
Version: 2.30.2-2
Severity: normal

When clicking on any Gnome panel drawer, there is a delay before the drawer
opens, and then it opens suddenly. The effect, is strange, something like if
the drawer was retained to open and then suddenly succeeds.
The effect can be mitigated by setting (with gconf-editor) the key
apps/panel/toplevels/panel_X/animation_speed to fast (except for panel_0) but
this is only a workaround.



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

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

Versions of packages gnome-panel depends on:
ii  gnome-about 2.30.2-2 The GNOME about box
ii  gnome-desktop-data  2.30.2-2 Common files for GNOME desktop app
ii  gnome-menus 2.30.3-1 an implementation of the freedeskt
ii  gnome-panel-data2.30.2-2 common files for the GNOME Panel
ii  libatk1.0-0 1.30.0-1 The ATK accessibility toolkit
ii  libbonobo2-02.24.3-1 Bonobo CORBA interfaces library
ii  libbonoboui2-0  2.24.3-1 The Bonobo UI library
ii  libc6   2.11.2-7 Embedded GNU C Library: Shared lib
ii  libcairo2   1.8.10-6 The Cairo 2D vector graphics libra
ii  libcanberra-gtk00.24-1   Gtk+ helper for playing widget eve
ii  libcanberra00.24-1   a simple abstract interface for pl
ii  libdbus-1-3 1.2.24-3 simple interprocess messaging syst
ii  libdbus-glib-1-20.88-2   simple interprocess messaging syst
ii  libecal1.2-72.30.3-2 Client library for evolution calen
ii  libedataserver1.2-132.30.3-2 Utility library for evolution data
ii  libedataserverui1.2-8   2.30.3-2 GUI utility library for evolution 
ii  libgconf2-4 2.28.1-6 GNOME configuration database syste
ii  libglib2.0-02.24.2-1 The GLib library of C routines
ii  libgnome-desktop-2-17   2.30.2-2 Utility library for loading .deskt
ii  libgnome-menu2  2.30.3-1 an implementation of the freedeskt
ii  libgtk2.0-0 2.20.1-2 The GTK+ graphical user interface 
ii  libgweather12.30.2-1 GWeather shared library
ii  libical00.44-3   iCalendar library implementation i
ii  libice6 2:1.0.6-2X11 Inter-Client Exchange library
ii  liborbit2   1:2.14.18-0.1libraries for ORBit2 - a CORBA ORB
ii  libpanel-applet2-0  2.30.2-2 library for GNOME Panel applets
ii  libpango1.0-0   1.28.3-1 Layout and rendering of internatio
ii  libpolkit-gobject-1-0   0.96-4   PolicyKit Authorization API
ii  librsvg2-2  2.26.3-1 SAX-based renderer library for SVG
ii  libsm6  2:1.1.1-1X11 Session Management library
ii  libwnck22   2.30.4-2 Window Navigator Construction Kit 
ii  libx11-62:1.3.3-3X11 client-side library
ii  libxrandr2  2:1.3.0-3X11 RandR extension library
ii  menu-xdg0.5  freedesktop.org menu compliant win
ii  policykit-1-gnome   0.96-3   GNOME authentication agent for Pol
ii  python  2.6.6-3+squeeze1 interactive high-level object-orie
ii  python-gconf2.28.1-1 Python bindings for the GConf conf
ii  python-gnome2   2.28.1-1 Python bindings for the GNOME desk

Versions of packages gnome-panel recommends:
ii  alacarte  0.13.2-1   easy GNOME menu editing tool
ii  evolution-data-server 2.30.3-2   evolution database backend server
ii  gnome-applets 2.30.0-3   Various applets for the GNOME pane
ii  gnome-control-center  1:2.30.1-2 utilities to configure the GNOME d
ii  gnome-icon-theme  2.30.3-2   GNOME Desktop icon theme
ii  gnome-session 2.30.2-3rb The GNOME Session Manager - GNOME 
ii  gvfs  1.6.4-2userspace virtual filesystem - ser

Versions of packages gnome-panel suggests:
pn  epiphany-browser none  (no description available)
pn  evolutionnone  (no description available)
ii  gnome-terminal [x-termin 2.30.2-1The GNOME terminal emulator applic
ii  gnome-user-guide [gnome2 2.30.1-1GNOME user's guide
ii  nautilus 2.30.1-2file manager and graphical shell f
ii  xterm [x-terminal-emulat 261-1   X terminal emulator
ii  yelp 2.30.1+webkit-1 Help browser for GNOME

-- no debconf information



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

Bug#603303: ttf-oriya-fonts: purge does not remove oriya fonts from defoma cache

2010-11-27 Thread gregor herrmann
tag 603303 + ureproducible
severity 603303 normal
thanks

On Sun, 21 Nov 2010 13:58:35 +0900, Hideki Yamane wrote:

  I suggest to downgrade this bug to normal and add unreproducible tag,
  then provide other information about your environment.

Agreed and done, after being unable to reproduce manually or with
piuparts.
 

Cheers,
gregor
 
-- 
 .''`.   http://info.comodo.priv.at/ -- GPG key IDs: 0x8649AA06, 0x00F3CFE4
 : :' :  Debian GNU/Linux user, admin,  developer - http://www.debian.org/
 `. `'   Member of VIBE!AT  SPI, fellow of Free Software Foundation Europe
   `-BOFH excuse #372:  Forced to support NT servers; sysadmins quit. 


signature.asc
Description: Digital signature


Bug#605115: Network file systems (Samba shares) not shown on nautilus desktop

2010-11-27 Thread Roland Baudin
Package: nautilus
Version: 2.30.1-2
Severity: normal

In Lenny, all my samba shares (permanently defined in /etc/fstab) were
automatically shown on the Gnome/Nautilus desktop. Now in Squeeze, these
network file systems are no more shown. I didn't find any way to let them
appear again.



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

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

Versions of packages nautilus depends on:
ii  desktop-file-utils  0.15-2   Utilities for .desktop files
ii  gvfs1.6.4-2  userspace virtual filesystem - ser
ii  libatk1.0-0 1.30.0-1 The ATK accessibility toolkit
ii  libc6   2.11.2-7 Embedded GNU C Library: Shared lib
ii  libcairo2   1.8.10-6 The Cairo 2D vector graphics libra
ii  libdbus-glib-1-20.88-2   simple interprocess messaging syst
ii  libexempi3  2.1.1-1  library to parse XMP metadata (Lib
ii  libexif12   0.6.19-1 library to parse EXIF files
ii  libgail18   2.20.1-2 GNOME Accessibility Implementation
ii  libgconf2-4 2.28.1-6 GNOME configuration database syste
ii  libglib2.0-02.24.2-1 The GLib library of C routines
ii  libglib2.0-data 2.24.2-1 Common files for GLib library
ii  libgnome-desktop-2-17   2.30.2-2 Utility library for loading .deskt
ii  libgtk2.0-0 2.20.1-2 The GTK+ graphical user interface 
ii  libice6 2:1.0.6-2X11 Inter-Client Exchange library
ii  libnautilus-extension1  2.30.1-2 libraries for nautilus components 
ii  libpango1.0-0   1.28.3-1 Layout and rendering of internatio
ii  libselinux1 2.0.96-1 SELinux runtime shared libraries
ii  libsm6  2:1.1.1-1X11 Session Management library
ii  libunique-1.0-0 1.1.6-1.1Library for writing single instanc
ii  libx11-62:1.3.3-3X11 client-side library
ii  libxml2 2.7.8.dfsg-1 GNOME XML library
ii  libxrender1 1:0.9.6-1X Rendering Extension client libra
ii  nautilus-data   2.30.1-2 data files for nautilus
ii  shared-mime-info0.71-3   FreeDesktop.org shared MIME databa

Versions of packages nautilus recommends:
ii  app-install-dat 2010.08.21   Application Installer Data Files
ii  brasero 2.30.3-2 CD/DVD burning application for GNO
ii  consolekit  0.4.1-4  framework for defining and trackin
ii  desktop-base5.0.6common files for the Debian Deskto
ii  eject   2.1.5+deb1+cvs20081104-7 ejects CDs and operates CD-Changer
ii  gvfs-backends   1.6.4-2  userspace virtual filesystem - bac
ii  librsvg2-common 2.26.3-1 SAX-based renderer library for SVG
ii  synaptic0.70~pre1+b1 Graphical package manager

Versions of packages nautilus suggests:
ii  eog   2.30.2-1   Eye of GNOME graphics viewer progr
ii  evince [pdf-viewer]   2.30.3-1   Document (postscript, pdf) viewer
ii  mpg123 [mp3-decoder]  1.12.1-3   MPEG layer 1/2/3 audio player
ii  totem 2.30.2-5   A simple media player for the GNOM
pn  tracker   none (no description available)
ii  vlc [mp3-decoder] 1.1.3-1multimedia player and streamer
ii  vlc-nox [mp3-decoder] 1.1.3-1multimedia player and streamer (wi
pn  xdg-user-dirs none (no description available)

-- no debconf information



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



Bug#600889: cmake: find_package(VTK) with additional version requirement fails

2010-11-27 Thread Kai Wasserbäch
tag 600889 + upstream patch
thanks

Hello Michael,
I've investigated the problem further and it seems like FindVTK.cmake is missing
a case for handling the VTK 5.x case. I've prepared a patch (applies on top of
FindVTK.cmake), which I've attached to this message. It needs probably some more
thorough testing from somebody using VTK. So please try it with CMake 2.8.3
(alternatively you can just use the FindPackageHandleStandardArgs.cmake file
from 2.8.3).

To use a custom CMake script you need to put it in your source tree and set the
CMAKE_MODULE_PATH accordingly.

If you confirm the patch as fixing the bug you've reported, I'll commit it to
our Git and send everything upstream.

Kind regards,
Kai Wasserbäch



-- 

Kai Wasserbäch (Kai Wasserbaech)

E-Mail: deb...@carbon-project.org
Jabber (debianforum.de): Drizzt
URL: http://wiki.debian.org/C%C3%B9ran
GnuPG: 0xE1DE59D2  0600 96CE F3C8 E733 E5B6 1587 A309 D76C E1DE 59D2
(http://pgpkeys.pca.dfn.de/pks/lookup?search=0xE1DE59D2fingerprint=onhash=onop=vindex)
From: Kai Wasserbäch deb...@carbon-project.org
Description: FindVTK.cmake missed a case which lead to NOT-FOUND errors.
 FindVTK.cmake didn't handle the VTK 5.x case when trying to find VTK. This
 caused CMake to error out with a misleading error message VTK_DIR not set.
 This patch adds the missing case.
Last-Update: 2010-11-27
Origin: vendor
---
 Modules/FindVTK.cmake |   14 ++
 1 file changed, 14 insertions(+)

--- a/Modules/FindVTK.cmake
+++ b/Modules/FindVTK.cmake
@@ -118,6 +118,20 @@ IF(_VTK_40_ALLOW AND NOT VTK_DIR)
 IF(EXISTS ${VTK_DIR}/UseVTK.cmake AND NOT EXISTS 
${VTK_DIR}/VTKConfig.cmake)
   SET(VTK_FOUND 1)
   INCLUDE(UseVTKConfig40) # No VTKConfig; load VTK 4.0 settings.
+ELSEIF(EXISTS ${VTK_DIR}/VTKConfig.cmake AND NOT EXISTS 
${VTK_DIR}/UseVTK.cmake)
+  INCLUDE(${CMAKE_CURRENT_LIST_DIR}/FindPackageHandleStandardArgs.cmake)
+  INCLUDE(${VTK_DIR}/VTKConfig.cmake)
+  SET(VTK_VERSION 
${VTK_MAJOR_VERSION}.${VTK_MINOR_VERSION}.${VTK_BUILD_VERSION})
+  FIND_PACKAGE_HANDLE_STANDARD_ARGS(VTK REQUIRED_VARS VTK_USE_FILE
+VTK_MAJOR_VERSION
+VTK_MINOR_VERSION
+VTK_BUILD_VERSION
+VTK_INCLUDE_DIRS
+VTK_LIBRARY_DIRS
+VTK_KITS
+VTK_LANGUAGES
+ VERSION_VAR VTK_VERSION
+ )
 ELSE()
   # We found the wrong version.  Pretend we did not find it.
   SET(VTK_DIR VTK_DIR-NOTFOUND CACHE PATH The ${VTK_DIR_DESCRIPTION} 
FORCE)


signature.asc
Description: OpenPGP digital signature


  1   2   3   >