Bug#410528: libmotif-dev: dependency problem in Xm.h (extensions/Print.h not installed)

2010-06-24 Thread Stefan Bauer
Hi Stefan,

quite old bug, i hope you still have a chance to read this && reply.

Thanks for your bugreport. The required header-file is Print.h which
is in x11proto-print-dev-Package. Might this be enough? I just want
to avoid to include unwanted dependencies like the package libxp-dev
which just pull in the required package x11proto-print-dev.

Ideas?

Stefan
-- 
Stefan Bauer -
PGP: E80A 50D5 2D46 341C A887 F05D 5C81 5858 DCEF 8C34
 plzk.de - Linux - because it works --



-- 
To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/4c232b08.5090...@cubewerk.de



Processing of ava_0.3b.19990815-5_source.changes

2010-06-24 Thread Archive Administrator
ava_0.3b.19990815-5_source.changes uploaded successfully to localhost
along with the files:
  ava_0.3b.19990815-5.dsc
  ava_0.3b.19990815.orig.tar.gz
  ava_0.3b.19990815-5.debian.tar.gz

Greetings,

Your Debian queue daemon (running on host ries.debian.org)


-- 
To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1orll3-0002oa...@ries.debian.org



ava_0.3b.19990815-5_source.changes REJECTED

2010-06-24 Thread Archive Administrator



Reject Reasons:
source only uploads are not supported.

Warnings:
ignoring ava_0.3b.19990815.orig.tar.gz, since it's already in the archive.



===

Please feel free to respond to this email if you don't understand why
your files were rejected, or if you upload new files which address our
concerns.


-- 
To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1orm4c-0003yp...@ries.debian.org



Processing of ava_0.3b.19990815-5_i386.changes

2010-06-24 Thread Archive Administrator
ava_0.3b.19990815-5_i386.changes uploaded successfully to localhost
along with the files:
  ava_0.3b.19990815-5.dsc
  ava_0.3b.19990815-5.debian.tar.gz
  ava_0.3b.19990815-5_i386.deb

Greetings,

Your Debian queue daemon (running on host ries.debian.org)


-- 
To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1orm9i-0004g7...@ries.debian.org



ava_0.3b.19990815-5_i386.changes ACCEPTED

2010-06-24 Thread Archive Administrator



Accepted:
ava_0.3b.19990815-5.debian.tar.gz
  to main/a/ava/ava_0.3b.19990815-5.debian.tar.gz
ava_0.3b.19990815-5.dsc
  to main/a/ava/ava_0.3b.19990815-5.dsc
ava_0.3b.19990815-5_i386.deb
  to main/a/ava/ava_0.3b.19990815-5_i386.deb


Override entries for your package:
ava_0.3b.19990815-5.dsc - source electronics
ava_0.3b.19990815-5_i386.deb - extra electronics

Announcing to debian-devel-chan...@lists.debian.org
Closing bugs: 436802 


Thank you for your contribution to Debian.


-- 
To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1ormil-0004yz...@ries.debian.org



Bug#436802: marked as done (man page for ava)

2010-06-24 Thread Debian Bug Tracking System
Your message dated Thu, 24 Jun 2010 13:17:07 +
with message-id 
and subject line Bug#436802: fixed in ava 0.3b.19990815-5
has caused the Debian Bug report #436802,
regarding man page for ava
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.)


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

Hi!
I've generated the man page with the --help info. So maybe something is missing
I hope it's useful
mlt

