Bug#496294: x11vnc: manual page - Refers to non-existing program storepasswd

2009-08-10 Thread Fathi Boudra
tags 496294 + pending upstream patch

Thanks

Hi karl,

please find attached a patch for X11vnc manpage related to Debian bug #496294:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=496294

cheers,

Fathi
--- a/x11vnc/x11vnc.1
+++ b/x11vnc/x11vnc.1
@@ -5827,7 +5827,7 @@ max time in ms to wait for RFB client
 \fB-rfbauth\fR \fIpasswd-file\fR
 .IP
 use authentication on RFB protocol
-(use 'storepasswd' to create a password file)
+(use option '-storepasswd pass file' to create a password file)
 .PP
 \fB-rfbversion\fR \fI3.x\fR
 .IP


Processed: Re: Bug#540060: error in pgadmin3

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

> clone 540060 -1
Bug#540060: error in pgadmin3
Bug 540060 cloned as bug 540751.

> reassign -1 binutils
Bug #540751 [libwxgtk2.8-0] error in pgadmin3
Bug reassigned from package 'libwxgtk2.8-0' to 'binutils'.
Bug #540751 [binutils] error in pgadmin3
Bug No longer marked as found in versions 2.8.7.1-2.
Bug #540751 [binutils] error in pgadmin3
Ignoring request to alter fixed versions of bug #540751 to the same values 
previously set
> retitle -1 version script commands not handled correctly in sid/squeeze
Bug #540751 [binutils] error in pgadmin3
Changed Bug title to 'version script commands not handled correctly in 
sid/squeeze' from 'error in pgadmin3'
> severity -1 grave
Bug #540751 [binutils] version script commands not handled correctly in 
sid/squeeze
Severity set to 'grave' from 'serious'

> thanks
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Bug#540060: error in pgadmin3

2009-08-10 Thread Giuseppe Iuculano
clone 540060 -1
reassign -1 binutils
retitle -1 version script commands not handled correctly in sid/squeeze
severity -1 grave
thanks


Hi,

please see the testcase below

Cheers,
Giuseppe.


Giuseppe Iuculano ha scritto:
> Giuseppe Iuculano ha scritto:
>> _zn21wxmemoryfshandlerbase19addfilewithmimetypeerk8wxstringpkvj...@wxu_2.8
>> 2.8.7.1-2  and
>> _zn21wxmemoryfshandlerbase19addfilewithmimetypeerk8wxstringpkvj...@wxu_2.8.5
>> 2.8.7.1-1
> 
> It seems that something changed in binutils, testcase:
> 
> squeeze, binutils 2.19.51.20090723-1:
> 
> $ cat test.c
> int test(void)
> {
>   return 1;
> }
> 
> int test_new(void)
> {
>   return 2;
> }
> 
> $ cat test.version
> TEST_1.0.1 {
> *new*;
> };
> 
> TEST_1.0 {
> global: *;
> };
> 
> $ gcc -c -fPIC test.c
> $ ld -shared -o test.so -version-script test.version test.o
> $ objdump -T test.so |grep test
> test.so: file format elf32-i386
> 0210 gDF .text000a  TEST_1.0test
> 021a gDF .text000a  TEST_1.0test_new
> 
> 
> 
> but in lenny, binutils 2.18.1~cvs20080103-7:
> 
> # objdump -T test.so |grep test
> test.so: file format elf32-i386
> 0210 gDF .text000a  TEST_1.0test
> 021a gDF .text000a  TEST_1.0.1  test_new
> 




signature.asc
Description: OpenPGP digital signature


Bug#495543: marked as done (x11vnc: Can't load vnc.so as X11 module for remote connect to working X session)

2009-08-10 Thread Debian Bug Tracking System

Your message dated Mon, 10 Aug 2009 09:58:34 +0200
with message-id <200908100958.34465.f...@debian.org>
and subject line Can't load vnc.so as X11 module for remote connect to working 
X session
has caused the Debian Bug report #495543,
regarding x11vnc: Can't load vnc.so as X11 module for remote connect to working 
X session
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.)


-- 
495543: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=495543
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: x11vnc
Version: 0.9.3.dfsg.1-1
Severity: important


I want to install vnc as Xorg module for remote connecting to active display 
(system-started method).
In Debian Etch, Fedora and many other systems I do it like in this manual:
http://gentoo-wiki.com/HOWTO_Use_VNC_to_connect_to_existing_X_Sessions#Method_2:__X_Server_.28system-started.29_method

1. Install vnc4server
2. Add 'Load "vnc"' and some else string in xorg.conf
3. Restart Xorg
4. Connect to current Xorg display.

But in Lenny I haven't found vnc.so in package vnc4server.
I have found it in x11vnc package.
And now I can't load it as Xorg module. I create a symlink
from /usr/lib/xrdp/libvnc.so to /usr/lib/xorg/modules/vnc.so
and add 'Load "vnc"' line to xorg.conf.
And when X server starts, it shows the errors:
# cat /var/log/Xorg.0.log | grep vnc
(II) LoadModule: "libvnc"
(II) Loading /usr/lib/xrdp//libvnc.so
(EE) LoadModule: Module libvnc does not have a libvncModuleData data object.
(II) UnloadModule: "libvnc"
(II) Unloading /usr/lib/xrdp//libvnc.so
(EE) Failed to load module "libvnc" (invalid module, 0)

I can't find any info about this error in Debian bugs or some else in the 
Internet: 
http://www.google.com/search?q=libvnc+does+not+have+a+libvncModuleData+data+object

Maybe in Lenny there are another method to install vnc as Xorg module?

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

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

Versions of packages x11vnc depends on:
ii  libavahi-client3   0.6.22-3  Avahi client library
ii  libavahi-common3   0.6.22-3  Avahi common library
ii  libc6  2.7-13GNU C Library: Shared libraries
ii  libjpeg62  6b-14 The Independent JPEG Group's JPEG 
ii  libssl0.9.80.9.8g-13 SSL shared libraries
ii  libvncserver0  0.9.3.dfsg.1-1API to write one's own vnc server
ii  libx11-6   2:1.1.4-2 X11 client-side library
ii  libxdamage11:1.1.1-4 X11 damaged region extension libra
ii  libxext6   2:1.0.4-1 X11 miscellaneous extension librar
ii  libxfixes3 1:4.0.3-2 X11 miscellaneous 'fixes' extensio
ii  libxinerama1   2:1.0.3-2 X11 Xinerama extension library
ii  libxrandr2 2:1.2.3-1 X11 RandR extension library
ii  libxtst6   2:1.0.3-1 X11 Testing -- Resource extension 
ii  zlib1g 1:1.2.3.3.dfsg-12 compression library - runtime

x11vnc recommends no packages.

x11vnc suggests no packages.

-- no debconf information


--- End Message ---
--- Begin Message ---
Version: 4.1.1+X4.3.0-22

* Removed libvnc.so that do not work with recent xorg.

--- End Message ---


Processed: Can't load vnc.so as X11 module for remote connect to working X session

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

