pycxx_6.2.0-6_amd64.changes ACCEPTED into unstable

2011-03-25 Thread Debian FTP Masters



Accepted:
pycxx_6.2.0-6.diff.gz
  to main/p/pycxx/pycxx_6.2.0-6.diff.gz
pycxx_6.2.0-6.dsc
  to main/p/pycxx/pycxx_6.2.0-6.dsc
python-cxx-dev_6.2.0-6_all.deb
  to main/p/pycxx/python-cxx-dev_6.2.0-6_all.deb
python-cxx_6.2.0-6_all.deb
  to main/p/pycxx/python-cxx_6.2.0-6_all.deb
python3-cxx-dev_6.2.0-6_all.deb
  to main/p/pycxx/python3-cxx-dev_6.2.0-6_all.deb
python3-cxx_6.2.0-6_all.deb
  to main/p/pycxx/python3-cxx_6.2.0-6_all.deb


Override entries for your package:
pycxx_6.2.0-6.dsc - source python
python-cxx-dev_6.2.0-6_all.deb - optional python
python-cxx_6.2.0-6_all.deb - optional python
python3-cxx-dev_6.2.0-6_all.deb - optional python
python3-cxx_6.2.0-6_all.deb - optional python

Announcing to debian-devel-chan...@lists.debian.org


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/e1q31f9-0004q1...@franck.debian.org



Processed: Re: Processed: reassign 619520 to general

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

> reassign 619520 guessnet
Bug #619520 [general] eth0 is not activated early enough, causing a delay in 
the Ethernet detection
Bug reassigned from package 'general' to 'guessnet'.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
619520: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=619520
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.130104449623686.transcr...@bugs.debian.org



Bug#619576: [openerp-server] The Company OpenERP states that there will be no upgrade module to version 6

2011-03-25 Thread Florian Reitmeir
Package: openerp-server
Version: 5.0.12-2
Severity: serious

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

I wanted to test the new version of openerp v6, i know its not in debian
yet.
There is no way to upgrade from version 5 to version 6.

The company states, that there is an commercial upgrade service the upgrade
from v5->v6 but they will not develop or release an migration module.

So debian is "used" as distributor for the company to sell their
"upgrade service".

Maybe you as maintainer can resolve this issue, if not please remove the
software from debian.

Its really annoying, i have a lot of data in my database, others too.


--- System information. ---
Architecture: amd64
Kernel: Linux 2.6.38-schrank

Debian Release: 6.0.1
500 stable www.debian-multimedia.org
500 stable ftp.at.debian.org
500 stable apt.multi24.com

--- Package information. ---
Package's Depends field is empty.

Package's Recommends field is empty.

Package's Suggests field is empty.




-- 
Florian Reitmeir
E-Mail: flor...@reitmeir.org
Tel: +43 650 2661660




-- 
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/4d8c697f.1070...@reitmeir.org



Bug#619232: marked as done (pycxx: [patch] fix for python3-cxx)

2011-03-25 Thread Debian Bug Tracking System
Your message dated Fri, 25 Mar 2011 17:38:41 +0100
with message-id <4d8cc511.8060...@cern.ch>
and subject line applied in 6.2.0-6
has caused the Debian Bug report #619232,
regarding pycxx: [patch] fix for python3-cxx
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.)


-- 
619232: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=619232
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: pycxx
Version: 6.2.0-4
Severity: normal
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu natty ubuntu-patch



*** /tmp/tmpKZw2fJ
In Ubuntu, the attached patch was applied to achieve the following:

  * debian/rules:
- run 2to3 with --write so that the py3 stuff is actually
  converted (this fixes a crash that the python-all profile
  in the auto-upgrade-tester found)


Thanks for considering the patch.


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

Kernel: Linux 2.6.38-7-generic (SMP w/4 CPU cores)
Locale: LANG=en_DK.utf8, LC_CTYPE=en_DK.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -u pycxx-6.2.0/debian/rules pycxx-6.2.0/debian/rules
--- pycxx-6.2.0/debian/rules
+++ pycxx-6.2.0/debian/rules
@@ -141,7 +141,7 @@
 install3-python%:
 	/usr/bin/python$* setup.py install \
 		--install-layout=deb --root=$(shell pwd)/debian/python3-cxx
-	2to3 debian/python3-cxx/usr/lib
+	2to3 --write debian/python3-cxx/usr/lib
 	find debian/python3-cxx -name '*.egg-info' | xargs -r rm -f
 
 	cp -a CXX/Python3 debian/python3-cxx/usr/include/python$*/CXX/Python3
--- End Message ---
--- Begin Message ---


--- End Message ---


Bug#611094: One string missing in deborphan --help

2011-03-25 Thread Dau Tai
it means:
--force-hold, -HBỏ qua những cờ đã được giữ.