.TH AVA "1" "August 2007" "AVA 0.3b" "User Commands"
.SH NAME
AVA \- Algebraical Virtual Assembler for Atmel's AVR MCUs
.SH SYNOPSIS 
ava [\-pLv] [\-\-version] [\-\-multiple\-output\-files] [\-\-motorola]
[\-\-intel] [\-Adevice] [\-lI] [\-I] [\-T{filename}]
[\-Dmacro{=val}] [\-fmacro{=val}] [\-o outfile] files libraries
.SH DESCRIPTION
.SS "Files:"
.TP
file.s
Assembler source.
.TP
file.o
Object; if not else specifed, this is the assembler default.
.TP
a.out
Linker default output file name.
.IP
a.out.name Linker extended file name if \fB\-\-multiple\-output\-files\fR is 
given.
.IP
The extension 'name' is replaced with segment name.
.TP
library
Library is a directory of object files linked in alphabetical
order.
.SS "Switches:"
.TP
\fB\-o\fR
Set output file name (to redirect the output to stdout: \fB\-o\fR stdout)
.TP
\fB\-p\fR
Use stdin for input and stdout for output if \fB\-o\fR is not set.
.TP
\fB\-A\fR
Declare target device; same as: \fB\-Ddevice\fR \fB\-Tarch\fR.inc
.TP
\fB\-D\fR
Define macro with value 'val'. If 'val' is not given 1 is assumed.
.TP
\fB\-f\fR
Define public macro of the form __macro{=val}
.TP
\fB\-I\fR
Add directory to the search list or include a file.
.TP
\fB\-T\fR
Auto\-include the 'target.inc' file or the 'filename' if given.
File specifed by the \fB\-T\fR option is always first in the queue.
.TP
\fB\-L\fR
Generate listing report (assembler only)
.TP
\fB\-v\fR
Verbose (enable info)
.TP
\fB\-l\fR
All reports, infos, errors and warnings are printed on the
stderr. If log file is specified info is redirected.
Errors and warnings are reported to the stderr and log file.
.TP
\fB\-\-version\fR
Output version information.
.TP
\fB\-\-multiple\-output\-files\fR
Force linker to split segments in files.
.TP
\fB\-\-intel\fR
Set Intel standard 16 bit output format.
(sets \fB\-\-multiple\-output\-files\fR by default)
.TP
\fB\-\-motorola\fR
Set Motorola S\-record S1/S2 (16/24) bit
output format.
.TP
\fB\-\-uasm\fR
Set Micro Assembler output format (default)
.SS "AVR specific options:"
.TP
\fB\-favr_noskipbug\fR
Do not check bad return address.
.TP
\fB\-favr_noendianbug\fR
Do not swap bytes in the flash segment.
(this will be the default in future releases)
.SH "REPORTING BUGS"
Report bugs to: uros.plat...@ijs.si (http://medo.fov.uni\-mb.si/mapp)
.SH AUTHORS
Marcela Tiznado 
--- End Message ---
--- Begin Message ---
Source: ava
Source-Version: 0.3b.19990815-5

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

ava_0.3b.19990815-5.debian.tar.gz
  to main/a/ava/ava_0.3b.19990815-5.debian.tar.gz
ava_0.3b.19990815-5.dsc
  to main/a/ava/ava_0.3b.19990815-5.dsc
ava_0.3b.19990815-5_i386.deb
  to main/a/ava/ava_0.3b.19990815-5_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 436...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Alessio Treglia  (supplier of updated ava 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, 24 Jun 2010 14:46:53 +0200
Source: ava
Binary: ava
Architecture: source i386
Version: 0.3b.19990815-5
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group 
Changed-By: Alessio Treglia 
Description: 
 ava- Algebraical Virtual Assembler for Atmel's AVR MCUs
Closes: 436802
Changes: 
 ava (0.3b.19990815-5) unstable; urgency=low
 .
   * QA upload.
   * Install manpages (Closes: #436802).
Checksums-Sha1: 
 e4da6293b0f4973c757f4ce24011b116257b0bff 1006 ava_0.3b.19990815-5.dsc
 053a23ff7bb3c4e1d92a919e5f01e468bca7768c 10382 
ava_0.3b.19990815-5.debian.tar.gz
 7a19060b3a463fddb71645f5aea0553b0cf3e5e9 187372 ava_0.3b.19990815-5_i386.deb
Checksums-S

Processing of rudiments_0.32-2_i386.changes

2010-06-24 Thread Archive Administrator
rudiments_0.32-2_i386.changes uploaded successfully to localhost
along with the files:
  rudiments_0.32-2.dsc
  rudiments_0.32-2.diff.gz
  librudiments-doc_0.32-2_all.deb
  librudiments0.32_0.32-2_i386.deb
  librudiments-dev_0.32-2_i386.deb

Greetings,

Your Debian queue daemon (running on host ries.debian.org)


-- 
To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1ormse-0005my...@ries.debian.org



rudiments_0.32-2_i386.changes ACCEPTED

2010-06-24 Thread Archive Administrator



Accepted:
librudiments-dev_0.32-2_i386.deb
  to main/r/rudiments/librudiments-dev_0.32-2_i386.deb
librudiments-doc_0.32-2_all.deb
  to main/r/rudiments/librudiments-doc_0.32-2_all.deb
librudiments0.32_0.32-2_i386.deb
  to main/r/rudiments/librudiments0.32_0.32-2_i386.deb
rudiments_0.32-2.diff.gz
  to main/r/rudiments/rudiments_0.32-2.diff.gz
rudiments_0.32-2.dsc
  to main/r/rudiments/rudiments_0.32-2.dsc


Override entries for your package:
librudiments-dev_0.32-2_i386.deb - optional libdevel
librudiments-doc_0.32-2_all.deb - optional doc
librudiments0.32_0.32-2_i386.deb - optional libs
rudiments_0.32-2.dsc - source libs

Announcing to debian-devel-chan...@lists.debian.org
Closing bugs: 578731 


Thank you for your contribution to Debian.


-- 
To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1ormxl-0005lj...@ries.debian.org



Processing of wvdial_1.60.4_i386.changes

2010-06-24 Thread Archive Administrator
wvdial_1.60.4_i386.changes uploaded successfully to localhost
along with the files:
  wvdial_1.60.4.dsc
  wvdial_1.60.4.tar.gz
  wvdial_1.60.4_i386.deb

Greetings,

Your Debian queue daemon (running on host ries.debian.org)


-- 
To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1ormxu-0005lw...@ries.debian.org



Bug#578731: marked as done (rudiments: FTBFS on GNU/kFreeBSD)

2010-06-24 Thread Debian Bug Tracking System
Your message dated Thu, 24 Jun 2010 13:32:11 +
with message-id 
and subject line Bug#578731: fixed in rudiments 0.32-2
has caused the Debian Bug report #578731,
regarding rudiments: 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.)


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

Package: rudiments
Version: 0.32-1
Severity: important
Tags: patch
User: debian-...@lists.debian.org
Usertags: kfreebsd


Hi,

the current version fails to build on GNU/kFreeBSD.

Please find patch bellow with tweaks.

It would also be nice if you can ask upstream
to include this changes.

Thanks in advance


--- include/rudiments/serialportprofile.h
+++ include/rudiments/serialportprofile.h
@@ -130,8 +130,13 @@
#ifdef TABDLY
enumtabdelay_t {
td_none=TAB0,
+   #if defined(TAB1) && defined(TAB2)
td_depends=TAB1,
td_100=TAB2
+   #else
+   td_depends=TAB0,
+   td_100=TAB3
+   #endif
};
#endif



--- End Message ---
--- Begin Message ---
Source: rudiments
Source-Version: 0.32-2

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

librudiments-dev_0.32-2_i386.deb
  to main/r/rudiments/librudiments-dev_0.32-2_i386.deb
librudiments-doc_0.32-2_all.deb
  to main/r/rudiments/librudiments-doc_0.32-2_all.deb
librudiments0.32_0.32-2_i386.deb
  to main/r/rudiments/librudiments0.32_0.32-2_i386.deb
rudiments_0.32-2.diff.gz
  to main/r/rudiments/rudiments_0.32-2.diff.gz
rudiments_0.32-2.dsc
  to main/r/rudiments/rudiments_0.32-2.dsc



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

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

Debian distribution maintenance software
pp.
Alessio Treglia  (supplier of updated rudiments 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, 24 Jun 2010 15:17:58 +0200
Source: rudiments
Binary: librudiments0.32 librudiments-dev librudiments-doc
Architecture: source all i386
Version: 0.32-2
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group 
Changed-By: Alessio Treglia 
Description: 
 librudiments-dev - C++ class library providing base classes
 librudiments-doc - C++ class library providing base classes
 librudiments0.32 - C++ class library providing base classes
Closes: 578731
Changes: 
 rudiments (0.32-2) unstable; urgency=low
 .
   * QA upload.
   * Apply patch to fix FTBFS on kfreebsd architectures (Closes: #578731).
Checksums-Sha1: 
 c2a608c84e270e92937a324a430e035ba150c2f7 1019 rudiments_0.32-2.dsc
 08382113f8b4d5c30a1090a4cce620df390a04b1 98159 rudiments_0.32-2.diff.gz
 a93c402089d39bffe8c3ff5376a4fc49968058e9 109466 librudiments-doc_0.32-2_all.deb
 5464662f3c1f52ab57301be676bfa5bfd4ee5a2b 176286 
librudiments0.32_0.32-2_i386.deb
 f9ac2123cb37f506aa3475e8a88e1d645be792eb 250044 
librudiments-dev_0.32-2_i386.deb
Checksums-Sha256: 
 c9ec413123add838824e773d5dd467505910efed83dc7fd3478f44fb4c85f0ab 1019 
rudiments_0.32-2.dsc
 bcb04548cddec34c8178cec7c36f39dfab2c469bd7d5e3d9a95fc922e06bd00a 98159 
rudiments_0.32-2.diff.gz
 7883aef81071a58e24d9e20854b1e624557d3bb5aab696b47ce5ee970edbbb0b 109466 
librudiments-doc_0.32-2_all.deb
 8ea073ef042abc7247301753be7ac0d398639a60f8e1564db7a07c1ba3c4fdfe 176286 
librudiments0.32_0.32-2_i386.deb
 b1c08271d1d15ef7893912860621abfbbc7aa1f21c25a04cfdf79f10e7c281d8 250044 
librudiments-dev_0.32-2_i386.deb
Files: 
 554d5f4c1631064b1d18156e16d837be 1019 libs optional rudiments_0.32-2.dsc
 cae7d0a36fb3d99a8b9f1c134f150247 98159 libs optional rudiments_0.32-2.diff.gz
 1d754aa7b892573310614095df492913 109466 doc optional 
librudiments-doc_0.32-2_all.deb
 e97891e71f7730f63ae21298f884c2e0 176286 libs optional 
librudiments0.32_0.32-2_i386.deb
 9e545e6a101451884f8f2640e29fb893 250044 libdevel optional 
librudiments-dev_0.32-2_i386.deb

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

iEYEARECAAYFAkwjXN8ACgkQRdSMfNz8P9Bc7gCfYBq0F07oQACuzjqYzDm1Npt9
I

wvdial_1.60.4_i386.changes ACCEPTED

2010-06-24 Thread Archive Administrator



Accepted:
wvdial_1.60.4.dsc
  to main/w/wvdial/wvdial_1.60.4.dsc
wvdial_1.60.4.tar.gz
  to main/w/wvdial/wvdial_1.60.4.tar.gz
wvdial_1.60.4_i386.deb
  to main/w/wvdial/wvdial_1.60.4_i386.deb


Override entries for your package:
wvdial_1.60.4.dsc - source comm
wvdial_1.60.4_i386.deb - optional comm

Announcing to debian-devel-chan...@lists.debian.org
Closing bugs: 555035 


Thank you for your contribution to Debian.


-- 
To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1ormmq-0006gd...@ries.debian.org



Bug#555035: marked as done (FTBFS: wvmodemscan.cc:542: error: invalid conversion from 'int (*)(const dirent**, const dirent**)' to 'int (*)(const void*, const void*)')

2010-06-24 Thread Debian Bug Tracking System
Your message dated Thu, 24 Jun 2010 13:48:12 +
with message-id 
and subject line Bug#555035: fixed in wvdial 1.60.4
has caused the Debian Bug report #555035,
regarding FTBFS: wvmodemscan.cc:542: error: invalid conversion from 'int 
(*)(const dirent**, const dirent**)' to 'int (*)(const void*, const void*)'
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.)


-- 
555035: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=555035
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: wvdial
Version: 1.60.3
Severity: important
Tags: patch

Hi,

When we installed eglibc-2.9, this package become the build error. (ex. mips)
https://buildd.debian.org/fetch.cgi?pkg=wvdial;ver=1.60.3;arch=mips;stamp=1257624220

But When we installed eglibc-2.10.1, this do not become the build error.

-
wvmodemscan.cc:27: warning: deprecated conversion from string constant to 
'char*'
wvmodemscan.cc:27: warning: deprecated conversion from string constant to 
'char*'
wvmodemscan.cc:27: warning: deprecated conversion from string constant to 
'char*'
wvmodemscan.cc: In constructor 'WvModemScanList::WvModemScanList(const 
WvFastString&)':
wvmodemscan.cc:542: error: invalid conversion from 'int (*)(const dirent**, 
const dirent**)' to 'int (*)(const void*, const void*)'
wvmodemscan.cc:542: error:   initializing argument 4 of 'int scandir(const 
char*, dirent***, int (*)(const dirent*), int (*)(const void*, const void*))'
make[1]: *** [wvmodemscan.o] Error 1
make[1]: Leaving directory `/build/buildd/wvdial-1.60.3'
make: *** [binary-arch] Error 2
dpkg-buildpackage: error: /usr/bin/fakeroot debian/rules binary-arch gave error 
exit status 2
**
-

This problem can fix following patch.
--- wvmodemscan.cc.orig 2009-11-08 04:57:46.0 +
+++ wvmodemscan.cc  2009-11-08 04:46:20.0 +
@@ -495,8 +495,17 @@
// (no internal ISDN support)   || !strncmp(e->d_name, "ttyI", 4);
 }
 
+#if defined(__GLIBC__) && __GLIBC_PREREQ(2, 10)
 static int filesort(const struct dirent **e1, const struct dirent **e2)
+#else
+static int filesort(const void *_e1, const void *_e2)
+#endif
 {
+#if !(defined(__GLIBC__) && __GLIBC_PREREQ(2, 10))
+ dirent const * const *e1 = (dirent const * const *)_e1;
+ dirent const * const *e2 = (dirent const * const *)_e2;
+#endif
+
 const char *p1, *p2;
 int diff;
 
The base of this patch is
http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dialup/wvdial/files/wvdial-1.60-dirent.patch?view=markup

Best regards,
  Nobuhiro
-- 
Nobuhiro Iwamatsu



--- End Message ---
--- Begin Message ---
Source: wvdial
Source-Version: 1.60.4

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

wvdial_1.60.4.dsc
  to main/w/wvdial/wvdial_1.60.4.dsc
wvdial_1.60.4.tar.gz
  to main/w/wvdial/wvdial_1.60.4.tar.gz
wvdial_1.60.4_i386.deb
  to main/w/wvdial/wvdial_1.60.4_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 555...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Alessio Treglia  (supplier of updated wvdial 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, 24 Jun 2010 15:20:30 +0200
Source: wvdial
Binary: wvdial
Architecture: source i386
Version: 1.60.4
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group 
Changed-By: Alessio Treglia 
Description: 
 wvdial - PPP dialer with built-in intelligence
Closes: 555035
Changes: 
 wvdial (1.60.4) unstable; urgency=low
 .
   * QA upload.
   * Apply patch from Nobuhiro Iwamatsu  to fix FTBFS due
 to an invalid conversion from 'int (*)(const dirent**, const dirent**)' to
 'int (*)(const void*, const void*) (Closes: #555035);
 patch taken from http://bugs.gentoo.org/show_bug.cgi?id=271477.
   * Switch to format 3.0 (native).
Checksums-Sha1: 
 8f84ee082482c329774a04b4a2d501983d4a8e55 764 wvdial_1.60.4.dsc
 1ade0b94446dfc724e4787730e2970d6b5d58948 110919 wvdial_1.60.4.tar.gz
 662d135a3290be8d9bfed797fe098eff0159ff9a 174144 wvdial_1.60.4_i386.deb
Checksums-Sha256: 
 f776b8c488b2e54d32223dd26b0d6e21f8f7531d80f3e6999b7996751

Processed: fdutils: tag 4 bugs as pending

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

> tags 282014 pending
Bug #282014 [fdutils] fdutils: superformat man page missing media description
Added tag(s) pending.
> tags 275877 pending
Bug #275877 [fdutils] MAKEFLOPPIES: --help more options than manpage
Added tag(s) pending.
> tags 331488 pending
Bug #331488 [fdutils] fdutils: --verify_later works, but not as documented
Added tag(s) pending.
> tags 331491 pending
Bug #331491 [fdutils] fdutils: --print-drive-deviation not documented
Added tag(s) pending.
>
End of message, stopping processing here.

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


-- 
To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.127739521625223.transcr...@bugs.debian.org



Bug#275877: MAKEFLOPPIES: --help more options than manpage

2010-06-24 Thread Matteo Cypriani
Hello,

I prepared a patch that fixes the usage display. It will be included in the 
next upload.

However, after a quick look in the code, it does not seem possible to make 
/dev/fd1 be 1.44MB (at least if floppycontrol does not work).

Regards,

  Matteo


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


Bug#548434: Close #548434

2010-06-24 Thread Matteo Cypriani
reassign 548434 linux-2.6
close 548434
thanks

Issue relative to the kernel for which a patch has been included (see 
http://lists.debian.org/debian-kernel/2010/05/msg00315.html ).

Feel free to reopen the bug if you still encounter this problem.


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


Processed: Close #548434

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

> reassign 548434 linux-2.6
Bug #548434 [fdutils] fdformat fails completely with current kernel
Bug reassigned from package 'fdutils' to 'linux-2.6'.
Bug No longer marked as found in versions fdutils/5.5-20060227-3.
> close 548434
Bug#548434: fdformat fails completely with current kernel
'close' is deprecated; see http://www.debian.org/Bugs/Developer#closing.
Bug closed, send any further explanations to ael 

> thanks
Stopping processing here.

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


-- 
To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.127739831124950.transcr...@bugs.debian.org



enchant 1.6.0-1 MIGRATED to testing

2010-06-24 Thread Debian testing watch
FYI: The status of the enchant source package
in Debian's testing distribution has changed.

  Previous version: 1.4.2-3.6
  Current version:  1.6.0-1

-- 
This email is automatically generated once a day.  As the installation of
new packages into testing happens multiple times a day you will receive
later changes on the next day.
See http://release.debian.org/testing-watch/ for more information.


-- 
To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1orpsu-0007th...@ries.debian.org



mock 1.0.8-1 MIGRATED to testing

2010-06-24 Thread Debian testing watch
FYI: The status of the mock source package
in Debian's testing distribution has changed.

  Previous version: 0.9.7-3
  Current version:  1.0.8-1

-- 
This email is automatically generated once a day.  As the installation of
new packages into testing happens multiple times a day you will receive
later changes on the next day.
See http://release.debian.org/testing-watch/ for more information.


-- 
To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1orpsv-0007vj...@ries.debian.org



rezound 0.12.3beta-3 MIGRATED to testing

2010-06-24 Thread Debian testing watch
FYI: The status of the rezound source package
in Debian's testing distribution has changed.

  Previous version: 0.12.3beta-2.3
  Current version:  0.12.3beta-3

-- 
This email is automatically generated once a day.  As the installation of
new packages into testing happens multiple times a day you will receive
later changes on the next day.
See http://release.debian.org/testing-watch/ for more information.


-- 
To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1orpsw-0007wp...@ries.debian.org



bake 1.0-14 MIGRATED to testing

2010-06-24 Thread Debian testing watch
FYI: The status of the bake source package
in Debian's testing distribution has changed.

  Previous version: 1.0-13
  Current version:  1.0-14

-- 
This email is automatically generated once a day.  As the installation of
new packages into testing happens multiple times a day you will receive
later changes on the next day.
See http://release.debian.org/testing-watch/ for more information.


-- 
To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1orpsu-0007tt...@ries.debian.org



Processing of xmcd_2.6-23_i386.changes

2010-06-24 Thread Archive Administrator
xmcd_2.6-23_i386.changes uploaded successfully to localhost
along with the files:
  xmcd_2.6-23.dsc
  xmcd_2.6-23.diff.gz
  xmcd_2.6-23_i386.deb
  cddb_2.6-23_i386.deb

Greetings,

Your Debian queue daemon (running on host ries.debian.org)


-- 
To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1orrjq-0007xt...@ries.debian.org



xmcd_2.6-23_i386.changes ACCEPTED

2010-06-24 Thread Archive Administrator



Accepted:
cddb_2.6-23_i386.deb
  to main/x/xmcd/cddb_2.6-23_i386.deb
xmcd_2.6-23.diff.gz
  to main/x/xmcd/xmcd_2.6-23.diff.gz
xmcd_2.6-23.dsc
  to main/x/xmcd/xmcd_2.6-23.dsc
xmcd_2.6-23_i386.deb
  to main/x/xmcd/xmcd_2.6-23_i386.deb


Override entries for your package:
cddb_2.6-23_i386.deb - optional sound
xmcd_2.6-23.dsc - source sound
xmcd_2.6-23_i386.deb - optional sound

Announcing to debian-devel-chan...@lists.debian.org
Closing bugs: 507282 


Thank you for your contribution to Debian.


-- 
To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1orrtl-00089n...@ries.debian.org



Bug#507282: marked as done (xmcd: Missing mode to open() calls with O_CREAT)

2010-06-24 Thread Debian Bug Tracking System
Your message dated Thu, 24 Jun 2010 18:48:23 +
with message-id 
and subject line Bug#507282: fixed in xmcd 2.6-23
has caused the Debian Bug report #507282,
regarding xmcd: Missing mode to open() calls with O_CREAT
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.)


-- 
507282: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=507282
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: xmcd
Version: 2.6-21
Severity: normal
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu jaunty ubuntu-patch

Hi,

open(2) states that a mode must be specified when the O_CREAT flag
is specified, there are a few cases where you package does not do
that.

Attached is a patch to specify a mode in those calls, please consider
applying it. The patch to cddb_open is a bit odd, as it doesn't
choose the flags itself. I patched the case where it is called with
O_CREAT by one caller, but it would take a bit of a re-work to have
the caller also specify the mode, or to add an explicit mode to
the open calls in cddb_local_open as well.

Thanks,

James
diff -u xmcd-2.6/cda_d/cda.c xmcd-2.6/cda_d/cda.c
--- xmcd-2.6/cda_d/cda.c
+++ xmcd-2.6/cda_d/cda.c
@@ -393,7 +393,7 @@
 	mypid = getpid();
 
 	for (;;) {
-		fd = open(dlock, O_CREAT | O_EXCL | O_WRONLY);
+		fd = open(dlock, O_CREAT | O_EXCL | O_WRONLY, 0644);
 		if (fd < 0) {
 			if (errno == EEXIST) {
 if ((fd = open(dlock, O_RDONLY)) < 0)
diff -u xmcd-2.6/cddb_d/cddb_int.c xmcd-2.6/cddb_d/cddb_int.c
--- xmcd-2.6/cddb_d/cddb_int.c
+++ xmcd-2.6/cddb_d/cddb_int.c
@@ -2072,7 +2072,7 @@
 
 	if (rw & O_WRONLY) {
 		/* Open file */
-		if ((fp->fd = open(dbp->dbfile, rw)) < 0) {
+		if ((fp->fd = open(dbp->dbfile, rw, S_IRUSR | S_IWUSR)) < 0) {
 			MEM_FREE(fp->cache);	
 			MEM_FREE(fp);	
 			return NULL;
--- xmcd-2.6.orig/libdi_d/libdi.c
+++ xmcd-2.6/libdi_d/libdi.c
@@ -2721,7 +2721,7 @@
 	mypid = getpid();
 
 	for (;;) {
-		fd = open(lockfile, O_CREAT | O_EXCL | O_WRONLY);
+		fd = open(lockfile, O_CREAT | O_EXCL | O_WRONLY, 0644);
 		if (fd < 0) {
 			if (errno == EEXIST) {
 if ((fd = open(lockfile, O_RDONLY)) < 0)
--- End Message ---
--- Begin Message ---
Source: xmcd
Source-Version: 2.6-23

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

cddb_2.6-23_i386.deb
  to main/x/xmcd/cddb_2.6-23_i386.deb
xmcd_2.6-23.diff.gz
  to main/x/xmcd/xmcd_2.6-23.diff.gz
xmcd_2.6-23.dsc
  to main/x/xmcd/xmcd_2.6-23.dsc
xmcd_2.6-23_i386.deb
  to main/x/xmcd/xmcd_2.6-23_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 507...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Alessio Treglia  (supplier of updated xmcd 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, 24 Jun 2010 20:29:29 +0200
Source: xmcd
Binary: xmcd cddb
Architecture: source i386
Version: 2.6-23
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group 
Changed-By: Alessio Treglia 
Description: 
 cddb   - CD DataBase support tools
 xmcd   - X11 based CD player
Closes: 507282
Changes: 
 xmcd (2.6-23) unstable; urgency=low
 .
   * QA upload.
   * Add mode argument to open() calls with O_CREAT to fix build failures;
 thanks to James Westby for the patch (Closes: #507282).
Checksums-Sha1: 
 69db63dc4bf58b005a6f4f135355317d6f69db6d 1039 xmcd_2.6-23.dsc
 173f821719e233f8dc699388b522ee80aa126912 35900 xmcd_2.6-23.diff.gz
 046cef763203186c4240abdcedb4d82ec091ba3a 350628 xmcd_2.6-23_i386.deb
 473f30ddbc74573f33044e9d4ee7414ccdaebc0b 61674 cddb_2.6-23_i386.deb
Checksums-Sha256: 
 907968fb06dfffd2776e3efcefb4dcc7b9a72e229628e05b50a8ba2b22175b61 1039 
xmcd_2.6-23.dsc
 48b5cfe3c5604c0f3aba965f8ae872237d577126b217918750edb9da48f43afd 35900 
xmcd_2.6-23.diff.gz
 d8c366c4090cc59d221adef35ce63a18ee78db5caf8744f9ac79c925b6794af3 350628 
xmcd_2.6-23_i386.deb
 44a8dfb68e0544603a30d7b4aa1509de7541df4a255ca1d64957973ff1f36d6a 61674 
cddb_2.6-23_i386.deb
Files: 
 8c485da3f9e89ffee4ac1464f515966b 1039 sound optional xmcd_2.6-23.dsc
 767a43f5be2d22a0fee7ce82dbabc99e 35900 sound optional xmcd_2.6-23.diff.gz
 55199e027f542b0f1d52d9fc7f4ea019 350628 sound optional xmcd_2.6-23_i386.deb
 c