Where was gone?

2008-07-28 Thread Alice
I participate in competition of an hrad erotic photo. Please vote me! You must 
see that!: http://q-dbgn.mail15.su yhwgavqavxlj


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#492695: picocom: Odd parity does not work.

2008-07-28 Thread Freddy Spierenburg
Package: picocom
Version: 1.4-2
Severity: important
Tags: patch


Selecting odd parity '-p o' does not work. This is due to a
bug in the code. This bug report contains a patch that
corrects the problem.


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

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

Versions of packages picocom depends on:
ii  libc6 2.7-11 GNU C Library: Shared libraries

picocom recommends no packages.

picocom suggests no packages.

-- no debconf information
diff -Naur picocom-1.4-orig/term.c picocom-1.4/term.c
--- picocom-1.4-orig/term.c 2004-08-12 08:45:57.0 +
+++ picocom-1.4/term.c  2008-07-28 10:35:14.0 +
@@ -683,7 +683,7 @@
tiop->c_cflag = (tiop->c_cflag & ~(PARENB | PARODD)) | 
PARENB;
break;
case P_ODD:
-   tiop->c_cflag = (tiop->c_cflag & ~(PARENB | PARODD)) | 
PARODD;
+   tiop->c_cflag = (tiop->c_cflag & ~(PARENB | PARODD)) | 
PARENB | PARODD;
break;
case P_NONE:
tiop->c_cflag = (tiop->c_cflag & ~(PARENB | PARODD));


6030 IPPHONE some introduction

2008-07-28 Thread [EMAIL PROTECTED]
6030 IPPHONE some introduction .
1 Support SIP transport via TCP and UDP
2 Support Call pick up and join call ,click to dial ( Reference to tech-invite)
3 Support Vport ,similar mini pbx function .
4 Realize conference /transfer /call forward between different sip line
5 Support redial and unredial Example: A callto  B  , If B line are busy,then A 
put down  ,
 A will subscribe B  status by each 60 seconds,and A will ring to remind when B 
can be called  .
 So A pick up phone and automatically call B .
 
5 function key support /realize the below feature  
Each key can be set by different function.
Support line key,key_event, dtmf, memory key 
Picture keypad  / web config page
 
Memory key : 
1 Stored the often-used phonenumber for quick dialing.
 Application :store number like for boss ,secretary  ,service number ,holine...
[parameter is  phonenumber/sipline ]
[example  [EMAIL PROTECTED] ] means pressing the button .FV6030 will dial 650 
and go by the sip fourth line
 
2 Realize BLF (busy lamp field ).for monitor the number current status like 
ringing ,talking ,busy ,online .
[parameter is /b ]
[example  630/b ] realize 630 blf function 
 
3 Realize MWI (message waiting indication ).
[parameter is /m]
[example  620/m ] when the button left-led light is on that it mean phonenumber 
620 have a new voice mail
Press the button to enter the voice mail and hear the message.
 
4 Realize Presence function .Check correlative number current status.
[parameter is /p]
[example  621/p ] press the button to check 621 extension current status.
on the lcd will shows 621 online or calling ,leave ,offline .
 
Line : Set the button for line button.   
[parameter is sip1 ,sip2 ,sip3,sip4,sip5]
[example  sip3 ]  the button is for selecting sip 3 line for calling out.
or when there are a incoming call from sip 3 ,the button led will be on .
from idle status , first press is as speaker . but while taliking ,the button 
is as hold and switch button.
 
Key event : set for some special appointed function. 
more feature is under empolder 
Example set the button as DND .
 
DTMF KEY ,Send out the pre-defined dtmf event .
in dailing state ,press the button ,it will beforehand input before dialing.
it is like auto adding prefix number .
 
I am writing the 6030 product demo 
If you are interested in .please contact me online.

**
Contact : David Huang 
Tel: +86-15914106575 
Fax: +86-755-26505858
website : www.fanvil.com
Email: [EMAIL PROTECTED] 
Email : [EMAIL PROTECTED]
 Click for quick service online 
MSN: [EMAIL PROTECTED]
Skype: abc33345905 
QQ: 81867554
Address: R506,Jianda Bldg., 10North Keyuan Rd, High-Tech Industrial Park, 
Shenzhen518057China 
===
 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Here is a bugfix for xbatt

2008-07-28 Thread Don Wooton
My BIOS reports that the battery is greater than 100% charged.
This causes an array-out-of-bounds core dump.  The attached patch
simply tests for >= 100 rather than == 100 percent charge.


If there is a better way to report this bug, please let me know.

Thank you.