Vào 22:25 Ngày 24 tháng 3 năm 2011, David Prévot  đã
viết:

> [ Please keep me CC if you reply on debian-l10n-vietnamese list ]
>
> Hi Hero and the list of Vietnamese l10n contributors,
>
> Thanks for your translation of the deborphan package, that will be part
> of the next release (and hopefully next stable release). I anyway
> noticed, when taking care of formatting the --help output, that one
> string is not translated :
>
> --force-hold, -HIgnore hold flags.
>
> I would be glad to fix this string if you could provide the proper
> Vietnamese translation for it.
>
> Regards
>
> David
>
>


Get 25 Free Downloads for Updating Your Info on The Music & More Foundation's Fan List

2011-03-25 Thread The Music & More Foundation
Hi,

We wanted to invite you to add/update info about yourself so that we can learn 
more about you.

You can add/update info about yourself on our list here:

http://fburls.com/updt/120785|eFF34c9aeKh19hKdFbd7a9XdFe|packa...@qa.debian.org|716951

In appreciation for taking the time to tell us more about yourself, we would 
like to offer you 25 free high quality mp3 downloads from popular music website 
emusic!

You can claim your 25 free downloads here: 

http://fburls.com/0-freedownloads

*Note, your personal information is kept STRICTLY confidential, and is secured 
24/7 by FanBridge.com (our fan relationship management services provider). It 
will also NEVER be shared with any 3rd parties. 

Thanks!

The Music & More Foundation sent this email to packa...@qa.debian.org
Questions? Contact pr...@kdpublishing.com or The Music & More Foundation,  ,  , 
kansas city, Missouri 64127, United States

Download the toolbar: http://kdpublishing.fanbridge.com/toolbar
Update Your Information - 
http://fburls.com/updt/120785|eFF34c9aeKh19hKdFbd7a9XdFe|packa...@qa.debian.org|716951
Forward to a friend - 
http://fburls.com/fwrd/120785|eFF34c9aeKh19hKdFbd7a9XdFe|156623519|716951
Unsubscribe - 
http://fburls.com/usub/120785|eFF34c9aeKh19hKdFbd7a9XdFe|156623519|716951
Privacy Policy - http://www.fanbridge.com/learn/privacy.php

This email message is powered by FanBridge:
http://www.fanbridge.com/b.php?id=120785
Powering Valuable Fan Relationships


--
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/dfe95aacbc24adb7b14f67bea9432...@fanbridge.com



Processing of libiodbc2_3.52.6-5_amd64.changes

2011-03-25 Thread Debian FTP Masters
libiodbc2_3.52.6-5_amd64.changes uploaded successfully to localhost
along with the files:
  libiodbc2_3.52.6-5.dsc
  libiodbc2_3.52.6-5.diff.gz
  iodbc_3.52.6-5_amd64.deb
  libiodbc2_3.52.6-5_amd64.deb
  libiodbc2-dev_3.52.6-5_amd64.deb

Greetings,

Your Debian queue daemon (running on host franck.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/e1q3iji-0008nq...@franck.debian.org



Processing of libmusicbrainz-2.1_2.1.5-5_amd64.changes

2011-03-25 Thread Debian FTP Masters
libmusicbrainz-2.1_2.1.5-5_amd64.changes uploaded successfully to localhost
along with the files:
  libmusicbrainz-2.1_2.1.5-5.dsc
  libmusicbrainz-2.1_2.1.5-5.diff.gz
  libmusicbrainz4-dev_2.1.5-5_amd64.deb
  libmusicbrainz4c2a_2.1.5-5_amd64.deb
  python-musicbrainz_2.1.5-5_all.deb

Greetings,

Your Debian queue daemon (running on host franck.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/e1q3isz-ue...@franck.debian.org



Bug#619678: gnome-pilot: FTBFS on kfreebsd-*: error: HAL/DBUS Library requirements (dbus-glib-1 >= 0.31, hal >= 0.5.4)

2011-03-25 Thread Cyril Brulebois
Source: gnome-pilot
Version: 2.32.0-2
Severity: serious
Justification: FTBFS
User: debian-...@lists.debian.org
Usertags: kfreebsd

Hi,

this package no longer builds on kfreebsd-*:
| checking for HAL... no
| configure: error: HAL/DBUS Library requirements (dbus-glib-1 >= 0.31, hal >= 
0.5.4)
| not met; consider using --disable-hal option, or adjusting the PKG_CONFIG_PATH
| environment variable if your libraries are in a nonstandard prefix so 
pkg-config
| can find them.
| make: *** [build] Error 1

Full build logs:
  https://buildd.debian.org/status/package.php?p=gnome-pilot&suite=sid

Please get in touch with debian-bsd@ if you need help.

KiBi.



-- 
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/20110326015753.23103.21061.reportbug@talisker