> reassign 495543 vnc4server
Bug #495543 {Done: Fathi Boudra } [x11vnc] x11vnc: Can't load 
vnc.so as X11 module for remote connect to working X session
Bug reassigned from package 'x11vnc' to 'vnc4server'.
Bug #495543 {Done: Fathi Boudra } [vnc4server] x11vnc: Can't 
load vnc.so as X11 module for remote connect to working X session
Bug No longer marked as found in versions libvncserver/0.9.3.dfsg.1-1.
Bug #495543 {Done: Fathi Boudra } [vnc4server] x11vnc: Can't 
load vnc.so as X11 module for remote connect to working X session
Bug No longer marked as fixed in versions 4.1.1+X4.3.0-22.
>
End of message, stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Bug#540792: egroupware: print a calender entry does not work, due to missing templates

2009-08-10 Thread Dr. Tilo Levante
Package: egroupware
Version: 1.6.002+dfsg-1
Severity: normal


The command print in a celendar entry results in an empty windows.
The reaseon are two missing templates
/usr/share/egroupware/calendar/templates/default/print.participants.xet  
/usr/share/egroupware/calendar/templates/default/print.xet

Both template are available from egroupware.org 
(http://svn.egroupware.org/egroupware/trunk/calendar/templates/default/).
Both are missing in the latest .tar.bz2 file.

Thank you

tilo

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

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

Versions of packages egroupware depends on:
ii  egroupware-addressbook1.6.002+dfsg-1 web-based groupware suite - addres
ii  egroupware-bookmarks  1.6.002+dfsg-1 web-based groupware suite - bookma
ii  egroupware-calendar   1.6.002+dfsg-1 web-based groupware suite - calend
ii  egroupware-core   1.6.002+dfsg-1 web-based groupware suite - core m
ii  egroupware-developer-tool 1.6.002+dfsg-1 web-based groupware suite - develo
ii  egroupware-emailadmin 1.6.002+dfsg-1 web-based groupware suite - e-mail
ii  egroupware-etemplate  1.6.002+dfsg-1 web-based groupware suite - widget
ii  egroupware-felamimail 1.6.002+dfsg-1 web-based groupware suite - e-mail
ii  egroupware-filemanager1.6.002+dfsg-1 web-based groupware suite - file m
ii  egroupware-infolog1.6.002+dfsg-1 web-based groupware suite - infolo
ii  egroupware-manual 1.6.002+dfsg-1 web-based groupware suite - manual
ii  egroupware-news-admin 1.6.002+dfsg-1 web-based groupware suite - news a
ii  egroupware-notifications  1.6.002+dfsg-1 web-based groupware suite - notifi
ii  egroupware-phpbrain   1.6.002+dfsg-1 web-based groupware suite - phpbra
ii  egroupware-phpsysinfo 1.6.002+dfsg-1 web-based groupware suite - phpSys
ii  egroupware-polls  1.6.002+dfsg-1 web-based groupware suite - pollin
ii  egroupware-projectmanager 1.6.002+dfsg-1 web-based groupware suite - projec
ii  egroupware-registration   1.6.002+dfsg-1 web-based groupware suite - regist
ii  egroupware-resources  1.6.002+dfsg-1 web-based groupware suite - resour
ii  egroupware-sambaadmin 1.6.002+dfsg-1 web-based groupware suite - Samba 
ii  egroupware-sitemgr1.6.002+dfsg-1 web-based groupware suite - site m
ii  egroupware-timesheet  1.6.002+dfsg-1 web-based groupware suite - timesh
ii  egroupware-tracker1.6.002+dfsg-1 web-based groupware suite - tracke
ii  egroupware-wiki   1.6.002+dfsg-1 web-based groupware suite - wiki a

egroupware recommends no packages.

egroupware suggests no packages.

-- no debconf information



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



[bts-link] source package wxwidgets2.8

2009-08-10 Thread bts-link-upstream
#
# bts-link upstream status pull for source package wxwidgets2.8
# see http://lists.debian.org/debian-devel-announce/2006/05/msg1.html
#

user bts-link-upstr...@lists.alioth.debian.org

# remote status report for #242737
#  * http://trac.wxwidgets.org/ticket/11080
#  * remote status changed: (?) -> new
usertags 242737 + status-new

# remote status report for #313060
#  * http://trac.wxwidgets.org/ticket/11087
#  * remote status changed: (?) -> new
usertags 313060 + status-new

thanks


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



Mit uns erfolgreich abnehmen

2009-08-10 Thread Dr. Hannelore Mueller

Gesund abnehmen sollte heute problemlos 
sein und doch schon Spasss machen.

Probieren Sie diese innovative Diaetmethod und er-fahren sie, wie einfach
es sein kann 13 Kilogramm innerhalb einem Monat ab-zu-nehmen.

Hier er-halten Sie Sie alle Infos, um unkompliziert abzunehmen ohne Sport
zu betrieben.

http://groups.yahoo.com/group/chipwallsbxtyio

Bestellen Sie jetzt 24 Stunden Online!

Mit angenehmen Gruessen
Dr. Uta P. Schmidt


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



Bug#494047: marked as done ('pyzor discover' fails)

2009-08-10 Thread Debian Bug Tracking System

Your message dated Mon, 10 Aug 2009 19:19:11 +
with message-id 
and subject line Bug#494047: fixed in pyzor 1:0.5.0-1
has caused the Debian Bug report #494047,
regarding 'pyzor discover' fails
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.)


-- 
494047: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=494047
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: pyzor
Version: 1:0.4.0+cvs20030201-8
Severity: important

When I attempt to run `pyzor discover`, it throws an exception, I
believe due to not handling a 404 error properly.

Output:
jonat...@mammon:~$ pyzor discover
downloading servers from 
http://pyzor.sourceforge.net/cgi-bin/inform-servers-0-3-x
Traceback (most recent call last):
  File "/usr/bin/pyzor", line 8, in 
pyzor.client.run()
  File "/var/lib/python-support/python2.5/pyzor/client.py", line 1005, in run
ExecCall().run()
  File "/var/lib/python-support/python2.5/pyzor/client.py", line 184, in run
self.servers  = self.get_servers(servers_fn)
  File "/var/lib/python-support/python2.5/pyzor/client.py", line 411, in 
get_servers
servers.read(open(servers_fn))
  File "/var/lib/python-support/python2.5/pyzor/client.py", line 117, in read
self.append(pyzor.Address.from_str(line))
  File "/var/lib/python-support/python2.5/pyzor/__init__.py", line 458, in 
from_str
fields[1] = int(fields[1])
IndexError: list index out of range


If I simply visit http://pyzor.sourceforge.net/cgi-bin/inform-servers-0-3-x
the server gives a 404 page.  I do not know what other URL to try.


Jonathan

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

Kernel: Linux 2.6.16.33-xenU (SMP w/1 CPU core)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/bash

Versions of packages pyzor depends on:
ii  python2.5.2-1An interactive high-level object-o
ii  python-gdbm   2.5.2-1GNU dbm database support for Pytho
ii  python-support0.8.4  automated rebuilding support for P

pyzor recommends no packages.

pyzor suggests no packages.

-- no debconf information


