Processed: Re: Bug#231616: defoma: Apply patch, please

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

 tag 231616 - lenny
Bug #231616 [defoma] defoma-hints error in libperl-hint.pl
Removed tag(s) lenny.
 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



Processed: tagging 184871

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

 # doesn't affect etch or lenny
 tags 184871 squeeze sid
Bug #184871 {Done: Marco Rodrigues goth...@sapo.pt} [gtkglarea5-dev] 
gtkglarea5-dev: Fails very ungracefully in conjunction with gtk+-2.0
Added tag(s) sid and squeeze.

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



Processed: patch

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

 tags 552862 + confirmed patch
Bug #552862 [src:postman] postman: FTBFS: cgi-lib.c:238: error: conflicting 
types for 'getline'
Added tag(s) confirmed and patch.
 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



Processed: tagging 527499

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

 # The Depends is still there in lenny
 tags 527499 + sid squeeze
Bug #527499 {Done: Lex Spoon l...@debian.org} [audiooss] audiooss: FTBFS: 
Missing Build-Depends
Added tag(s) squeeze and sid.

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



Processed: tagging 478456

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

 # doesn't affect etch or lenny
 tags 478456 squeeze sid
Bug #478456 {Done: Barry deFreese bdefre...@debian.org} [python-biggles] 
python-biggles: should use python-numpy instead of python-num{eric,array}
Added tag(s) sid and squeeze.

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



Processed: tagging 485217

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

 # doesn't affect etch or lenny
 tags 485217 squeeze sid
Bug #485217 {Done: Cyril Brulebois k...@debian.org} [spider] spider: FTBFS: 
Using imake without Build-Depends on xutils-dev
Added tag(s) sid and squeeze.

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



Processed: tagging 485897

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

 # doesn't affect etch or lenny
 tags 485897 squeeze sid
Bug #485897 {Done: Marvin Stark m...@der-marv.de} [kallery] kallery: Update 
build-depends to the new ImageMagick packages
Bug #527729 {Done: Marvin Stark m...@der-marv.de} [kallery] kallery: FTBFS: 
ld: cannot find -lMagick
Added tag(s) sid and squeeze.
Added tag(s) sid and squeeze.

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#557321: marked as done (defoma: create wrong prerm script)

2009-11-22 Thread Debian Bug Tracking System
Your message dated Sun, 22 Nov 2009 15:33:34 +
with message-id e1ncers-0007xv...@ries.debian.org
and subject line Bug#557321: fixed in defoma 0.11.10-3
has caused the Debian Bug report #557321,
regarding defoma: create wrong prerm script
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.)


-- 
557321: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=557321
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: defoma
Version: 0.11.10-2
Severity: important
Tags: patch

Hi,

 The font packages created with defoma 0.11.10-2 and dh_installdefoma are not
 able to remove, because the bug was introduced in previous version

diff -urN defoma-0.11.10.previous/debhelper-files/prerm-defoma-hints 
defoma-0.11.10/debhelper-files/prerm-defoma-hints
--- defoma-0.11.10.previous/debhelper-files/prerm-defoma-hints  2006-06-18 
00:54:22.0 +0900
+++ defoma-0.11.10/debhelper-files/prerm-defoma-hints   2009-11-09 
02:29:02.0 +0900
@@ -1,4 +1,4 @@
 FILE='/etc/defoma/hints/#PACKAGE#.hints'
 if [ $1 = remove ]; then
-   test -x /usr/bin/defoma-font  /usr/bin/defoma-font purge-all $FILE
+   test -x `which defoma-font`  defoma-font update #PACKAGE#
 fi

 it should be purge-all but it was changed to update.


 FILE='/etc/defoma/hints/#PACKAGE#.hints'
 if [ $1 = remove ]; then
-   test -x `which defoma-font`  defoma-font update #PACKAGE#
+   test -x `which defoma-font`  defoma-font purge-all #PACKAGE#
 fi


---End Message---
---BeginMessage---
Source: defoma
Source-Version: 0.11.10-3

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

defoma-doc_0.11.10-3_all.deb
  to main/d/defoma/defoma-doc_0.11.10-3_all.deb
defoma_0.11.10-3.dsc
  to main/d/defoma/defoma_0.11.10-3.dsc
defoma_0.11.10-3.tar.gz
  to main/d/defoma/defoma_0.11.10-3.tar.gz
defoma_0.11.10-3_all.deb
  to main/d/defoma/defoma_0.11.10-3_all.deb
psfontmgr_0.11.10-3_all.deb
  to main/d/defoma/psfontmgr_0.11.10-3_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 557...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Christian Perrier bubu...@debian.org (supplier of updated defoma 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: Sun, 22 Nov 2009 15:34:49 +0100
Source: defoma
Binary: defoma defoma-doc psfontmgr
Architecture: source all
Version: 0.11.10-3
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group packa...@qa.debian.org
Changed-By: Christian Perrier bubu...@debian.org
Description: 
 defoma - Debian Font Manager -- automatic font configuration framework
 defoma-doc - Debian Font Manager documentation
 psfontmgr  - PostScript font manager -- part of Defoma, Debian Font Manager
Closes: 557321
Changes: 
 defoma (0.11.10-3) unstable; urgency=low
 .
   * QA upload to fix errors in previous QA upload
   * Fix prerm snippets to properly call defoma-font purge-all
 and not defoma-font update. Closes: #557321
Checksums-Sha1: 
 bf4979b2558e5dd8dc750d9d8a286506c5cef374 767 defoma_0.11.10-3.dsc
 2be7763e78bcbf42b702f5fc2f5dcf0bf6cbb932 152275 defoma_0.11.10-3.tar.gz
 ff5263027e928cc0e1fe5706001e5e951f6a925f 98966 defoma_0.11.10-3_all.deb
 cfb9003be5489ac3cef325559ef350fb76c77043 64154 defoma-doc_0.11.10-3_all.deb
 ac80a83be90f6e5b3fbd258c6f25e9f9dccb7e0f 22498 psfontmgr_0.11.10-3_all.deb
Checksums-Sha256: 
 0e15a2c2c97a7d50d2700f5821d1322357d65e3d12f64fcb2f71baf8c7ec852c 767 
defoma_0.11.10-3.dsc
 d847679a03f0a2c9f7be4ce03a50761f3cc00adffc562302c8dffb464a64a13e 152275 
defoma_0.11.10-3.tar.gz
 e25a08512ae395037262ee677d233add9fbe66002754c291112128fc6f1cbc4d 98966 
defoma_0.11.10-3_all.deb
 83e552451d28185649f5cfa5abf807eb4954743e841881df397928ff01f964fc 64154 
defoma-doc_0.11.10-3_all.deb
 e1ae963693ff49b29bf1946287431d19e2a0190ad48877e6173a62a6a232570b 22498 
psfontmgr_0.11.10-3_all.deb
Files: 
 764334afdde8cfb1c4ed84592754561d 767 admin optional defoma_0.11.10-3.dsc
 86ac4498c41b6385bbacd7748bef3f55 152275 admin optional defoma_0.11.10-3.tar.gz
 dcf00617180b4daf71155e1d3c026b57 98966 admin optional defoma_0.11.10-3_all.deb
 054c07e51a0f1dab0287062a69955ff4 64154 doc optional 
defoma-doc_0.11.10

Bug#552092: marked as done (Cannot purge: invoke-rc.d: initscript trousers, action stop failed.)

2009-11-22 Thread Debian Bug Tracking System
Your message dated Sun, 22 Nov 2009 19:06:04 +
with message-id e1nchl6-0007hb...@ries.debian.org
and subject line Bug#552092: fixed in trousers 0.3.2-7
has caused the Debian Bug report #552092,
regarding Cannot purge: invoke-rc.d: initscript trousers, action stop failed.
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.)


-- 
552092: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=552092
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: trousers
Version: 0.3.1-10
Severity: serious

Hello,

trousers does not seem to work for me, so I want to purge it. But
purging trousers does not work:

# dpkg --purge trousers
(Reading database ... 264922 files and directories currently installed.)
Removing trousers ...
Stopping Trusted Computing daemon: invoke-rc.d: initscript trousers, action 
stop failed.
dpkg: error processing trousers (--purge):
 subprocess installed pre-removal script returned error exit status 1
Starting Trusted Computing daemon: tcsd.
Errors were encountered while processing:
 trousers

A work around is to put an exit 0 at the beginning of /etc/init.d/trousers


Ciao,

Enrico


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

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

Versions of packages trousers depends on:
ii  adduser   3.111  add and remove users and groups
ii  libc6 2.9-25 GNU C Library: Shared libraries
ii  libssl0.9.8   0.9.8k-5   SSL shared libraries
pn  libtspi1  none (no description available)

trousers recommends no packages.

trousers suggests no packages.

-- no debconf information


---End Message---
---BeginMessage---
Source: trousers
Source-Version: 0.3.2-7

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

libtspi-dev_0.3.2-7_amd64.deb
  to main/t/trousers/libtspi-dev_0.3.2-7_amd64.deb
libtspi1_0.3.2-7_amd64.deb
  to main/t/trousers/libtspi1_0.3.2-7_amd64.deb
trousers-dbg_0.3.2-7_amd64.deb
  to main/t/trousers/trousers-dbg_0.3.2-7_amd64.deb
trousers_0.3.2-7.diff.gz
  to main/t/trousers/trousers_0.3.2-7.diff.gz
trousers_0.3.2-7.dsc
  to main/t/trousers/trousers_0.3.2-7.dsc