- Don
*** xbatt-1.2.1.orig/xbatt.c	Mon Jul 28 10:15:47 2008
--- xbatt-1.2.1/xbatt.c	Mon Jul 28 10:16:07 2008
***
*** 523,529 
DefaultScreen(XtDisplay(toplevel;
  	XFillRectangle(XtDisplay(toplevel), xpmData, gc, 18, 18, 13, 7);
  
! 	if (s.remain == 100) {
  	bm = XCreatePixmapFromBitmapData(XtDisplay(toplevel),
  	 XtWindow(toplevel),
  	 full_bits, full_width,
--- 523,529 
DefaultScreen(XtDisplay(toplevel;
  	XFillRectangle(XtDisplay(toplevel), xpmData, gc, 18, 18, 13, 7);
  
! 	if (s.remain >= 100) {
  	bm = XCreatePixmapFromBitmapData(XtDisplay(toplevel),
  	 XtWindow(toplevel),
  	 full_bits, full_width,


signature.asc
Description: Digital signature


newlib-m68hc1x 1.12.0+3.1-3 MIGRATED to testing

2008-07-28 Thread Debian testing watch
FYI: The status of the newlib-m68hc1x source package
in Debian's testing distribution has changed.

  Previous version: 1.12.0+3.1-2
  Current version:  1.12.0+3.1-3

-- 
This email is automatically generated; the Debian Release Team
<[EMAIL PROTECTED]> is responsible.
See http://release.debian.org/testing-watch/ for more information.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



gdb-m68hc1x 1:6.4+3.1+dfsg-4 MIGRATED to testing

2008-07-28 Thread Debian testing watch
FYI: The status of the gdb-m68hc1x source package
in Debian's testing distribution has changed.

  Previous version: 1:6.4+3.1+dfsg-3
  Current version:  1:6.4+3.1+dfsg-4

-- 
This email is automatically generated; the Debian Release Team
<[EMAIL PROTECTED]> is responsible.
See http://release.debian.org/testing-watch/ for more information.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



sopwith 1.7.1-4 MIGRATED to testing

2008-07-28 Thread Debian testing watch
FYI: The status of the sopwith source package
in Debian's testing distribution has changed.

  Previous version: 1.7.1-3.1
  Current version:  1.7.1-4

-- 
This email is automatically generated; the Debian Release Team
<[EMAIL PROTECTED]> is responsible.
See http://release.debian.org/testing-watch/ for more information.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#492772: python-pyao: Error with python2.5 on amd64

2008-07-28 Thread Philipp Jocham
Package: python-pyao
Version: 0.82-2
Severity: normal


Instantiating ao.AudioDevice with options gives an error

  Python 2.5.2 (r252:60911, May 28 2008, 19:19:25) 
  [GCC 4.2.4 (Debian 4.2.4-1)] on linux2
  Type "help", "copyright", "credits" or "license" for more information.
  >>> import ao
  >>> dev = ao.AudioDevice( 'alsa', options = { 'dev' : 'default' } )
  Traceback (most recent call last):
  File "", line 1, in 
  SystemError: NULL result without error in PyObject_Call
  >>> 

Compiling from source gives a hint:
  src/aomodule.c: In function ‘dict_to_options’:
  src/aomodule.c:18: warning: passing argument 2 of ‘PyDict_Next’ from
incompatible pointer type

Applying the following patch cures warning and bug:

--- pyao-0.82.orig/src/aomodule.c   2003-07-24 08:52:59.0
+0200
+++ pyao-0.82/src/aomodule.c2008-07-28 20:34:42.0 +0200
@@ -5,5 +5,5 @@
 dict_to_options(PyObject *dict)
  {
  -  int pos = 0;
  +  Py_ssize_t pos = 0;
 PyObject *key, *val;
ao_option *head = NULL;

Regards, Philipp


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

Kernel: Linux 2.6.24-jp2 (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 python-pyao depends on:
ii  libao20.8.8-4Cross Platform Audio Output Librar
ii  libc6 2.7-10 GNU C Library: Shared libraries
ii  python2.5.2-1An interactive high-level object-o
ii  python-central0.6.8  register and build utility for Pyt

python-pyao recommends no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Processed: tagging 492772

2008-07-28 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> # Automatically generated email from bts, devscripts version 2.10.35
> tags 492772 + patch
Bug#492772: python-pyao: Error with python2.5 on amd64
There were no tags set.
Tags added: patch

>
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 [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



thousands of LUCKY winners today

2008-07-28 Thread dillon omero
All winnings transferred to your account immediately and securely.

go300luckorbust.com


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]