--- End Message ---
--- Begin Message ---
Source: pyzor
Source-Version: 1:0.5.0-1

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

pyzor_0.5.0-1.diff.gz
  to pool/main/p/pyzor/pyzor_0.5.0-1.diff.gz
pyzor_0.5.0-1.dsc
  to pool/main/p/pyzor/pyzor_0.5.0-1.dsc
pyzor_0.5.0-1_all.deb
  to pool/main/p/pyzor/pyzor_0.5.0-1_all.deb
pyzor_0.5.0.orig.tar.gz
  to pool/main/p/pyzor/pyzor_0.5.0.orig.tar.gz



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 494...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Carl Chenet  (supplier of updated pyzor 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, 08 Aug 2009 14:36:45 +0200
Source: pyzor
Binary: pyzor
Architecture: source all
Version: 1:0.5.0-1
Distribution: unstable
Urgency: low
Maintainer: Carl Chenet 
Changed-By: Carl Chenet 
Description: 
 pyzor  - spam-catcher using a collaborative filtering network
Closes: 416278 439583 494047
Changes: 
 pyzor (1:0.5.0-1) unstable; urgency=low
 .
   [Carl Chenet]
   * New maintainer (Closes: #416278).
   * Updated Standards-Version to 3.8.2
   * Deleted outdated upstream Changelog
 .
   [Tobias Klauser]
   * New upstream release
 - All debian patches have been merged upstream, drop them.
 - Manpages have been merged upstream, drop them from debian directory.
 - Check received server list for validity and print an error message when 
no
   servers were discovered (Closes: #494047).
   * Rephrased package description (Closes: #439583).
   * Removed Homepage tag in control in favour of the new control field.
   * Added Vcs-Svn and Vcs-Browser control fields.
 .
   [Sandro Tosi]
   * debian/control
 - switch Vcs-Browser field to viewsvn
Checksums-Sha1: 
 70feee36c453edf1a11d18d067cf25cfb5ba0f0d 1268 pyzor_0.5.0-1.dsc
 c5a815c9b73dd006c1ac84fb57f61477fd6713f4 43554 pyzor_0.5.0.orig.tar.gz
 c83648d6575c6945129561eb56ccbad1058fec45

Bug#439583: marked as done (pyzor: Various remarks about the package's description)

2009-08-10 Thread Debian Bug Tracking System

Your message dated Mon, 10 Aug 2009 19:19:11 +
with message-id 
and subject line Bug#439583: fixed in pyzor 1:0.5.0-1
has caused the Debian Bug report #439583,
regarding pyzor: Various remarks about the package's description
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.)


-- 
439583: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=439583
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: pyzor
Severity: minor

This package's descriptions mention things like 
 "I decided to implement Pyzor with a new protocol and release the
 entire system as software libre"
 
This does not sound very well for a package description, mostly because this
is more the upstream author statement rather than the packager's one (even
if upstream==maintainer). The use of first person in user interaction should
anyway be discouraged.

I also advise against the use of "software libre" which is more Span(gl)ish than
English. The correct term should be "Free Software" (capitalized or not).

Anyway, the explanations about pyzor being FLOSS while Razor isn't probably
do not pertain to the package's description which should focus on what the
software is meant for (which the rest of the package description does pretty
well, indeed).



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

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

--- End Message ---
--- Begin Message ---
Source: pyzor
Source-Version: 1:0.5.0-1

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

pyzor_0.5.0-1.diff.gz
  to pool/main/p/pyzor/pyzor_0.5.0-1.diff.gz
pyzor_0.5.0-1.dsc
  to pool/main/p/pyzor/pyzor_0.5.0-1.dsc
pyzor_0.5.0-1_all.deb
  to pool/main/p/pyzor/pyzor_0.5.0-1_all.deb
pyzor_0.5.0.orig.tar.gz
  to pool/main/p/pyzor/pyzor_0.5.0.orig.tar.gz



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 439...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Carl Chenet  (supplier of updated pyzor 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, 08 Aug 2009 14:36:45 +0200
Source: pyzor
Binary: pyzor
Architecture: source all
Version: 1:0.5.0-1
Distribution: unstable
Urgency: low
Maintainer: Carl Chenet 
Changed-By: Carl Chenet 
Description: 
 pyzor  - spam-catcher using a collaborative filtering network
Closes: 416278 439583 494047
Changes: 
 pyzor (1:0.5.0-1) unstable; urgency=low
 .
   [Carl Chenet]
   * New maintainer (Closes: #416278).
   * Updated Standards-Version to 3.8.2
   * Deleted outdated upstream Changelog
 .
   [Tobias Klauser]
   * New upstream release
 - All debian patches have been merged upstream, drop them.
 - Manpages have been merged upstream, drop them from debian directory.
 - Check received server list for validity and print an error message when 
no
   servers were discovered (Closes: #494047).
   * Rephrased package description (Closes: #439583).
   * Removed Homepage tag in control in favour of the new control field.
   * Added Vcs-Svn and Vcs-Browser control fields.
 .
   [Sandro Tosi]
   * debian/control
 - switch Vcs-Browser field to viewsvn
Checksums-Sha1: 
 70feee36c453edf1a11d18d067cf25cfb5ba0f0d 1268 pyzor_0.5.0-1.dsc
 c5a815c9b73dd006c1ac84fb57f61477fd6713f4 43554 pyzor_0.5.0.orig.tar.gz
 c83648d6575c6945129561eb56ccbad1058fec45 4374 pyzor_0.5.0-1.diff.gz
 8421cdb0b7773b595581453e59a66e9f2ad878d0 32552 pyzor_0.5.0-1_all.deb
Checksums-Sha256: 
 ef57e3719df8189831e3ddb68751421519f3a746350fa8209f66e12ec0f77e62 1268 
pyzor_0.5.0-1.dsc
 b8f1e8b94c0717f8160824bca34b9672009854249e64c88d6037d13e7b892597 43554 
pyzor_0.5.0.orig.tar.gz
 35122105725a11e35dcfa9970cfeffc9ecc525c5097b7c7051bdbe5f0710 4374 
pyzor_0.5.0-1.diff.gz
 2b888c90a93a2ec8bbc334cd0b8593aa40e5f1544ab248693d7d86d50baf10e6 32552 
pyzor_0.5.0-1_all.deb
Files: 
 a3117c5ba19de166fd9a4cd6fb04dd92 1268 mail optional pyzor_0.5.0-1.dsc
 0b834d6ef316db6b67a8180f534c839d 43554 mail optional pyzor_0.5.0.orig.tar.gz
 0c9ce7b36ddc6a0

Bug#531980: marked as done (mdbtools-gmdb: FTBFS because of missing libglade2-dev Build-Depends)

2009-08-10 Thread Debian Bug Tracking System

Your message dated Mon, 10 Aug 2009 19:32:44 +
with message-id 
and subject line Bug#531980: fixed in mdbtools 0.5.99.0.6pre1.0.20051109-5
has caused the Debian Bug report #531980,
regarding mdbtools-gmdb: FTBFS because of missing libglade2-dev Build-Depends
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.)


-- 
531980: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=531980
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: mdbtools-gmdb
Version: 0.5.99.0.6pre1.0.20051109-4
Severity: serious
Tags: patch
Justification: no longer builds from source

The current mdbtools package fails to build from source.  It used to, because 
the libbonoboui-dev Build-Depends used to pull in libglade2-dev for us.  But we 
should list it explicitly now.  libbonoboui-dev no longer does it for us.

The reason libglade2-dev is necessary is because ./configure checks for it, 
doesn't find it, and so doesn't build the gmdb2 executable.  Install fails 
because it isn't found.

Trivial patch attached.

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

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

Versions of packages mdbtools-gmdb depends on:
ii  libart-2.0-2 2.3.20-2Library of functions for 2D graphi
ii  libatk1.0-0  1.26.0-1The ATK accessibility toolkit
ii  libbonobo2-0 2.24.1-1Bonobo CORBA interfaces library
ii  libbonoboui2 2.24.1-1ubuntu1 The Bonobo UI library
ii  libc62.9-9ubuntu2GNU C Library: Shared libraries
ii  libcairo21.8.6-1ubuntu2  The Cairo 2D vector graphics libra
ii  libfontconfi 2.6.0-1ubuntu12 generic font configuration library
ii  libgconf2-4  2.26.2-0ubuntu1 GNOME configuration database syste
ii  libglade2-0  1:2.6.4-1   library to load .glade files at ru
ii  libglib2.0-0 2.21.1-0ubuntu1 The GLib library of C routines
ii  libgnome-key 2.26.1-0ubuntu1 GNOME keyring services library
ii  libgnome2-0  2.26.0-1ubuntu1 The GNOME library - runtime files
ii  libgnomecanv 2.26.0-1A powerful object-oriented display
ii  libgnomeui-0 2.24.1-1The GNOME 2 libraries (User Interf
ii  libgnomevfs2 1:2.24.1-1ubuntu1   GNOME Virtual File System (runtime
ii  libgtk2.0-0  2.16.1-0ubuntu3 The GTK+ graphical user interface 
ii  libice6  2:1.0.5-1   X11 Inter-Client Exchange library
ii  libmdbtools  0.5.99.0.6pre1.0.20051109-4 mdbtools libraries
ii  liborbit21:2.14.17-0.1   libraries for ORBit2 - a CORBA ORB
ii  libpango1.0- 1.24.2-1ubuntu1 Layout and rendering of internatio
ii  libpopt0 1.14-4  lib for parsing cmdline parameters
ii  libsm6   2:1.1.0-2   X11 Session Management library
ii  libx11-6 2:1.2.1-1   X11 client-side library
ii  libxcursor1  1:1.1.9-1build1 X cursor management library
ii  libxext6 2:1.0.99.1-0ubuntu3 X11 miscellaneous extension librar
ii  libxfixes3   1:4.0.3-2build1 X11 miscellaneous 'fixes' extensio
ii  libxi6   2:1.2.1-2ubuntu1X11 Input extension library
ii  libxinerama1 2:1.0.3-2   X11 Xinerama extension library
ii  libxml2  2.6.32.dfsg-5ubuntu4GNOME XML library
ii  libxrandr2   2:1.3.0-2   X11 RandR extension library
ii  libxrender1  1:0.9.4-2   X Rendering Extension client libra

mdbtools-gmdb recommends no packages.

mdbtools-gmdb suggests no packages.

-- no debconf information
diff -u mdbtools-0.5.99.0.6pre1.0.20051109/debian/control mdbtools-0.5.99.0.6pre1.0.20051109/debian/control
--- mdbtools-0.5.99.0.6pre1.0.20051109/debian/control
+++ mdbtools-0.5.99.0.6pre1.0.20051109/debian/control
@@ -2,7 +2,7 @@
 Section: utils
 Priority: optional
 Maintainer: Debian QA Group 
-Build-Depends: bison, cdbs, debhelper (>= 5), flex, libgnomeui-dev, libncurses5-dev, libreadline5-dev, texinfo, unixodbc-dev
+Build-Depends: bison, cdbs, debhelper (>= 5), flex, libgnomeui-dev, libncurses5-dev, libreadline5-dev, texinfo, unixodbc-dev, libglade2-dev
 Standards-Version: 3.7.2
 
 Package: mdbtools
--- End Message ---
--- Begin Message ---
Source: mdbtools
Source-Version: 0.5.99.0.6pre1.0.20051109

Bug#536935: marked as done (mdbtools: FTBFS: cp: cannot stat `./debian/tmp/usr/bin/gmdb2': No such file or directory)

2009-08-10 Thread Debian Bug Tracking System

Your message dated Mon, 10 Aug 2009 19:32:44 +
with message-id 
and subject line Bug#536935: fixed in mdbtools 0.5.99.0.6pre1.0.20051109-5
has caused the Debian Bug report #536935,
regarding mdbtools: FTBFS: cp: cannot stat `./debian/tmp/usr/bin/gmdb2': 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.)


-- 
536935: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=536935
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: mdbtools
Version: 0.5.99.0.6pre1.0.20051109-4
Severity: serious
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20090713 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part:
> make[3]: Entering directory 
> `/build/user-mdbtools_0.5.99.0.6pre1.0.20051109-4-amd64-2q2Xpd/mdbtools-0.5.99.0.6pre1.0.20051109'
> make[3]: Nothing to be done for `install-exec-am'.
> test -z "/usr/lib/pkgconfig" || mkdir -p -- 
> "/build/user-mdbtools_0.5.99.0.6pre1.0.20051109-4-amd64-2q2Xpd/mdbtools-0.5.99.0.6pre1.0.20051109/debian/tmp/usr/lib/pkgconfig"
>  /usr/bin/install -c -m 644 'libmdb.pc' 
> '/build/user-mdbtools_0.5.99.0.6pre1.0.20051109-4-amd64-2q2Xpd/mdbtools-0.5.99.0.6pre1.0.20051109/debian/tmp/usr/lib/pkgconfig/libmdb.pc'
>  /usr/bin/install -c -m 644 'libmdbsql.pc' 
> '/build/user-mdbtools_0.5.99.0.6pre1.0.20051109-4-amd64-2q2Xpd/mdbtools-0.5.99.0.6pre1.0.20051109/debian/tmp/usr/lib/pkgconfig/libmdbsql.pc'
> make[3]: Leaving directory 
> `/build/user-mdbtools_0.5.99.0.6pre1.0.20051109-4-amd64-2q2Xpd/mdbtools-0.5.99.0.6pre1.0.20051109'
> make[2]: Leaving directory 
> `/build/user-mdbtools_0.5.99.0.6pre1.0.20051109-4-amd64-2q2Xpd/mdbtools-0.5.99.0.6pre1.0.20051109'
> make[1]: Leaving directory 
> `/build/user-mdbtools_0.5.99.0.6pre1.0.20051109-4-amd64-2q2Xpd/mdbtools-0.5.99.0.6pre1.0.20051109'
> dh_install
> cp: cannot stat `./debian/tmp/usr/bin/gmdb2': No such file or directory
> dh_install: cp returned exit code 1
> make: *** [install] Error 1

The full build log is available from:
   
http://people.debian.org/~lucas/logs/2009/07/13/mdbtools_0.5.99.0.6pre1.0.20051109-4_lsid64.buildlog

A list of current common problems and possible solutions is available at 
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot.  Internet was not
accessible from the build systems.

-- 
| Lucas Nussbaum
| lu...@lucas-nussbaum.net   http://www.lucas-nussbaum.net/ |
| jabber: lu...@nussbaum.fr GPG: 1024D/023B3F4F |


--- End Message ---
--- Begin Message ---
Source: mdbtools
Source-Version: 0.5.99.0.6pre1.0.20051109-5

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

libmdbodbc_0.5.99.0.6pre1.0.20051109-5_amd64.deb
  to pool/main/m/mdbtools/libmdbodbc_0.5.99.0.6pre1.0.20051109-5_amd64.deb
libmdbtools_0.5.99.0.6pre1.0.20051109-5_amd64.deb
  to pool/main/m/mdbtools/libmdbtools_0.5.99.0.6pre1.0.20051109-5_amd64.deb
mdbtools-dev_0.5.99.0.6pre1.0.20051109-5_amd64.deb
  to pool/main/m/mdbtools/mdbtools-dev_0.5.99.0.6pre1.0.20051109-5_amd64.deb
mdbtools-gmdb_0.5.99.0.6pre1.0.20051109-5_amd64.deb
  to pool/main/m/mdbtools/mdbtools-gmdb_0.5.99.0.6pre1.0.20051109-5_amd64.deb
mdbtools_0.5.99.0.6pre1.0.20051109-5.diff.gz
  to pool/main/m/mdbtools/mdbtools_0.5.99.0.6pre1.0.20051109-5.diff.gz
mdbtools_0.5.99.0.6pre1.0.20051109-5.dsc
  to pool/main/m/mdbtools/mdbtools_0.5.99.0.6pre1.0.20051109-5.dsc
mdbtools_0.5.99.0.6pre1.0.20051109-5_amd64.deb
  to pool/main/m/mdbtools/mdbtools_0.5.99.0.6pre1.0.20051109-5_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 536...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Tim Retout  (supplier of updated mdbtools 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, 20 Jul 2009 11:43:32 +0200
Source: mdbtools
Binary: mdbtools mdbtools-gmdb mdbtools-dev libmdbtools libmdbodbc
Architecture: source amd64
Version: 0.5.99.0.6pre1.0.20051109-5
Distribution: unstable
Urgency: medium
Maintain

Bug#509240: marked as done (libmdbodbc: can't close database connection)

2009-08-10 Thread Debian Bug Tracking System

Your message dated Mon, 10 Aug 2009 19:32:44 +
with message-id 
and subject line Bug#509240: fixed in mdbtools 0.5.99.0.6pre1.0.20051109-5
has caused the Debian Bug report #509240,
regarding libmdbodbc: can't close database connection
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.)


-- 
509240: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=509240
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: libmdbodbc
Version: 0.5.99.0.6pre1.0.20051109-4
Severity: important
Tags: patch

When used with libmdbodbc, no unixODBC based disconnection function will
actually close a database connection. This means the following PHP code
(supported by a well-configured odbc.ini etc.) will return rows instead of
dying with an error:


$db = odbc_connect('Northwind', null, null);

odbc_close($db);

$sql = "SELECT CompanyName, PostalCode, Country FROM Suppliers";
$result=odbc_exec($db, $sql) or die('ERROR: Cannot execute query!');


This bug is less terrible when libmdbodbc is used with scripts that reliably
terminate, but by watching lsof I found that it led apache2 to spawn
abnormally long-lived children and thus constituted a memory leak. Yes, I
run an apache based site that talks to an Access database.

Besides the poor design decisions I have to support, this bug warrants
attention as Zend itself recommends that libmdbodbc be used.

The following patch has solved the problem for me:

--- odbc.c  2008-12-15 13:35:35.280274615 -0800
+++ odbc.c  2008-12-15 13:37:19.415771536 -0800
@@ -711,7 +711,10 @@
 SQLRETURN SQL_API SQLDisconnect(
 SQLHDBChdbc)
 {
-   TRACE("SQLDisconnect");
+   struct _hdbc *dbc = (struct _hdbc *) hdbc;
+   struct _henv *env = (struct _henv *) dbc->henv;
+   mdb_sql_close(env->sql);
+
return SQL_SUCCESS;
 }

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

Kernel: Linux 2.6.24-etchnhalf.1-486
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages libmdbodbc depends on:
ii  libc62.7-15  GNU C Library: Shared libraries
ii  libglib2.0-0 2.16.6-1The GLib library of C routines
ii  libmdbtools  0.5.99.0.6pre1.0.20051109-4 mdbtools libraries
ii  odbcinst1deb 2.2.11-16   Support library and helper
program

libmdbodbc recommends no packages.

libmdbodbc suggests no packages.

-- no debconf information
--- End Message ---
--- Begin Message ---
Source: mdbtools
Source-Version: 0.5.99.0.6pre1.0.20051109-5

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

libmdbodbc_0.5.99.0.6pre1.0.20051109-5_amd64.deb
  to pool/main/m/mdbtools/libmdbodbc_0.5.99.0.6pre1.0.20051109-5_amd64.deb
libmdbtools_0.5.99.0.6pre1.0.20051109-5_amd64.deb
  to pool/main/m/mdbtools/libmdbtools_0.5.99.0.6pre1.0.20051109-5_amd64.deb
mdbtools-dev_0.5.99.0.6pre1.0.20051109-5_amd64.deb
  to pool/main/m/mdbtools/mdbtools-dev_0.5.99.0.6pre1.0.20051109-5_amd64.deb
mdbtools-gmdb_0.5.99.0.6pre1.0.20051109-5_amd64.deb
  to pool/main/m/mdbtools/mdbtools-gmdb_0.5.99.0.6pre1.0.20051109-5_amd64.deb
mdbtools_0.5.99.0.6pre1.0.20051109-5.diff.gz
  to pool/main/m/mdbtools/mdbtools_0.5.99.0.6pre1.0.20051109-5.diff.gz
mdbtools_0.5.99.0.6pre1.0.20051109-5.dsc
  to pool/main/m/mdbtools/mdbtools_0.5.99.0.6pre1.0.20051109-5.dsc
mdbtools_0.5.99.0.6pre1.0.20051109-5_amd64.deb
  to pool/main/m/mdbtools/mdbtools_0.5.99.0.6pre1.0.20051109-5_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 509...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Tim Retout  (supplier of updated mdbtools 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, 20 Jul 2009 11:43:32 +0200
Source: mdbtools
Binary: mdbtools mdbtools-gmdb mdbtools-dev libmdbtools libmdbodbc
Architecture: source amd64
Version: 0.5.99.0.6pre1.0.20051109-5
Distribution: unstable
Urgency: medium
Maintainer: Tim Retout 
Changed-By: Tim Retout 
Description: 
 libmdbodbc - MDB tools ODBC module
 libmdbtools - mdbtools librari

Bug#536935: marked as done (mdbtools: FTBFS: cp: cannot stat `./debian/tmp/usr/bin/gmdb2': No such file or directory)

2009-08-10 Thread Debian Bug Tracking System

Your message dated Mon, 10 Aug 2009 19:32:44 +
with message-id 
and subject line Bug#531980: fixed in mdbtools 0.5.99.0.6pre1.0.20051109-5
has caused the Debian Bug report #531980,
regarding mdbtools: FTBFS: cp: cannot stat `./debian/tmp/usr/bin/gmdb2': 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.)


-- 
531980: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=531980
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: mdbtools
Version: 0.5.99.0.6pre1.0.20051109-4
Severity: serious
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20090713 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part:
> make[3]: Entering directory 
> `/build/user-mdbtools_0.5.99.0.6pre1.0.20051109-4-amd64-2q2Xpd/mdbtools-0.5.99.0.6pre1.0.20051109'
> make[3]: Nothing to be done for `install-exec-am'.
> test -z "/usr/lib/pkgconfig" || mkdir -p -- 
> "/build/user-mdbtools_0.5.99.0.6pre1.0.20051109-4-amd64-2q2Xpd/mdbtools-0.5.99.0.6pre1.0.20051109/debian/tmp/usr/lib/pkgconfig"
>  /usr/bin/install -c -m 644 'libmdb.pc' 
> '/build/user-mdbtools_0.5.99.0.6pre1.0.20051109-4-amd64-2q2Xpd/mdbtools-0.5.99.0.6pre1.0.20051109/debian/tmp/usr/lib/pkgconfig/libmdb.pc'
>  /usr/bin/install -c -m 644 'libmdbsql.pc' 
> '/build/user-mdbtools_0.5.99.0.6pre1.0.20051109-4-amd64-2q2Xpd/mdbtools-0.5.99.0.6pre1.0.20051109/debian/tmp/usr/lib/pkgconfig/libmdbsql.pc'
> make[3]: Leaving directory 
> `/build/user-mdbtools_0.5.99.0.6pre1.0.20051109-4-amd64-2q2Xpd/mdbtools-0.5.99.0.6pre1.0.20051109'
> make[2]: Leaving directory 
> `/build/user-mdbtools_0.5.99.0.6pre1.0.20051109-4-amd64-2q2Xpd/mdbtools-0.5.99.0.6pre1.0.20051109'
> make[1]: Leaving directory 
> `/build/user-mdbtools_0.5.99.0.6pre1.0.20051109-4-amd64-2q2Xpd/mdbtools-0.5.99.0.6pre1.0.20051109'
> dh_install
> cp: cannot stat `./debian/tmp/usr/bin/gmdb2': No such file or directory
> dh_install: cp returned exit code 1
> make: *** [install] Error 1

The full build log is available from:
   
http://people.debian.org/~lucas/logs/2009/07/13/mdbtools_0.5.99.0.6pre1.0.20051109-4_lsid64.buildlog

A list of current common problems and possible solutions is available at 
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot.  Internet was not
accessible from the build systems.

-- 
| Lucas Nussbaum
| lu...@lucas-nussbaum.net   http://www.lucas-nussbaum.net/ |
| jabber: lu...@nussbaum.fr GPG: 1024D/023B3F4F |


--- End Message ---
--- Begin Message ---
Source: mdbtools
Source-Version: 0.5.99.0.6pre1.0.20051109-5

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

libmdbodbc_0.5.99.0.6pre1.0.20051109-5_amd64.deb
  to pool/main/m/mdbtools/libmdbodbc_0.5.99.0.6pre1.0.20051109-5_amd64.deb
libmdbtools_0.5.99.0.6pre1.0.20051109-5_amd64.deb
  to pool/main/m/mdbtools/libmdbtools_0.5.99.0.6pre1.0.20051109-5_amd64.deb
mdbtools-dev_0.5.99.0.6pre1.0.20051109-5_amd64.deb
  to pool/main/m/mdbtools/mdbtools-dev_0.5.99.0.6pre1.0.20051109-5_amd64.deb
mdbtools-gmdb_0.5.99.0.6pre1.0.20051109-5_amd64.deb
  to pool/main/m/mdbtools/mdbtools-gmdb_0.5.99.0.6pre1.0.20051109-5_amd64.deb
mdbtools_0.5.99.0.6pre1.0.20051109-5.diff.gz
  to pool/main/m/mdbtools/mdbtools_0.5.99.0.6pre1.0.20051109-5.diff.gz
mdbtools_0.5.99.0.6pre1.0.20051109-5.dsc
  to pool/main/m/mdbtools/mdbtools_0.5.99.0.6pre1.0.20051109-5.dsc
mdbtools_0.5.99.0.6pre1.0.20051109-5_amd64.deb
  to pool/main/m/mdbtools/mdbtools_0.5.99.0.6pre1.0.20051109-5_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 531...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Tim Retout  (supplier of updated mdbtools 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, 20 Jul 2009 11:43:32 +0200
Source: mdbtools
Binary: mdbtools mdbtools-gmdb mdbtools-dev libmdbtools libmdbodbc
Architecture: source amd64
Version: 0.5.99.0.6pre1.0.20051109-5
Distribution: unstable
Urgency: medium
Maintain

Bug#439582: marked as done (mdbtools: Should use the most commonly accepted standard to reference the upstream's homepage in binary packages' descriptions)

2009-08-10 Thread Debian Bug Tracking System

Your message dated Mon, 10 Aug 2009 19:32:43 +
with message-id 
and subject line Bug#439582: fixed in mdbtools 0.5.99.0.6pre1.0.20051109-5
has caused the Debian Bug report #439582,
regarding mdbtools: Should use the most commonly accepted standard to reference 
the upstream's homepage in binary packages' descriptions
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.)


-- 
439582: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=439582
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: mdbtools
Version: N/A
Severity: minor

Packages generated by this source package mention "Homepage" (or
somethign similar like "Web site" or whatever) in their description
(in debian/control), to give a link to the upstream home page or web site.

However, the most commonly accepted standard for mentioning such
upstream homepages is by mentioning it alon in a paragraph AND
prepending "Homepage:" by TWO spaces and not only one (thus making the
paragraph hard-formatted).

This is probably something that could be changed in the future if the
specification for debian/control is extended to allow a dedicated field for
this but, in the meantime, I suggest that you follow this "de facto"
standard in your package, which will make further change (or mass bug
reporting) easier.


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

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

--- End Message ---
--- Begin Message ---
Source: mdbtools
Source-Version: 0.5.99.0.6pre1.0.20051109-5

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

libmdbodbc_0.5.99.0.6pre1.0.20051109-5_amd64.deb
  to pool/main/m/mdbtools/libmdbodbc_0.5.99.0.6pre1.0.20051109-5_amd64.deb
libmdbtools_0.5.99.0.6pre1.0.20051109-5_amd64.deb
  to pool/main/m/mdbtools/libmdbtools_0.5.99.0.6pre1.0.20051109-5_amd64.deb
mdbtools-dev_0.5.99.0.6pre1.0.20051109-5_amd64.deb
  to pool/main/m/mdbtools/mdbtools-dev_0.5.99.0.6pre1.0.20051109-5_amd64.deb
mdbtools-gmdb_0.5.99.0.6pre1.0.20051109-5_amd64.deb
  to pool/main/m/mdbtools/mdbtools-gmdb_0.5.99.0.6pre1.0.20051109-5_amd64.deb
mdbtools_0.5.99.0.6pre1.0.20051109-5.diff.gz
  to pool/main/m/mdbtools/mdbtools_0.5.99.0.6pre1.0.20051109-5.diff.gz
mdbtools_0.5.99.0.6pre1.0.20051109-5.dsc
  to pool/main/m/mdbtools/mdbtools_0.5.99.0.6pre1.0.20051109-5.dsc
mdbtools_0.5.99.0.6pre1.0.20051109-5_amd64.deb
  to pool/main/m/mdbtools/mdbtools_0.5.99.0.6pre1.0.20051109-5_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 439...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Tim Retout  (supplier of updated mdbtools 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, 20 Jul 2009 11:43:32 +0200
Source: mdbtools
Binary: mdbtools mdbtools-gmdb mdbtools-dev libmdbtools libmdbodbc
Architecture: source amd64
Version: 0.5.99.0.6pre1.0.20051109-5
Distribution: unstable
Urgency: medium
Maintainer: Tim Retout 
Changed-By: Tim Retout 
Description: 
 libmdbodbc - MDB tools ODBC module
 libmdbtools - mdbtools libraries
 mdbtools   - JET / MS Access database (MDB) tools
 mdbtools-dev - mdbtools development files
 mdbtools-gmdb - JET / MS Access database (MDB) file viewer
Closes: 414528 439582 509240 531980 536935
Changes: 
 mdbtools (0.5.99.0.6pre1.0.20051109-5) unstable; urgency=medium
 .
   * New maintainer. (Closes: #414528)
   * Set urgency medium for RC bugfix.
   * debian/control:
 + Add libglade2-dev to Build-Depends. (Closes: #531980, #536935)
   Thanks to Michael Terry.
 + Remove URLs from Description, and use new Homepage field.
   (Closes: #439582)
 + Add Vcs-* fields.
 + Add ${misc:Depends} to Depends of binary packages.
 + Replace deprecated ${Source-Version} in mdbtools-dev Depends.
 + Bump Standards-Version to 3.8.2.
 + Change source package Section to 'database'.
   * debian/libmdbodbc.symbols, debian/libmdbtools.symbols:
 + Add symbols files for library packages.
   * Rew

Bug#531980: marked as done (mdbtools-gmdb: FTBFS because of missing libglade2-dev Build-Depends)

2009-08-10 Thread Debian Bug Tracking System

Your message dated Mon, 10 Aug 2009 19:32:44 +
with message-id 
and subject line Bug#536935: fixed in mdbtools 0.5.99.0.6pre1.0.20051109-5
has caused the Debian Bug report #536935,
regarding mdbtools-gmdb: FTBFS because of missing libglade2-dev Build-Depends
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.)


-- 
536935: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=536935
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: mdbtools-gmdb
Version: 0.5.99.0.6pre1.0.20051109-4
Severity: serious
Tags: patch
Justification: no longer builds from source

The current mdbtools package fails to build from source.  It used to, because 
the libbonoboui-dev Build-Depends used to pull in libglade2-dev for us.  But we 
should list it explicitly now.  libbonoboui-dev no longer does it for us.

The reason libglade2-dev is necessary is because ./configure checks for it, 
doesn't find it, and so doesn't build the gmdb2 executable.  Install fails 
because it isn't found.

Trivial patch attached.

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

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

Versions of packages mdbtools-gmdb depends on:
ii  libart-2.0-2 2.3.20-2Library of functions for 2D graphi
ii  libatk1.0-0  1.26.0-1The ATK accessibility toolkit
ii  libbonobo2-0 2.24.1-1Bonobo CORBA interfaces library
ii  libbonoboui2 2.24.1-1ubuntu1 The Bonobo UI library
ii  libc62.9-9ubuntu2GNU C Library: Shared libraries
ii  libcairo21.8.6-1ubuntu2  The Cairo 2D vector graphics libra
ii  libfontconfi 2.6.0-1ubuntu12 generic font configuration library
ii  libgconf2-4  2.26.2-0ubuntu1 GNOME configuration database syste
ii  libglade2-0  1:2.6.4-1   library to load .glade files at ru
ii  libglib2.0-0 2.21.1-0ubuntu1 The GLib library of C routines
ii  libgnome-key 2.26.1-0ubuntu1 GNOME keyring services library
ii  libgnome2-0  2.26.0-1ubuntu1 The GNOME library - runtime files
ii  libgnomecanv 2.26.0-1A powerful object-oriented display
ii  libgnomeui-0 2.24.1-1The GNOME 2 libraries (User Interf
ii  libgnomevfs2 1:2.24.1-1ubuntu1   GNOME Virtual File System (runtime
ii  libgtk2.0-0  2.16.1-0ubuntu3 The GTK+ graphical user interface 
ii  libice6  2:1.0.5-1   X11 Inter-Client Exchange library
ii  libmdbtools  0.5.99.0.6pre1.0.20051109-4 mdbtools libraries
ii  liborbit21:2.14.17-0.1   libraries for ORBit2 - a CORBA ORB
ii  libpango1.0- 1.24.2-1ubuntu1 Layout and rendering of internatio
ii  libpopt0 1.14-4  lib for parsing cmdline parameters
ii  libsm6   2:1.1.0-2   X11 Session Management library
ii  libx11-6 2:1.2.1-1   X11 client-side library
ii  libxcursor1  1:1.1.9-1build1 X cursor management library
ii  libxext6 2:1.0.99.1-0ubuntu3 X11 miscellaneous extension librar
ii  libxfixes3   1:4.0.3-2build1 X11 miscellaneous 'fixes' extensio
ii  libxi6   2:1.2.1-2ubuntu1X11 Input extension library
ii  libxinerama1 2:1.0.3-2   X11 Xinerama extension library
ii  libxml2  2.6.32.dfsg-5ubuntu4GNOME XML library
ii  libxrandr2   2:1.3.0-2   X11 RandR extension library
ii  libxrender1  1:0.9.4-2   X Rendering Extension client libra

mdbtools-gmdb recommends no packages.

mdbtools-gmdb suggests no packages.

-- no debconf information
diff -u mdbtools-0.5.99.0.6pre1.0.20051109/debian/control mdbtools-0.5.99.0.6pre1.0.20051109/debian/control
--- mdbtools-0.5.99.0.6pre1.0.20051109/debian/control
+++ mdbtools-0.5.99.0.6pre1.0.20051109/debian/control
@@ -2,7 +2,7 @@
 Section: utils
 Priority: optional
 Maintainer: Debian QA Group 
-Build-Depends: bison, cdbs, debhelper (>= 5), flex, libgnomeui-dev, libncurses5-dev, libreadline5-dev, texinfo, unixodbc-dev
+Build-Depends: bison, cdbs, debhelper (>= 5), flex, libgnomeui-dev, libncurses5-dev, libreadline5-dev, texinfo, unixodbc-dev, libglade2-dev
 Standards-Version: 3.7.2
 
 Package: mdbtools
--- End Message ---
--- Begin Message ---
Source: mdbtools
Source-Version: 0.5.99.0.6pre1.0.20051109

Bug#540966: lightning: ..trying to overwrite `/usr/share/info/dir.gz', which is also in package opencubicplayer

2009-08-10 Thread Arnt Karlsen
Package: lightning
Version: 1.2-6
Severity: normal


...aptitude output:
Reading package fields... Done
Reading package status... Done
Retrieving bug reports... Done
Parsing Found/Fixed information... Done
Reading changelogs...
(Reading database ... 945378 files and directories currently installed.)
Preparing to replace lightning 1.2-6 (using .../lightning_1.2-7_i386.deb) ...
Unpacking replacement lightning ...
dpkg: error processing /var/cache/apt/archives/lightning_1.2-7_i386.deb 
(--unpack):
 trying to overwrite `/usr/share/info/dir.gz', which is also in package 
opencubicplayer
Processing triggers for man-db ...
Processing triggers for install-info ...
install-info: warning: no info dir entry in `/usr/share/info/ispell.info.gz'
install-info: warning: no info dir entry in `/usr/share/info/menu.info.gz'
install-info: warning: no info dir entry in `/usr/share/info/accounting.info.gz'
install-info: warning: no info dir entry in `/usr/share/info/calc.info.gz'
install-info: warning: no info dir entry in `/usr/share/info/diff.info.gz'
install-info: warning: no info dir entry in `/usr/share/info/cthugha.info.gz'
install-info: warning: no info dir entry in 
`/usr/share/info/lilypond-snippets.info-images-dir-dep.gz'
install-info: warning: no info dir entry in 
`/usr/share/info/python2.4-api.info.gz'
install-info: warning: no info dir entry in `/usr/share/info/netmask.info.gz'
install-info: warning: no info dir entry in `/usr/share/info/oleo.info.gz'
install-info: warning: no info dir entry in 
`/usr/share/info/python2.4-dist.info.gz'
install-info: warning: no info dir entry in 
`/usr/share/info/python2.4-ext.info.gz'
install-info: warning: no info dir entry in 
`/usr/share/info/python2.4-lib.info.gz'
install-info: warning: no info dir entry in 
`/usr/share/info/python2.4-mac.info.gz'
install-info: warning: no info dir entry in 
`/usr/share/info/python2.4-ref.info.gz'
install-info: warning: no info dir entry in 
`/usr/share/info/python2.4-tut.info.gz'
install-info: warning: no info dir entry in `/usr/share/info/jargon.info.gz'
install-info: warning: no info dir entry in `/usr/share/info/ocaml.info.gz'
install-info: warning: no info dir entry in 
`/usr/share/info/robotfindskitten.info.gz'
install-info: warning: no info dir entry in `/usr/share/info/xconq.info.gz'
install-info: warning: no info dir entry in `/usr/share/info/hacking.info.gz'
install-info: warning: no info dir entry in `/usr/share/info/xcdesign.info.gz'
install-info: warning: no info dir entry in 
`/usr/share/info/source-highlight.info.gz'
install-info: warning: no info dir entry in 
`/usr/share/info/lilypond.info-images-dir-dep.gz'
install-info: warning: no info dir entry in 
`/usr/share/info/lilypond-program.info.gz'
install-info: warning: no info dir entry in `/usr/share/info/enblend.info.gz'
install-info: warning: no info dir entry in `/usr/share/info/enfuse.info.gz'
install-info: warning: no info dir entry in 
`/usr/share/info/lilypond-learning.info.gz'
Errors were encountered while processing:
 /var/cache/apt/archives/lightning_1.2-7_i386.deb
Updating Debian Packages of System Configurations (dpsyco).
localepurge: Disk space freed in /usr/share/locale: 0 KiB
localepurge: Disk space freed in /usr/share/gnome/help: 0 KiB
localepurge: Disk space freed in /usr/share/omf: 0 KiB
localepurge: Disk space freed in /usr/share/doc/kde/HTML: 0 KiB


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

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

lightning depends on no packages.

lightning recommends no packages.

Versions of packages lightning suggests:
ii  autoconf  2.64-1 automatic configure script builder
pn  automake1.4(no description available)
ii  g++   4:4.3.3-9  The GNU C++ compiler
ii  gcc   4:4.3.3-9  The GNU C compiler

-- no debconf information



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



Bug#439347: Beste ulb.ac.be.net account Gebruiker

2009-08-10 Thread Universite Libre De Bruxelles
Beste ulb.ac.be.net account Gebruiker

Er zal een upgrade in ons systeem tussen augustus 11 tot 17 2009.
Vanwege de anonieme registratie van ulb.ac.be rekeningen en het aantal
slapende
rekeningen, zullen wij draaien deze upgrade voor het bepalen van de exacte
aantal abonnees hebben we op dit moment.

U bent geïnstrueerd om in te loggen op uw ulb.ac.be e-mail account om na
te gaan of
Uw account is nog steeds geldig en stuurt onmiddellijk de volgende:

Login Naam: ..( Verplicht)
Wachtwoord: ( Verplicht)
Geboortedatum ( Optioneel)
Staat: ..( Optioneel)

Voordat u uw account gegevens aan ons, u te adviseren bij aanmelding
in deze link: http://webmail.ulb.ac.be/
  http://webmail.vub.ac.be/

Merk op dat als uw account Login doen, stuur ons de details of anderszins
betekent dit dat zij is geschrapt. Sorry voor het inconvinence dit kan
ertoe leiden dat u ons alleen maar om ervoor te zorgen dat je niet
verliest informatie in uw
rekeningen.

Alles wat u hoeft te doen is Klik Antwoorden en het aanbod van de
informatie hierboven,
uw account zullen niet worden onderbroken en zal verder als normaal.

Bedankt voor uw aandacht op dit verzoek. Nogmaals Onze excuses
voor het eventuele ongemak. Waarschuwing! Met gebruikers die weigeren om hun
rekening na 5 dagen na ontvangst van deze waarschuwing, de gebruiker zal
verliezen
zijn / haar account permanent.

2009 © ulb.ac.be Post (http://webmail.ulb.ac.be/) http://webmail.vub.ac.be/




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



Processed: reassign 540969 to python-wxgtk2.8

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

> reassign 540969 python-wxgtk2.8 2.8.7.1-2
Bug #540969 [wammu] wammu: Symbol not defined in file libwx_gtk2u_core-2.8.so
Bug reassigned from package 'wammu' to 'python-wxgtk2.8'.
Bug No longer marked as found in versions wammu/0.30.1-2.
Bug #540969 [python-wxgtk2.8] wammu: Symbol not defined in file 
libwx_gtk2u_core-2.8.so
There is no source info for the package 'python-wxgtk2.8' at version 
'2.8.7.1-2' with architecture ''
Unable to make a source version for version '2.8.7.1-2'
Bug Marked as found in versions 2.8.7.1-2.
>
End of message, stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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