trousers_0.3.2-7_amd64.deb
  to main/t/trousers/trousers_0.3.2-7_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 552...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Laurent Bigonville bi...@debian.org (supplier of updated trousers 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: Sun, 22 Nov 2009 19:39:32 +0100
Source: trousers
Binary: trousers trousers-dbg libtspi1 libtspi-dev
Architecture: source amd64
Version: 0.3.2-7
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group packa...@qa.debian.org
Changed-By: Laurent Bigonville bi...@debian.org
Description: 
 libtspi-dev - open-source TCG Software Stack (development)
 libtspi1   - open-source TCG Software Stack (library)
 trousers   - open-source TCG Software Stack (daemon)
 trousers-dbg - open-source TCG Software Stack (debug)
Closes: 552092 552489
Changes: 
 trousers (0.3.2-7) unstable; urgency=low
 .
   * QA upload.
   * debian/trousers.init:
 - Don't return failure when stopping daemon and daemon is already
   stopped (Closes: #552092)
 - Use LSB functions to display messages
 - Try to be a little bit more LSB compilant with exit values
 - Run daemon as tss user
 - Remove pid file on stop
 - Use status_of_proc to get daemon status
   * debian/trousers.postinst:
 - Don't chown tcsd daemon to tss user (Closes: #552489)
 - Set shell as /bin/false instead of /usr/sbin/nologin for tss user
 - Chmod /var/lib/tpm as 0700 as the daemon do it anyway when starting
 - Also provide trousers to fix init.d-script-does-not-provide-itself
   * debian/control: Remove duplicate section to please lintian
   * debian/patches/11-fix-manminus.patch: Fix hyphen-used-as-minus-sign
   * debian/watch: Add

Bug#552669: marked as done (maintainer-script-modifies-netbase-managed-file preinst:9 /etc/services)

2009-11-22 Thread Debian Bug Tracking System
Your message dated Mon, 23 Nov 2009 07:17:11 +
with message-id e1nctad-0003z2...@ries.debian.org
and subject line Bug#552669: fixed in afbackup 3.5.3-3
has caused the Debian Bug report #552669,
regarding maintainer-script-modifies-netbase-managed-file preinst:9 
/etc/services
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.)


-- 
552669: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=552669
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: afbackup
Version: 3.5.3-2
Severity: serious
User: lintian-ma...@debian.org
Usertags: maintainer-script-modifies-netbase-managed-file

Justification: The configuration files /etc/services, /etc/protocols, and
   /etc/rpc are managed by the netbase package and must not be
   modified by other packages.

Instead of doing this, please file a wishlist bug against netbase to have an
appropriate entry added.

Refer to Debian Policy Manual section 11.2 (Daemons) for details. 

,[ 11.2 Daemons ]
| The configuration files /etc/services, /etc/protocols, and /etc/rpc are 
managed
| by the netbase package and must not be modified by other packages.
| 
| If a package requires a new entry in one of these files, the maintainer should
| get in contact with the netbase maintainer, who will add the entries and 
release
| a new version of the netbase package.
`

manoj


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

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

Versions of packages afbackup depends on:
pn  afbackup-common none   (no description available)
ii  debianutils 3.2.1Miscellaneous utilities specific t
ii  libc6   2.10.1-2 GNU C Library: Shared libraries
ii  libssl0.9.8 0.9.8k-5 SSL shared libraries
ii  openbsd-inetd [inet-superse 0.20080125-3 The OpenBSD Internet Superserver
ii  tcsh [c-shell]  6.14.00-7TENEX C Shell, an enhanced version

afbackup recommends no packages.

Versions of packages afbackup suggests:
pn  afbackup-client   none (no description available)


---End Message---
---BeginMessage---
Source: afbackup
Source-Version: 3.5.3-3

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

afbackup-client_3.5.3-3_i386.deb
  to main/a/afbackup/afbackup-client_3.5.3-3_i386.deb
afbackup-common_3.5.3-3_all.deb
  to main/a/afbackup/afbackup-common_3.5.3-3_all.deb
afbackup_3.5.3-3.diff.gz
  to main/a/afbackup/afbackup_3.5.3-3.diff.gz
afbackup_3.5.3-3.dsc
  to main/a/afbackup/afbackup_3.5.3-3.dsc
afbackup_3.5.3-3_i386.deb
  to main/a/afbackup/afbackup_3.5.3-3_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 552...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Nikita V. Youshchenko yo...@debian.org (supplier of updated afbackup 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, 23 Nov 2009 09:56:05 +0300
Source: afbackup
Binary: afbackup-common afbackup afbackup-client
Architecture: source all i386
Version: 3.5.3-3
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group packa...@qa.debian.org
Changed-By: Nikita V. Youshchenko yo...@debian.org
Description: 
 afbackup   - Client-Server Backup System (Server side)
 afbackup-client - Client-Server Backup System (Client side)
 afbackup-common - Client-Server Backup System (common files)
Closes: 552669 553273
Changes: 
 afbackup (3.5.3-3) unstable; urgency=low
 .
   * QA upload.
   * No longer support upgrading from ancient versions:
 - do not try to fix /etc/services (Closes: #552669),
 - do not prompt for upgrade abort if incompatible version (Closes: 
#553273).
 Instead just unconditionally abort upgrade if that old version is detected.
   * Update debian/compat to 6, since 4 is depricated now. No changes needed.
 - Build-Depend on debhelper (= 6

Bug#553273: marked as done (afbackup: read-in-maintainer-script preinst:28)

2009-11-22 Thread Debian Bug Tracking System
Your message dated Mon, 23 Nov 2009 07:17:11 +
with message-id e1nctad-0003z5...@ries.debian.org
and subject line Bug#553273: fixed in afbackup 3.5.3-3
has caused the Debian Bug report #553273,
regarding afbackup: read-in-maintainer-script preinst:28
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.)


-- 
553273: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=553273
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: afbackup
Version: 3.5.3-2
Severity: serious
User: lintian-ma...@debian.org
Usertags: read-in-maintainer-script

 This maintainer script appears to use read to get information from the
 user. Prompting in maintainer scripts must be done by communicating through a
 program such as debconf which conforms to the Debian Configuration management
 specification, version 2 or higher.
 
 Refer to Debian Policy Manual section 3.9.1 (Prompting in maintainer scripts)
 for details.
 
,[ 3.9.1 Prompting in maintainer scripts ]
| Package maintainer scripts may prompt the user if necessary. Prompting must be
| done by communicating through a program, such as debconf, which conforms to 
the
| Debian Configuration Management Specification, version 2 or higher.
| 
| Packages which are essential, or which are dependencies of essential packages,
| may fall back on another prompting method if no such interface is available 
when
| they are executed.
| 
| The Debian Configuration Management Specification is included in the
| debconf_specification files in the debian-policy package. 
`

manoj


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

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

Versions of packages afbackup depends on:
pn  afbackup-common none   (no description available)
ii  debianutils 3.2.1Miscellaneous utilities specific t
ii  libc6   2.10.1-3 GNU C Library: Shared libraries
ii  libssl0.9.8 0.9.8k-5 SSL shared libraries
ii  openbsd-inetd [inet-superse 0.20080125-3 The OpenBSD Internet Superserver
ii  tcsh [c-shell]  6.14.00-7TENEX C Shell, an enhanced version

afbackup recommends no packages.

Versions of packages afbackup suggests:
pn  afbackup-client   none (no description available)


---End Message---
---BeginMessage---
Source: afbackup
Source-Version: 3.5.3-3

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

afbackup-client_3.5.3-3_i386.deb
  to main/a/afbackup/afbackup-client_3.5.3-3_i386.deb
afbackup-common_3.5.3-3_all.deb
  to main/a/afbackup/afbackup-common_3.5.3-3_all.deb
afbackup_3.5.3-3.diff.gz
  to main/a/afbackup/afbackup_3.5.3-3.diff.gz
afbackup_3.5.3-3.dsc
  to main/a/afbackup/afbackup_3.5.3-3.dsc
afbackup_3.5.3-3_i386.deb
  to main/a/afbackup/afbackup_3.5.3-3_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 553...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Nikita V. Youshchenko yo...@debian.org (supplier of updated afbackup 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, 23 Nov 2009 09:56:05 +0300
Source: afbackup
Binary: afbackup-common afbackup afbackup-client
Architecture: source all i386
Version: 3.5.3-3
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group packa...@qa.debian.org
Changed-By: Nikita V. Youshchenko yo...@debian.org
Description: 
 afbackup   - Client-Server Backup System (Server side)
 afbackup-client - Client-Server Backup System (Client side)
 afbackup-common - Client-Server Backup System (common files)
Closes: 552669 553273
Changes: 
 afbackup (3.5.3-3) unstable; urgency=low
 .
   * QA upload.
   * No longer support upgrading from ancient versions:
 - do not try to fix /etc/services (Closes: #552669),
 - do not prompt for upgrade abort if incompatible version (Closes: 
#553273).
 Instead just

Bug#557556: marked as done (trousers: FTBFS on GNU/kFreeBSD)

2009-11-23 Thread Debian Bug Tracking System
Your message dated Mon, 23 Nov 2009 10:05:23 +
with message-id e1ncvnp-0005kv...@ries.debian.org
and subject line Bug#557556: fixed in trousers 0.3.2-8
has caused the Debian Bug report #557556,
regarding trousers: FTBFS on GNU/kFreeBSD
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.)


-- 
557556: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=557556
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: trousers
Version: 0.3.2-7
Severity: important
Tags: patch
User: debian-...@lists.debian.org
Usertags: kfreebsd

Hi,

your package FTBFS on kfreebsd-*. I'm attaching a patch which almost
fixes it, but I'm now getting:
| ps_inspect.c: In function ‘main’:
| ps_inspect.c:342: error: format ‘%ld’ expects type ‘long int’, but argument 3 
has type ‘off_t’

The OFF_T_PRINTF #defines at the top of tools/ps_inspect.c seem very
buggy too me, I guess you should be checking this kind of things from
configure.

Mraw,
KiBi.
--- a/src/include/trousers_types.h
+++ b/src/include/trousers_types.h
@@ -118,7 +118,7 @@ typedef struct tdTSS_KEY {
 	BYTE *encData;
 } TSS_KEY;
 
-#if (defined (__linux) || defined (linux))
+#if (defined (__linux) || defined (linux) || defined (__GLIBC__))
 #define BSD_CONST
 #elif (defined (__OpenBSD__) || defined (__FreeBSD__))
 #define BSD_CONST const
--- a/src/tcsd/platform.c
+++ b/src/tcsd/platform.c
@@ -13,7 +13,7 @@
 #include sys/param.h
 #include sys/sysctl.h
 #include err.h
-#elif (defined (__linux) || defined (linux))
+#elif (defined (__linux) || defined (linux) || defined(__GLIBC__))
 #include utmp.h
 #endif
 
@@ -31,7 +31,7 @@
 #include tcslog.h
 
 
-#if (defined (__linux) || defined (linux))
+#if (defined (__linux) || defined (linux) || defined(__GLIBC__))
 MUTEX_DECLARE_INIT(utmp_lock);
 
 char
--- a/src/tspi/ps/tspps.c
+++ b/src/tspi/ps/tspps.c
@@ -44,7 +44,7 @@ get_user_ps_path(char **file)
 	TSS_RESULT result;
 	char *file_name = NULL, *home_dir = NULL;
 	struct passwd *pwp;
-#if (defined (__linux) || defined (linux))
+#if (defined (__linux) || defined (linux) || defined(__GLIBC__))
 	struct passwd pw;
 #endif
 	struct stat stat_buf;
@@ -64,7 +64,7 @@ get_user_ps_path(char **file)
 
 	setpwent();
 	while (1) {
-#if (defined (__linux) || defined (linux))
+#if (defined (__linux) || defined (linux) || defined(__GLIBC__))
 		rc = getpwent_r(pw, buf, PASSWD_BUFSIZE, pwp);
 		if (rc) {
 			LogDebugFn(USER PS: Error getting path to home directory: getpwent_r: %s,
---End Message---
---BeginMessage---
Source: trousers
Source-Version: 0.3.2-8

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

libtspi-dev_0.3.2-8_amd64.deb
  to main/t/trousers/libtspi-dev_0.3.2-8_amd64.deb
libtspi1_0.3.2-8_amd64.deb
  to main/t/trousers/libtspi1_0.3.2-8_amd64.deb
trousers-dbg_0.3.2-8_amd64.deb
  to main/t/trousers/trousers-dbg_0.3.2-8_amd64.deb
trousers_0.3.2-8.diff.gz
  to main/t/trousers/trousers_0.3.2-8.diff.gz
trousers_0.3.2-8.dsc
  to main/t/trousers/trousers_0.3.2-8.dsc
trousers_0.3.2-8_amd64.deb
  to main/t/trousers/trousers_0.3.2-8_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 557...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Laurent Bigonville bi...@debian.org (supplier of updated trousers 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, 23 Nov 2009 10:44:10 +0100
Source: trousers
Binary: trousers trousers-dbg libtspi1 libtspi-dev
Architecture: source amd64
Version: 0.3.2-8
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group packa...@qa.debian.org
Changed-By: Laurent Bigonville bi...@debian.org
Description: 
 libtspi-dev - open-source TCG Software Stack (development)
 libtspi1   - open-source TCG Software Stack (library)
 trousers   - open-source TCG Software Stack (daemon)
 trousers-dbg - open-source TCG Software Stack (debug)
Closes: 557556
Changes: 
 trousers (0.3.2-8) unstable; urgency=low
 .
   * QA upload.
   * Fix FTBFS on kfreebsd-* (Closes: #557556)
Checksums-Sha1: 
 ac67e00dda55ac9cac361f69e1670abb7ffbc23b 1091 trousers_0.3.2-8.dsc
 f63e9a25046ba0c00ef42dcf6b1fac9ee5e910ed 15752 trousers_0.3.2-8.diff.gz

Processed: Re: Bug#557556: trousers: FTBFS on GNU/kFreeBSD

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

 reopen 557556
Bug #557556 {Done: Laurent Bigonville bi...@debian.org} [trousers] trousers: 
FTBFS on GNU/kFreeBSD
'reopen' may be inappropriate when a bug has been closed with a version;
you may need to use 'found' to remove fixed versions.
 found 557556 0.3.2-8
Bug #557556 [trousers] trousers: FTBFS on GNU/kFreeBSD
Bug Marked as found in versions trousers/0.3.2-8.
 retitle 557556 trousers: FTBFS on kfreebsd-i386
Bug #557556 [trousers] trousers: FTBFS on GNU/kFreeBSD
Changed Bug title to 'trousers: FTBFS on kfreebsd-i386' from 'trousers: FTBFS 
on GNU/kFreeBSD'
 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#382105: marked as done (archmbox: bzip2 has moved to /bin)

2009-11-23 Thread Debian Bug Tracking System
Your message dated Mon, 23 Nov 2009 22:02:23 +
with message-id e1ncgzh-0001jb...@ries.debian.org
and subject line Bug#382105: fixed in archmbox 4.10.0-2
has caused the Debian Bug report #382105,
regarding archmbox: bzip2 has moved to /bin
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.)


-- 
382105: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=382105
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: archmbox
Version: 4.9.0-1
Severity: normal


the script  has bzip2 set as /usr/bin/bzip2 the new location is
/bin/bzip2



-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16.13-xenU
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages archmbox depends on:
ii  bzip2  1.0.3-3   high-quality block-sorting file co
ii  perl   5.8.8-6   Larry Wall's Practical Extraction 
ii  psmisc 22.2-1Utilities that use the proc filesy
ii  uw-mailutils   7:2002edebian1-13 C-client support programs from UW

archmbox recommends no packages.

-- no debconf information

---End Message---
---BeginMessage---
Source: archmbox
Source-Version: 4.10.0-2

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

archmbox_4.10.0-2.diff.gz
  to main/a/archmbox/archmbox_4.10.0-2.diff.gz
archmbox_4.10.0-2.dsc
  to main/a/archmbox/archmbox_4.10.0-2.dsc
archmbox_4.10.0-2_all.deb
  to main/a/archmbox/archmbox_4.10.0-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 382...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Alberto Furia stral...@email.it (supplier of updated archmbox 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: Sun, 22 Nov 2009 17:19:47 +0100
Source: archmbox
Binary: archmbox
Architecture: source all
Version: 4.10.0-2
Distribution: unstable
Urgency: low
Maintainer: Alberto Furia stral...@email.it
Changed-By: Alberto Furia stral...@email.it
Description: 
 archmbox   - a simple email archiver written in perl
Closes: 382105 547224
Changes: 
 archmbox (4.10.0-2) unstable; urgency=low
 .
   * Taking back maintainership. (Closes: #547224)
   * New build set bzip2 location to /bin/bzip2 (Closes: #382105)
Checksums-Sha1: 
 4b4673478c277c3828e1650f0ad7dc7e0a2ab92c 1063 archmbox_4.10.0-2.dsc
 5ac339d2f0f18664350247f32b137a975aa6e2c3 25811 archmbox_4.10.0-2.diff.gz
 64f3d517099e5d1fd0d1c05a8e6fcf8b693c009a 37120 archmbox_4.10.0-2_all.deb
Checksums-Sha256: 
 82a361cf5aadb18452d1f27e834d53cb95c6ae75211d8a42c9c98371b99593e0 1063 
archmbox_4.10.0-2.dsc
 5bd505150992fa85bb26d877ccbf73549182bb30677c957f3c82ad2e71fdae70 25811 
archmbox_4.10.0-2.diff.gz
 b229a95f90482ccf8ab9e91c74a77d16bbb90545af391764e033f859ed96bf8f 37120 
archmbox_4.10.0-2_all.deb
Files: 
 0f3cefe3f2bf0e58cbc78e8feaa58d04 1063 mail optional archmbox_4.10.0-2.dsc
 f2e94725023aafaa7d184935f2139fba 25811 mail optional archmbox_4.10.0-2.diff.gz
 05bc5dc53c871042ad0075e0a55a00f4 37120 mail optional archmbox_4.10.0-2_all.deb

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

iEYEARECAAYFAksLA20ACgkQ5ItltUs5T37VNACgoXd3QmXSRO6Z5c95R3e4IF+C
eM8AoL2Udq/xlG2o21ElMjYDPnDVr687
=PS+U
-END PGP SIGNATURE-


---End Message---


Bug#538364: marked as done ((gmanedit_0.4.2-1/avr32): FTBFS: Outdated config.{sub,guess})

2009-11-23 Thread Debian Bug Tracking System
Your message dated Mon, 23 Nov 2009 23:33:51 +0100
with message-id 1259015631.3129.524.ca...@vousci
and subject line Solved in last version
has caused the Debian Bug report #538364,
regarding (gmanedit_0.4.2-1/avr32): FTBFS: Outdated config.{sub,guess}
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.)


-- 
538364: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=538364
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: gmanedit
Version: 0.4.2-1
Severity: wishlist
User: bradsm...@debian.org
Usertags: avr32

Hi,

Whilst building your package on AVR32, the build failed due to outdated
config.{sub,guess} files.

Full build logs available:

  http://buildd.debian-ports.org/build.php?pkg=gmaneditarch=avr32ver=0.4.2-1

Regards,
Bradley Smith

--
Bradley Smith b...@brad-smith.co.uk
Debian GNU/Linux Developer bradsm...@debian.org
GPG: 0xC718D347   D201 7274 2FE1 A92A C45C EFAB 8F70 629A C718 D347


---End Message---
---BeginMessage---
Package: gmanedit
Version: 0.4.2-3

gmanedit 0.4.2-3 should solve the issue, since it copies up-to-date
files, though I forgot to mention this in debian/changelog

Pietro


signature.asc
Description: Questa è una parte del messaggio firmata digitalmente
---End Message---


Processed: patch

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

 tags 552834 + confirmed patch
Bug #552834 [src:metamail] metamail: FTBFS: uue.c:33: error: conflicting types 
for 'getline'
Added tag(s) confirmed and patch.
 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



Processed: patch 552830

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

 tags 552862 + patch
Bug #552862 [src:postman] postman: FTBFS: cgi-lib.c:238: error: conflicting 
types for 'getline'
Ignoring request to alter tags of bug #552862 to the same tags previously set
 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#557556: marked as done (trousers: FTBFS on kfreebsd-i386)

2009-11-26 Thread Debian Bug Tracking System
Your message dated Thu, 26 Nov 2009 11:18:14 +
with message-id e1ndcmy-0006oi...@ries.debian.org
and subject line Bug#557556: fixed in trousers 0.3.2-9
has caused the Debian Bug report #557556,
regarding trousers: FTBFS on kfreebsd-i386
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.)


-- 
557556: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=557556
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: trousers
Version: 0.3.2-7
Severity: important
Tags: patch
User: debian-...@lists.debian.org
Usertags: kfreebsd

Hi,

your package FTBFS on kfreebsd-*. I'm attaching a patch which almost
fixes it, but I'm now getting:
| ps_inspect.c: In function ‘main’:
| ps_inspect.c:342: error: format ‘%ld’ expects type ‘long int’, but argument 3 
has type ‘off_t’

The OFF_T_PRINTF #defines at the top of tools/ps_inspect.c seem very
buggy too me, I guess you should be checking this kind of things from
configure.

Mraw,
KiBi.
--- a/src/include/trousers_types.h
+++ b/src/include/trousers_types.h
@@ -118,7 +118,7 @@ typedef struct tdTSS_KEY {
 	BYTE *encData;
 } TSS_KEY;
 
-#if (defined (__linux) || defined (linux))
+#if (defined (__linux) || defined (linux) || defined (__GLIBC__))
 #define BSD_CONST
 #elif (defined (__OpenBSD__) || defined (__FreeBSD__))
 #define BSD_CONST const
--- a/src/tcsd/platform.c
+++ b/src/tcsd/platform.c
@@ -13,7 +13,7 @@
 #include sys/param.h
 #include sys/sysctl.h
 #include err.h
-#elif (defined (__linux) || defined (linux))
+#elif (defined (__linux) || defined (linux) || defined(__GLIBC__))
 #include utmp.h
 #endif
 
@@ -31,7 +31,7 @@
 #include tcslog.h
 
 
-#if (defined (__linux) || defined (linux))
+#if (defined (__linux) || defined (linux) || defined(__GLIBC__))
 MUTEX_DECLARE_INIT(utmp_lock);
 
 char
--- a/src/tspi/ps/tspps.c
+++ b/src/tspi/ps/tspps.c
@@ -44,7 +44,7 @@ get_user_ps_path(char **file)
 	TSS_RESULT result;
 	char *file_name = NULL, *home_dir = NULL;
 	struct passwd *pwp;
-#if (defined (__linux) || defined (linux))
+#if (defined (__linux) || defined (linux) || defined(__GLIBC__))
 	struct passwd pw;
 #endif
 	struct stat stat_buf;
@@ -64,7 +64,7 @@ get_user_ps_path(char **file)
 
 	setpwent();
 	while (1) {
-#if (defined (__linux) || defined (linux))
+#if (defined (__linux) || defined (linux) || defined(__GLIBC__))
 		rc = getpwent_r(pw, buf, PASSWD_BUFSIZE, pwp);
 		if (rc) {
 			LogDebugFn(USER PS: Error getting path to home directory: getpwent_r: %s,
---End Message---
---BeginMessage---
Source: trousers
Source-Version: 0.3.2-9

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

libtspi-dev_0.3.2-9_amd64.deb
  to main/t/trousers/libtspi-dev_0.3.2-9_amd64.deb
libtspi1_0.3.2-9_amd64.deb
  to main/t/trousers/libtspi1_0.3.2-9_amd64.deb
trousers-dbg_0.3.2-9_amd64.deb
  to main/t/trousers/trousers-dbg_0.3.2-9_amd64.deb
trousers_0.3.2-9.diff.gz
  to main/t/trousers/trousers_0.3.2-9.diff.gz
trousers_0.3.2-9.dsc
  to main/t/trousers/trousers_0.3.2-9.dsc
trousers_0.3.2-9_amd64.deb
  to main/t/trousers/trousers_0.3.2-9_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 557...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Laurent Bigonville bi...@debian.org (supplier of updated trousers 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: Thu, 26 Nov 2009 11:55:30 +0100
Source: trousers
Binary: trousers trousers-dbg libtspi1 libtspi-dev
Architecture: source amd64
Version: 0.3.2-9
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group packa...@qa.debian.org
Changed-By: Laurent Bigonville bi...@debian.org
Description: 
 libtspi-dev - open-source TCG Software Stack (development)
 libtspi1   - open-source TCG Software Stack (library)
 trousers   - open-source TCG Software Stack (daemon)
 trousers-dbg - open-source TCG Software Stack (debug)
Closes: 557556
Changes: 
 trousers (0.3.2-9) unstable; urgency=low
 .
   * QA upload.
   * Really fix FTBFS on kfreebsd-* (Closes: #557556)
Checksums-Sha1: 
 177f2079b38cd1dbe4922a4454983bf02d4ae699 1091 trousers_0.3.2-9.dsc
 04bf9230fe5a51f4b8c9438a5bf407356487d110 15859 trousers_0.3.2-9.diff.gz

Processed (with 1 errors): Re: Bug#506294: netbeans-ide: moving the package to main

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

 severity 506294 serious
Bug #506294 [netbeans-ide] netbeans-ide: moving the package to main
Severity set to 'serious' from 'wishlist'

 retitle 506294 includes sourceless jar files
Bug #506294 [netbeans-ide] netbeans-ide: moving the package to main
Changed Bug title to 'includes sourceless jar files' from 'netbeans-ide: moving 
the package to main'
 forcemerge 506294 531952
Bug#506294: includes sourceless jar files
Bug#531952: netbeans-platform: Contrib is not the right archive area
Mismatch - only Bugs in the same package can be forcibly merged:
Bug 531952 is not in the same package as 506294
 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



Processed: tagging as pending bugs that are closed by packages in NEW

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

 # Fri Nov 27 19:03:27 UTC 2009
 # Tagging as pending bugs that are closed by packages in NEW
 # http://ftp-master.debian.org/new.html
 #
 # Source package in NEW: fatrat-unpack
 tags 537066 + pending
Bug #537066 [wnpp] ITP: fatrat-unpack -- non-free fatrat plugin for unpacking 
archives inside the application
Added tag(s) pending.
 # Source package in NEW: ohcount
 tags 542892 + pending
Bug #542892 [ohcount] ohcount: #!/usr/bin/env ruby in /usr/bin/ohcount
Added tag(s) pending.
 # Source package in NEW: libplist
 tags 530590 + pending
Bug #530590 [libplist-utils] libplist-utils: long description no sentence
Added tag(s) pending.
 # Source package in NEW: libplist
 tags 548594 + pending
Bug #548594 [wnpp] ITA: libplist -- Library for handling apple binary and XML 
property lists
Added tag(s) pending.
 # Source package in NEW: libplist
 tags 557822 + pending
Bug #557822 [src:libplist] libplist: uses pythonX.Y/site-packages for Python = 
2.6
Added tag(s) pending.
 # Source package in NEW: libplist
 tags 557554 + pending
Bug #557554 [libplist0] libplist0: segfault while getting PLIST_DATE value
Added tag(s) pending.

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#557554: marked as done (libplist0: segfault while getting PLIST_DATE value)

2009-11-28 Thread Debian Bug Tracking System
Your message dated Sat, 28 Nov 2009 16:32:17 +
with message-id e1neqdz-0005ya...@ries.debian.org
and subject line Bug#557554: fixed in libplist 0.16-1
has caused the Debian Bug report #557554,
regarding libplist0: segfault while getting PLIST_DATE value
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.)


-- 
557554: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=557554
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: libplist0
Version: 0.13-2
Severity: important
Tags: patch

Hi,

libplist crashes while retrieving the value of a PLIST_DATE type element;
this bug has been fixed upstream in commit

  d21c7d4a9c90232bd8f444c0b620f8fe465387d5

Thanks,

JB.

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

Kernel: Linux 2.6.30.1 (SMP w/2 CPU cores)
Locale: LANG=C, lc_ctype=fr...@euro (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/bash

Versions of packages libplist0 depends on:
ii  libc6   2.10.1-7 GNU C Library: Shared libraries
ii  libglib2.0-02.22.2-2 The GLib library of C routines
ii  libxml2 2.7.6.dfsg-1 GNOME XML library

libplist0 recommends no packages.

libplist0 suggests no packages.

-- no debconf information


---End Message---
---BeginMessage---
Source: libplist
Source-Version: 0.16-1

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

libplist++-dev_0.16-1_amd64.deb
  to main/libp/libplist/libplist++-dev_0.16-1_amd64.deb
libplist++0_0.16-1_amd64.deb
  to main/libp/libplist/libplist++0_0.16-1_amd64.deb
libplist-dbg_0.16-1_amd64.deb
  to main/libp/libplist/libplist-dbg_0.16-1_amd64.deb
libplist-dev_0.16-1_amd64.deb
  to main/libp/libplist/libplist-dev_0.16-1_amd64.deb
libplist-utils_0.16-1_amd64.deb
  to main/libp/libplist/libplist-utils_0.16-1_amd64.deb
libplist0_0.16-1_amd64.deb
  to main/libp/libplist/libplist0_0.16-1_amd64.deb
libplist_0.16-1.diff.gz
  to main/libp/libplist/libplist_0.16-1.diff.gz
libplist_0.16-1.dsc
  to main/libp/libplist/libplist_0.16-1.dsc
libplist_0.16.orig.tar.gz
  to main/libp/libplist/libplist_0.16.orig.tar.gz
python-plist_0.16-1_amd64.deb
  to main/libp/libplist/python-plist_0.16-1_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 557...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Julien Lavergne julien.laver...@gmail.com (supplier of updated libplist 
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: Sun, 22 Nov 2009 13:51:02 -0600
Source: libplist
Binary: libplist0 libplist++0 libplist-dev libplist++-dev libplist-dbg 
python-plist libplist-utils
Architecture: source amd64
Version: 0.16-1
Distribution: unstable
Urgency: low
Maintainer:  Julien Lavergne julien.laver...@gmail.com
Changed-By: Julien Lavergne julien.laver...@gmail.com
Description: 
 libplist++-dev - Library for handling Apple binary and XML property lists
 libplist++0 - Library for handling Apple binary and XML property lists
 libplist-dbg - Library for handling Apple binary and XML property lists
 libplist-dev - Library for handling Apple binary and XML property lists
 libplist-utils - Apple property list converter
 libplist0  - Library for handling Apple binary and XML property lists
 python-plist - Library for handling Apple binary and XML property lists
Closes: 530590 548594 557554 557822
Changes: 
 libplist (0.16-1) unstable; urgency=low
 .
   * Adopt the package. Thanks Bradley Smith for his work. (Closes: #548594)
   * New upstream release (Closes: #557554).
   * debian/control:
- Add libplist++{0,-dev} binaries for the new library.
- Bump Standards-Version to 3.8.3, no changes needed.
- Build-depends on python-all-dev
- Switch to python-support.
- Add Conflicts/Replace for -dev packages, some headers moved to the new
  library.
- Remove Vcs-* field.
- Bump minimum version of swig to = 1.3.36
- Change name of the -dbg package, it contains debug symbols for the 2
  libraries.
- Avoid dupplicated Descriptions field.
- Add a more verbose extended

Bug#530590: marked as done (libplist-utils: long description no sentence)

2009-11-28 Thread Debian Bug Tracking System
Your message dated Sat, 28 Nov 2009 16:32:17 +
with message-id e1neqdz-0005y1...@ries.debian.org
and subject line Bug#530590: fixed in libplist 0.16-1
has caused the Debian Bug report #530590,
regarding libplist-utils: long description no sentence
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.)


-- 
530590: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=530590
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: libplist-utils
Version: 0.12-1
Severity: minor

Hi!

 It would be nice if the long description of your package could consist
of full sentences[1], preferably more than just one - currently it looks
a bit poor and pretty short.

 So long, and thanks for your great work nevertheless!
Rhonda
[1] 
http://www.us.debian.org/doc/developers-reference/best-pkging-practices#bpp-pkg-desc


---End Message---
---BeginMessage---
Source: libplist
Source-Version: 0.16-1

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

libplist++-dev_0.16-1_amd64.deb
  to main/libp/libplist/libplist++-dev_0.16-1_amd64.deb
libplist++0_0.16-1_amd64.deb
  to main/libp/libplist/libplist++0_0.16-1_amd64.deb
libplist-dbg_0.16-1_amd64.deb
  to main/libp/libplist/libplist-dbg_0.16-1_amd64.deb
libplist-dev_0.16-1_amd64.deb
  to main/libp/libplist/libplist-dev_0.16-1_amd64.deb
libplist-utils_0.16-1_amd64.deb
  to main/libp/libplist/libplist-utils_0.16-1_amd64.deb
libplist0_0.16-1_amd64.deb
  to main/libp/libplist/libplist0_0.16-1_amd64.deb
libplist_0.16-1.diff.gz
  to main/libp/libplist/libplist_0.16-1.diff.gz
libplist_0.16-1.dsc
  to main/libp/libplist/libplist_0.16-1.dsc
libplist_0.16.orig.tar.gz
  to main/libp/libplist/libplist_0.16.orig.tar.gz
python-plist_0.16-1_amd64.deb
  to main/libp/libplist/python-plist_0.16-1_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 530...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Julien Lavergne julien.laver...@gmail.com (supplier of updated libplist 
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: Sun, 22 Nov 2009 13:51:02 -0600
Source: libplist
Binary: libplist0 libplist++0 libplist-dev libplist++-dev libplist-dbg 
python-plist libplist-utils
Architecture: source amd64
Version: 0.16-1
Distribution: unstable
Urgency: low
Maintainer:  Julien Lavergne julien.laver...@gmail.com
Changed-By: Julien Lavergne julien.laver...@gmail.com
Description: 
 libplist++-dev - Library for handling Apple binary and XML property lists
 libplist++0 - Library for handling Apple binary and XML property lists
 libplist-dbg - Library for handling Apple binary and XML property lists
 libplist-dev - Library for handling Apple binary and XML property lists
 libplist-utils - Apple property list converter
 libplist0  - Library for handling Apple binary and XML property lists
 python-plist - Library for handling Apple binary and XML property lists
Closes: 530590 548594 557554 557822
Changes: 
 libplist (0.16-1) unstable; urgency=low
 .
   * Adopt the package. Thanks Bradley Smith for his work. (Closes: #548594)
   * New upstream release (Closes: #557554).
   * debian/control:
- Add libplist++{0,-dev} binaries for the new library.
- Bump Standards-Version to 3.8.3, no changes needed.
- Build-depends on python-all-dev
- Switch to python-support.
- Add Conflicts/Replace for -dev packages, some headers moved to the new
  library.
- Remove Vcs-* field.
- Bump minimum version of swig to = 1.3.36
- Change name of the -dbg package, it contains debug symbols for the 2
  libraries.
- Avoid dupplicated Descriptions field.
- Add a more verbose extended description (Closes: #530590)
   * debian/*.install: Reorganize with the new library.
   * debian/python-plist.install
- Replace site-packages by *-packages for python 2.6 migration.
  (Closes: #557822)
   * debian/rules  python-plist.preinst:
- Switch to python-support and remove previous installed files by
  python-central.
   * debian/plist.1  debian/libplist-utils.man: Add a man page for plist.
Checksums-Sha1: 
 36d8b7322c8a3e613fe7c92a170a87af4e020451 1205

Bug#557822: marked as done (libplist: uses pythonX.Y/site-packages for Python = 2.6)

2009-11-28 Thread Debian Bug Tracking System
Your message dated Sat, 28 Nov 2009 16:32:17 +
with message-id e1neqdz-0005yl...@ries.debian.org
and subject line Bug#557822: fixed in libplist 0.16-1
has caused the Debian Bug report #557822,
regarding libplist: uses pythonX.Y/site-packages for 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.)


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

Source: libplist
Version: 0.13-2
Severity: minor
User: debian-pyt...@lists.debian.org
Usertags: python2.6 dist-packages

Hello,

When rebuilt against python-all{,-dev,-dbg} (and thus python2.6) from
Debian experimental (and with python2.6 as the default one), your binary
package contained these files:

[libplist0-dbg_0.13-2_amd64.deb]
/usr/lib/debug/usr/lib/python2.6/site-packages/libplist/_PList.so


This is an indication of a broken package: Python = 2.6 does not
look for modules into /usr/lib/pythonX.Y/site-packages/ anymore, but
uses /usr/lib/pythonX.Y/dist-packages/ instead.

How to fix it?
==
* if your package is using python-central:
  - add XB-Python-Version: ${python:Versions} to all binary packages
that ship Python modules (.py files) or extensions (.so, including
_d.so) in debian/control, check if it's enough,
  - try to convert to python-support[1], check if it's enough,
* add --install-layout=deb to setup.py call and bump minimum required
  python{,-all,all-dev} build dependency to 2.5.4-1~, check if it's enough
* ask for help on #debian-python or debian-pyt...@lists.debian.org

[1] http://wiki.debian.org/DebianPython/central2support

--
Jakub Wilk


---End Message---
---BeginMessage---
Source: libplist
Source-Version: 0.16-1

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

libplist++-dev_0.16-1_amd64.deb
  to main/libp/libplist/libplist++-dev_0.16-1_amd64.deb
libplist++0_0.16-1_amd64.deb
  to main/libp/libplist/libplist++0_0.16-1_amd64.deb
libplist-dbg_0.16-1_amd64.deb
  to main/libp/libplist/libplist-dbg_0.16-1_amd64.deb
libplist-dev_0.16-1_amd64.deb
  to main/libp/libplist/libplist-dev_0.16-1_amd64.deb
libplist-utils_0.16-1_amd64.deb
  to main/libp/libplist/libplist-utils_0.16-1_amd64.deb
libplist0_0.16-1_amd64.deb
  to main/libp/libplist/libplist0_0.16-1_amd64.deb
libplist_0.16-1.diff.gz
  to main/libp/libplist/libplist_0.16-1.diff.gz
libplist_0.16-1.dsc
  to main/libp/libplist/libplist_0.16-1.dsc
libplist_0.16.orig.tar.gz
  to main/libp/libplist/libplist_0.16.orig.tar.gz
python-plist_0.16-1_amd64.deb
  to main/libp/libplist/python-plist_0.16-1_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 557...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Julien Lavergne julien.laver...@gmail.com (supplier of updated libplist 
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: Sun, 22 Nov 2009 13:51:02 -0600
Source: libplist
Binary: libplist0 libplist++0 libplist-dev libplist++-dev libplist-dbg 
python-plist libplist-utils
Architecture: source amd64
Version: 0.16-1
Distribution: unstable
Urgency: low
Maintainer:  Julien Lavergne julien.laver...@gmail.com
Changed-By: Julien Lavergne julien.laver...@gmail.com
Description: 
 libplist++-dev - Library for handling Apple binary and XML property lists
 libplist++0 - Library for handling Apple binary and XML property lists
 libplist-dbg - Library for handling Apple binary and XML property lists
 libplist-dev - Library for handling Apple binary and XML property lists
 libplist-utils - Apple property list converter
 libplist0  - Library for handling Apple binary and XML property lists
 python-plist - Library for handling Apple binary and XML property lists
Closes: 530590 548594 557554 557822
Changes: 
 libplist (0.16-1) unstable; urgency=low
 .
   * Adopt the package. Thanks Bradley Smith for his work. (Closes: #548594)
   * New upstream release (Closes: #557554).
   * debian/control:
- Add libplist++{0,-dev} binaries for the new library.
- Bump Standards-Version to 3.8.3, no changes needed.
- Build-depends on python-all-dev
- Switch to python-support.
- Add

Processed: re: #515609 ncurses-base: in linux terminfo data, smacs and rmacs are incorrect

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

 tags 515609 moreinfo
Bug #515609 [ncurses-base] ncurses-base: in linux terminfo data, smacs and 
rmacs are incorrect
Added tag(s) moreinfo.
 --
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#557792: marked as done (capisuite: uses pythonX.Y/site-packages for Python = 2.6)

2009-11-28 Thread Debian Bug Tracking System
Your message dated Sat, 28 Nov 2009 18:48:40 +
with message-id e1nesly-0006by...@ries.debian.org
and subject line Bug#557792: fixed in capisuite 0.4.5-10
has caused the Debian Bug report #557792,
regarding capisuite: uses pythonX.Y/site-packages for 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.)


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

Source: capisuite
Version: 0.4.5-9
Severity: important
User: debian-pyt...@lists.debian.org
Usertags: python2.6 dist-packages

Hello,

When rebuilt against python-all{,-dev,-dbg} (and thus python2.6) from
Debian experimental (and with python2.6 as the default one), your binary
package contained these files:

[capisuite_0.4.5-9_amd64.deb]
/usr/lib/python2.6/site-packages/cs_helpers.py


This is an indication of a broken package: Python = 2.6 does not
look for modules into /usr/lib/pythonX.Y/site-packages/ anymore, but
uses /usr/lib/pythonX.Y/dist-packages/ instead.

How to fix it?
==
* if your package is using python-central:
  - add XB-Python-Version: ${python:Versions} to all binary packages
that ship Python modules (.py files) or extensions (.so, including
_d.so) in debian/control, check if it's enough,
  - try to convert to python-support[1], check if it's enough,
* add --install-layout=deb to setup.py call and bump minimum required
  python{,-all,all-dev} build dependency to 2.5.4-1~, check if it's enough
* ask for help on #debian-python or debian-pyt...@lists.debian.org

[1] http://wiki.debian.org/DebianPython/central2support

--
Jakub Wilk


---End Message---
---BeginMessage---
Source: capisuite
Source-Version: 0.4.5-10

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

capisuite_0.4.5-10.diff.gz
  to main/c/capisuite/capisuite_0.4.5-10.diff.gz
capisuite_0.4.5-10.dsc
  to main/c/capisuite/capisuite_0.4.5-10.dsc
capisuite_0.4.5-10_amd64.deb
  to main/c/capisuite/capisuite_0.4.5-10_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 557...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Filippo Giunchedi fili...@debian.org (supplier of updated capisuite 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, 28 Nov 2009 19:16:49 +0100
Source: capisuite
Binary: capisuite
Architecture: source amd64
Version: 0.4.5-10
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group packa...@qa.debian.org
Changed-By: Filippo Giunchedi fili...@debian.org
Description: 
 capisuite  - easy fax and voice box solution for ISDN/CAPI capable devices
Closes: 557792
Changes: 
 capisuite (0.4.5-10) unstable; urgency=low
 .
   * QA upload.
   * Switch to python-support, this handles also site-packages/dist-packages
 issue with python2.6 (Closes: #557792)
Checksums-Sha1: 
 9d3c3320f5123838ad010d55863b9e36b7277980 1140 capisuite_0.4.5-10.dsc
 3725a6beed1fab37e47694701b8e8cc68c2b0984 34627 capisuite_0.4.5-10.diff.gz
 ec342c8915941239f9032081d6f5c748aa7a0430 1118084 capisuite_0.4.5-10_amd64.deb
Checksums-Sha256: 
 e22bf1783a54be32e40389768406bc8be4424cfc406610f12889b6903e2b70dc 1140 
capisuite_0.4.5-10.dsc
 04c8c6c03eff663616c6b47d703cb3e685940cac0ac3d93f69bab97cb38ed622 34627 
capisuite_0.4.5-10.diff.gz
 01edef6ee53c3e25989d39ed99f425d9840a7720565d8b8f63e9392b9b9665c4 1118084 
capisuite_0.4.5-10_amd64.deb
Files: 
 40470a7823ab1e3acb107fd14b1006da 1140 comm extra capisuite_0.4.5-10.dsc
 50a8bb10446424f9e684efc033dea102 34627 comm extra capisuite_0.4.5-10.diff.gz
 7acd75aaf80bf5a1700306c72242513f 1118084 comm extra 
capisuite_0.4.5-10_amd64.deb

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

iEYEARECAAYFAksRbHUACgkQABzeamt51AFYrACeJnSEKtUw7Oaq4eItxY6fjp+f
xYoAoKW/W9vGUjD2LGRzqJU4scWhvCh2
=CQRS
-END PGP SIGNATURE-


---End Message---


Processed: tagging 527831

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

 tags 527831 + sid squeeze
Bug #527831 {Done: Marco Rodrigues goth...@sapo.pt} [ecawave] ecawave: FTBFS: 
../libtool: line 2299: mkdir /.libs: No such file or directory
Added tag(s) squeeze and sid.

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



Processed: re: #92661 rxvt problems with joe via ssh or telnet

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

 close 92661
Bug#92661: rxvt problems with joe via ssh or telnet
'close' is deprecated; see http://www.debian.org/Bugs/Developer#closing.
Bug closed, send any further explanations to Whit Blauvelt 
w...@free.transpect.com

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



Processed: re: #500236 wrong display of UTF-8 characters

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

 close 500236
Bug#500236: wrong display of UTF-8 characters
'close' is deprecated; see http://www.debian.org/Bugs/Developer#closing.
Bug closed, send any further explanations to Juan Cespedes cespe...@debian.org

 --
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#557959: marked as done (xmms2tray: FTBFS with Python = 2.6)

2009-11-28 Thread Debian Bug Tracking System
Your message dated Sat, 28 Nov 2009 19:21:39 +
with message-id e1nesrt-0002dc...@ries.debian.org
and subject line Bug#557959: fixed in xmms2tray 0.5-2
has caused the Debian Bug report #557959,
regarding xmms2tray: FTBFS with 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.)


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

Source: xmms2tray
Version: 0.5-1
Severity: important
User: debian-pyt...@lists.debian.org
Usertags: python2.6 usr-local ftbfs

Hello,

Starting from Python 2.6, the installation paths for distutils have
changed. /usr/local is now used by default.

When rebuilt against python-all{,-dev,-dbg} (and thus python2.6) from
Debian experimental (and with python2.6 as the default one), your
package failed to build from source. Here's relevant part of the build
log:

[...]

python setup.py install --root=/tmp/buildd/xmms2tray-0.5/debian/xmms2tray

[...]

running install_data
creating /tmp/buildd/xmms2tray-0.5/debian/xmms2tray/usr/local/share
creating /tmp/buildd/xmms2tray-0.5/debian/xmms2tray/usr/local/share/doc
creating 
/tmp/buildd/xmms2tray-0.5/debian/xmms2tray/usr/local/share/doc/xmms2tray
copying README - 
/tmp/buildd/xmms2tray-0.5/debian/xmms2tray/usr/local/share/doc/xmms2tray
copying COPYING - 
/tmp/buildd/xmms2tray-0.5/debian/xmms2tray/usr/local/share/doc/xmms2tray
copying ChangeLog - 
/tmp/buildd/xmms2tray-0.5/debian/xmms2tray/usr/local/share/doc/xmms2tray
creating /tmp/buildd/xmms2tray-0.5/debian/xmms2tray/usr/local/share/xmms2tray
creating 
/tmp/buildd/xmms2tray-0.5/debian/xmms2tray/usr/local/share/xmms2tray/data
copying data/xmms2_simple.png - 
/tmp/buildd/xmms2tray-0.5/debian/xmms2tray/usr/local/share/xmms2tray/data
copying data/xmms2_glossy.png - 
/tmp/buildd/xmms2tray-0.5/debian/xmms2tray/usr/local/share/xmms2tray/data
copying data/xmms2_glossy_24.png - 
/tmp/buildd/xmms2tray-0.5/debian/xmms2tray/usr/local/share/xmms2tray/data
copying data/xmms2_simple_64.png - 
/tmp/buildd/xmms2tray-0.5/debian/xmms2tray/usr/local/share/xmms2tray/data
copying data/xmms2_64.png - 
/tmp/buildd/xmms2tray-0.5/debian/xmms2tray/usr/local/share/xmms2tray/data
copying data/xmms2_24.png - 
/tmp/buildd/xmms2tray-0.5/debian/xmms2tray/usr/local/share/xmms2tray/data
creating 
/tmp/buildd/xmms2tray-0.5/debian/xmms2tray/usr/local/share/xmms2tray/data/po
creating 
/tmp/buildd/xmms2tray-0.5/debian/xmms2tray/usr/local/share/xmms2tray/data/po/LC_MESSAGES
creating 
/tmp/buildd/xmms2tray-0.5/debian/xmms2tray/usr/local/share/xmms2tray/data/po/LC_MESSAGES/xmms2tray.mo
copying data/po/de/LC_MESSAGES/xmms2tray.mo - 
/tmp/buildd/xmms2tray-0.5/debian/xmms2tray/usr/local/share/xmms2tray/data/po/LC_MESSAGES/xmms2tray.mo
running install_egg_info
Writing 
/tmp/buildd/xmms2tray-0.5/debian/xmms2tray/usr/local/lib/python2.6/dist-packages/xmms2tray-0.5.egg-info
rm /tmp/buildd/xmms2tray-0.5/debian/xmms2tray/usr/share/doc/xmms2tray/COPYING
rm: cannot remove 
`/tmp/buildd/xmms2tray-0.5/debian/xmms2tray/usr/share/doc/xmms2tray/COPYING': 
No such file or directory
make: *** [install] Error 1


How to fix it?
==
* try to pass --prefix=/usr to setup.py call, check if it's enough,
* add --install-layout=deb to setup.py call and bump minimum required
  python{,-all,all-dev} build dependency to 2.5.4-1~, check if it's enough
* ask for help on #debian-python or debian-pyt...@lists.debian.org

--
Jakub Wilk


---End Message---
---BeginMessage---
Source: xmms2tray
Source-Version: 0.5-2

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

xmms2tray_0.5-2.diff.gz
  to main/x/xmms2tray/xmms2tray_0.5-2.diff.gz
xmms2tray_0.5-2.dsc
  to main/x/xmms2tray/xmms2tray_0.5-2.dsc
xmms2tray_0.5-2_all.deb
  to main/x/xmms2tray/xmms2tray_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 557...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Filippo Giunchedi fili...@debian.org (supplier of updated xmms2tray 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, 28 Nov 2009 19:53:21 +0100
Source: xmms2tray
Binary: xmms2tray

Processed: bsdiff: is extremely slow on some files, sometimes hangs

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

 forwarded 409664 Colin Percival cperc...@daemonology.net
Bug #409664 [bsdiff] bsdiff: is extremely slow on some files, sometimes hangs
Ignoring request to change the forwarded-to-address of bug#409664 to the same 
value
 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#558215: marked as done (hk-classes: FTBFS with python2.6)

2009-11-28 Thread Debian Bug Tracking System
Your message dated Sat, 28 Nov 2009 21:34:39 +
with message-id e1neuwb-0001v2...@ries.debian.org
and subject line Bug#558215: fixed in hk-classes 0.8.3-7
has caused the Debian Bug report #558215,
regarding hk-classes: FTBFS with python2.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.)


-- 
558215: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=558215
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: hk-classes
Version: 0.8.3-6
Severity: important
Justification: fails to build from source

Hi,

When building this package on Ubuntu (where default python is 2.6), I'm getting
this error:
dh_install: python-hk-classes missing files (usr/lib/python*), aborting
make: *** [binary-install/python-hk-classes] Error 1
dpkg-buildpackage: error: fakeroot debian/rules binary gave error exit status 2

This is because my python2.6 patch is not applied, and python stuff get
installed in usr/local/python2.6: patch python2.6-fix.patch contains a patch
to create python2.6.patch at build time, and this patch is not applied to the
source code. 
The solution consist in actually building a source code with the generated patch
pytnhon2.6.patch in debian/patch.

Thanks,
Fabrice

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

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


---End Message---
---BeginMessage---
Source: hk-classes
Source-Version: 0.8.3-7

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

hk-classes_0.8.3-7.diff.gz
  to main/h/hk-classes/hk-classes_0.8.3-7.diff.gz
hk-classes_0.8.3-7.dsc
  to main/h/hk-classes/hk-classes_0.8.3-7.dsc
libhk-classes-dev_0.8.3-7_amd64.deb
  to main/h/hk-classes/libhk-classes-dev_0.8.3-7_amd64.deb
libhk-classes-mdb_0.8.3-7_amd64.deb
  to main/h/hk-classes/libhk-classes-mdb_0.8.3-7_amd64.deb
libhk-classes-mysql_0.8.3-7_amd64.deb
  to main/h/hk-classes/libhk-classes-mysql_0.8.3-7_amd64.deb
libhk-classes-odbc_0.8.3-7_amd64.deb
  to main/h/hk-classes/libhk-classes-odbc_0.8.3-7_amd64.deb
libhk-classes-paradox_0.8.3-7_amd64.deb
  to main/h/hk-classes/libhk-classes-paradox_0.8.3-7_amd64.deb
libhk-classes-postgres_0.8.3-7_amd64.deb
  to main/h/hk-classes/libhk-classes-postgres_0.8.3-7_amd64.deb
libhk-classes-sqlite3_0.8.3-7_amd64.deb
  to main/h/hk-classes/libhk-classes-sqlite3_0.8.3-7_amd64.deb
libhk-classes-sqlite_0.8.3-7_amd64.deb
  to main/h/hk-classes/libhk-classes-sqlite_0.8.3-7_amd64.deb
libhk-classes-xbase_0.8.3-7_amd64.deb
  to main/h/hk-classes/libhk-classes-xbase_0.8.3-7_amd64.deb
libhk-classes15ldbl_0.8.3-7_amd64.deb
  to main/h/hk-classes/libhk-classes15ldbl_0.8.3-7_amd64.deb
python-hk-classes_0.8.3-7_amd64.deb
  to main/h/hk-classes/python-hk-classes_0.8.3-7_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 558...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Filippo Giunchedi fili...@debian.org (supplier of updated hk-classes 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, 28 Nov 2009 21:02:20 +0100
Source: hk-classes
Binary: libhk-classes15ldbl libhk-classes-dev python-hk-classes 
libhk-classes-mysql libhk-classes-postgres libhk-classes-odbc 
libhk-classes-sqlite libhk-classes-sqlite3 libhk-classes-mdb 
libhk-classes-xbase libhk-classes-paradox
Architecture: source amd64
Version: 0.8.3-7
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group packa...@qa.debian.org
Changed-By: Filippo Giunchedi fili...@debian.org
Description: 
 libhk-classes-dev - C++ library for database applications (development files)
 libhk-classes-mdb - MS Access driver plugin for hk_classes
 libhk-classes-mysql - MySQL driver plugin for hk_classes
 libhk-classes-odbc - ODBC driver plugin for hk_classes
 libhk-classes-paradox - paradox plugin for libhk-classes
 libhk-classes-postgres - PostgreSQL driver plugin for libhk-classes
 libhk-classes-sqlite - SQLite 2 driver plugin for hk_classes
 libhk-classes-sqlite3

Bug#557559: marked as done (Typo in package description: This packages)

2009-11-28 Thread Debian Bug Tracking System
Your message dated Sat, 28 Nov 2009 21:34:39 +
with message-id e1neuwb-0001ux...@ries.debian.org
and subject line Bug#557559: fixed in hk-classes 0.8.3-7
has caused the Debian Bug report #557559,
regarding Typo in package description: This packages
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.)


-- 
557559: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=557559
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: libhk-classes-dev
Version: 0.8.3-6
Severity: minor
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu lucid

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

The package description contains a small typo:
 This packages contains ...
Should be:
 This package contains ...

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

iEYEARECAAYFAksJrnAACgkQuoq9E0RAnd5tuQCcCyH6vQdXnkiAAbgET99GvgiX
hmgAoMa6ChCEqNi43x1liYmbbLgDSg4F
=DB8W
-END PGP SIGNATURE-


---End Message---
---BeginMessage---
Source: hk-classes
Source-Version: 0.8.3-7

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

hk-classes_0.8.3-7.diff.gz
  to main/h/hk-classes/hk-classes_0.8.3-7.diff.gz
hk-classes_0.8.3-7.dsc
  to main/h/hk-classes/hk-classes_0.8.3-7.dsc
libhk-classes-dev_0.8.3-7_amd64.deb
  to main/h/hk-classes/libhk-classes-dev_0.8.3-7_amd64.deb
libhk-classes-mdb_0.8.3-7_amd64.deb
  to main/h/hk-classes/libhk-classes-mdb_0.8.3-7_amd64.deb
libhk-classes-mysql_0.8.3-7_amd64.deb
  to main/h/hk-classes/libhk-classes-mysql_0.8.3-7_amd64.deb
libhk-classes-odbc_0.8.3-7_amd64.deb
  to main/h/hk-classes/libhk-classes-odbc_0.8.3-7_amd64.deb
libhk-classes-paradox_0.8.3-7_amd64.deb
  to main/h/hk-classes/libhk-classes-paradox_0.8.3-7_amd64.deb
libhk-classes-postgres_0.8.3-7_amd64.deb
  to main/h/hk-classes/libhk-classes-postgres_0.8.3-7_amd64.deb
libhk-classes-sqlite3_0.8.3-7_amd64.deb
  to main/h/hk-classes/libhk-classes-sqlite3_0.8.3-7_amd64.deb
libhk-classes-sqlite_0.8.3-7_amd64.deb
  to main/h/hk-classes/libhk-classes-sqlite_0.8.3-7_amd64.deb
libhk-classes-xbase_0.8.3-7_amd64.deb
  to main/h/hk-classes/libhk-classes-xbase_0.8.3-7_amd64.deb
libhk-classes15ldbl_0.8.3-7_amd64.deb
  to main/h/hk-classes/libhk-classes15ldbl_0.8.3-7_amd64.deb
python-hk-classes_0.8.3-7_amd64.deb
  to main/h/hk-classes/python-hk-classes_0.8.3-7_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 557...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Filippo Giunchedi fili...@debian.org (supplier of updated hk-classes 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, 28 Nov 2009 21:02:20 +0100
Source: hk-classes
Binary: libhk-classes15ldbl libhk-classes-dev python-hk-classes 
libhk-classes-mysql libhk-classes-postgres libhk-classes-odbc 
libhk-classes-sqlite libhk-classes-sqlite3 libhk-classes-mdb 
libhk-classes-xbase libhk-classes-paradox
Architecture: source amd64
Version: 0.8.3-7
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group packa...@qa.debian.org
Changed-By: Filippo Giunchedi fili...@debian.org
Description: 
 libhk-classes-dev - C++ library for database applications (development files)
 libhk-classes-mdb - MS Access driver plugin for hk_classes
 libhk-classes-mysql - MySQL driver plugin for hk_classes
 libhk-classes-odbc - ODBC driver plugin for hk_classes
 libhk-classes-paradox - paradox plugin for libhk-classes
 libhk-classes-postgres - PostgreSQL driver plugin for libhk-classes
 libhk-classes-sqlite - SQLite 2 driver plugin for hk_classes
 libhk-classes-sqlite3 - SQLite 3 driver plugin for hk_classes
 libhk-classes-xbase - XBase/DBase plugin for hk_classes
 libhk-classes15ldbl - C++ library for database applications
 python-hk-classes - Python scripting module for database applications library
Closes: 557559 558215
Changes: 
 hk-classes (0.8.3-7) unstable; urgency=low
 .
   * QA upload.
   * fix debian/patches/python2.6-fix.patch to patch python/Makefile.{am,in}
 (Closes: #558215)
   * fix typo in package description (Closes: #557559)
Checksums-Sha1: 
 7b6d4b44872c6e496f490ecae2a898bcdb600b7a 1536 hk-classes_0.8.3-7.dsc
 59c2f6053e70f75b315c2bbf137bcd5ed69517cf

Bug#558173: marked as done (Update 17 fixes several security issues)

2009-11-29 Thread Debian Bug Tracking System
Your message dated Sun, 29 Nov 2009 10:49:27 +
with message-id e1nehll-0004j4...@ries.debian.org
and subject line Bug#558173: fixed in sun-java6 6-17-1
has caused the Debian Bug report #558173,
regarding Update 17 fixes several security issues
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.)


-- 
558173: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=558173
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: sun-java6
Severity: grave
Tags: security

Update 17 fixes a lot of security issues:

   [58]CVE-2009-3728 Directory traversal vulnerability in the 
ICC_Profile.getInstance ...
   [59]CVE-2009-3729 Unspecified vulnerability in the TrueType font parsing 
functionality ...
   [60]CVE-2009-3865 The launch method in the Deployment Toolkit plugin in Java 
Runtime ...
   [61]CVE-2009-3866 The Java Web Start Installer in Sun Java SE in JDK and JRE 
6 before ...
   [62]CVE-2009-3867 Stack-based buffer overflow in the HsbParser.getSoundBank 
function in ...
   [63]CVE-2009-3868 Sun Java SE in JDK and JRE 5.0 before Update 22, JDK and 
JRE 6 before ...
   [64]CVE-2009-3869 Stack-based buffer overflow in the setDiffICM function in 
the Abstract ...
   [65]CVE-2009-3871 Heap-based buffer overflow in the setBytePixels function 
in the ...
   [66]CVE-2009-3872 Unspecified vulnerability in the JPEG JFIF Decoder in Sun 
Java SE in ...
   [67]CVE-2009-3873 The JPEG Image Writer in Sun Java SE in JDK and JRE 5.0 
before Update ...
   [68]CVE-2009-3874 Integer overflow in the JPEGImageReader implementation in 
the ImageI/O ...
   [69]CVE-2009-3875 The MessageDigest.isEqual function in Java Runtime 
Environment (JRE) ...
   [70]CVE-2009-3876 Unspecified vulnerability in Sun Java SE in JDK and JRE 
5.0 before ...
   [71]CVE-2009-3879 Multiple unspecified vulnerabilities in the (1) X11 and 
(2) ...
   [72]CVE-2009-3880 The Abstract Window Toolkit (AWT) in Java Runtime 
Environment (JRE) in ...
   [73]CVE-2009-3881 Sun Java SE 5.0 before Update 22 and 6 before Update 17, 
and OpenJDK, ...
   [74]CVE-2009-3882 Multiple unspecified vulnerabilities in the Swing 
implementation in ...
   [75]CVE-2009-3884 The TimeZone.getTimeZone method in Sun Java SE 5.0 before 
Update 22 ...
   [76]CVE-2009-3886 The Java Web Start implementation in Sun Java SE 6 before 
Update 17 ...

Details can be found in the Debian Security Tracker.

Cheers,
Moritz


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

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


---End Message---
---BeginMessage---
Source: sun-java6
Source-Version: 6-17-1

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

sun-java6-bin_6-17-1_i386.deb
  to non-free/s/sun-java6/sun-java6-bin_6-17-1_i386.deb
sun-java6-demo_6-17-1_i386.deb
  to non-free/s/sun-java6/sun-java6-demo_6-17-1_i386.deb
sun-java6-fonts_6-17-1_all.deb
  to non-free/s/sun-java6/sun-java6-fonts_6-17-1_all.deb
sun-java6-javadb_6-17-1_all.deb
  to non-free/s/sun-java6/sun-java6-javadb_6-17-1_all.deb
sun-java6-jdk_6-17-1_i386.deb
  to non-free/s/sun-java6/sun-java6-jdk_6-17-1_i386.deb
sun-java6-jre_6-17-1_all.deb
  to non-free/s/sun-java6/sun-java6-jre_6-17-1_all.deb
sun-java6-plugin_6-17-1_i386.deb
  to non-free/s/sun-java6/sun-java6-plugin_6-17-1_i386.deb
sun-java6-source_6-17-1_all.deb
  to non-free/s/sun-java6/sun-java6-source_6-17-1_all.deb
sun-java6_6-17-1.diff.gz
  to non-free/s/sun-java6/sun-java6_6-17-1.diff.gz
sun-java6_6-17-1.dsc
  to non-free/s/sun-java6/sun-java6_6-17-1.dsc
sun-java6_6-17.orig.tar.gz
  to non-free/s/sun-java6/sun-java6_6-17.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 558...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Giuseppe Iuculano iucul...@debian.org (supplier of updated sun-java6 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, 28 Nov 2009 19:02:56 +0100
Source: sun-java6
Binary: sun-java6-jre sun-java6-bin sun-java6-plugin ia32-sun

Bug#558093: marked as done (python-wxgtk2.8: cannot import wx.aui module)

2009-11-29 Thread Debian Bug Tracking System
Your message dated Sun, 29 Nov 2009 12:02:56 -0800
with message-id 20091129200256.ga22...@jade.home
and subject line Re: Bug#558093: python-wxgtk2.8: cannot import wx.aui module
has caused the Debian Bug report #558093,
regarding python-wxgtk2.8: cannot import wx.aui module
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.)


-- 
558093: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=558093
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: python-wxgtk2.8
Version: 2.8.7.1-2+b1
Severity: normal

I see the following behaviour on my system:
--
% python   
Python 2.5.4 (r254:67916, Nov 19 2009, 19:46:21) 
[GCC 4.3.4] on linux2
Type help, copyright, credits or license for more information.
 import wx ; import wx.aui
Traceback (most recent call last):
  File stdin, line 1, in module
ImportError: No module named aui
 exit()
% locate wx/aui
/usr/lib/python2.4/site-packages/wx-2.8-gtk2-unicode/wx/aui.py
/usr/lib/python2.4/site-packages/wx-2.8-gtk2-unicode/wx/aui.pyc
/usr/lib/python2.5/site-packages/wx-2.8-gtk2-unicode/wx/aui.py
/usr/lib/python2.5/site-packages/wx-2.8-gtk2-unicode/wx/aui.pyc
% 
--

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

Kernel: Linux 2.6.31-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 python-wxgtk2.8 depends on:
ii  libc6  2.10.2-2  GNU C Library: Shared libraries
ii  libgcc11:4.4.2-3 GCC support library
ii  libstdc++6 4.4.2-3   The GNU Standard C++ Library v3
ii  libwxbase2.8-0 2.8.7.1-2+b1  wxBase library (runtime) - non-GUI
ii  libwxgtk2.8-0  2.8.7.1-2+b1  wxWidgets Cross-platform C++ GUI t
ii  python 2.5.4-2   An interactive high-level object-o
ii  python-central 0.6.13register and build utility for Pyt
ii  python-wxversion   2.6.3.2.2-3.1 wxWidgets Cross-platform C++ GUI t

python-wxgtk2.8 recommends no packages.

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

-- no debconf information

-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.



---End Message---
---BeginMessage---
Hi,

On Thu, Nov 26, 2009 at 11:52:39AM +0100, giacomo boffi wrote:
 Package: python-wxgtk2.8
 Version: 2.8.7.1-2+b1
 Severity: normal
 
 I see the following behaviour on my system:

I get the same behavior, and this is actually correct
behavior. this is probably because you also have python-wxgtk2.6
installed, and 2.6 is still the default wxwidgets on Debian. wx.aui
didn't exist until wxwidgets 2.8, so you can't load it. after the
import wx, take a look at wx.__version__. It's probably a 2.6
version number. To explicitly use 2.8, do something like this:

rya...@localhost:~$ python
Python 2.5.4 (r254:67916, Nov 19 2009, 19:46:21) 
[GCC 4.3.4] on linux2
Type help, copyright, credits or license for more information.
 import wxversion
 wxversion.select(2.8)
 import wx
 import wx.aui
 

Cheers,
Ryan
[closing the bug. if this didn't help, feel free to reopen the bug]

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


signature.asc
Description: Digital signature
---End Message---


Bug#540674: marked as done (pgadmin3: version WXU_2.8.5 not defined in file libwx_baseu-2.8.so.0 with link time reference)

2009-11-29 Thread Debian Bug Tracking System
Your message dated Sun, 29 Nov 2009 13:52:17 -0800
with message-id 20091129215217.ga27...@jade.home
and subject line these were fixed by binnmus a while ago
has caused the Debian Bug report #540060,
regarding pgadmin3: version WXU_2.8.5 not defined in file libwx_baseu-2.8.so.0 
with link time reference
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.)


-- 
540060: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=540060
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: pgadmin3
Version: 1.10.0-1
Severity: normal



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

Kernel: Linux 2.6.30 (SMP w/2 CPU cores)
Locale: LANG=es_PA, LC_CTYPE=es_PA (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash

Versions of packages pgadmin3 depends on:
ii  libc62.9-23  GNU C Library: Shared libraries
ii  libgcc1  1:4.4.1-1   GCC support library
ii  libkrb5-31.7dfsg~beta3-1 MIT Kerberos runtime libraries
ii  libpq5   8.4.0-2+b1  PostgreSQL C client library
ii  libstdc++6   4.4.1-1 The GNU Standard C++ Library v3
ii  libwxbase2.8-0   2.8.7.1-2   wxBase library (runtime) - non-GUI
ii  libwxgtk2.8-02.8.7.1-2   wxWidgets Cross-platform C++ GUI t
ii  libxml2  2.7.3.dfsg-2+b1 GNOME XML library
ii  libxslt1.1   1.1.24-2XSLT processing library - runtime 
ii  pgadmin3-data1.10.0-1graphical administration tool for 

Versions of packages pgadmin3 recommends:
ii  pgagent   3.0.0-1job scheduler for PostgreSQL
ii  postgresql-client 8.4.0-2front-end programs for PostgreSQL 
ii  postgresql-client-8.2 [postgr 8.2.6-2front-end programs for PostgreSQL 
ii  postgresql-client-8.3 [postgr 8.3.7-3front-end programs for PostgreSQL 
ii  postgresql-client-8.4 [postgr 8.4.0-2+b1 front-end programs for PostgreSQL 

pgadmin3 suggests no packages.

-- no debconf information


---End Message---
---BeginMessage---

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


signature.asc
Description: Digital signature
---End Message---


Bug#543154: marked as done ([playonlinux] PlayOnLinux fail to run with a python error)

2009-11-29 Thread Debian Bug Tracking System
Your message dated Sun, 29 Nov 2009 13:52:17 -0800
with message-id 20091129215217.ga27...@jade.home
and subject line these were fixed by binnmus a while ago
has caused the Debian Bug report #540060,
regarding [playonlinux] PlayOnLinux fail to run with a python error
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.)


-- 
540060: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=540060
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: playonlinux
Version: 3.6-1
Severity: important

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

lo...@debian:~$ playonlinux
PlayOnLinux v3.6

Checking python :   [ Ok ]
Traceback (most recent call last):
  File /usr/share/playonlinux/python/mainwindow.py, line 23, in module
import wx, wx.html
  File /usr/lib/python2.5/site-packages/wx-2.8-gtk2-unicode/wx/__init__.py, 
line 45, in module
from wx._core import *
  File /usr/lib/python2.5/site-packages/wx-2.8-gtk2-unicode/wx/_core.py, 
line 4, in module
import _core_
ImportError: /usr/lib64/python2.5/site-packages/wx-2.8-gtk2-
unicode/wx/_core_.so: symbol 
_ZN21wxMemoryFSHandlerBase19AddFileWithMimeTypeERK8wxStringPKvmS2_, version 
WXU_2.8 not defined in file libwx_baseu-2.8.so.0 with link time reference


--- System information. ---
Architecture: amd64
Kernel:   Linux 2.6.30-1-amd64

Debian Release: squeeze/sid
  992 unstablewww.debian-multimedia.org 
  992 unstableftp.fr.debian.org 
  991 experimentalftp.fr.debian.org 

--- Package information. ---
Depends   (Version) | Installed
===-+-
python  | 2.5.4-2
python-support  (= 0.90.0) | 1.0.3
wine| 1.0.1-2
unzip   | 6.0-1
wget| 1.11.4-4
x-terminal-emulator | 
python-wxgtk2.8 | 2.8.7.1-2
imagemagick | 7:6.5.1.0-1.1
cabextract  | 1.2-3
mesa-utils  | 7.5-3
gettext-base| 0.17-7


Package's Recommends field is empty.

Suggests   (Version) | Installed
-+-===
ttf-mscorefonts-installer| 3.0






---End Message---
---BeginMessage---

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


signature.asc
Description: Digital signature
---End Message---


Bug#543066: marked as done (libwx-perl-processstream-perl: FTBFS: tests failed)

2009-11-29 Thread Debian Bug Tracking System
Your message dated Sun, 29 Nov 2009 13:52:17 -0800
with message-id 20091129215217.ga27...@jade.home
and subject line these were fixed by binnmus a while ago
has caused the Debian Bug report #540060,
regarding libwx-perl-processstream-perl: FTBFS: tests failed
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.)


-- 
540060: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=540060
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: libwx-perl-processstream-perl
Version: 0.11-1
Severity: serious
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20090822 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[1]: Entering directory 
 `/build/user-libwx-perl-processstream-perl_0.11-1-amd64-2PtcZ4/libwx-perl-processstream-perl-0.11'
 PERL_DL_NONLAZY=1 /usr/bin/perl -MExtUtils::Command::MM -e 
 test_harness(0, 'blib/lib', 'blib/arch') t/*.t
 t/00-load..
 #   Failed test 'use Wx::Perl::ProcessStream;'
 #   at t/00-load.t line 6.
 # Tried to use 'Wx::Perl::ProcessStream'.
 # Error:  Can't load '/usr/lib/perl5/auto/Wx/Wx.so' for module Wx: 
 /usr/lib/perl5/auto/Wx/Wx.so: symbol _ZN14wxTreeCtrlBase11CollapseAllEv, 
 version WXU_2.8.1 not defined in file libwx_gtk2u_core-2.8.so.0 with link 
 time reference at /usr/lib/perl/5.10/DynaLoader.pm line 196.
 #  at 
 /build/user-libwx-perl-processstream-perl_0.11-1-amd64-2PtcZ4/libwx-perl-processstream-perl-0.11/blib/lib/Wx/Perl/ProcessStream.pm
  line 337
 # Compilation failed in require at 
 /build/user-libwx-perl-processstream-perl_0.11-1-amd64-2PtcZ4/libwx-perl-processstream-perl-0.11/blib/lib/Wx/Perl/ProcessStream.pm
  line 337.
 # BEGIN failed--compilation aborted at t/00-load.t line 6.
 # Compilation failed in require at (eval 3) line 2.
 # BEGIN failed--compilation aborted at (eval 3) line 2.
 # Looks like you failed 1 test of 1.
 dubious
   Test returned status 1 (wstat 256, 0x100)
 DIED. FAILED test 1
   Failed 1/1 tests, 0.00% okay
 t/01-eventsCan't load '/usr/lib/perl5/auto/Wx/Wx.so' for module Wx: 
 /usr/lib/perl5/auto/Wx/Wx.so: symbol _ZN14wxTreeCtrlBase11CollapseAllEv, 
 version WXU_2.8.1 not defined in file libwx_gtk2u_core-2.8.so.0 with link 
 time reference at /usr/lib/perl/5.10/DynaLoader.pm line 196.
  at t/01-events.t line 8
 Compilation failed in require at t/01-events.t line 8.
 BEGIN failed--compilation aborted at t/01-events.t line 8.
 # Looks like your test died before it could output anything.
 dubious
   Test returned status 255 (wstat 65280, 0xff00)
 DIED. FAILED tests 1-32
   Failed 32/32 tests, 0.00% okay
 Failed Test   Stat Wstat Total Fail  List of Failed
 ---
 t/00-load.t  1   256 11  1
 t/01-events.t  255 6528032   64  1-32
 Failed 2/2 test scripts. 33/33 subtests failed.
 Files=2, Tests=33,  2 wallclock secs ( 0.08 cusr +  0.01 csys =  0.09 CPU)
 Failed 2/2 test programs. 33/33 subtests failed.
 make[1]: *** [test_dynamic] Error 255

The full build log is available from:
   
http://people.debian.org/~lucas/logs/2009/08/22/libwx-perl-processstream-perl_0.11-1_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---
---BeginMessage---

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


signature.asc
Description: Digital signature
---End Message---


Bug#543078: marked as done (libpadre-plugin-autoformat-perl: FTBFS: tests failed)

2009-11-29 Thread Debian Bug Tracking System
Your message dated Sun, 29 Nov 2009 13:52:17 -0800
with message-id 20091129215217.ga27...@jade.home
and subject line these were fixed by binnmus a while ago
has caused the Debian Bug report #540060,
regarding libpadre-plugin-autoformat-perl: FTBFS: tests failed
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.)


-- 
540060: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=540060
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: libpadre-plugin-autoformat-perl
Version: 1.1.2-1
Severity: serious
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20090822 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[1]: Entering directory 
 `/build/user-libpadre-plugin-autoformat-perl_1.1.2-1-amd64-3L3vb1/libpadre-plugin-autoformat-perl-1.1.2'
 PERL_DL_NONLAZY=1 /usr/bin/perl -MExtUtils::Command::MM -e 
 test_harness(0, 'blib/lib', 'blib/arch') t/*.t
 
 #   Failed test 'use Padre::Plugin::Autoformat;'
 #   at t/0-load.t line 16.
 # Tried to use 'Padre::Plugin::Autoformat'.
 # Error:  Can't load '/usr/lib/perl5/auto/Wx/Wx.so' for module Wx: 
 /usr/lib/perl5/auto/Wx/Wx.so: symbol _ZN14wxTreeCtrlBase11CollapseAllEv, 
 version WXU_2.8.1 not defined in file libwx_gtk2u_core-2.8.so.0 with link 
 time reference at /usr/lib/perl/5.10/DynaLoader.pm line 196.
 #  at /usr/share/perl5/Padre/Wx.pm line 14
 # Compilation failed in require at /usr/share/perl5/Padre/Wx.pm line 14.
 # BEGIN failed--compilation aborted at t/0-load.t line 16.
 # Compilation failed in require at /usr/share/perl5/Padre/Plugin.pm line 53.
 # BEGIN failed--compilation aborted at /usr/share/perl5/Padre/Plugin.pm line 
 53.
 # Compilation failed in require at (eval 11) line 3.
 # ...propagated at /usr/share/perl/5.10/base.pm line 92.
 # BEGIN failed--compilation aborted at 
 /build/user-libpadre-plugin-autoformat-perl_1.1.2-1-amd64-3L3vb1/libpadre-plugin-autoformat-perl-1.1.2/blib/lib/Padre/Plugin/Autoformat.pm
  line 19.
 # Compilation failed in require at (eval 3) line 2.
 # BEGIN failed--compilation aborted at (eval 3) line 2.
 Use of uninitialized value $Padre::Plugin::Autoformat::VERSION in 
 concatenation (.) or string at t/0-load.t line 18.
 # Testing Padre::Plugin::Autoformat , Perl 5.01, /usr/bin/perl
 # Looks like you failed 1 test of 1.
 t/0-loaddubious
   Test returned status 1 (wstat 256, 0x100)
 DIED. FAILED test 1
   Failed 1/1 tests, 0.00% okay
 t/9-pod-coverageok
 Failed 1/3 test programs. 1/3 subtests failed.
 t/9-pod.ok
 Failed Test Stat Wstat Total Fail  List of Failed
 ---
 t/0-load.t 1   256 11  1
 Failed 1/3 test scripts. 1/3 subtests failed.
 Files=3, Tests=3,  0 wallclock secs ( 0.28 cusr +  0.03 csys =  0.31 CPU)
 make[1]: *** [test_dynamic] Error 255

The full build log is available from:
   
http://people.debian.org/~lucas/logs/2009/08/22/libpadre-plugin-autoformat-perl_1.1.2-1_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---
---BeginMessage---

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


signature.asc
Description: Digital signature
---End Message---


Bug#540969: marked as done (wammu: Symbol not defined in file libwx_gtk2u_core-2.8.so)

2009-11-29 Thread Debian Bug Tracking System
Your message dated Sun, 29 Nov 2009 13:52:17 -0800
with message-id 20091129215217.ga27...@jade.home
and subject line these were fixed by binnmus a while ago
has caused the Debian Bug report #540060,
regarding wammu: Symbol not defined in file libwx_gtk2u_core-2.8.so
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.)


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

When trying to run wammu:
Traceback (most recent call last):
  File /usr/bin/wammu, line 31, in module
import Wammu.Locales
  File /usr/lib/pymodules/python2.5/Wammu/Locales.py, line 31, in module
import wx
  File /usr/lib/python2.5/site-packages/wx-2.8-gtk2-unicode/wx/__init__.py, 
line 45, in module
from wx._core import *
  File /usr/lib/python2.5/site-packages/wx-2.8-gtk2-unicode/wx/_core.py, line 
4, in module
import _core_
ImportError: /usr/lib/python2.5/site-packages/wx-2.8-gtk2-unicode/wx/_core_.so: 
symbol _ZNK9wxMenuBar12GetMenuLabelEj, version WXU_2.8 not defined in file 
libwx_gtk2u_core-2.8.so.0 with link time reference

I suppose that's python-wxgtk2.8 problem, but Reportbug says it's an orphaned 
package, so I didn't know what to do.


-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable')
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/dash

Versions of packages wammu depends on:
ii  python2.5.4-2An interactive high-level object-o
ii  python-gammu  1.25.0-2   Python module to communicate with 
ii  python-support1.0.3  automated rebuilding support for P
ii  python-wxgtk2.8   2.8.7.1-2  wxWidgets Cross-platform C++ GUI t

Versions of packages wammu recommends:
ii  notification-daemon   0.4.0-1a daemon that displays passive pop
pn  python-bluez | python-bluetoo none (no description available)
ii  python-dbus   0.83.0-1   simple interprocess messaging syst
pn  timidity  none (no description available)

Versions of packages wammu suggests:
pn  gmobilemedia  none (no description available)

Versions of packages python-gammu depends on:
ii  libbluetooth3 4.42-2 Library to use the BlueZ Linux Blu
ii  libc6 2.9-21 GNU C Library: Shared libraries
ii  libdbi0   0.8.2-3Database Independent Abstraction L
ii  libgammu6 1.25.90-1  mobile phone management library
ii  libgsmsd6 1.25.0-2   SMS daemon helper library
ii  libmysqlclient16  5.1.37-1   MySQL database client library
ii  libpq58.4.0-2PostgreSQL C client library
ii  libusb-1.0-0  2:1.0.2-1  userspace USB programming library
ii  python2.5.4-2An interactive high-level object-o
ii  python-support1.0.3  automated rebuilding support for P

-- no debconf information


---End Message---
---BeginMessage---

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


signature.asc
Description: Digital signature
---End Message---


Bug#540060: marked as done (error in pgadmin3)

2009-11-29 Thread Debian Bug Tracking System
Your message dated Sun, 29 Nov 2009 13:52:17 -0800
with message-id 20091129215217.ga27...@jade.home
and subject line these were fixed by binnmus a while ago
has caused the Debian Bug report #540060,
regarding error in pgadmin3
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.)


-- 
540060: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=540060
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: libwxgtk2.8-0
Version: 2.8.7.1-2
Severity: serious

libwxbase2.8-0 2.8.7.1-1.1 - 2.8.7.1-2

Gtk-Message: Failed to load module canberra-gtk-module:
libcanberra-gtk-module.so: cannot open shared object file: No such
file or directory

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

and pgadmin not working

after downgrading to -1
I just get the warning and pgadmin works again.

-- 
Ivan Sergio Borgonovo
http://www.webthatworks.it



---End Message---
---BeginMessage---

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


signature.asc
Description: Digital signature
---End Message---


Bug#543002: marked as done (libpadre-plugin-nopaste-perl: FTBFS: Can't load '/usr/lib/perl5/auto/Wx/Wx.so' for module Wx: /usr/lib/perl5/auto/Wx/Wx.so: symbol _ZN14wxTreeCtrlBase11CollapseAllEv, vers

2009-11-29 Thread Debian Bug Tracking System
Your message dated Sun, 29 Nov 2009 13:52:17 -0800
with message-id 20091129215217.ga27...@jade.home
and subject line these were fixed by binnmus a while ago
has caused the Debian Bug report #540060,
regarding libpadre-plugin-nopaste-perl: FTBFS: Can't load 
'/usr/lib/perl5/auto/Wx/Wx.so' for module Wx: /usr/lib/perl5/auto/Wx/Wx.so: 
symbol _ZN14wxTreeCtrlBase11CollapseAllEv, version WXU_2.8.1 not defined in 
file libwx_gtk2u_core-2.8.so.0
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.)


-- 
540060: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=540060
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: libpadre-plugin-nopaste-perl
Version: 0.2.1-1
Severity: serious
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20090822 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[2]: Entering directory 
 `/build/user-libpadre-plugin-nopaste-perl_0.2.1-1-amd64-WcOMsh/libpadre-plugin-nopaste-perl-0.2.1'
 PERL_DL_NONLAZY=1 /usr/bin/perl -MExtUtils::Command::MM -e 
 test_harness(0, 'blib/lib', 'blib/arch') t/*.t
 t/0-load
 #   Failed test 'use Padre::Plugin::Nopaste;'
 #   at t/0-load.t line 16.
 # Tried to use 'Padre::Plugin::Nopaste'.
 # Error:  Can't load '/usr/lib/perl5/auto/Wx/Wx.so' for module Wx: 
 /usr/lib/perl5/auto/Wx/Wx.so: symbol _ZN14wxTreeCtrlBase11CollapseAllEv, 
 version WXU_2.8.1 not defined in file libwx_gtk2u_core-2.8.so.0 with link 
 time reference at /usr/lib/perl/5.10/DynaLoader.pm line 196.
 #  at /usr/share/perl5/Padre/Wx.pm line 14
 # Compilation failed in require at /usr/share/perl5/Padre/Wx.pm line 14.
 # BEGIN failed--compilation aborted at t/0-load.t line 16.
 # Compilation failed in require at /usr/share/perl5/Padre/Plugin.pm line 53.
 # BEGIN failed--compilation aborted at /usr/share/perl5/Padre/Plugin.pm line 
 53.
 # Compilation failed in require at /usr/share/perl5/parent.pm line 20.
 # BEGIN failed--compilation aborted at 
 /build/user-libpadre-plugin-nopaste-perl_0.2.1-1-amd64-WcOMsh/libpadre-plugin-nopaste-perl-0.2.1/blib/lib/Padre/Plugin/Nopaste.pm
  line 19.
 # Compilation failed in require at (eval 3) line 2.
 # BEGIN failed--compilation aborted at (eval 3) line 2.
 Use of uninitialized value $Padre::Plugin::Nopaste::VERSION in concatenation 
 (.) or string at t/0-load.t line 18.
 # Testing Padre::Plugin::Nopaste , Perl 5.01, /usr/bin/perl
 # Looks like you failed 1 test of 1.
 dubious
   Test returned status 1 (wstat 256, 0x100)
 DIED. FAILED test 1
   Failed 1/1 tests, 0.00% okay
 t/9-pod-coverageok
 t/9-pod.ok
 Failed Test Stat Wstat Total Fail  List of Failed
 ---
 t/0-load.t 1   256 11  1
 Failed 1/3 test scripts. 1/3 subtests failed.
 Files=3, Tests=3,  0 wallclock secs ( 0.29 cusr +  0.04 csys =  0.33 CPU)
 Failed 1/3 test programs. 1/3 subtests failed.
 make[2]: *** [test_dynamic] Error 255

The full build log is available from:
   
http://people.debian.org/~lucas/logs/2009/08/22/libpadre-plugin-nopaste-perl_0.2.1-1_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---
---BeginMessage---

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


signature.asc
Description: Digital signature
---End Message---


Processed: tagpending

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

 #wxwidgets2.8 (2.8.10.1-1) unstable; urgency=low
 #
 #  * fix bashism in useless example... (Closes: #489671)
 #  * add shlibs:Depends to libwxgtk2.8-dbg (Closes: #553243)
 #  * no more get-orig-source (Closes: #545080)
 #  * backport r61009 to fix FTBFS (Closes: #549770)
 #
 limit source wxwidgets2.8
Limiting to bugs with field 'source' containing at least one of 'wxwidgets2.8'
Limit currently set to 'source':'wxwidgets2.8'

 tags 549770 + pending confirmed
Bug #549770 [src:wxwidgets2.8] wxwidgets2.8: FTBFS: ../include/wx/gsocket.h:40: 
error: using typedef-name 'GSocket' after 'class'
Added tag(s) confirmed and pending.
 tags 553243 + pending confirmed
Bug #553243 [libwxgtk2.8-dbg] libwxgtk2.8-dbg: missing-dependency-on-libc 
needed by ./usr/lib/libwx_gtk2ud_adv-2.8.so.0.4.0 and 15 others   
but the package doesn't depend on the C library package. Normally   
this indicates that ${shlibs: Depends} was omitted from the   
Depends line for this package in debian/control.
Added tag(s) confirmed and pending.
 tags 489671 + pending confirmed
Bug #489671 [wx2.8-examples] wx2.8-examples: bashism in /bin/sh script
Added tag(s) pending.
 tags 545080 + pending confirmed
Bug #545080 [wxwidgets2.8] wxwidgets2.8: get-orig-source does not leave tarball 
in the current directory
Added tag(s) confirmed and pending.

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



Processed: close 485569

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

 close 485569
Bug#485569: libhk-classes-dev: python 2.4/2.5 dependency
'close' is deprecated; see http://www.debian.org/Bugs/Developer#closing.
Bug closed, send any further explanations to Laurent Bonnaud 
laurent.bonn...@inpg.fr

 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



Processed: reopening and reassigning report

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

 reassign 543474 python-wxgtk2.8
Bug #543474 {Done: Ben Hutchings b...@decadent.org.uk} [libwxgtk2.6-0] 
libwxgtk2.6-0: appending text to TextCtrl crashes in unpredictable ways
Bug reassigned from package 'libwxgtk2.6-0' to 'python-wxgtk2.8'.
Bug No longer marked as found in versions wxwidgets2.6/2.6.3.2.2-3.
 retitle 543474 library is not thread-safe
Bug #543474 {Done: Ben Hutchings b...@decadent.org.uk} [python-wxgtk2.8] 
libwxgtk2.6-0: appending text to TextCtrl crashes in unpredictable ways
Changed Bug title to 'library is not thread-safe' from 'libwxgtk2.6-0: 
appending text to TextCtrl crashes in unpredictable ways'
 reopen 543474
Bug #543474 {Done: Ben Hutchings b...@decadent.org.uk} [python-wxgtk2.8] 
library is not thread-safe
 severity 543474 grave
Bug #543474 [python-wxgtk2.8] library is not thread-safe
Severity set to 'grave' from 'important'

 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



Processed: severity of 543474 is wishlist

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

 # Automatically generated email from bts, devscripts version 2.10.35lenny7
 # ffs learn how to write GUI apps
 severity 543474 wishlist
Bug #543474 [python-wxgtk2.8] library is not thread-safe
Severity set to 'wishlist' from 'grave'


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



Processed: Re: Bug#559196: wicd confuses distcc-pump with BOOTP/DHCP pump when pump package is not installed

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

 reassign 559196 distcc-pump,pump
Bug #559196 [wicd] wicd confuses distcc-pump with BOOTP/DHCP pump when pump 
package is not installed
Bug reassigned from package 'wicd' to 'distcc-pump,pump'.
Bug No longer marked as found in versions wicd/1.6.2.2-3.
 tags 559196 confirmed
Bug #559196 [distcc-pump,pump] wicd confuses distcc-pump with BOOTP/DHCP pump 
when pump package is not installed
Added tag(s) confirmed.
 retitle 559196 almost name-clash between packages, relies on $PATH
Bug #559196 [distcc-pump,pump] wicd confuses distcc-pump with BOOTP/DHCP pump 
when pump package is not installed
Changed Bug title to 'almost name-clash between packages, relies on $PATH' from 
'wicd confuses distcc-pump with BOOTP/DHCP pump when pump package is not 
installed'
 severity 559196 important
Bug #559196 [distcc-pump,pump] almost name-clash between packages, relies on 
$PATH
Severity set to 'important' from 'normal'

 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



Processed: (no subject)

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

 reassign 539187 python-support
Bug #539187 [libgv-python] libgv-python: broken symlink 
/usr/lib/pyshared/python2.{4,5}/_gv.so
Bug reassigned from package 'libgv-python' to 'python-support'.
Bug No longer marked as found in versions graphviz/2.20.2-3.
 retitle 539187 Moving symlink fails where linkdest is also moved
Bug #539187 [python-support] libgv-python: broken symlink 
/usr/lib/pyshared/python2.{4,5}/_gv.so
Changed Bug title to 'Moving symlink fails where linkdest is also moved' from 
'libgv-python: broken symlink /usr/lib/pyshared/python2.{4,5}/_gv.so'
 affects 539187 libgv-python
Bug #539187 [python-support] Moving symlink fails where linkdest is also moved
Added indication that 539187 affects libgv-python
 tags 539187 patch
Bug #539187 [python-support] Moving symlink fails where linkdest is also moved
Added tag(s) patch.
 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#549770: marked as done (wxwidgets2.8: FTBFS: ../include/wx/gsocket.h:40: error: using typedef-name 'GSocket' after 'class')

2009-12-02 Thread Debian Bug Tracking System
Your message dated Thu, 03 Dec 2009 03:35:59 +
with message-id e1ng2u3-0004a6...@ries.debian.org
and subject line Bug#549770: fixed in wxwidgets2.8 2.8.10.1-1
has caused the Debian Bug report #549770,
regarding wxwidgets2.8: FTBFS: ../include/wx/gsocket.h:40: error: using 
typedef-name 'GSocket' after 'class'
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.)


-- 
549770: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=549770
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Source: wxwidgets2.8
Version: 2.8.7.1-2
Severity: serious
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20091005 qa-ftbfs
Justification: FTBFS on amd64

Hi,

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

Relevant part:
 /build/user-wxwidgets2.8_2.8.7.1-2-amd64-aPALrJ/wxwidgets2.8-2.8.7.1/objs_gtk_sh/bk-deps
  g++ -c -o coredll_gsockgtk.o -I.pch/wxprec_coredll -D__WXGTK__  
 -I../src/regex  -DWXUSINGDLL -DWXMAKINGDLL_CORE -DwxUSE_BASE=0 -fPIC -DPIC 
 -DWX_PRECOMP -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES 
 -I/build/user-wxwidgets2.8_2.8.7.1-2-amd64-aPALrJ/wxwidgets2.8-2.8.7.1/objs_gtk_sh/lib/wx/include/gtk2-unicode-release-2.8
  -I../include -D_REENTRANT -pthread -I/usr/include/gtk-2.0 
 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo 
 -I/usr/include/pango-1.0 -I/usr/include/pixman-1 -I/usr/include/freetype2 
 -I/usr/include/directfb -I/usr/include/libpng12 -I/usr/include/glib-2.0 
 -I/usr/lib/glib-2.0/include -pthread -DORBIT2=1 -I/usr/include/gstreamer-0.10 
 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 
 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/dbus-1.0 
 -I/usr/lib/dbus-1.0/include -pthread -Wall -Wundef -Wno-ctor-dtor-privacy -O2 
 -fno-strict-aliasing -D_REENTRANT -I/usr/include/libgnomeprintui-2.2 
 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libgnomecanvas-2.0 
 -I/usr/include/libart-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include 
 -I/usr/include/libxml2 -I/usr/include/pango-1.0 -I/usr/include/gail-1.0 
 -I/usr/include/gtk-2.0 -I/usr/include/freetype2 -I/usr/include/atk-1.0 
 -I/usr/lib/gtk-2.0/include -I/usr/include/cairo -I/usr/include/pixman-1 
 -I/usr/include/directfb -I/usr/include/libpng12 -g -O2 ../src/gtk/gsockgtk.cpp
 In file included from ../src/gtk/gsockgtk.cpp:21:
 ../include/wx/gsocket.h:40: error: using typedef-name 'GSocket' after 'class'
 /usr/include/glib-2.0/gio/giotypes.h:120: error: 'GSocket' has a previous 
 declaration here
 In file included from ../include/wx/gsocket.h:179,
  from ../src/gtk/gsockgtk.cpp:21:
 ../include/wx/unix/gsockunx.h:40: error: using typedef-name 'GSocket' after 
 'class'
 /usr/include/glib-2.0/gio/giotypes.h:120: error: 'GSocket' has a previous 
 declaration here
 ../src/gtk/gsockgtk.cpp: In function 'void _GSocket_GDK_Input(void*, gint, 
 GdkInputCondition)':
 ../src/gtk/gsockgtk.cpp:34: error: 'struct _GSocket' has no member named 
 'Detected_Read'
 ../src/gtk/gsockgtk.cpp:36: error: 'struct _GSocket' has no member named 
 'Detected_Write'
 ../src/gtk/gsockgtk.cpp: In member function 'virtual bool 
 GSocketGUIFunctionsTableConcrete::Init_Socket(GSocket*)':
 ../src/gtk/gsockgtk.cpp:56: error: 'struct _GSocket' has no member named 
 'm_gui_dependent'
 ../src/gtk/gsockgtk.cpp:57: error: 'struct _GSocket' has no member named 
 'm_gui_dependent'
 ../src/gtk/gsockgtk.cpp: In member function 'virtual void 
 GSocketGUIFunctionsTableConcrete::Destroy_Socket(GSocket*)':
 ../src/gtk/gsockgtk.cpp:67: error: 'struct _GSocket' has no member named 
 'm_gui_dependent'
 ../src/gtk/gsockgtk.cpp: In member function 'virtual void 
 GSocketGUIFunctionsTableConcrete::Install_Callback(GSocket*, GSocketEvent)':
 ../src/gtk/gsockgtk.cpp:72: error: 'struct _GSocket' has no member named 
 'm_gui_dependent'
 ../src/gtk/gsockgtk.cpp:75: error: 'struct _GSocket' has no member named 
 'm_fd'
 ../src/gtk/gsockgtk.cpp:83: error: 'struct _GSocket' has no member named 
 'm_server'
 ../src/gtk/gsockgtk.cpp:90: error: 'struct _GSocket' has no member named 
 'm_fd'
 ../src/gtk/gsockgtk.cpp: In member function 'virtual void 
 GSocketGUIFunctionsTableConcrete::Uninstall_Callback(GSocket*, GSocketEvent)':
 ../src/gtk/gsockgtk.cpp:98: error: 'struct _GSocket' has no member named 
 'm_gui_dependent'
 ../src/gtk/gsockgtk.cpp:108: error: 'struct _GSocket' has no member named 
 'm_server'
 make[1]: *** [coredll_gsockgtk.o] Error 1

The full build log is available from:
   
http://people.debian.org/~lucas/logs/2009/10/05/wxwidgets2.8_2.8.7.1-2_lsid64.buildlog

A list

Bug#489671: marked as done (wx2.8-examples: bashism in /bin/sh script)

2009-12-02 Thread Debian Bug Tracking System
Your message dated Thu, 03 Dec 2009 03:35:58 +
with message-id e1ng2u2-0004za...@ries.debian.org
and subject line Bug#489671: fixed in wxwidgets2.8 2.8.10.1-1
has caused the Debian Bug report #489671,
regarding wx2.8-examples: bashism in /bin/sh script
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.)


-- 
489671: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=489671
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: wx2.8-examples
Severity: important
Version: 2.8.7.1-1
User: debian-rele...@lists.debian.org
Usertags: goal-dash

Hello maintainer,

While performing an archive wide checkbashisms (from the 'devscripts' package) 
check I've found your package containing one or more /bin/sh scripts making 
use of bashisms.

checkbashisms' output:
 possible bashism in ./usr/share/doc/wx2.8-examples/examples/wxPython/b line
 3 (sourced script with arguments): 
 . b $*

Not using bash (or a Debian Policy conformant shell interpreter which does 
provide such an extra feature) as /bin/sh is likely to lead to errors or 
unexpected behaviours.
Please be aware that although bash is currently the default /bin/sh there's a 
release goal for Lenny to make dash the default /bin/sh[1].

If you want more information about dash as /bin/sh, you can read:
http://lists.debian.org/debian-release/2008/01/msg00189.html

For more information please refer to the Debian Policy section 10.4 supporting 
this argument at:
http://www.debian.org/doc/debian-policy/ch-files.html#s-scripts

Hints about how to fix bashisms:
Sometimes these bugs are already fixed in Ubuntu, look at the PTS.
If not already fixed you can read:
https://wiki.ubuntu.com/DashAsBinSh

[1]http://release.debian.org/lenny/goals.txt

Thank you,
-- 
Atomo64 - Raphael

Please avoid sending me Word, PowerPoint or Excel attachments.
See http://www.gnu.org/philosophy/no-word-attachments.html


---End Message---
---BeginMessage---
Source: wxwidgets2.8
Source-Version: 2.8.10.1-1

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

libwxbase2.8-0_2.8.10.1-1_i386.deb
  to main/w/wxwidgets2.8/libwxbase2.8-0_2.8.10.1-1_i386.deb
libwxbase2.8-dbg_2.8.10.1-1_i386.deb
  to main/w/wxwidgets2.8/libwxbase2.8-dbg_2.8.10.1-1_i386.deb
libwxbase2.8-dev_2.8.10.1-1_i386.deb
  to main/w/wxwidgets2.8/libwxbase2.8-dev_2.8.10.1-1_i386.deb
libwxgtk2.8-0_2.8.10.1-1_i386.deb
  to main/w/wxwidgets2.8/libwxgtk2.8-0_2.8.10.1-1_i386.deb
libwxgtk2.8-dbg_2.8.10.1-1_i386.deb
  to main/w/wxwidgets2.8/libwxgtk2.8-dbg_2.8.10.1-1_i386.deb
libwxgtk2.8-dev_2.8.10.1-1_i386.deb
  to main/w/wxwidgets2.8/libwxgtk2.8-dev_2.8.10.1-1_i386.deb
python-wxgtk2.8-dbg_2.8.10.1-1_i386.deb
  to main/w/wxwidgets2.8/python-wxgtk2.8-dbg_2.8.10.1-1_i386.deb
python-wxgtk2.8_2.8.10.1-1_i386.deb
  to main/w/wxwidgets2.8/python-wxgtk2.8_2.8.10.1-1_i386.deb
wx2.8-doc_2.8.10.1-1_all.deb
  to main/w/wxwidgets2.8/wx2.8-doc_2.8.10.1-1_all.deb
wx2.8-examples_2.8.10.1-1_all.deb
  to main/w/wxwidgets2.8/wx2.8-examples_2.8.10.1-1_all.deb
wx2.8-headers_2.8.10.1-1_i386.deb
  to main/w/wxwidgets2.8/wx2.8-headers_2.8.10.1-1_i386.deb
wx2.8-i18n_2.8.10.1-1_all.deb
  to main/w/wxwidgets2.8/wx2.8-i18n_2.8.10.1-1_all.deb
wxwidgets2.8_2.8.10.1-1.diff.gz
  to main/w/wxwidgets2.8/wxwidgets2.8_2.8.10.1-1.diff.gz
wxwidgets2.8_2.8.10.1-1.dsc
  to main/w/wxwidgets2.8/wxwidgets2.8_2.8.10.1-1.dsc
wxwidgets2.8_2.8.10.1.orig.tar.gz
  to main/w/wxwidgets2.8/wxwidgets2.8_2.8.10.1.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 489...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Ryan Niebur r...@debian.org (supplier of updated wxwidgets2.8 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, 01 Dec 2009 22:45:38 -0800
Source: wxwidgets2.8
Binary: libwxbase2.8-0 libwxbase2.8-dev libwxbase2.8-dbg libwxgtk2.8-0 
libwxgtk2.8-dev libwxgtk2.8-dbg python-wxgtk2.8 python-wxgtk2.8-dbg 
python-wxversion python-wxtools wx-common wx2.8-headers wx2.8-i18n wx2.8-doc 
wx2.8-examples libwxmsw2.8-dev libwxmsw2.8-dbg wx2.8-headers-msw
Architecture: source i386 all
Version: 2.8.10.1-1
Distribution: unstable
Urgency: low
Maintainer

Bug#512939: marked as done (python-wxgtk2.8: minor update available, please package 2.8.9)

2009-12-02 Thread Debian Bug Tracking System
Your message dated Thu, 03 Dec 2009 03:35:59 +
with message-id e1ng2u3-0004zj...@ries.debian.org
and subject line Bug#512939: fixed in wxwidgets2.8 2.8.10.1-1
has caused the Debian Bug report #512939,
regarding python-wxgtk2.8: minor update available, please package 2.8.9
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.)


-- 
512939: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=512939
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: python-wxgtk2.8
Version: 2.8.7.1-1.1
Severity: wishlist

There is a new minor version available which fixes quite a
few bugs. Please package version 2.8.9.*

Thanks,
Karsten

-- System Information:
Debian Release: 5.0
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'stable')
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 python-wxgtk2.8 depends on:
ii  libc62.7-18  GNU C Library: Shared libraries
ii  libgcc1  1:4.3.2-1.1 GCC support library
ii  libstdc++6   4.3.2-1.1   The GNU Standard C++ Library v3
ii  libwxbase2.8-0   2.8.7.1-1.1 wxBase library (runtime) - non-GUI
ii  libwxgtk2.8-02.8.7.1-1.1 wxWidgets Cross-platform C++ GUI t
ii  python   2.5.2-3 An interactive high-level object-o
ii  python-central   0.6.8   register and build utility for Pyt
ii  python-wxversion 2.6.3.2.2-3 wxWidgets Cross-platform C++ GUI t

python-wxgtk2.8 recommends no packages.

Versions of packages python-wxgtk2.8 suggests:
ii  python-xml   0.8.4-10.1  XML tools for Python
ii  wx2.8-doc2.8.7.1-1.1 wxWidgets Cross-platform C++ GUI t
ii  wx2.8-examples   2.8.7.1-1.1 wxWidgets Cross-platform C++ GUI t

-- no debconf information


---End Message---
---BeginMessage---
Source: wxwidgets2.8
Source-Version: 2.8.10.1-1

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

libwxbase2.8-0_2.8.10.1-1_i386.deb
  to main/w/wxwidgets2.8/libwxbase2.8-0_2.8.10.1-1_i386.deb
libwxbase2.8-dbg_2.8.10.1-1_i386.deb
  to main/w/wxwidgets2.8/libwxbase2.8-dbg_2.8.10.1-1_i386.deb
libwxbase2.8-dev_2.8.10.1-1_i386.deb
  to main/w/wxwidgets2.8/libwxbase2.8-dev_2.8.10.1-1_i386.deb
libwxgtk2.8-0_2.8.10.1-1_i386.deb
  to main/w/wxwidgets2.8/libwxgtk2.8-0_2.8.10.1-1_i386.deb
libwxgtk2.8-dbg_2.8.10.1-1_i386.deb
  to main/w/wxwidgets2.8/libwxgtk2.8-dbg_2.8.10.1-1_i386.deb
libwxgtk2.8-dev_2.8.10.1-1_i386.deb
  to main/w/wxwidgets2.8/libwxgtk2.8-dev_2.8.10.1-1_i386.deb
python-wxgtk2.8-dbg_2.8.10.1-1_i386.deb
  to main/w/wxwidgets2.8/python-wxgtk2.8-dbg_2.8.10.1-1_i386.deb
python-wxgtk2.8_2.8.10.1-1_i386.deb
  to main/w/wxwidgets2.8/python-wxgtk2.8_2.8.10.1-1_i386.deb
wx2.8-doc_2.8.10.1-1_all.deb
  to main/w/wxwidgets2.8/wx2.8-doc_2.8.10.1-1_all.deb
wx2.8-examples_2.8.10.1-1_all.deb
  to main/w/wxwidgets2.8/wx2.8-examples_2.8.10.1-1_all.deb
wx2.8-headers_2.8.10.1-1_i386.deb
  to main/w/wxwidgets2.8/wx2.8-headers_2.8.10.1-1_i386.deb
wx2.8-i18n_2.8.10.1-1_all.deb
  to main/w/wxwidgets2.8/wx2.8-i18n_2.8.10.1-1_all.deb
wxwidgets2.8_2.8.10.1-1.diff.gz
  to main/w/wxwidgets2.8/wxwidgets2.8_2.8.10.1-1.diff.gz
wxwidgets2.8_2.8.10.1-1.dsc
  to main/w/wxwidgets2.8/wxwidgets2.8_2.8.10.1-1.dsc
wxwidgets2.8_2.8.10.1.orig.tar.gz
  to main/w/wxwidgets2.8/wxwidgets2.8_2.8.10.1.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 512...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Ryan Niebur r...@debian.org (supplier of updated wxwidgets2.8 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, 01 Dec 2009 22:45:38 -0800
Source: wxwidgets2.8
Binary: libwxbase2.8-0 libwxbase2.8-dev libwxbase2.8-dbg libwxgtk2.8-0 
libwxgtk2.8-dev libwxgtk2.8-dbg python-wxgtk2.8 python-wxgtk2.8-dbg 
python-wxversion python-wxtools wx-common wx2.8-headers wx2.8-i18n wx2.8-doc 
wx2.8-examples libwxmsw2.8-dev libwxmsw2.8-dbg wx2.8-headers-msw
Architecture: source i386 all
Version

Bug#553243: marked as done (libwxgtk2.8-dbg: missing-dependency-on-libc needed by ./usr/lib/libwx_gtk2ud_adv-2.8.so.0.4.0 and 15 others but the package doesn't depend on the C library packa

2009-12-02 Thread Debian Bug Tracking System
Your message dated Thu, 03 Dec 2009 03:35:59 +
with message-id e1ng2u3-0004ad...@ries.debian.org
and subject line Bug#553243: fixed in wxwidgets2.8 2.8.10.1-1
has caused the Debian Bug report #553243,
regarding libwxgtk2.8-dbg: missing-dependency-on-libc needed by 
./usr/lib/libwx_gtk2ud_adv-2.8.so.0.4.0 and 15 others   but the 
package doesn't depend on the C library package. Normally   this 
indicates that ${shlibs: Depends} was omitted from the   Depends 
line for this package in debian/control.
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.)


-- 
553243: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=553243
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: libwxgtk2.8-dbg
Version: 2.8.7.1-2+b1
Severity: serious
Justification: The listed file appears to be linked against the C library,
User: lintian-ma...@debian.org
Usertags: missing-dependency-on-libc

All shared libraries and compiled binaries must be run through dpkg-shlibdeps to
find out any libraries they are linked against (often via the dh_shlibdeps
debhelper command). The package containing these files must then depend on
${shlibs:Depends} in debian/control to get the proper package dependencies for
those libraries.

Refer to Debian Policy Manual section 8.6 (Dependencies between the library and
other packages - the shlibs system) for details.

,[ 8.6 Dependencies between the library and other packages - the shlibs 
system ]
| If a package contains a binary or library which links to a shared library, we
| must ensure that when the package is installed on the system, all of the
| libraries needed are also installed. This requirement led to the creation of 
the
| shlibs system, which is very simple in its design: any package which provides 
a
| shared library also provides information on the package dependencies required 
to
| ensure the presence of this library, and any package which uses a shared 
library
| uses this information to determine the dependencies it requires. The files 
which
| contain the mapping from shared libraries to the necessary dependency
| information are called shlibs files.
| 
| Thus, when a package is built which contains any shared libraries, it must
| provide a shlibs file for other packages to use, and when a package is built
| which contains any shared libraries or compiled binaries, it must run
| dpkg-shlibdeps on these to determine the libraries used and hence the
| dependencies needed by this package.
`

,[ 8.6.2 How to use dpkg-shlibdeps and the shlibs files ]
| Put a call to dpkg-shlibdeps into your debian/rules file. If your package
| contains only compiled binaries and libraries (but no scripts), you can use a
| command such as:
| 
|  dpkg-shlibdeps debian/tmp/usr/bin/* debian/tmp/usr/sbin/* \
|debian/tmp/usr/lib/*
| 
| Otherwise, you will need to explicitly list the compiled binaries and
| libraries.[53]
| 
| This command puts the dependency information into the debian/substvars file,
| which is then used by dpkg-gencontrol. You will need to place a
| ${shlibs:Depends} variable in the Depends field in the control file for this 
to
| work.
`

manoj


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

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

Versions of packages libwxgtk2.8-dbg depends on:
pn  libwxbase2.8-dbgnone   (no description available)
ii  wx2.8-headers   2.8.7.1-2+b1 wxWidgets Cross-platform C++ GUI t

libwxgtk2.8-dbg recommends no packages.

libwxgtk2.8-dbg suggests no packages.


---End Message---
---BeginMessage---
Source: wxwidgets2.8
Source-Version: 2.8.10.1-1

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

libwxbase2.8-0_2.8.10.1-1_i386.deb
  to main/w/wxwidgets2.8/libwxbase2.8-0_2.8.10.1-1_i386.deb
libwxbase2.8-dbg_2.8.10.1-1_i386.deb
  to main/w/wxwidgets2.8/libwxbase2.8-dbg_2.8.10.1-1_i386.deb
libwxbase2.8-dev_2.8.10.1-1_i386.deb
  to main/w/wxwidgets2.8/libwxbase2.8-dev_2.8.10.1-1_i386.deb
libwxgtk2.8-0_2.8.10.1-1_i386.deb
  to main/w/wxwidgets2.8/libwxgtk2.8-0_2.8.10.1-1_i386.deb
libwxgtk2.8-dbg_2.8.10.1-1_i386.deb
  to main/w/wxwidgets2.8/libwxgtk2.8-dbg_2.8.10.1-1_i386.deb
libwxgtk2.8-dev_2.8.10.1-1_i386.deb

Bug#494424: marked as done (poedit: Gtk-WARNING about GtkPizza)

2009-12-02 Thread Debian Bug Tracking System
Your message dated Thu, 03 Dec 2009 03:35:59 +
with message-id e1ng2u3-0004zy...@ries.debian.org
and subject line Bug#494424: fixed in wxwidgets2.8 2.8.10.1-1
has caused the Debian Bug report #494424,
regarding poedit: Gtk-WARNING about GtkPizza
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.)


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

Package: poedit
Version: 1.4.1-2
Severity: minor

*** Please type your report below this line ***

When poedit is started in shell, the following warning is showing up
many times:

(poedit:7336): Gtk-WARNING **:
/build/buildd/gtk+2.0-2.12.10/gtk/gtkwidget.c:8547: widget class
`GtkPizza' has no property named `row-ending-details'

Although it doesn't seem to affect functionality, it'd be good to fix
this.

Regards,
Ognyan Kulev

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

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

Versions of packages poedit depends on:
ii  gettext  0.17-3 GNU Internationalization utilities
ii  libatk1.0-0  1.22.0-1   The ATK accessibility toolkit
ii  libc62.7-13 GNU C Library: Shared libraries
ii  libcairo21.6.4-6The Cairo 2D vector graphics libra
ii  libdb4.6 4.6.21-8   Berkeley v4.6 Database Libraries [
ii  libgcc1  1:4.3.1-2  GCC support library
ii  libglib2.0-0 2.16.4-2   The GLib library of C routines
ii  libgtk2.0-0  2.12.10-2  The GTK+ graphical user interface
ii  libgtkspell0 2.0.13-1   a spell-checking addon for GTK's T
ii  libpango1.0-01.20.5-1   Layout and rendering of internatio
ii  libstdc++6   4.3.1-2The GNU Standard C++ Library v3
ii  libwxbase2.8-0   2.8.7.1-1  wxBase library (runtime) - non-GUI
ii  libwxgtk2.8-02.8.7.1-1  wxWidgets Cross-platform C++ GUI t

poedit recommends no packages.

poedit suggests no packages.

-- no debconf information



---End Message---
---BeginMessage---
Source: wxwidgets2.8
Source-Version: 2.8.10.1-1

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

libwxbase2.8-0_2.8.10.1-1_i386.deb
  to main/w/wxwidgets2.8/libwxbase2.8-0_2.8.10.1-1_i386.deb
libwxbase2.8-dbg_2.8.10.1-1_i386.deb
  to main/w/wxwidgets2.8/libwxbase2.8-dbg_2.8.10.1-1_i386.deb
libwxbase2.8-dev_2.8.10.1-1_i386.deb
  to main/w/wxwidgets2.8/libwxbase2.8-dev_2.8.10.1-1_i386.deb
libwxgtk2.8-0_2.8.10.1-1_i386.deb
  to main/w/wxwidgets2.8/libwxgtk2.8-0_2.8.10.1-1_i386.deb
libwxgtk2.8-dbg_2.8.10.1-1_i386.deb
  to main/w/wxwidgets2.8/libwxgtk2.8-dbg_2.8.10.1-1_i386.deb
libwxgtk2.8-dev_2.8.10.1-1_i386.deb
  to main/w/wxwidgets2.8/libwxgtk2.8-dev_2.8.10.1-1_i386.deb
python-wxgtk2.8-dbg_2.8.10.1-1_i386.deb
  to main/w/wxwidgets2.8/python-wxgtk2.8-dbg_2.8.10.1-1_i386.deb
python-wxgtk2.8_2.8.10.1-1_i386.deb
  to main/w/wxwidgets2.8/python-wxgtk2.8_2.8.10.1-1_i386.deb
wx2.8-doc_2.8.10.1-1_all.deb
  to main/w/wxwidgets2.8/wx2.8-doc_2.8.10.1-1_all.deb
wx2.8-examples_2.8.10.1-1_all.deb
  to main/w/wxwidgets2.8/wx2.8-examples_2.8.10.1-1_all.deb
wx2.8-headers_2.8.10.1-1_i386.deb
  to main/w/wxwidgets2.8/wx2.8-headers_2.8.10.1-1_i386.deb
wx2.8-i18n_2.8.10.1-1_all.deb
  to main/w/wxwidgets2.8/wx2.8-i18n_2.8.10.1-1_all.deb
wxwidgets2.8_2.8.10.1-1.diff.gz
  to main/w/wxwidgets2.8/wxwidgets2.8_2.8.10.1-1.diff.gz
wxwidgets2.8_2.8.10.1-1.dsc
  to main/w/wxwidgets2.8/wxwidgets2.8_2.8.10.1-1.dsc
wxwidgets2.8_2.8.10.1.orig.tar.gz
  to main/w/wxwidgets2.8/wxwidgets2.8_2.8.10.1.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.
Ryan Niebur r...@debian.org (supplier of updated wxwidgets2.8 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, 01 Dec 2009 22:45:38 -0800
Source: wxwidgets2.8
Binary: libwxbase2.8-0 libwxbase2.8-dev libwxbase2.8-dbg libwxgtk2.8-0 
libwxgtk2.8-dev libwxgtk2.8-dbg python-wxgtk2.8 python

Bug#545080: marked as done (wxwidgets2.8: get-orig-source does not leave tarball in the current directory)

2009-12-02 Thread Debian Bug Tracking System
Your message dated Thu, 03 Dec 2009 03:35:59 +
with message-id e1ng2u3-0004a3...@ries.debian.org
and subject line Bug#545080: fixed in wxwidgets2.8 2.8.10.1-1
has caused the Debian Bug report #545080,
regarding wxwidgets2.8: get-orig-source does not leave tarball in the current 
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.)


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

Package: wxwidgets2.8
Version: 2.8.7.1-2
Severity: minor

$ zgrep get-orig-source /usr/share/doc/debian-policy/policy.txt.gz -A5
 `get-orig-source' (optional)
  This target fetches the most recent version of the original
  source package from a canonical archive site (via FTP or WWW, for
  example), does any necessary rearrangement to turn it into the
  original source tar file format described below, and leaves it in
  the current directory.

$ ./debian/rules get-orig-source
[snip]

$ ls *.tar.gz
/bin/ls: cannot access *.tar.gz: No such file or directory


--
Jakub Wilk


---End Message---
---BeginMessage---
Source: wxwidgets2.8
Source-Version: 2.8.10.1-1

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

libwxbase2.8-0_2.8.10.1-1_i386.deb
  to main/w/wxwidgets2.8/libwxbase2.8-0_2.8.10.1-1_i386.deb
libwxbase2.8-dbg_2.8.10.1-1_i386.deb
  to main/w/wxwidgets2.8/libwxbase2.8-dbg_2.8.10.1-1_i386.deb
libwxbase2.8-dev_2.8.10.1-1_i386.deb
  to main/w/wxwidgets2.8/libwxbase2.8-dev_2.8.10.1-1_i386.deb
libwxgtk2.8-0_2.8.10.1-1_i386.deb
  to main/w/wxwidgets2.8/libwxgtk2.8-0_2.8.10.1-1_i386.deb
libwxgtk2.8-dbg_2.8.10.1-1_i386.deb
  to main/w/wxwidgets2.8/libwxgtk2.8-dbg_2.8.10.1-1_i386.deb
libwxgtk2.8-dev_2.8.10.1-1_i386.deb
  to main/w/wxwidgets2.8/libwxgtk2.8-dev_2.8.10.1-1_i386.deb
python-wxgtk2.8-dbg_2.8.10.1-1_i386.deb
  to main/w/wxwidgets2.8/python-wxgtk2.8-dbg_2.8.10.1-1_i386.deb
python-wxgtk2.8_2.8.10.1-1_i386.deb
  to main/w/wxwidgets2.8/python-wxgtk2.8_2.8.10.1-1_i386.deb
wx2.8-doc_2.8.10.1-1_all.deb
  to main/w/wxwidgets2.8/wx2.8-doc_2.8.10.1-1_all.deb
wx2.8-examples_2.8.10.1-1_all.deb
  to main/w/wxwidgets2.8/wx2.8-examples_2.8.10.1-1_all.deb
wx2.8-headers_2.8.10.1-1_i386.deb
  to main/w/wxwidgets2.8/wx2.8-headers_2.8.10.1-1_i386.deb
wx2.8-i18n_2.8.10.1-1_all.deb
  to main/w/wxwidgets2.8/wx2.8-i18n_2.8.10.1-1_all.deb
wxwidgets2.8_2.8.10.1-1.diff.gz
  to main/w/wxwidgets2.8/wxwidgets2.8_2.8.10.1-1.diff.gz
wxwidgets2.8_2.8.10.1-1.dsc
  to main/w/wxwidgets2.8/wxwidgets2.8_2.8.10.1-1.dsc
wxwidgets2.8_2.8.10.1.orig.tar.gz
  to main/w/wxwidgets2.8/wxwidgets2.8_2.8.10.1.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 545...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Ryan Niebur r...@debian.org (supplier of updated wxwidgets2.8 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, 01 Dec 2009 22:45:38 -0800
Source: wxwidgets2.8
Binary: libwxbase2.8-0 libwxbase2.8-dev libwxbase2.8-dbg libwxgtk2.8-0 
libwxgtk2.8-dev libwxgtk2.8-dbg python-wxgtk2.8 python-wxgtk2.8-dbg 
python-wxversion python-wxtools wx-common wx2.8-headers wx2.8-i18n wx2.8-doc 
wx2.8-examples libwxmsw2.8-dev libwxmsw2.8-dbg wx2.8-headers-msw
Architecture: source i386 all
Version: 2.8.10.1-1
Distribution: unstable
Urgency: low
Maintainer: wxWidgets Maintainers freewx-ma...@lists.alioth.debian.org
Changed-By: Ryan Niebur r...@debian.org
Description: 
 libwxbase2.8-0 - wxBase library (runtime) - non-GUI support classes of 
wxWidgets t
 libwxbase2.8-dbg - wxBase library (debug) - non-GUI support classes of 
wxWidgets too
 libwxbase2.8-dev - wxBase library (development) - non-GUI support classes of 
wxWidge
 libwxgtk2.8-0 - wxWidgets Cross-platform C++ GUI toolkit (GTK+ runtime)
 libwxgtk2.8-dbg - wxWidgets Cross-platform C++ GUI toolkit (GTK+ debug)
 libwxgtk2.8-dev - wxWidgets Cross-platform C++ GUI toolkit (GTK+ development)
 libwxmsw2.8-dbg - wxMSW mingw32msvc-cross (debug)
 libwxmsw2.8-dev - wxMSW mingw32msvc-cross
 python-wxgtk2.8 - wxWidgets Cross-platform C++ GUI toolkit (wxPython binding)
 python

Bug#512117: marked as done (wxwidgets2.8: FTBFS on hurd-i386)

2009-12-02 Thread Debian Bug Tracking System
Your message dated Thu, 03 Dec 2009 03:35:59 +
with message-id e1ng2u3-0004zd...@ries.debian.org
and subject line Bug#512117: fixed in wxwidgets2.8 2.8.10.1-1
has caused the Debian Bug report #512117,
regarding wxwidgets2.8: FTBFS on hurd-i386
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.)


-- 
512117: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=512117
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: wxwidgets2.8
Severity: important
Tags: upstream patch

Hello,

The wxwidgets2.8 package currently FTBFS because the configuration fix
for the GNU OS didn't get propagated to 2.8, could you please apply the
attached patch and submit it upstream so that next release won't break
again? :)

Samuel

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

Kernel: Linux 2.6.28 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
--- configure.orig  2009-01-17 03:33:43.0 +0100
+++ configure   2009-01-17 03:34:31.0 +0100
@@ -48070,7 +48070,7 @@
   ;;
 
   powerpc-apple-macos* | \
-  *-*-freebsd* | *-*-openbsd* | *-*-netbsd* | *-*-k*bsd*-gnu | \
+  *-*-freebsd* | *-*-openbsd* | *-*-netbsd* | *-*-gnu* | *-*-k*bsd*-gnu | \
   *-*-mirbsd* | \
   *-*-sunos4* | \
   *-*-osf* | \
@@ -48113,7 +48113,7 @@
 SONAME_FLAG=
 
 case ${BAKEFILE_HOST} in
-  *-*-linux* | *-*-freebsd* | *-*-k*bsd*-gnu )
+  *-*-linux* | *-*-freebsd* | *-*-gnu* | *-*-k*bsd*-gnu )
 SONAME_FLAG=-Wl,-soname,
 USE_SOVERSION=1
 USE_SOVERLINUX=1
--- build/aclocal/bakefile.m4.orig  2009-01-17 03:35:10.0 +0100
+++ build/aclocal/bakefile.m4   2009-01-17 03:35:11.0 +0100
@@ -448,7 +448,7 @@
   ;;
 
   powerpc-apple-macos* | \
-  *-*-freebsd* | *-*-openbsd* | *-*-netbsd* | *-*-k*bsd*-gnu | \
+  *-*-freebsd* | *-*-openbsd* | *-*-netbsd* | *-*-gnu* | *-*-k*bsd*-gnu | \
   *-*-mirbsd* | \
   *-*-sunos4* | \
   *-*-osf* | \
@@ -499,7 +499,7 @@
 SONAME_FLAG=
 
 case ${BAKEFILE_HOST} in
-  *-*-linux* | *-*-freebsd* | *-*-k*bsd*-gnu )
+  *-*-linux* | *-*-freebsd* | *-*-gnu* | *-*-k*bsd*-gnu )
 SONAME_FLAG=-Wl,-soname,
 USE_SOVERSION=1
 USE_SOVERLINUX=1
---End Message---
---BeginMessage---
Source: wxwidgets2.8
Source-Version: 2.8.10.1-1

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

libwxbase2.8-0_2.8.10.1-1_i386.deb
  to main/w/wxwidgets2.8/libwxbase2.8-0_2.8.10.1-1_i386.deb
libwxbase2.8-dbg_2.8.10.1-1_i386.deb
  to main/w/wxwidgets2.8/libwxbase2.8-dbg_2.8.10.1-1_i386.deb
libwxbase2.8-dev_2.8.10.1-1_i386.deb
  to main/w/wxwidgets2.8/libwxbase2.8-dev_2.8.10.1-1_i386.deb
libwxgtk2.8-0_2.8.10.1-1_i386.deb
  to main/w/wxwidgets2.8/libwxgtk2.8-0_2.8.10.1-1_i386.deb
libwxgtk2.8-dbg_2.8.10.1-1_i386.deb
  to main/w/wxwidgets2.8/libwxgtk2.8-dbg_2.8.10.1-1_i386.deb
libwxgtk2.8-dev_2.8.10.1-1_i386.deb
  to main/w/wxwidgets2.8/libwxgtk2.8-dev_2.8.10.1-1_i386.deb
python-wxgtk2.8-dbg_2.8.10.1-1_i386.deb
  to main/w/wxwidgets2.8/python-wxgtk2.8-dbg_2.8.10.1-1_i386.deb
python-wxgtk2.8_2.8.10.1-1_i386.deb
  to main/w/wxwidgets2.8/python-wxgtk2.8_2.8.10.1-1_i386.deb
wx2.8-doc_2.8.10.1-1_all.deb
  to main/w/wxwidgets2.8/wx2.8-doc_2.8.10.1-1_all.deb
wx2.8-examples_2.8.10.1-1_all.deb
  to main/w/wxwidgets2.8/wx2.8-examples_2.8.10.1-1_all.deb
wx2.8-headers_2.8.10.1-1_i386.deb
  to main/w/wxwidgets2.8/wx2.8-headers_2.8.10.1-1_i386.deb
wx2.8-i18n_2.8.10.1-1_all.deb
  to main/w/wxwidgets2.8/wx2.8-i18n_2.8.10.1-1_all.deb
wxwidgets2.8_2.8.10.1-1.diff.gz
  to main/w/wxwidgets2.8/wxwidgets2.8_2.8.10.1-1.diff.gz
wxwidgets2.8_2.8.10.1-1.dsc
  to main/w/wxwidgets2.8/wxwidgets2.8_2.8.10.1-1.dsc
wxwidgets2.8_2.8.10.1.orig.tar.gz
  to main/w/wxwidgets2.8/wxwidgets2.8_2.8.10.1.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 512...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Ryan Niebur r...@debian.org (supplier of updated wxwidgets2.8 package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive

Bug#535424: marked as done (wxwidgets2.8: bashism in debian/rules)

2009-12-02 Thread Debian Bug Tracking System
Your message dated Thu, 03 Dec 2009 03:35:59 +
with message-id e1ng2u3-0004zo...@ries.debian.org
and subject line Bug#535424: fixed in wxwidgets2.8 2.8.10.1-1
has caused the Debian Bug report #535424,
regarding wxwidgets2.8: bashism in debian/rules
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.)


-- 
535424: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=535424
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Source: wxwidgets2.8
Version: 2.8.7.1-1.1
Severity: important
User: debian-rele...@lists.debian.org
Usertags: goal-dash

Hello maintainer,

While performing an archive wide checkbashisms (from the 'devscripts' package)
check I've found your package containing a /bin/sh script making use
of a bashism.

checkbashisms' output:
 possible bashism in wxwidgets2.8/rules line 479 (brace expansion):
 rm -f $(objdir_doc)/wx$(release)-manual.{con,hh*,htx,ref};
 \

Not using bash (or a Debian Policy conformant shell interpreter which doesn't
provide such an extra feature) as /bin/sh is likely to lead to errors or
unexpected behaviours.
Please be aware that although bash is currently the default /bin/sh there was
a release goal for Lenny to make dash the default /bin/sh[1], and has been
proposed for squeeze as well[2][3].

If you want more information about dash as /bin/sh, you can read:
http://lists.debian.org/debian-release/2008/01/msg00189.html

For more information supporting this goal please refer to Debian Policy,
section 10.4, at:
http://www.debian.org/doc/debian-policy/ch-files.html#s-scripts

Hints about how to fix bashisms:
Sometimes these bugs are already fixed in Ubuntu, look at the PTS.
If not already fixed you can read:
https://wiki.ubuntu.com/DashAsBinSh

If you still don't know how to fix the bashisms don't hesitate to reply to
this email, or tag the bug as 'help'.

[1]http://release.debian.org/lenny/goals.txt
[2]http://lists.debian.org/debian-release/2009/04/msg00133.html
[3]http://lists.debian.org/debian-devel/2009/06/msg00767.html

Thank you,
Raphael Geissert


---End Message---
---BeginMessage---
Source: wxwidgets2.8
Source-Version: 2.8.10.1-1

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

libwxbase2.8-0_2.8.10.1-1_i386.deb
  to main/w/wxwidgets2.8/libwxbase2.8-0_2.8.10.1-1_i386.deb
libwxbase2.8-dbg_2.8.10.1-1_i386.deb
  to main/w/wxwidgets2.8/libwxbase2.8-dbg_2.8.10.1-1_i386.deb
libwxbase2.8-dev_2.8.10.1-1_i386.deb
  to main/w/wxwidgets2.8/libwxbase2.8-dev_2.8.10.1-1_i386.deb
libwxgtk2.8-0_2.8.10.1-1_i386.deb
  to main/w/wxwidgets2.8/libwxgtk2.8-0_2.8.10.1-1_i386.deb
libwxgtk2.8-dbg_2.8.10.1-1_i386.deb
  to main/w/wxwidgets2.8/libwxgtk2.8-dbg_2.8.10.1-1_i386.deb
libwxgtk2.8-dev_2.8.10.1-1_i386.deb
  to main/w/wxwidgets2.8/libwxgtk2.8-dev_2.8.10.1-1_i386.deb
python-wxgtk2.8-dbg_2.8.10.1-1_i386.deb
  to main/w/wxwidgets2.8/python-wxgtk2.8-dbg_2.8.10.1-1_i386.deb
python-wxgtk2.8_2.8.10.1-1_i386.deb
  to main/w/wxwidgets2.8/python-wxgtk2.8_2.8.10.1-1_i386.deb
wx2.8-doc_2.8.10.1-1_all.deb
  to main/w/wxwidgets2.8/wx2.8-doc_2.8.10.1-1_all.deb
wx2.8-examples_2.8.10.1-1_all.deb
  to main/w/wxwidgets2.8/wx2.8-examples_2.8.10.1-1_all.deb
wx2.8-headers_2.8.10.1-1_i386.deb
  to main/w/wxwidgets2.8/wx2.8-headers_2.8.10.1-1_i386.deb
wx2.8-i18n_2.8.10.1-1_all.deb
  to main/w/wxwidgets2.8/wx2.8-i18n_2.8.10.1-1_all.deb
wxwidgets2.8_2.8.10.1-1.diff.gz
  to main/w/wxwidgets2.8/wxwidgets2.8_2.8.10.1-1.diff.gz
wxwidgets2.8_2.8.10.1-1.dsc
  to main/w/wxwidgets2.8/wxwidgets2.8_2.8.10.1-1.dsc
wxwidgets2.8_2.8.10.1.orig.tar.gz
  to main/w/wxwidgets2.8/wxwidgets2.8_2.8.10.1.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 535...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Ryan Niebur r...@debian.org (supplier of updated wxwidgets2.8 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, 01 Dec 2009 22:45:38 -0800
Source: wxwidgets2.8
Binary: libwxbase2.8-0 libwxbase2.8-dev libwxbase2.8-dbg libwxgtk2.8-0 
libwxgtk2.8-dev libwxgtk2.8-dbg python-wxgtk2.8 python-wxgtk2.8-dbg 
python-wxversion python-wxtools wx-common wx2.8-headers wx2.8-i18n wx2.8-doc

Bug#476254: marked as done (wx2.8-doc: error in doc-base file)

2009-12-02 Thread Debian Bug Tracking System
Your message dated Thu, 03 Dec 2009 03:35:58 +
with message-id e1ng2u2-0004z4...@ries.debian.org
and subject line Bug#476254: fixed in wxwidgets2.8 2.8.10.1-1
has caused the Debian Bug report #476254,
regarding wx2.8-doc: error in doc-base 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.)


-- 
476254: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=476254
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: wx2.8-doc
Version: 2.8.7.1-0.1
Severity: normal


Hi,

/usr/share/doc-base/wx2.8-manual contains:

Index: /usr/share/doc/wx2.8-doc/wx-manual.html/wx2.8-manual_contents.html

whereas the correct name is:

   /usr/share/doc/wx2.8-doc/wx-manual.html/wx-2.8-manual_contents.html

(look hard, the difference is subtil :)


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

Kernel: Linux 2.6.24-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

-- no debconf information

-- 
Laurent Bonnaud.
http://www.lis.inpg.fr/pages_perso/bonnaud/




---End Message---
---BeginMessage---
Source: wxwidgets2.8
Source-Version: 2.8.10.1-1

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

libwxbase2.8-0_2.8.10.1-1_i386.deb
  to main/w/wxwidgets2.8/libwxbase2.8-0_2.8.10.1-1_i386.deb
libwxbase2.8-dbg_2.8.10.1-1_i386.deb
  to main/w/wxwidgets2.8/libwxbase2.8-dbg_2.8.10.1-1_i386.deb
libwxbase2.8-dev_2.8.10.1-1_i386.deb
  to main/w/wxwidgets2.8/libwxbase2.8-dev_2.8.10.1-1_i386.deb
libwxgtk2.8-0_2.8.10.1-1_i386.deb
  to main/w/wxwidgets2.8/libwxgtk2.8-0_2.8.10.1-1_i386.deb
libwxgtk2.8-dbg_2.8.10.1-1_i386.deb
  to main/w/wxwidgets2.8/libwxgtk2.8-dbg_2.8.10.1-1_i386.deb
libwxgtk2.8-dev_2.8.10.1-1_i386.deb
  to main/w/wxwidgets2.8/libwxgtk2.8-dev_2.8.10.1-1_i386.deb
python-wxgtk2.8-dbg_2.8.10.1-1_i386.deb
  to main/w/wxwidgets2.8/python-wxgtk2.8-dbg_2.8.10.1-1_i386.deb
python-wxgtk2.8_2.8.10.1-1_i386.deb
  to main/w/wxwidgets2.8/python-wxgtk2.8_2.8.10.1-1_i386.deb
wx2.8-doc_2.8.10.1-1_all.deb
  to main/w/wxwidgets2.8/wx2.8-doc_2.8.10.1-1_all.deb
wx2.8-examples_2.8.10.1-1_all.deb
  to main/w/wxwidgets2.8/wx2.8-examples_2.8.10.1-1_all.deb
wx2.8-headers_2.8.10.1-1_i386.deb
  to main/w/wxwidgets2.8/wx2.8-headers_2.8.10.1-1_i386.deb
wx2.8-i18n_2.8.10.1-1_all.deb
  to main/w/wxwidgets2.8/wx2.8-i18n_2.8.10.1-1_all.deb
wxwidgets2.8_2.8.10.1-1.diff.gz
  to main/w/wxwidgets2.8/wxwidgets2.8_2.8.10.1-1.diff.gz
wxwidgets2.8_2.8.10.1-1.dsc
  to main/w/wxwidgets2.8/wxwidgets2.8_2.8.10.1-1.dsc
wxwidgets2.8_2.8.10.1.orig.tar.gz
  to main/w/wxwidgets2.8/wxwidgets2.8_2.8.10.1.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 476...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Ryan Niebur r...@debian.org (supplier of updated wxwidgets2.8 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, 01 Dec 2009 22:45:38 -0800
Source: wxwidgets2.8
Binary: libwxbase2.8-0 libwxbase2.8-dev libwxbase2.8-dbg libwxgtk2.8-0 
libwxgtk2.8-dev libwxgtk2.8-dbg python-wxgtk2.8 python-wxgtk2.8-dbg 
python-wxversion python-wxtools wx-common wx2.8-headers wx2.8-i18n wx2.8-doc 
wx2.8-examples libwxmsw2.8-dev libwxmsw2.8-dbg wx2.8-headers-msw
Architecture: source i386 all
Version: 2.8.10.1-1
Distribution: unstable
Urgency: low
Maintainer: wxWidgets Maintainers freewx-ma...@lists.alioth.debian.org
Changed-By: Ryan Niebur r...@debian.org
Description: 
 libwxbase2.8-0 - wxBase library (runtime) - non-GUI support classes of 
wxWidgets t
 libwxbase2.8-dbg - wxBase library (debug) - non-GUI support classes of 
wxWidgets too
 libwxbase2.8-dev - wxBase library (development) - non-GUI support classes of 
wxWidge
 libwxgtk2.8-0 - wxWidgets Cross-platform C++ GUI toolkit (GTK+ runtime)
 libwxgtk2.8-dbg - wxWidgets Cross-platform C++ GUI toolkit (GTK+ debug)
 libwxgtk2.8-dev - wxWidgets Cross-platform C++ GUI toolkit (GTK+ development)
 libwxmsw2.8-dbg - wxMSW mingw32msvc-cross (debug)
 libwxmsw2.8-dev - wxMSW mingw32msvc-cross
 python-wxgtk2.8 - wxWidgets Cross

Bug#493090: marked as done (libwxgtk2.8-0: unwanted dependency on libgconf)

2009-12-02 Thread Debian Bug Tracking System
Your message dated Thu, 03 Dec 2009 03:35:59 +
with message-id e1ng2u3-0004zt...@ries.debian.org
and subject line Bug#493090: fixed in wxwidgets2.8 2.8.10.1-1
has caused the Debian Bug report #493090,
regarding libwxgtk2.8-0: unwanted dependency on libgconf
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.)


-- 
493090: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=493090
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: libwxgtk2.8-0
Version: 2.8.7.1-1
Severity: normal

Upstream does not depend on libgconf, package depnds on it. Such
gratuitous dependencies tend to clobber machines with unwanted
programs leading to ressource leak (and gconf is very bad at staying
here when not needed nor wanted).



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

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

Versions of packages libwxgtk2.8-0 depends on:
ii  libatk1.0-01.22.0-1  The ATK accessibility toolkit
ii  libc6  2.7-10GNU C Library: Shared libraries
ii  libesd00.2.36-3  Enlightened Sound Daemon - Shared 
ii  libexpat1  2.0.1-4   XML parsing C library - runtime li
ii  libgcc11:4.3.1-2 GCC support library
pn  libgconf2-4none(no description available)
ii  libgl1-mesa-glx [libgl 7.0.3-5   A free implementation of the OpenG
ii  libglib2.0-0   2.16.4-2  The GLib library of C routines
ii  libglu1-mesa [libglu1] 7.0.3-5   The OpenGL utility library (GLU)
ii  libgstreamer-plugins-b 0.10.19-2 GStreamer libraries from the base
ii  libgstreamer0.10-0 0.10.19-3 Core GStreamer libraries and eleme
ii  libgtk2.0-02.12.10-2 The GTK+ graphical user interface 
ii  libjpeg62  6b-14 The Independent JPEG Group's JPEG 
ii  libpango1.0-0  1.20.5-1  Layout and rendering of internatio
ii  libpng12-0 1.2.27-1  PNG library - runtime
ii  libsm6 2:1.0.3-2 X11 Session Management library
ii  libstdc++6 4.3.1-2   The GNU Standard C++ Library v3
ii  libtiff4   3.8.2-10  Tag Image File Format (TIFF) libra
pn  libwxbase2.8-0 none(no description available)
ii  libxinerama1   2:1.0.3-2 X11 Xinerama extension library
ii  libxml22.6.32.dfsg-2 GNOME XML library
ii  zlib1g 1:1.2.3.3.dfsg-12 compression library - runtime

libwxgtk2.8-0 recommends no packages.

Versions of packages libwxgtk2.8-0 suggests:
pn  libgnomeprintui2.2-0  none (no description available)


---End Message---
---BeginMessage---
Source: wxwidgets2.8
Source-Version: 2.8.10.1-1

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

libwxbase2.8-0_2.8.10.1-1_i386.deb
  to main/w/wxwidgets2.8/libwxbase2.8-0_2.8.10.1-1_i386.deb
libwxbase2.8-dbg_2.8.10.1-1_i386.deb
  to main/w/wxwidgets2.8/libwxbase2.8-dbg_2.8.10.1-1_i386.deb
libwxbase2.8-dev_2.8.10.1-1_i386.deb
  to main/w/wxwidgets2.8/libwxbase2.8-dev_2.8.10.1-1_i386.deb
libwxgtk2.8-0_2.8.10.1-1_i386.deb
  to main/w/wxwidgets2.8/libwxgtk2.8-0_2.8.10.1-1_i386.deb
libwxgtk2.8-dbg_2.8.10.1-1_i386.deb
  to main/w/wxwidgets2.8/libwxgtk2.8-dbg_2.8.10.1-1_i386.deb
libwxgtk2.8-dev_2.8.10.1-1_i386.deb
  to main/w/wxwidgets2.8/libwxgtk2.8-dev_2.8.10.1-1_i386.deb
python-wxgtk2.8-dbg_2.8.10.1-1_i386.deb
  to main/w/wxwidgets2.8/python-wxgtk2.8-dbg_2.8.10.1-1_i386.deb
python-wxgtk2.8_2.8.10.1-1_i386.deb
  to main/w/wxwidgets2.8/python-wxgtk2.8_2.8.10.1-1_i386.deb
wx2.8-doc_2.8.10.1-1_all.deb
  to main/w/wxwidgets2.8/wx2.8-doc_2.8.10.1-1_all.deb
wx2.8-examples_2.8.10.1-1_all.deb
  to main/w/wxwidgets2.8/wx2.8-examples_2.8.10.1-1_all.deb
wx2.8-headers_2.8.10.1-1_i386.deb
  to main/w/wxwidgets2.8/wx2.8-headers_2.8.10.1-1_i386.deb
wx2.8-i18n_2.8.10.1-1_all.deb
  to main/w/wxwidgets2.8/wx2.8-i18n_2.8.10.1-1_all.deb
wxwidgets2.8_2.8.10.1-1.diff.gz
  to main/w/wxwidgets2.8/wxwidgets2.8_2.8.10.1-1.diff.gz
wxwidgets2.8_2.8.10.1-1.dsc
  to main/w/wxwidgets2.8/wxwidgets2.8_2.8.10.1-1.dsc
wxwidgets2.8_2.8.10.1.orig.tar.gz
  to main/w/wxwidgets2.8/wxwidgets2.8_2.8.10.1.orig.tar.gz



A summary of the changes between this version

Processed: Patch is broken - packaging is too

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

 tag 539187 - patch
Bug #539187 [python-support] Moving symlink fails where linkdest is also moved
Removed tag(s) patch.
 reassign 539187 libgv-python
Bug #539187 [python-support] Moving symlink fails where linkdest is also moved
Bug reassigned from package 'python-support' to 'libgv-python'.
 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#559310: marked as done (dh_installdefoma creates wrong prerm code)

2009-12-03 Thread Debian Bug Tracking System
Your message dated Thu, 3 Dec 2009 15:27:14 +0100
with message-id 20091203142714.gg18...@gamma.logic.tuwien.ac.at
and subject line Re: Bug#559310: dh_installdefoma creates wrong prerm code
has caused the Debian Bug report #559310,
regarding dh_installdefoma creates wrong prerm code
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.)


-- 
559310: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=559310
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: defoma
Version: 0.11.10-3
Severity: important

From experimental's lmodern prerm:

# Automatically added by dh_installdefoma
FILE='/etc/defoma/hints/lmodern.hints'
if [ $1 = remove ]; then
test -x `which defoma-font`  defoma-font update lmodern
fi
# End automatically added section


but that generates only:
Removing lmodern ...
defoma-font [option..] register category font hints..
defoma-font [option..] unregister category font
defoma-font [option..] reregister category font hints..
defoma-font [option..] purge category font
defoma-font [option..] register-all hintfile
defoma-font [option..] unregister-all hintfile
defoma-font [option..] reregister-all hintfile
defoma-font [option..] purge-all hintfile
defoma-font [option..] register-one hintfile font
defoma-font [option..] unregister-one hintfile font
defoma-font [option..] reregister-one hintfile font
defoma-font [option..] purge-one hintfile font
dpkg: error processing lmodern (--remove):


defoma-font update lmodern is *NOT* a supported way to be called.

Please fix that urgently.


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

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

Versions of packages defoma depends on:
ii  dialog1.1-20080819-1 Displays user-friendly dialog boxe
ii  file  5.03-3 Determines file type using magic
ii  perl  5.10.1-8   Larry Wall's Practical Extraction 
ii  whiptail  0.52.10-4.1Displays user-friendly dialog boxe

Versions of packages defoma recommends:
ii  libfont-freetype-perl 0.03-1 Read font files and render glyphs 

Versions of packages defoma suggests:
pn  defoma-docnone (no description available)
pn  dfontmgr  none (no description available)
ii  psfontmgr 0.11.10-3  PostScript font manager -- part of
ii  x-ttcidfont-conf  32 TrueType and CID fonts configurati

-- no debconf information


---End Message---
---BeginMessage---
Closing this bug, I see that it has been fixed in the-3 version
but my lmodern packages were build with an old version.

Sorry for the noise.

On Do, 03 Dez 2009, Norbert Preining wrote:
 Package: defoma
 Version: 0.11.10-3
 Severity: important
 
 From experimental's lmodern prerm:
 
 # Automatically added by dh_installdefoma
 FILE='/etc/defoma/hints/lmodern.hints'
 if [ $1 = remove ]; then
 test -x `which defoma-font`  defoma-font update lmodern
 fi
 # End automatically added section
 
 
 but that generates only:
 Removing lmodern ...
 defoma-font [option..] register category font hints..
 defoma-font [option..] unregister category font
 defoma-font [option..] reregister category font hints..
 defoma-font [option..] purge category font
 defoma-font [option..] register-all hintfile
 defoma-font [option..] unregister-all hintfile
 defoma-font [option..] reregister-all hintfile
 defoma-font [option..] purge-all hintfile
 defoma-font [option..] register-one hintfile font
 defoma-font [option..] unregister-one hintfile font
 defoma-font [option..] reregister-one hintfile font
 defoma-font [option..] purge-one hintfile font
 dpkg: error processing lmodern (--remove):
 
 
 defoma-font update lmodern is *NOT* a supported way to be called.
 
 Please fix that urgently.
 
 
 -- System Information:
 Debian Release: squeeze/sid
   APT prefers unstable
   APT policy: (500, 'unstable')
 Architecture: amd64 (x86_64)
 
 Kernel: Linux 2.6.32 (SMP w/2 CPU cores; PREEMPT)
 Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
 Shell: /bin/sh linked to /bin/bash
 
 Versions of packages defoma depends on:
 ii  dialog1.1-20080819-1 Displays user-friendly dialog 
 boxe
 ii  file  5.03-3 Determines file type using 
 magic
 ii  perl  5.10.1-8   Larry Wall's Practical 
 Extraction 
 ii  whiptail

Processed (with 1 errors): reassign 512347 to libbotan1.8-dev, reopening 512347

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

 # this is still valid for unstable, 1.8 conflicts only with 1.6 but *not* 
 with 1.7
 reassign 512347 libbotan1.8-dev
Bug #512347 {Done: Zack Weinberg za...@panix.com} [botan] libbotanX.Y-dev 
packages should all conflict
Bug reassigned from package 'botan' to 'libbotan1.8-dev'.
Bug No longer marked as found in versions 1.6.5-3.
Bug No longer marked as fixed in versions 1.6.5-4.
 reopen 512347 1.8.6-2
Failed to reopen 512347: New submitter address 1.8.6-2 is not a valid e-mail 
address.


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#376591: marked as done (denemo: FTBFS on GNU/kFreeBSD (due to unsatisfied Build-Depends on libasound2-dev))

2009-12-03 Thread Debian Bug Tracking System
Your message dated Thu, 3 Dec 2009 21:14:53 -0600
with message-id 20091204031453.ga2...@rivendel
and subject line Bug#376591: fixed in denemo 0.8.10-1
has caused the Debian Bug report #376591,
regarding denemo: FTBFS on GNU/kFreeBSD (due to unsatisfied Build-Depends on 
libasound2-dev)
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.)


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

Package: denemo
Version: 0.7.5-2
Severity: important

Hi,

the current version has unsatisfied Build-Depends on 
libasound2-dev under non-linux ports.


This package is able to use OSS under GNU/kFreeBSD,
it builds fine without libasound2-dev installed with patch bellow.

Please, could you exclude linux specific package in Build-Depends
by using libasound2-dev [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386]
and apply patch bellow to debian/rules.

Thanks for your cooperation.

Petr



diff -u denemo-0.7.5/debian/rules denemo-0.7.5/debian/rules
--- denemo-0.7.5/debian/rules
+++ denemo-0.7.5/debian/rules
@@ -14,4 +14,8 @@
-DEB_CONFIGURE_EXTRA_FLAGS := --enable-alsa \
---with-plugins=analysis \
+DEB_HOST_ARCH_OS = $(shell dpkg-architecture -qDEB_HOST_ARCH_OS)
+
+DEB_CONFIGURE_EXTRA_FLAGS := --with-plugins=analysis \
 --enable-gtk2

+ifeq (linux,$(DEB_HOST_ARCH_OS))
+DEB_CONFIGURE_EXTRA_FLAGS += --enable-alsa
+endif


---End Message---
---BeginMessage---
The current version of denemo does not Build-Depend on libasound2-dev.

-- 
Josué M. Abarca S.

---End Message---


Processed: Bug#376591: fixed in denemo 0.8.10-1

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

 fixed 376591 0.8.10-1
Bug #376591 {Done: Josue Abarca jmasli...@debian.org.gt} [denemo] denemo: 
FTBFS on GNU/kFreeBSD (due to unsatisfied Build-Depends on libasound2-dev)
Bug Marked as fixed in versions denemo/0.8.10-1.
 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#449788: marked as done (denemo: debian/watch fails to report upstream's version)

2009-12-03 Thread Debian Bug Tracking System
Your message dated Thu, 3 Dec 2009 21:32:42 -0600
with message-id 20091204033242.gc2...@rivendel
and subject line #449788 fixed in denemo 0.8.10-1
has caused the Debian Bug report #449788,
regarding denemo: debian/watch fails to report upstream's version
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.)


-- 
449788: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=449788
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Source: denemo
Version: 0.7.5-4
Severity: minor
Usertags: dehs-no-upstream

Hello maintainer,

The debian/watch file of your package on the unstable distribution fails to 
report upstream's version.
Uscan's message follows:


uscan warning: /tmp/denemo_watchKhCJQO is an obsolete version 1 watchfile;
  please upgrade to a higher version
  (see uscan(1) for details).


Please note that this message is auto-generated by extracting the information
 from the Debian External Health Status (a.k.a. DEHS) no_upstream page[1].
At the moment of running the package version found is the one indicated in the 
report.
If you have already fixed this issue please ignore and close this report.

If you belive this message can be improved in any way don't hesitate to contact 
me
 by replying to n-submit...@bugs.debian.org (where N is the number of 
this bug report).

If you wish not to be notified in the future contact me so I add you to the 
ignore list.

[1] http://dehs.alioth.debian.org/no_upstream.html

Kind regards, Raphael Geissert.


---End Message---
---BeginMessage---
fixed 449788 0.8.10-1
thanks

---End Message---


Processed: #449788 fixed in denemo 0.8.10-1

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

 fixed 449788 0.8.10-1
Bug #449788 [denemo] denemo: debian/watch fails to report upstream's version
Bug Marked as fixed in versions denemo/0.8.10-1.
 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




Processed: Re: Patch is broken - packaging is too

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

 reassign 539187 python-support
Bug #539187 [libgv-python] Moving symlink fails where linkdest is also moved
Bug reassigned from package 'libgv-python' to 'python-support'.
 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



Processed (with 5 errors): Re: Bug#321226: Please try to reproduce bug #321226, that you experienced with denemo

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

 fixed 321226 0.8.10-1
Bug #321226 [denemo] Segmentation fault when adding a new staff
Bug Marked as fixed in versions denemo/0.8.10-1.
 On Fri, Dec 04, 2009 at 09:37:54PM +0100, Joergen Haegg wrote:
Unknown command or malformed arguments to command.

 
Unknown command or malformed arguments to command.

 
Unknown command or malformed arguments to command.

  Hello, could you please try to reproduce the bug[0] that you
Unknown command or malformed arguments to command.

  experienced withe 0.8.10-1 version of denemo package that has been
Unknown command or malformed arguments to command.

Too many unknown commands, stopping 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#321226: marked as done (Segmentation fault when adding a new staff)

2009-12-04 Thread Debian Bug Tracking System
Your message dated Fri, 4 Dec 2009 16:18:43 -0600
with message-id 20091204221843.gb2...@rivendel
and subject line Re: Bug#321226: Please try to reproduce bug #321226, that you 
experienced with denemo
has caused the Debian Bug report #321226,
regarding Segmentation fault when adding a new staff
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.)


-- 
321226: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=321226
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: denemo
Version: 0.7.2b+0.7.3beta2-1
Severity: normal


Denemo segfaults when I add a new staff. I tried this
first with an empty sheet and then after adding a note.
Same result.

No difference if I start without the ~/denemo-directory (as seen below).

I get a box with 'Seg fault: Unable to continue'



--
GNU Denemo, a gtk+ frontend for GNU Lilypond
(c) 1999, 2000, 2001 Matthew Hiller, Adam Tee, and others


This program is provided with absolutely NO WARRANTY; see
the file COPYING for details.

This software may be redistributed and modified under the
terms of the GNU General Public License; again, see the file
COPYING for details.

Error opening sequencer: No such device
TIMEOUT NUM 276
auto save on/off
** (denemo:28957): WARNING **: readpreffile : error opening 
/home/jh/.denemo/denemorc : No such file or directory

** (denemo:28957): WARNING **: load_keymap_file : error opening 
/home/jh/.denemo/keymaprc : No such file or directory
No of Displays 1

si is 0x80a6008

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.11-home5
Locale: LANG=C, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages denemo depends on:
ii  libatk1.0-0 1.10.1-2 The ATK accessibility toolkit
ii  libc6   2.3.2.ds1-22 GNU C Library: Shared libraries an
ii  libgcc1 1:4.0.1-3GCC support library
ii  libglib2.0-02.6.5-1  The GLib library of C routines
ii  libgtk2.0-0 2.6.8-1  The GTK+ graphical user interface 
ii  libpango1.0-0   1.8.2-1  Layout and rendering of internatio
ii  libstdc++5  1:3.3.6-7The GNU Standard C++ Library v3
ii  libxml2 2.6.20-1 GNOME XML library
ii  zlib1g  1:1.2.3-1compression library - runtime

Versions of packages denemo recommends:
ii  csound   1:4.23f12-3 powerful and versatile sound synth
ii  lilypond 2.4.5-2 A program for typesetting sheet mu

-- no debconf information

---End Message---
---BeginMessage---
fixed 321226 0.8.10-1

On Fri, Dec 04, 2009 at 09:37:54PM +0100, Joergen Haegg wrote:
 
 
 Hello, could you please try to reproduce the bug[0] that you
 experienced withe 0.8.10-1 version of denemo package that has been
 uploaded in unstalbe and testing?.
 
 Well, it seems to work.

Thanks for your help.

-- 
Josué M. Abarca S.

---End Message---


Processed: Re: Bug#186109: Please try to reproduce bug #186109, that you experienced with denemo

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

 tag 186109 unreproducible
Bug #186109 [denemo] denemo: Play back entered notes immediately broken on 
MPU-401/OSS
Added tag(s) unreproducible.
 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#548073: marked as done (installation of otrs2 breaks apache configuration)

2009-12-05 Thread Debian Bug Tracking System
Your message dated Sat, 05 Dec 2009 21:40:12 +
with message-id e1nh2mo-0005nt...@ries.debian.org
and subject line Bug#548073: fixed in otrs2 2.2.7-2lenny2
has caused the Debian Bug report #548073,
regarding installation of otrs2 breaks apache configuration
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.)


-- 
548073: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=548073
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: otrs2
Version: 2.2.7-2lenny1
Severity: serious
Justification: Policy 10.7.3


Installation of otrs2 package breaks apache2 configuration from the
following reasongs:

- otrs2 creates /etc/apache2/conf.d/otrs2 
  This configure options for ALL virtualhosts on the server. Location od
  otrs2 apache config should be /etc/apache2/sites-available/otrs2 and
  admin should enable them manually.

- Directive MaxRequestsPerChild 400 should be removed from config file

- All setting should be placed into VirtualHost * /VirtualHost
  directive

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

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

Versions of packages otrs2 depends on:
ii  adduser  3.110   add and remove users and groups
ii  apache2  2.2.9-10+lenny2 Apache HTTP Server metapackage
ii  apache2-mpm-prefork [htt 2.2.9-10+lenny2 Apache HTTP Server - traditional n
ii  dbconfig-common  1.8.39  common framework for packaging dat
ii  debconf  1.5.24  Debian configuration management sy
ii  libauthen-sasl-perl  2.12-1  Authen::SASL - SASL Authentication
ii  libcrypt-passwdmd5-perl  1.3-9   interoperable MD5-based crypt() fo
ii  libdate-pcalc-perl   1.2-3   Perl module for Gregorian calendar
ii  libdbi-perl  1.605-1 Perl5 database interface by Tim Bu
ii  libemail-valid-perl  0.179-2 Check validity of Internet email a
ii  libio-stringy-perl   2.110-4 Perl modules for IO from scalars a
ii  libmailtools-perl2.03-1  Manipulate email in perl programs
ii  libmime-perl 5.427-1 transitional dummy package
ii  libmime-tools-perl [libm 5.427-1 Perl5 modules for MIME-compliant m
ii  libtext-diff-perl0.35-3  Perform diffs on files and record 
ii  libxml-parser-perl   2.36-1.1+b1 Perl module for parsing XML files
ii  lighttpd [httpd-cgi] 1.4.19-5A fast webserver with minimal memo
ii  perl 5.10.0-19lenny2 Larry Wall's Practical Extraction 
ii  ucf  3.0016  Update Configuration File: preserv

Versions of packages otrs2 recommends:
ii  aspell 0.60.6-1  GNU Aspell spell-checker
ii  ispell 3.1.20.0-4.4  International Ispell (an interacti
ii  libapache2-mod-perl2   2.0.4-5   Integration of perl with the Apach
ii  libdbd-mysql-perl  4.007-1   A Perl5 database interface to the 
ii  libdbd-pg-perl 2.8.7-1   Perl DBI driver for the PostgreSQL
ii  libgd-graph-perl   1.44-3Graph Plotting Module for Perl 5
ii  libgd-text-perl0.86-5Text utilities for use with GD
ii  mysql-server   5.0.51a-24+lenny2 MySQL database server (metapackage
ii  mysql-server-5.0 [mysq 5.0.51a-24+lenny2 MySQL database server binaries
ii  procmail   3.22-16   Versatile e-mail processor

Versions of packages otrs2 suggests:
ii  libnet-ldap-perl  1:0.36-1   A Client interface to LDAP servers
pn  otrs2-doc-en | otrs2-doc-de   none (no description available)

-- debconf information:
  otrs2/remove-error: abort
  otrs2/pgsql/method: unix socket
  otrs2/pgsql/authmethod-admin: ident
  otrs2/pgsql/changeconf: false
  otrs2/pgsql/authmethod-user: ident
  otrs2/internal/skip-preseed: false
* otrs2/db/dbname: protected_for_security_reason
  otrs2/upgrade-error: abort
* otrs2/remote/newhost: protected_for_security_reason
  otrs2/internal/reconfiguring: false
  otrs2/purge: false
  otrs2/database-type: mysql
* otrs2/remote/host: protected_for_security_reason
  otrs2/missing-db-package-error: abort
* otrs2/mysql/admin-user: root
  otrs2/install-error: retry
* otrs2/db/app-user: protected_for_security_reason
* otrs2/resetdbuser: false
* otrs2/remote/port: protected_for_security_reason
  otrs2/upgrade-backup: true
  otrs2/pgsql/admin-user: postgres

Bug#521107: marked as done (unsafe /tmp usage)

2009-12-05 Thread Debian Bug Tracking System
Your message dated Sat, 05 Dec 2009 21:54:52 +
with message-id e1nh2aa-0006rr...@ries.debian.org
and subject line Bug#521107: fixed in xfs 1:1.0.8-2.2+lenny1
has caused the Debian Bug report #521107,
regarding unsafe /tmp usage
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.)


-- 
521107: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=521107
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: xfs
Version: 1:1.0.8-2.1
Severity: normal
Tags: security
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu jaunty

Hello,

There is a bug in the Ubuntu bug tracker about xfs's init script being used
in an unsafe fashion.  It seems that OpenSUSE has solved this as well:

set_up_socket_dir moves /tmp/.font-unix to /tmp/.font-unix.$$.
Unfortunately $$ is predictable and there is no test, that
/tmp/.font-unix.$$ does not already exist. So especially symlink attacks
are possible. The attack is only possible, if /tmp/.font-unix does not
already exist. Then an attacker could create an /tmp/.font-unix file (not
directory) and create some symlinks in the form /tmp/.font-unix. (where
 are possible PID numbers). The start script than moves /tmp/.font-unix
to an symlinked directory /tmp/.font-unix..

-Kees

[1] https://bugs.launchpad.net/bugs/299560
[2] https://bugzilla.novell.com/show_bug.cgi?id=408006

-- 
Kees Cook@debian.org


---End Message---
---BeginMessage---
Source: xfs
Source-Version: 1:1.0.8-2.2+lenny1

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

xfs_1.0.8-2.2+lenny1.diff.gz
  to main/x/xfs/xfs_1.0.8-2.2+lenny1.diff.gz
xfs_1.0.8-2.2+lenny1.dsc
  to main/x/xfs/xfs_1.0.8-2.2+lenny1.dsc
xfs_1.0.8-2.2+lenny1_i386.deb
  to main/x/xfs/xfs_1.0.8-2.2+lenny1_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 521...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Luciano Bello luci...@debian.org (supplier of updated xfs 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, 10 Nov 2009 16:19:20 -0300
Source: xfs
Binary: xfs
Architecture: source i386
Version: 1:1.0.8-2.2+lenny1
Distribution: stable-proposed-updates
Urgency: high
Maintainer: Debian X Strike Force debia...@lists.debian.org
Changed-By: Luciano Bello luci...@debian.org
Description: 
 xfs- X font server
Closes: 521107
Changes: 
 xfs (1:1.0.8-2.2+lenny1) stable-proposed-updates; urgency=high
 .
   * Unsafe /tmp usage fixed in the init script. Closes: #521107.
Checksums-Sha1: 
 1d0920f9d8bf4644957cc09e912be7c5d4f37a28 1261 xfs_1.0.8-2.2+lenny1.dsc
 5ae2fe90899600f58f8ff01a364d4a52394e2ae5 197220 xfs_1.0.8.orig.tar.gz
 e6002aba90e6a84eb0fcb64db4060b661fd46457 39216 xfs_1.0.8-2.2+lenny1.diff.gz
 8ad90d53fabe9d922f3ac7cf2be7b415cf7557f9 92118 xfs_1.0.8-2.2+lenny1_i386.deb
Checksums-Sha256: 
 a7da0aa8ff3069be38fa131daf6e91a146c8515d10df99d1ffdd5eb6346f9fb2 1261 
xfs_1.0.8-2.2+lenny1.dsc
 8722c0226556ec430052e9c2b01083faf3c261e7184d0af57f159c8afa73b375 197220 
xfs_1.0.8.orig.tar.gz
 f7a19fed172d6a7db02569e4c35d275a07e23999dbe99a63c95e3666d918ee54 39216 
xfs_1.0.8-2.2+lenny1.diff.gz
 f057d83d67eac7188042aad7820926533e223fe90f70f49693ad4973b4a0068b 92118 
xfs_1.0.8-2.2+lenny1_i386.deb
Files: 
 a30847bd9ff08f6b76d175384d43d4cf 1261 x11 optional xfs_1.0.8-2.2+lenny1.dsc
 6c9e85034871db0caa4f47cc7d3cd409 197220 x11 optional xfs_1.0.8.orig.tar.gz
 af7a5e89608219977ec1c97e8f4f771d 39216 x11 optional 
xfs_1.0.8-2.2+lenny1.diff.gz
 90f55b1fff288db8451fa12563b702a8 92118 x11 optional 
xfs_1.0.8-2.2+lenny1_i386.deb

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

iEYEARECAAYFAksVXA4ACgkQQWTRs4lLtHmT4QCePQHOY1MHOK5TvaGCKenknuj+
u/4An1sHOXSBSObVJ/BlpgaLOkwY/GW6
=DZrF
-END PGP SIGNATURE-


---End Message---


Bug#505297: marked as done (ncurses-base: Wrong terminfo for xterm keys up, down, end, home)

2009-12-05 Thread Debian Bug Tracking System
Your message dated Sat, 5 Dec 2009 18:48:58 -0500 (EST)
with message-id 20091205184618.r3...@mail101.his.com
and subject line Re: Bug#505297: #505297 ncurses-base: Wrong terminfo for xterm 
keys up, down, end, home
has caused the Debian Bug report #505297,
regarding ncurses-base: Wrong terminfo for xterm keys up, down, end, home
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.)


-- 
505297: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=505297
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: ncurses-base
Version: 5.7-1
Severity: normal

Hi,

I'm in an XTerm (package version 237-1):

% echo $TERM
xterm
% infocmp -L G -Eo 'key_(home|end|up|down)=[^,]*'
key_down=\EOB
key_end=\EOF
key_home=\EOH
key_up=\EOA

but XTerm sends these sequences:

% read
^[[B^[[4~^[[1~^[[A

They match the sequences defined for the linux console and comply with
the recommend “9.8. Keyboard configuration” of the Debian Policy:

% infocmp -L linux G -Eo 'key_(home|end|up|down)=[^,]*'
key_down=\E[B
key_end=\E[4~
key_home=\E[1~
key_up=\E[A

So you should change the terminfo for xterm otherwise some programs might
not work, because they expect wrong key sequences read from the terminfo.

Bye, Jörg.

-- System Information:
Debian Release: unstable/experimental
  APT prefers unstable
  APT policy: (900, 'unstable'), (700, 'experimental')
Architecture: powerpc (ppc)

Kernel: Linux 2.6.27
Locale: LANG=C, LC_CTYPE=C (charmap=UTF-8) (ignored: LC_ALL set to de_DE.UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages ncurses-base depends on:
ii  libncurses5   5.7-1  shared libraries for terminal hand

ncurses-base recommends no packages.

ncurses-base suggests no packages.

-- no debconf information


signature.asc
Description: Digital signature http://en.wikipedia.org/wiki/OpenPGP
---End Message---
---BeginMessage---

On Sat, 5 Dec 2009, J?rg Sommer wrote:


Hi Thomas,

Thomas Dickey hat am Fri 04. Dec, 20:45 (-0500) geschrieben:

On Fri, 4 Dec 2009, J?rg Sommer wrote:


But the applications jed and vi receive the strings:

Home: \E[1~
End: \E[4~


by the way, these codes come from a non-default setting


This was a good hint. I've found an old snippet in my .Xresources file.
After removing it, all works fine. So this wasn't a bug, but a failure
of mine.


sounds good (I got on the wrong track with the application-mode ;-)

--
Thomas E. Dickey
http://invisible-island.net
ftp://invisible-island.net---End Message---


Bug#543817: marked as done (otrs2: Otrs 2.4)

2009-12-06 Thread Debian Bug Tracking System
Your message dated Sun, 06 Dec 2009 13:56:03 +
with message-id e1nhhal-0005fr...@ries.debian.org
and subject line Bug#539712: fixed in otrs2 2.4.5-1
has caused the Debian Bug report #539712,
regarding otrs2: Otrs 2.4
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.)


-- 
539712: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=539712
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: otrs2
Version: 2.3.4-1
Severity: wishlist


Please, package OTRS 2.4

Lot of new features : http://otrs.org/2.4/features/

Thanks.
Alex.

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

Kernel: Linux 2.6.30-1-amd64 (SMP w/2 CPU cores)
Locale: lang=fr...@euro, lc_ctype=fr...@euro (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/bash

Versions of packages otrs2 depends on:
ii  adduser  3.110   add and remove users and groups
ii  apache2  2.2.11-2Apache HTTP Server metapackage
ii  apache2-mpm-prefork [httpd-c 2.2.11-2Apache HTTP Server - traditional n
ii  dbconfig-common  1.8.41  common framework for packaging dat
ii  debconf  1.5.27  Debian configuration management sy
ii  libauthen-sasl-perl  2.12-1  Authen::SASL - SASL Authentication
ii  libcrypt-passwdmd5-perl  1.3-9   interoperable MD5-based crypt() fo
ii  libdate-pcalc-perl   1.2-3   Perl module for Gregorian calendar
ii  libdbi-perl  1.609-1 Perl Database Interface (DBI)
ii  libemail-valid-perl  0.179-2 Check validity of Internet email a
ii  libio-stringy-perl   2.110-4 Perl modules for IO from scalars a
ii  libmailtools-perl2.04-1  Manipulate email in perl programs
ii  libmime-tools-perl   5.427-2 Perl5 modules for MIME-compliant m
ii  libtext-diff-perl1.37-1  Perl module to find differences in
ii  libxml-parser-perl   2.36-1.1+b1 Perl module for parsing XML files
ii  perl 5.10.0-24   Larry Wall's Practical Extraction 
ii  ucf  3.0018  Update Configuration File: preserv

Versions of packages otrs2 recommends:
ii  aspell 0.60.6-1  GNU Aspell spell-checker
ii  ispell 3.1.20.0-4.5  International Ispell (an interacti
ii  libapache2-mod-perl2   2.0.4-5   Integration of perl with the Apach
ii  libdbd-mysql-perl  4.012-1   A Perl5 database interface to the 
ii  libgd-graph-perl   1.44-3Graph Plotting Module for Perl 5
ii  libgd-text-perl0.86-5Text utilities for use with GD
ii  libtext-csv-perl   1.13-1comma-separated values manipulator
ii  maildrop   2.0.3-1   mail delivery agent with filtering
ii  mysql-server-5.0 [mysq 5.0.51a-24+lenny1 MySQL database server binaries
ii  procmail   3.22-16   Versatile e-mail processor

Versions of packages otrs2 suggests:
ii  libnet-ldap-perl  1:0.39-1   client interface to LDAP servers
pn  otrs2-doc-en | otrs2-doc-de   none (no description available)

-- debconf information excluded


---End Message---
---BeginMessage---
Source: otrs2
Source-Version: 2.4.5-1

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

otrs2_2.4.5-1.debian.tar.gz
  to main/o/otrs2/otrs2_2.4.5-1.debian.tar.gz
otrs2_2.4.5-1.dsc
  to main/o/otrs2/otrs2_2.4.5-1.dsc
otrs2_2.4.5-1_all.deb
  to main/o/otrs2/otrs2_2.4.5-1_all.deb
otrs2_2.4.5.orig.tar.gz
  to main/o/otrs2/otrs2_2.4.5.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 539...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Patrick Matthäi pmatth...@debian.org (supplier of updated otrs2 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: Sun, 06 Dec 2009 14:23:50 +0100
Source: otrs2
Binary: otrs2
Architecture: source all
Version: 2.4.5-1
Distribution: unstable
Urgency: low
Maintainer: Patrick Matthäi pmatth...@debian.org
Changed-By: Patrick Matthäi pmatth

Bug#539712: marked as done (otrs2: New upstream version available: 2.4.2)

2009-12-06 Thread Debian Bug Tracking System
Your message dated Sun, 06 Dec 2009 13:56:03 +
with message-id e1nhhal-0005fr...@ries.debian.org
and subject line Bug#539712: fixed in otrs2 2.4.5-1
has caused the Debian Bug report #539712,
regarding otrs2: New upstream version available: 2.4.2
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.)


-- 
539712: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=539712
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: otrs2
Version: 2.2.7-2~local.1
Severity: wishlist

Hi,

there is a new major upstream version 2.4.2 of otrs available at
http://otrs.org/releases/2.4.2/.

Yours
Karsten
-- System Information:
Debian Release: 4.0
  APT prefers oldstable
  APT policy: (500, 'oldstable')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-fza-028stab051.1-amd64
Locale: LANG=en_US.UTF-8, LC_CTYPE=de_DE (charmap=ISO-8859-1)

Versions of packages otrs2 depends on:
ii  adduser   3.102  Add and remove users and groups
ii  apache2   2.2.3-4+etch10 Next generation, scalable, extenda
ii  apache2-mpm-worker [httpd 2.2.3-4+etch10 High speed threaded model for Apac
ii  dbconfig-common   1.8.29+etch1   common framework for packaging dat
ii  debconf   1.5.11etch2Debian configuration management sy
ii  libauthen-sasl-perl   2.10-1 Authen::SASL - SASL Authentication
ii  libcrypt-passwdmd5-perl   1.3-8  interoperable MD5-based crypt() fo
ii  libdate-pcalc-perl1.2-2  Perl module for Gregorian calendar
ii  libdbi-perl   1.53-1etch1Perl5 database interface by Tim Bu
ii  libemail-valid-perl   0.179-1Check validity of Internet email a
ii  libio-stringy-perl2.110-2Perl5 modules for IO from scalars 
ii  libmailtools-perl 1.74-1 Manipulate email in perl programs
ii  libmime-perl  5.420-0.1  Perl5 modules for MIME-compliant m
ii  libtext-diff-perl 0.35-2 Perform diffs on files and record 
ii  libxml-parser-perl2.34-4.2   Perl module for parsing XML files
ii  perl  5.8.8-7etch6   Larry Wall's Practical Extraction 
ii  ucf   2.0020 Update Configuration File: preserv

Versions of packages otrs2 recommends:
ii  aspell  0.60.4-4 GNU Aspell spell-checker
ii  libapache2-mod-perl22.0.2-2.4Integration of perl with the Apach
ii  libdbd-mysql-perl   3.0008-1 A Perl5 database interface to the 
ii  libdbd-pg-perl  1.49-2+etch1 a PostgreSQL interface for Perl 5 
ii  libgd-graph-perl1.43.08-2.1  Graph Plotting Module for Perl 5
ii  libgd-text-perl 0.86-3.1 Text utilities for use with GD
pn  postgresql-8.2 | mysql-serv none   (no description available)
ii  procmail3.22-16  Versatile e-mail processor

-- debconf-show failed


---End Message---
---BeginMessage---
Source: otrs2
Source-Version: 2.4.5-1

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

otrs2_2.4.5-1.debian.tar.gz
  to main/o/otrs2/otrs2_2.4.5-1.debian.tar.gz
otrs2_2.4.5-1.dsc
  to main/o/otrs2/otrs2_2.4.5-1.dsc
otrs2_2.4.5-1_all.deb
  to main/o/otrs2/otrs2_2.4.5-1_all.deb
otrs2_2.4.5.orig.tar.gz
  to main/o/otrs2/otrs2_2.4.5.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 539...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Patrick Matthäi pmatth...@debian.org (supplier of updated otrs2 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: Sun, 06 Dec 2009 14:23:50 +0100
Source: otrs2
Binary: otrs2
Architecture: source all
Version: 2.4.5-1
Distribution: unstable
Urgency: low
Maintainer: Patrick Matthäi pmatth...@debian.org
Changed-By: Patrick Matthäi pmatth...@debian.org
Description: 
 otrs2  - Open Ticket Request System
Closes: 515300 539712 543748 559613
Changes: 
 otrs2 (2.4.5-1) unstable; urgency=low
 .
   * New maintainer.
 Closes: #515300
   * New upstream release.
 Closes: #539712
 - Rediff all patches, they failed to apply

Bug#559613: marked as done (otrs2: Please update dependencies for PostgreSQL 8.4 (only))

2009-12-06 Thread Debian Bug Tracking System
Your message dated Sun, 06 Dec 2009 13:56:04 +
with message-id e1nhham-0005fb...@ries.debian.org
and subject line Bug#559613: fixed in otrs2 2.4.5-1
has caused the Debian Bug report #559613,
regarding otrs2: Please update dependencies for PostgreSQL 8.4 (only)
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.)


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

Hello,

your package still depends on PostgreSQL older than the current 8.4.
In Squeeze we will only support 8.4 and drop 8.3 [1].

Please confirm that your package works with 8.4 and update the
dependencies accordingly. If your package does not need a particular
PostgreSQL version, you should consider depending on the unversioned
metapackages instead, e. g. Depends: postgresql-client (= 8.3).

Thank you!

Martin

[1] http://lists.debian.org/debian-release/2009/12/msg00031.html


---End Message---
---BeginMessage---
Source: otrs2
Source-Version: 2.4.5-1

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

otrs2_2.4.5-1.debian.tar.gz
  to main/o/otrs2/otrs2_2.4.5-1.debian.tar.gz
otrs2_2.4.5-1.dsc
  to main/o/otrs2/otrs2_2.4.5-1.dsc
otrs2_2.4.5-1_all.deb
  to main/o/otrs2/otrs2_2.4.5-1_all.deb
otrs2_2.4.5.orig.tar.gz
  to main/o/otrs2/otrs2_2.4.5.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 559...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Patrick Matthäi pmatth...@debian.org (supplier of updated otrs2 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: Sun, 06 Dec 2009 14:23:50 +0100
Source: otrs2
Binary: otrs2
Architecture: source all
Version: 2.4.5-1
Distribution: unstable
Urgency: low
Maintainer: Patrick Matthäi pmatth...@debian.org
Changed-By: Patrick Matthäi pmatth...@debian.org
Description: 
 otrs2  - Open Ticket Request System
Closes: 515300 539712 543748 559613
Changes: 
 otrs2 (2.4.5-1) unstable; urgency=low
 .
   * New maintainer.
 Closes: #515300
   * New upstream release.
 Closes: #539712
 - Rediff all patches, they failed to apply in this release.
 - The location of the prototype.js has been changed.
 - Fix some new borked permission errors.
 - Install the new database schemes.
 - Add 13-dont-chown-links.diff patch.
   * Convert package to the 3.0 (quilt) format.
 - Drop debian/README.source.
   * Remove Vcs fields.
   * Remove versioned package of postgresql.
 Closes: #559613
   * Update to debhelper 7 and use dh to install the lintian overrides.
   * Move quilt to Build-Depends-Indep.
   * Add some notes to README.Debian, where you can find the otrs2 installation
 and what are the initial login data.
   * Clean up properly the Config directory on purge.
   * Do not be so verbose on installing and upgrading otrs2 and add the patch
 14-dont-print-messages.diff for this.
 Closes: #543748
Checksums-Sha1: 
 21b65dd6716bc98f4d59d3653048f73dd903e978 1039 otrs2_2.4.5-1.dsc
 518791fc79232701d7eb67fe9c7967740dd4a64a 6473389 otrs2_2.4.5.orig.tar.gz
 9e0f7ec8c7a88578a56762008498285ed6789b02 24341 otrs2_2.4.5-1.debian.tar.gz
 7755648f3877b432adc35788f4d3d493cee20efc 6126896 otrs2_2.4.5-1_all.deb
Checksums-Sha256: 
 ef45a3bb4129e94d85b6bd8c1f3d850fd20fef9ffa816fab248aca2e5c983f6b 1039 
otrs2_2.4.5-1.dsc
 340424c516f42167903433e1c455a7233ed62f97925d777fbaf83055e3751c6d 6473389 
otrs2_2.4.5.orig.tar.gz
 dbe40b1487474face8135dc69fd4e4ba34d7d107f468cdfdb219a4661201617f 24341 
otrs2_2.4.5-1.debian.tar.gz
 b7241481deb261b982259f630dbba103a1a4561c865a34534232b4d6beb5d35d 6126896 
otrs2_2.4.5-1_all.deb
Files: 
 2c0365136c75be7db151ca28a912f504 1039 web optional otrs2_2.4.5-1.dsc
 f930295f48ff9caad7b0f0f55544edec 6473389 web optional otrs2_2.4.5.orig.tar.gz
 e84d6af7394267f0d9f2d1512afdfa9a 24341 web optional otrs2_2.4.5-1.debian.tar.gz
 e05586128a9451e0aa0e6ff9c88350ba 6126896 web optional otrs2_2.4.5-1_all.deb

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

iEYEARECAAYFAksbscoACgkQ2XA5inpabMeq0QCfa82KYUFFcIE87e7ukyzcSgGQ
h/cAniY9fu1kHcgrwt9ThCadkRH

Bug#543748: marked as done (otrs2: Error messages during install)

2009-12-06 Thread Debian Bug Tracking System
Your message dated Sun, 06 Dec 2009 13:56:04 +
with message-id e1nhham-0005fv...@ries.debian.org
and subject line Bug#543748: fixed in otrs2 2.4.5-1
has caused the Debian Bug report #543748,
regarding otrs2: Error messages during 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.)


-- 
543748: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=543748
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: otrs2
Version: 2.3.4-1
Severity: minor

When installing otrs2 i got this message:
Charset encode 'utf-8' -= 'iso-8859-1' () not supported!
Unfortunately, this was repeated (an impressive) 321 times.

I suspect that this may be locale-related - locale(1) says:
LANG=en_GB.ISO-8859-15
LC_CTYPE=en_GB.ISO-8859-15
LC_NUMERIC=en_GB.ISO-8859-15
LC_TIME=en_GB.ISO-8859-15
LC_COLLATE=en_GB.ISO-8859-15
LC_MONETARY=en_GB.ISO-8859-15
LC_MESSAGES=en_GB.ISO-8859-15
LC_PAPER=en_GB.ISO-8859-15
LC_NAME=en_GB.ISO-8859-15
LC_ADDRESS=en_GB.ISO-8859-15
LC_TELEPHONE=en_GB.ISO-8859-15
LC_MEASUREMENT=en_GB.ISO-8859-15
LC_IDENTIFICATION=en_GB.ISO-8859-15
LC_ALL=

and the only non-comments in /etc/locale.gen are:
en_GB ISO-8859-1
en_GB.ISO-8859-15 ISO-8859-15
en_GB.UTF-8 UTF-8
en_GB.UTF-8 UTF-8
yes: the last line appears twice(!). Weird.

this seems to be benign though, as otrs seems to work OK (at least after
a cursory glance).

Here's the message in the context of apt-get install:
---8---   cut here---8---
Unpacking otrs2 (from .../archives/otrs2_2.3.4-1_all.deb) ...
Warning: The home dir /usr/share/otrs you specified can't be accessed: No such 
file or directory
Adding system user `otrs' (UID 119) ...
Adding new user `otrs' (UID 119) with group `www-data' ...
Not creating home directory `/usr/share/otrs'.
Selecting previously deselected package libbsd-resource-perl.
Unpacking libbsd-resource-perl (from 
.../libbsd-resource-perl_1.2903-1_i386.deb) ...
Selecting previously deselected package libgd-gd2-noxpm-perl.
Unpacking libgd-gd2-noxpm-perl (from 
.../libgd-gd2-noxpm-perl_1%3a2.39-2_i386.deb) ...
Selecting previously deselected package libgd-text-perl.
Unpacking libgd-text-perl (from .../libgd-text-perl_0.86-5_all.deb) ...
Selecting previously deselected package libgd-graph-perl.
Unpacking libgd-graph-perl (from .../libgd-graph-perl_1.44-3_all.deb) ...
Processing triggers for man-db ...
Setting up libalgorithm-diff-perl (1.19.02-1) ...
Setting up libapache2-mod-perl2 (2.0.4-5) ...
Enabling module perl.
Run '/etc/init.d/apache2 restart' to activate new configuration!
Setting up libapache2-reload-perl (0.10-2) ...
Setting up libcrypt-passwdmd5-perl (1.3-9) ...
Setting up libdate-pcalc-perl (1.2-3) ...
Setting up libdigest-sha1-perl (2.12-1) ...
Setting up libdigest-hmac-perl (1.01-7) ...
Setting up libnet-ip-perl (1.25-2) ...
Setting up libnet-dns-perl (0.65-1) ...
Setting up libnet-domain-tld-perl (1.68-1) ...
Setting up libemail-valid-perl (0.179-2) ...
Setting up libtext-csv-perl (1.13-1) ...
Setting up libtext-csv-xs-perl (0.67-1) ...
Setting up libtext-diff-perl (1.37-1) ...
Setting up otrs2 (2.3.4-1) ...
dbconfig-common: writing config to /etc/dbconfig-common/otrs2.conf

Creating config file /etc/dbconfig-common/otrs2.conf with new version

Creating config file /etc/otrs/database.pm with new version
granting access to database otrs2 for o...@localhost: success.
verifying access for o...@localhost: success.
creating database otrs2: success.
verifying database otrs2 exists: success.
populating database via sql...  done.
dbconfig-common: flushing administrative password

Creating config file /etc/otrs/Kernel/Config.pm with new version

Creating config file /etc/otrs/Kernel/Config/GenericAgent.pm with new version

Creating config file /etc/otrs/maintainance.html with new version

Creating config file /etc/otrs/cron with new version

Creating config file /etc/otrs/fetchmailrc with new version

Creating config file /etc/apache2/conf.d/otrs2 with new version
Module perl already enabled
Module rewrite already enabled
Reloading web server config: apache2.
ERROR: No such file or directory: 
/usr/share/otrs/Kernel/Config/Files/ZZZAAuto.pm
ERROR: No such file or directory: /usr/share/otrs/Kernel/Config/Files/ZZZAuto.pm
ERROR: No such file or directory: 
/usr/share/otrs/Kernel/Config/Files/ZZZAAuto.pm
ERROR: No such file or directory: /usr/share/otrs/Kernel/Config/Files/ZZZAuto.pm
Charset encode 'utf-8' -= 'iso-8859-1' () not supported!
... Repeated 321 times (!!!)

---8---   cut here---8---

-- System Information:
Debian Release

Bug#375605: marked as done (denemo: articulations are not displayed correctly)

2009-12-06 Thread Debian Bug Tracking System
Your message dated Sun, 6 Dec 2009 13:59:58 -0600
with message-id 20091206195958.ga24...@rivendel
and subject line Fixed in Denemo denemo (version 0.8.10-1 wich is in Testing 
and Unstable)
has caused the Debian Bug report #375605,
regarding denemo: articulations are not displayed correctly
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.)


-- 
375605: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=375605
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: denemo
Version: 0.7.5-1
Severity: normal

Hi,

If I insert a Segno or another articulation from the articulation
palette, the item is shown as a black rectangle, covering the underlying
notes, and making it difficult to read the chart. 

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16-2-686
Locale: lang=fr...@euro, lc_ctype=fr...@euro (charmap=ISO-8859-15)

Versions of packages denemo depends on:
ii  libasound2 1.0.11-7  ALSA library
ii  libatk1.0-01.11.4-2  The ATK accessibility toolkit
ii  libc6  2.3.6-15  GNU C Library: Shared libraries
ii  libcairo2  1.0.4-2   The Cairo 2D vector graphics libra
ii  libfontconfig1 2.3.2-7   generic font configuration library
ii  libfreetype6   2.2.1-2   FreeType 2 font engine, shared lib
ii  libglib2.0-0   2.10.3-1  The GLib library of C routines
ii  libgtk2.0-02.8.18-1  The GTK+ graphical user interface 
ii  libpango1.0-0  1.12.3-1  Layout and rendering of internatio
ii  libpng12-0 1.2.8rel-5.1  PNG library - runtime
ii  libx11-6   2:1.0.0-6 X11 client-side library
ii  libxcursor11.1.5.2-5 X cursor management library
ii  libxext6   1:1.0.0-4 X11 miscellaneous extension librar
ii  libxfixes3 1:3.0.1.2-4   X11 miscellaneous 'fixes' extensio
ii  libxi6 1:1.0.0-5 X11 Input extension library
ii  libxinerama1   1:1.0.1-4 X11 Xinerama extension library
ii  libxml22.6.26.dfsg-1 GNOME XML library
ii  libxrandr2 2:1.1.0.2-4   X11 RandR extension library
ii  libxrender11:0.9.0.2-4   X Rendering Extension client libra
ii  zlib1g 1:1.2.3-12compression library - runtime

Versions of packages denemo recommends:
ii  csound   1:4.23f13-1 powerful and versatile sound synth
ii  lilypond 2.6.3-10A program for typesetting sheet mu

-- no debconf information

---End Message---
---BeginMessage---
fixed 375605 0.8.10-1
thanks

Fixed in Version denemo 0.8.10-1 which is in testing and unstable.

-- 
Josué M. Abarca S.

---End Message---


Processed: Fixed in Denemo denemo (version 0.8.10-1 wich is in Testing and Unstable)

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

 fixed 375605 0.8.10-1
Bug #375605 [denemo] denemo: articulations are not displayed correctly
Bug Marked as fixed in versions denemo/0.8.10-1.
 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#552862: marked as done (postman: FTBFS: cgi-lib.c:238: error: conflicting types for 'getline')

2009-12-06 Thread Debian Bug Tracking System
Your message dated Sun, 06 Dec 2009 20:22:21 +
with message-id e1nhncb-0001r0...@ries.debian.org
and subject line Bug#552862: fixed in postman 2.1-7
has caused the Debian Bug report #552862,
regarding postman: FTBFS: cgi-lib.c:238: error: conflicting types for 'getline'
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.)


-- 
552862: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=552862
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Source: postman
Version: 2.1-6
Severity: serious
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20091028 qa-ftbfs
Justification: FTBFS on amd64

Hi,

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

In eglibc = 2.9, getline was only defined if _GNU_SOURCE was defined.
In eglibc 2.10, getline is always defined (since it became a standard in
POSIX2008). The problem is that your package already has a function
named getline(), which now conflicts with glibc's. You need to rename
your function to something else.
Ubuntu already fixed many occurences of your problem, so it is possible
that an Ubuntu patch is available for your package. Look at the PTS to
find out.

Relevant part:
 cc -Wall -Wpointer-arith -Wstrict-prototypes -O2 -DLINUX -c cgi-lib.c -o 
 cgi-lib.o
 cgi-lib.c:238: error: conflicting types for 'getline'
 /usr/include/stdio.h:651: error: previous declaration of 'getline' was here
 make[1]: *** [cgi-lib.o] Error 1

The full build log is available from:
   http://people.debian.org/~lucas/logs/2009/10/28/postman_2.1-6_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---
---BeginMessage---
Source: postman
Source-Version: 2.1-7

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

postman_2.1-7.diff.gz
  to main/p/postman/postman_2.1-7.diff.gz
postman_2.1-7.dsc
  to main/p/postman/postman_2.1-7.dsc
postman_2.1-7_amd64.deb
  to main/p/postman/postman_2.1-7_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 552...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Cyril Brulebois k...@debian.org (supplier of updated postman 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: Sun, 06 Dec 2009 20:23:55 +0100
Source: postman
Binary: postman
Architecture: source amd64
Version: 2.1-7
Distribution: unstable
Urgency: high
Maintainer: Debian QA Group packa...@qa.debian.org
Changed-By: Cyril Brulebois k...@debian.org
Description: 
 postman- High performance web based IMAP and NNTP client
Closes: 552862
Changes: 
 postman (2.1-7) unstable; urgency=high
 .
   * QA upload.
   * Fix FTBFS with eglibc (= 2.10) and its getline() function, thanks to
 Ruben Molina for the patch (Closes: #552862):
  + debian/patches/12_fix_eglibc_getline_conflict.dpatch
   * Set urgency to “high” since it also affects testing.
Checksums-Sha1: 
 450a724965213c98b1bceeeba1638c6255cf4f6f 995 postman_2.1-7.dsc
 cb085d6d9a966318f50f79476bd5e29d65791d00 14840 postman_2.1-7.diff.gz
 d5ad41db3dc6330375d48cb26fd42da534866e75 748342 postman_2.1-7_amd64.deb
Checksums-Sha256: 
 73ea85a15dd502182191ca5947fbbd670a24a687e2cd8aa476adb02b5e77f946 995 
postman_2.1-7.dsc
 311c3b5a76e87a02b289685e702099b9597234e7ec0875ef01a3b3f286e35b91 14840 
postman_2.1-7.diff.gz
 42da4572b0f4b02da6d480a6bb0bd1cec25624de8a8c7ecde42106bf865cc572 748342 
postman_2.1-7_amd64.deb
Files: 
 daa8f51f491d5604b60306876e81c6c7 995 web optional postman_2.1-7.dsc
 957005aea67fcd313cf58425c8373e2b 14840 web optional postman_2.1-7.diff.gz
 e546c008721c77a3ce0d304847ad9c1c 748342 web optional postman_2.1-7_amd64.deb

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

iEYEARECAAYFAkscDK0ACgkQeGfVPHR5Nd2lnACg0k

Bug#369546: marked as done (going to preferences, plugins crashes denemo when first run)

2009-12-06 Thread Debian Bug Tracking System
Your message dated Sun, 6 Dec 2009 15:17:17 -0600
with message-id 20091206211717.gb24...@rivendel
and subject line Fixed in version denemo/0.8.10-1
has caused the Debian Bug report #369546,
regarding going to preferences, plugins crashes denemo when first run
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.)


-- 
369546: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=369546
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: denemo
Version: 0.7.5-1
Severity: normal


The first time I ran denemo 0.7.5 and looked at plugins, denemo quit:

denemo
BinReloc failed to initialize:
Domain: 1 (GBinReloc)
Code: 4
Message: Binary relocation support is disabled.


GNU Denemo, a gtk+ frontend for GNU Lilypond
(c) 1999-2005 Matthew Hiller, Adam Tee, and others


  This program is provided with absolutely NO WARRANTY; see
  the file COPYING for details.

  This software may be redistributed and modified under the
  terms of the GNU General Public License; again, see the file
  COPYING for details.

path is /usr/share/denemo/pixmaps/staccato.svg
path is /usr/share/denemo/pixmaps/staccatissimo.svg
path is /usr/share/denemo/pixmaps/marcato.svg
path is /usr/share/denemo/pixmaps/accent.svg
path is /usr/share/denemo/pixmaps/fermata.svg
path is /usr/share/denemo/pixmaps/tenuto.svg
path is /usr/share/denemo/pixmaps/turn.svg
path is /usr/share/denemo/pixmaps/reverse-turn.svg
path is /usr/share/denemo/pixmaps/trill.svg
path is /usr/share/denemo/pixmaps/mordent.svg
path is /usr/share/denemo/pixmaps/upbow.svg
path is /usr/share/denemo/pixmaps/downbow.svg
path is /usr/share/denemo/pixmaps/rheel.svg
path is /usr/share/denemo/pixmaps/lheel.svg
path is /usr/share/denemo/pixmaps/rtoe.svg
path is /usr/share/denemo/pixmaps/ltoe.svg
path is /usr/share/denemo/pixmaps/icon-note-0.svg
path is /usr/share/denemo/pixmaps/icon-note-1.svg
path is /usr/share/denemo/pixmaps/icon-note-2.svg
path is /usr/share/denemo/pixmaps/icon-note-3.svg
path is /usr/share/denemo/pixmaps/icon-note-4.svg
path is /usr/share/denemo/pixmaps/icon-rest-0.svg
path is /usr/share/denemo/pixmaps/icon-rest-1.svg
path is /usr/share/denemo/pixmaps/icon-rest-2.svg
path is /usr/share/denemo/pixmaps/icon-rest-3.svg
path is /usr/share/denemo/pixmaps/icon-rest-4.svg
path is /usr/share/denemo/pixmaps/feta26-scripts-coda.xbm
path is /usr/share/denemo/pixmaps/feta26-scripts-prall.xbm
path is /usr/share/denemo/pixmaps/feta26-scripts-flageolet.xbm
path is /usr/share/denemo/pixmaps/feta26-scripts-prallmordent.xbm
path is /usr/share/denemo/pixmaps/feta26-scripts-prallprall.xbm
path is /usr/share/denemo/pixmaps/feta26-scripts-open.xbm
path is /usr/share/denemo/pixmaps/feta26-scripts-segno.xbm
path is /usr/share/denemo/pixmaps/feta26-scripts-stopped.xbm
path is /usr/share/denemo/pixmaps/feta26-scripts-thumb.xbm
path is /usr/share/denemo/pixmaps/feta26-scripts-upprall.xbm
path is /usr/share/denemo/pixmaps/feta26-scripts-arpeggio.xbm
Synthesizer detected: Emu10k1
Synthesizer supports 64 voices.
RootElem Denemo
Lilypond Path lilypond
midiplayer timidity
Audioplayer play
Help Browser mozilla
Autosave Timeout 5
Csound Command csound -dm6
RootElem Denemo
Lilypond Path lilypond
midiplayer playmidi -a
Audioplayer play
Csound Command csound -dm6
Autosave Timeout 5
Help Browser mozilla
newstaff: Num staffs 0
newstaff: Num staffs after insert 1
Notation palette 0
systemwide = /usr/share/denemo/denemo.keymaprc
Trying local file /home/amarsh04/.denemo/keymaprc as xml...RootElem 
Denemo
RootElem text
RootElem keymap
Action CursorLeft
keyval 104, state 0, Command Number 0
keyval 72, state 1, Command Number 0
keyval 65361, state 0, Command Number 0
keyval 65430, state 0, Command Number 0
Action CursorDown
keyval 65364, state 0, Command Number 1
keyval 106, state 0, Command Number 1
keyval 74, state 1, Command Number 1
keyval 65433, state 0, Command Number 1
Action CursorUp
keyval 65362, state 0, Command Number 2
keyval 65431, state 0, Command Number 2
keyval 107, state 0, Command Number 2
keyval 75, state 1, Command Number 2
Action CursorRight
keyval 65363, state 0, Command Number 3
keyval 65432, state 0, Command Number 3
keyval 108, state 0, Command Number 3
keyval 76, state 1, Command Number 3
keyval 76, state 0, Command Number 3
Action StaffUp
keyval 65362, state 4, Command Number 4
keyval 107, state 4, Command Number 4
Action StaffDown
keyval 106, state 4, Command Number 5
keyval 65364, state 4, Command Number 5
Action MeasureLeft
keyval 65361, state 4, Command Number 6
keyval 104, state 4, Command Number 6
Action MeasureRight
keyval 65363, state 4

Processed: Fixed in version denemo/0.8.10-1

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

 fixed 369546 0.8.10-1
Bug #369546 [denemo] going to preferences, plugins crashes denemo when first run
Bug Marked as fixed in versions denemo/0.8.10-1.
 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#558253: marked as done (gmrun: no configuration file)

2009-12-06 Thread Debian Bug Tracking System
Your message dated Sun, 6 Dec 2009 23:04:06 -0800
with message-id a548d47a0912062304v32cc1e86p181bfb2923547...@mail.gmail.com
and subject line 558253: gmrun missing /etc/gmrunrc fixed in version 0.9.1-3
has caused the Debian Bug report #558253,
regarding gmrun: no configuration 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.)


-- 
558253: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=558253
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: gmrun
Version: 0.9.1-2.4
Severity: normal


gmrun package provides /usr/share/gmrun/gmrunrc as a symbolic link

lrwxrwxrwx 1 root root 12 11-12 10:56 /usr/share/gmrun/gmrunrc - /etc/gmrunrc

but the target is missing.

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

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

Versions of packages gmrun depends on:
ii  libatk1.0-0   1.28.0-1   The ATK accessibility toolkit
ii  libc6 2.9-25 GNU C Library: Shared libraries
ii  libcairo2 1.8.8-2The Cairo 2D vector graphics libra
ii  libgcc1   1:4.4.1-4  GCC support library
ii  libglib2.0-0  2.22.0-1   The GLib library of C routines
ii  libgtk2.0-0   2.18.3-1   The GTK+ graphical user interface 
ii  libpango1.0-0 1.26.0-1   Layout and rendering of internatio
ii  libstdc++64.4.1-4The GNU Standard C++ Library v3

gmrun recommends no packages.

gmrun suggests no packages.

-- no debconf information


---End Message---
---BeginMessage---
package gmrun
fixed 558253 0.9.1-3

Package: gmrun
Version: 0.9.1-2.4
Severity: normal

 gmrun package provides /usr/share/gmrun/gmrunrc as a symbolic link

 lrwxrwxrwx 1 root root 12 11-12 10:56 /usr/share/gmrun/gmrunrc - /etc/gmrunrc

 but the target is missing.

This bug is a duplicate of #501696, so I'm marking it as done.
Version 0.9.1-4 is in Squeeze.

Yoshio

---End Message---


Processed: 558191: pcopy - patch available

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

 package pcopy
Limiting to bugs with field 'package' containing at least one of 'pcopy'
Limit currently set to 'package':'pcopy'

 tags 558191 + patch
Bug #558191 [pcopy] Several errors in pcopy  (1.5-2)
Added tag(s) patch.
 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



Processed (with 5 errors): 558253: gmrun missing /etc/gmrunrc fixed in version 0.9.1-3

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

 package gmrun
Limiting to bugs with field 'package' containing at least one of 'gmrun'
Limit currently set to 'package':'gmrun'

 fixed 558253 0.9.1-3
Bug #558253 [gmrun] gmrun: no configuration file
Bug Marked as fixed in versions gmrun/0.9.1-3.
 Package: gmrun
Unknown command or malformed arguments to command.

 Version: 0.9.1-2.4
Unknown command or malformed arguments to command.

 Severity: normal
Unknown command or malformed arguments to command.

  gmrun package provides /usr/share/gmrun/gmrunrc as a symbolic link
Unknown command or malformed arguments to command.

 
Unknown command or malformed arguments to command.

Too many unknown commands, stopping 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



Processed: found 529774 in jack-jconv/0.8.1-1.2

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

 found 529774 jack-jconv/0.8.1-1.2
Bug #529774 [libjconv-bin,jack-jconv] jack-jconv and libjconv-bin: error when 
trying to install together
The source jack-jconv and version 0.8.1-1.2 do not appear to match any binary 
packages
Bug Marked as found in versions jack-jconv/0.8.1-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



Processed (with 1 errors): Fix title and tags for #549407

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

 retitle 549407 ivtools: FTBFS because of imake changing $(ARCH) string
Bug #549407 [buildd.debian.org,ivtools] ivtools 1.2.6-1 FTBFS on sparc and 
powerpc
Changed Bug title to 'ivtools: FTBFS because of imake changing $(ARCH) string' 
from 'ivtools 1.2.6-1 FTBFS on sparc and powerpc'
 in tempdir name
Unknown command or malformed arguments to command.

 tags 549407 +patch +pending
Bug #549407 [buildd.debian.org,ivtools] ivtools: FTBFS because of imake 
changing $(ARCH) string
Added tag(s) patch.
Bug #549407 [buildd.debian.org,ivtools] ivtools: FTBFS because of imake 
changing $(ARCH) string
Added tag(s) pending.
 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



Processed: 514277: dclock: setting font via toolkit options is broken -- adding tag patch

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

 package dclock
Limiting to bugs with field 'package' containing at least one of 'dclock'
Limit currently set to 'package':'dclock'

 tags 514277 +patch
Bug #514277 [dclock] setting font via toolkit options is broken
Added tag(s) patch.
 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



Processed: retitle 549407 to ivtools: FTBFS because of imake changing string

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

 retitle 549407 ivtools: FTBFS because of imake changing string
Bug #549407 [buildd.debian.org,ivtools] ivtools: FTBFS because of imake 
changing $(ARCH) string
Changed Bug title to 'ivtools: FTBFS because of imake changing string' from 
'ivtools: FTBFS because of imake changing $(ARCH) string'

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



Processed: Really retittling 549407

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

 retitle 549407 ivtools: FTBFS because of imake changing $(ARCH) string in 
 tempdir name
Bug #549407 [buildd.debian.org,ivtools] ivtools: FTBFS because of imake 
changing string
Changed Bug title to 'ivtools: FTBFS because of imake changing $(ARCH) string 
in tempdir name' from 'ivtools: FTBFS because of imake changing string'

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



Processed: Really cloning 549407 to xutils-dev

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

 clone 549407 -1
Bug#549407: ivtools: FTBFS because of imake changing $(ARCH) string in tempdir 
name
Bug 549407 cloned as bug 560171.

 reassign -1 xutils-dev
Bug #560171 [buildd.debian.org,ivtools] ivtools: FTBFS because of imake 
changing $(ARCH) string in tempdir name
Bug reassigned from package 'buildd.debian.org,ivtools' to 'xutils-dev'.
 retitle -1 imake: Must not unconditionally mangle pre-defined symbols in 
 paths.
Bug #560171 [xutils-dev] ivtools: FTBFS because of imake changing $(ARCH) 
string in tempdir name
Changed Bug title to 'imake: Must not unconditionally mangle pre-defined 
symbols in paths.' from 'ivtools: FTBFS because of imake changing $(ARCH) 
string in tempdir name'
 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#560203: marked as done (FTBFS: New failure with new gcc-4.4.)

2009-12-09 Thread Debian Bug Tracking System
Your message dated Wed, 09 Dec 2009 17:47:15 +
with message-id e1niqd9-0006em...@ries.debian.org
and subject line Bug#560203: fixed in ivtools 1.2.6-1+nmu3
has caused the Debian Bug report #560203,
regarding FTBFS: New failure with new gcc-4.4.
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.)


-- 
560203: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=560203
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: ivtools
Version: 1.2.6
Severity: serious
Justification: Fails to Build From Source

While preparing an upload to fix #549407 found a new FTBFS with new gcc 4.4,

g++ -O2  -gdwarf-2 -O2 -fPIC  -Dcplusplus_2_1 -Wno-deprecated
-I/tmp/buildd/ivtools-1.2.6/src/IV-common/LINUX/..
- -I/tmp/buildd/ivtools-1.2.6/src/IV-common/LINUX/../.. 
- - -I/tmp/buildd/ivtools-1.2.6/src  -I/tmp/buildd/ivtools-1.2.6/src/include
- - - -I/tmp/buildd/ivtools-1.2.6/src/include/ivstd -I/usr/include -c
- - - - /tmp/buildd/ivtools-1.2.6/src/IV-common/LINUX/../string.c
/tmp/buildd/ivtools-1.2.6/src/IV-common/LINUX/../string.c: In member
/ function 'osString osString::before(const char*) const':
/tmp/buildd/ivtools-1.2.6/src/IV-common/LINUX/../string.c:304: error:
/ invalid conversion from 'const char*' to 'char*'
/tmp/buildd/ivtools-1.2.6/src/IV-common/LINUX/../string.c: In member
/ function 'osString osString::from(const char*) const':
/tmp/buildd/ivtools-1.2.6/src/IV-common/LINUX/../string.c:316: error:
/ invalid conversion from 'const char*' to 'char*'

Will check if is fixed in upstream 1.2.8 and try to backport a fix if so.


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

Kernel: Linux 2.6.31-1-686 (SMP w/1 CPU core)
Locale: LANG=es_ES, LC_CTYPE=es_ES (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash

-- 
Agustin


---End Message---
---BeginMessage---
Source: ivtools
Source-Version: 1.2.6-1+nmu3

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

ivtools-bin_1.2.6-1+nmu3_i386.deb
  to main/i/ivtools/ivtools-bin_1.2.6-1+nmu3_i386.deb
ivtools-dev_1.2.6-1+nmu3_all.deb
  to main/i/ivtools/ivtools-dev_1.2.6-1+nmu3_all.deb
ivtools_1.2.6-1+nmu3.diff.gz
  to main/i/ivtools/ivtools_1.2.6-1+nmu3.diff.gz
ivtools_1.2.6-1+nmu3.dsc
  to main/i/ivtools/ivtools_1.2.6-1+nmu3.dsc
libiv-unidraw1_1.2.6-1+nmu3_i386.deb
  to main/i/ivtools/libiv-unidraw1_1.2.6-1+nmu3_i386.deb
libiv1_1.2.6-1+nmu3_i386.deb
  to main/i/ivtools/libiv1_1.2.6-1+nmu3_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 560...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Agustin Martin Domingo agmar...@debian.org (supplier of updated ivtools 
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: Wed, 09 Dec 2009 18:13:03 +0100
Source: ivtools
Binary: ivtools-bin ivtools-dev libiv1 libiv-unidraw1
Architecture: source all i386
Version: 1.2.6-1+nmu3
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group packa...@qa.debian.org
Changed-By: Agustin Martin Domingo agmar...@debian.org
Description: 
 ivtools-bin - Drawing Editors evolved from idraw
 ivtools-dev - Development files for the InterViews library
 libiv-unidraw1 - Application Frameworks layered on Unidraw
 libiv1 - C++ GUI library with Motif Look and Feel
Closes: 549407 560203
Changes: 
 ivtools (1.2.6-1+nmu3) unstable; urgency=low
 .
   * Non-maintainer upload.
   * debian/rules:
 - Reverting 1.2.6-1+nmu2 -j1 addition to keep package clean.
 - Fix ARCH evaluation.
 - Use generic $(MAKE) instead of make.
 - Make sure imake is always called with -U$(ARCH) (Closes: #549407).
   * 01_configure.diff: Handle disabling of early binary stripping.
   * 015_Makefile_dontstrip.diff: Disable patch.
   * 49_string.c_constchar.diff: New patch to deal with gcc 4.4 'invalid
 conversion from 'const char*' to 'char*'' errors (Closes: #560203).
   * 48_gcc40_int_pointer_errors.diff: Modified to use (unsigned intptr_t)
 instead of (uintptr_t) to avoid out-of-context errors.
Checksums-Sha1: 
 78b3bb108fb9d9611046756115282ac08ff2e2e4 1210 ivtools_1.2.6-1+nmu3.dsc

Bug#549407: marked as done (ivtools: FTBFS because of imake changing $(ARCH) string in tempdir name)

2009-12-09 Thread Debian Bug Tracking System
Your message dated Wed, 09 Dec 2009 17:47:15 +
with message-id e1niqd9-0006ej...@ries.debian.org
and subject line Bug#549407: fixed in ivtools 1.2.6-1+nmu3
has caused the Debian Bug report #549407,
regarding ivtools: FTBFS because of imake changing $(ARCH) string in tempdir 
name
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.)


-- 
549407: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=549407
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: ivtools
Version: 1.2.6-1
Severity: serious

Hi,

this package FTBFS on sparc:

make[2]: Entering directory 
`/build/buildd-ivtools_1.2.6-1-sparc-mqkrRP/ivtools-1.2.6'
depending for LINUX in /build/buildd-ivtools_1.2.6-1-1-mqkrRP/ivtools-1.2.6/src
make[3]: Entering directory 
`/build/buildd-ivtools_1.2.6-1-sparc-mqkrRP/ivtools-1.2.6/src'
depending for LINUX in 
/build/buildd-ivtools_1.2.6-1-1-mqkrRP/ivtools-1.2.6/src/IV-common
make[4]: Entering directory 
`/build/buildd-ivtools_1.2.6-1-sparc-mqkrRP/ivtools-1.2.6/src/IV-common'
depending for LINUX in 
/build/buildd-ivtools_1.2.6-1-1-mqkrRP/ivtools-1.2.6/src/IV-common/LINUX
make[5]: Entering directory 
`/build/buildd-ivtools_1.2.6-1-sparc-mqkrRP/ivtools-1.2.6/src/IV-common/LINUX'
g++ -M -w -DMAKEDEPEND  -Dcplusplus_2_1 -Wno-deprecated
-I/build/buildd-ivtools_1.2.6-1-1-mqkrRP/ivtools-1.2.6/src/IV-common/LINUX/.. 
-I/build/buildd-ivtools_1.2.6-1-1-mqkrRP/ivtools-1.2.6/src/IV-common/LINUX/../..
  -I/build/buildd-ivtools_1.2.6-1-1-mqkrRP/ivtools-1.2.6/src  
-I/build/buildd-ivtools_1.2.6-1-1-mqkrRP/ivtools-1.2.6/src/include 
-I/build/buildd-ivtools_1.2.6-1-1-mqkrRP/ivtools-1.2.6/src/include/ivstd 
-I/usr/include -I/usr/local/include -UHAVE_ACE 
/build/buildd-ivtools_1.2.6-1-1-mqkrRP/ivtools-1.2.6/src/IV-common/LINUX/../*.c 
Makefile.depend
g++: 
/build/buildd-ivtools_1.2.6-1-1-mqkrRP/ivtools-1.2.6/src/IV-common/LINUX/../*.c:
 No such file or directory
g++: no input files
make[5]: *** [depend] Error 1
make[5]: Leaving directory 
`/build/buildd-ivtools_1.2.6-1-sparc-mqkrRP/ivtools-1.2.6/src/IV-common/LINUX'
make[4]: *** [depend] Error 2
make[3]: *** [depend] Error 2
make[4]: Leaving directory 
`/build/buildd-ivtools_1.2.6-1-sparc-mqkrRP/ivtools-1.2.6/src/IV-common'
make[3]: Leaving directory 
`/build/buildd-ivtools_1.2.6-1-sparc-mqkrRP/ivtools-1.2.6/src'
make[2]: *** [depend] Error 2
make[2]: Leaving directory 
`/build/buildd-ivtools_1.2.6-1-sparc-mqkrRP/ivtools-1.2.6'

make  subdirs
make[2]: Entering directory 
`/build/buildd-ivtools_1.2.6-1-sparc-mqkrRP/ivtools-1.2.6'
making all for LINUX in /build/buildd-ivtools_1.2.6-1-1-mqkrRP/ivtools-1.2.6/src
make[3]: Entering directory 
`/build/buildd-ivtools_1.2.6-1-sparc-mqkrRP/ivtools-1.2.6/src'
making all for LINUX in 
/build/buildd-ivtools_1.2.6-1-1-mqkrRP/ivtools-1.2.6/src/IV-common
make[4]: Entering directory 
`/build/buildd-ivtools_1.2.6-1-sparc-mqkrRP/ivtools-1.2.6/src/IV-common'
making all for LINUX in 
/build/buildd-ivtools_1.2.6-1-1-mqkrRP/ivtools-1.2.6/src/IV-common/LINUX
make[5]: Entering directory 
`/build/buildd-ivtools_1.2.6-1-sparc-mqkrRP/ivtools-1.2.6/src/IV-common/LINUX'
make[5]: *** No rule to make target 
`/build/buildd-ivtools_1.2.6-1-1-mqkrRP/ivtools-1.2.6/src/IV-common/LINUX/../math.c',
 needed by `math.o'.  Stop.
make[5]: Leaving directory 
`/build/buildd-ivtools_1.2.6-1-sparc-mqkrRP/ivtools-1.2.6/src/IV-common/LINUX'
make[4]: *** [all] Error 2
make[4]: Leaving directory 
`/build/buildd-ivtools_1.2.6-1-sparc-mqkrRP/ivtools-1.2.6/src/IV-common'
make[3]: *** [all] Error 2
make[3]: Leaving directory 
`/build/buildd-ivtools_1.2.6-1-sparc-mqkrRP/ivtools-1.2.6/src'
make[2]: Leaving directory 
`/build/buildd-ivtools_1.2.6-1-sparc-mqkrRP/ivtools-1.2.6'


Please see
https://buildd.debian.org/fetch.cgi?pkg=ivtoolsver=1.2.6-1arch=sparcstamp=1254553192file=log
for the full build log.


Cheers,
Andi


- End forwarded message -


---End Message---
---BeginMessage---
Source: ivtools
Source-Version: 1.2.6-1+nmu3

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

ivtools-bin_1.2.6-1+nmu3_i386.deb
  to main/i/ivtools/ivtools-bin_1.2.6-1+nmu3_i386.deb
ivtools-dev_1.2.6-1+nmu3_all.deb
  to main/i/ivtools/ivtools-dev_1.2.6-1+nmu3_all.deb
ivtools_1.2.6-1+nmu3.diff.gz
  to main/i/ivtools/ivtools_1.2.6-1+nmu3.diff.gz
ivtools_1.2.6-1+nmu3.dsc
  to main/i/ivtools/ivtools_1.2.6-1+nmu3.dsc
libiv-unidraw1_1.2.6-1+nmu3_i386.deb
  to main/i/ivtools/libiv-unidraw1_1.2.6-1+nmu3_i386.deb
libiv1_1.2.6-1+nmu3_i386.deb
  to main/i/ivtools/libiv1_1.2.6-1

Processed: The oldest Denemo keymaps are no longer supported

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

 fixed 321227 0.8.10-1
Bug #321227 [denemo] A default keymaprc would be nice
Bug Marked as fixed in versions denemo/0.8.10-1.
 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#321227: marked as done (A default keymaprc would be nice)

2009-12-09 Thread Debian Bug Tracking System
Your message dated Thu, 10 Dec 2009 00:16:10 -0600
with message-id 20091210061423.ga5...@rivendel
and subject line The oldest Denemo keymaps are no longer supported
has caused the Debian Bug report #321227,
regarding A default keymaprc would be nice
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.)


-- 
321227: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=321227
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: denemo
Version: 0.7.2b+0.7.3beta2-1
Severity: wishlist

It would be nice (and less confusing) if there was a default
keymaprc (probably the english) for new users, it was not
obvious that it was missing when I first started the program. :-)

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.11-home5
Locale: LANG=C, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages denemo depends on:
ii  libatk1.0-0 1.10.1-2 The ATK accessibility toolkit
ii  libc6   2.3.2.ds1-22 GNU C Library: Shared libraries an
ii  libgcc1 1:4.0.1-3GCC support library
ii  libglib2.0-02.6.5-1  The GLib library of C routines
ii  libgtk2.0-0 2.6.8-1  The GTK+ graphical user interface 
ii  libpango1.0-0   1.8.2-1  Layout and rendering of internatio
ii  libstdc++5  1:3.3.6-7The GNU Standard C++ Library v3
ii  libxml2 2.6.20-1 GNOME XML library
ii  zlib1g  1:1.2.3-1compression library - runtime

Versions of packages denemo recommends:
ii  csound   1:4.23f12-3 powerful and versatile sound synth
ii  lilypond 2.4.5-2 A program for typesetting sheet mu

-- no debconf information

---End Message---
---BeginMessage---
fixed 321227 0.8.10-1
thanks

This bug no longer applies:

From the manual[0] of Denemo 0.8.10

 The oldest Denemo keymaps are no longer supported. (see the section
called “Adding Key/Mouse Shortcuts”[1]). (Input via MIDI keyboard and Mic
in is now available). Denemo also provides shortcuts for use with
Numeric Keypad.


[0] http://www.denemo.org/doc/denemo-manual.html
[1] http://www.denemo.org/doc/denemo-manual.html#customizingDenemo

-- 
Josué M. Abarca S.

---End Message---


Bug#428211: marked as done (Default route not enough for 2.6.20+ kernels)

2009-12-10 Thread Debian Bug Tracking System
Your message dated Thu, 10 Dec 2009 16:02:38 +0100
with message-id 20091210150238.ga...@tuvok.lan.secute.org
and subject line Re: Default route not enough for 2.6.20+ kernels
has caused the Debian Bug report #428211,
regarding Default route not enough for 2.6.20+ kernels
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.)


-- 
428211: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=428211
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: aiccu
Version: 20070115-3
Severity: important

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

This is probably a well known issue: I'm reporting here also to make it
known to other Debian users trying to get ipv6 connectivity with this
package.
The default route set up by aiccu on the sixxs interface is not enough
to get a working routing with kernels = 2.6.20: please see

http://www.sixxs.net/forum/?msg=setup-496856
http://www.sixxs.net/forum/?msg=setup-51

In the meantime, a working routing can be obtained with

# ip -6 route add 2000::/3 dev sixxs

Thanks

Mau

--- System information. ---
Architecture: i386
Kernel: Linux 2.6.21-1-p4

Debian Release: lenny/sid
990 unstable ftp.it.debian.org
900 unstable www.debian-multimedia.org
900 unstable deb.opera.com
500 voip-snapshots-debian-sid snapshots.ekiga.net
500 testing www.debian-multimedia.org
500 testing security.debian.org
500 testing ftp.it.debian.org
400 unstable ftp.debian-unofficial.org
200 testing ftp.debian-unofficial.org
200 stable www.debian-multimedia.org
200 stable security.debian.org
200 stable ftp.it.debian.org
150 experimental ftp.it.debian.org
100 stable ftp.debian-unofficial.org

--- Package information. ---
Depends (Version) | Installed
==-+-=
libc6 (= 2.5-5) | 2.5-10
libgnutls13 (= 1.5.3-0) | 1.6.3-1
iputils-ping | 3:20070202-1
iputils-tracepath | 3:20070202-1
iproute | 20061002-4
debconf | 1.5.13
lsb-base | 3.1-23.1



---End Message---
---BeginMessage---
According to the referenced bugzilla page, this has been fixed in the kernel by
now.

---End Message---


Processed: [Fwd: Fixed in upsteam svn for 110.72]

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

 tags 530119 fixed-upstream
Bug #530119 [libsmlnj-smlnj] libsmlnj-smlnj: bashism in /bin/sh script
Added tag(s) fixed-upstream.
 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



Processed: severity of 548616 is serious

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

 severity 548616 serious
Bug #548616 [licq] fails to build with gcc-4.4
Severity set to 'serious' from 'normal'


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



Processed: severity of 539540 is serious

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

 severity 539540 serious
Bug #539540 [freqtweak] FTBFS with GCC 4.4: missing #include
Severity set to 'serious' from 'normal'


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



Processed: severity of 526671 is serious

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

 severity 526671 serious
Bug #526671 [remotefs] FTBFS with GCC 4.4: dereferencing pointer breaks 
strict-aliasing rules
Severity set to 'serious' from 'normal'


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



Processed: severity of 504973 is serious

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

 severity 504973 serious
Bug #504973 [libspiff] FTBFS with GCC 4.4: missing #include
Severity set to 'serious' from 'normal'


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



Processed: You can close the bug.

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

 # After browsing through all bugreports submitted by me I found the
 # following ones or as fixed (at least I cannot reproduce the bug
 # anymore), or I am just simple not interested in fixing them due
 # to some other reasons. As a maintainer you can simply close them,
 # I don't mind.
 # 432017 - works for me now
 submitter 432017 !
Bug #432017 [aptitude] Aptitude forgets about automatically installed status 
on upgrade.
Changed Bug submitter to 'Artur R. Czechowski 
arturcz+notinteres...@hell.pl' from 'Artur R. Czechowski artu...@hell.pl'
 # 294115 - see the bugreport for explanation
 submitter 294115 !
Bug #294115 [pump] pump: cannot get an IP from dhcp server
Changed Bug submitter to 'Artur R. Czechowski 
arturcz+notinteres...@hell.pl' from 'Artur R. Czechowski artu...@hell.pl'
 # 338386 - works for me now
 submitter 338386 !
Bug #338386 [aptitude] Resolving broken dependencies is not fully working
Changed Bug submitter to 'Artur R. Czechowski 
arturcz+notinteres...@hell.pl' from 'Artur R. Czechowski artu...@hell.pl'
 # 432192 - solution given by maintainer, works for me
 submitter 432192 !
Bug #432192 [pbuilder] debsign does not know about arch
Changed Bug submitter to 'Artur R. Czechowski 
arturcz+notinteres...@hell.pl' from 'Artur R. Czechowski artu...@hell.pl'
 # 451639 - already not interested in having this implemented
 submitter 451639 !
Bug #451639 [planet] Please add a hook run for new entries
Changed Bug submitter to 'Artur R. Czechowski 
arturcz+notinteres...@hell.pl' from 'Artur R. Czechowski artu...@hell.pl'
 --
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



<    4   5   6   7   8   9   10   11   12   13   >