Bug#671446: anacron: native upstart support

2012-05-03 Thread Steve Langasek
Package: anacron
Version: 2.3-18
Severity: wishlist
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu quantal ubuntu-patch

Hi Peter,

With the policy proposal for upstart in Debian gradually solidifying in bug
#591791, I thought it might be time to look at forwarding some upstart jobs
from Ubuntu into Debian while doing package merges for the quantal release.
Anacron happened to be first on my list, so here goes. :)

The attached patch adds an upstart job for anacron, which will be used in
preference over the init script when upstart is installed.  Explanatory
changelog entry from the Ubuntu package: 

  * Add native upstart support.
  * Don't bother with starting anacron on install, since it will be started
soon from cron or at boot.

There are several caveats here.

 - If building with debhelper (<< 9.20120410), including with debhelper
   8.0.0 in squeeze, the package will end up with a hard dependency on
   upstart.  That's probably not what you want; but I'm not sure if it's
   worth adding a versioned build-dependency here.  That probably depends on
   whether you expect there to be backports of the package.
 - invoke-rc.d needs a patch yet to make it actually look at the upstart job
   instead of the init script (bug #671284).  Since anacron is itself a
   short-lived service, it's probably not fatal in this case to have an
   unpatched invoke-rc.d; and the next upload of upstart to Debian will
   certainly add a dependency on the patched sysvinit-utils.  So it's up to
   you if you'd like to wait and add an explicit dependency.
 - The init_is_upstart helper function is not yet implemented by the
   lsb-base package.  This is even less impact than the previous issue; if
   the function is not available, the init script will assume upstart is not
   available and do the right thing anyway.  So I don't think there's any
   reason to wait for lsb-base.

Thanks for considering the patch.

-- 
Steve Langasek   Give me a lever long enough and a Free OS
Debian Developer   to set it on, and I can move the world.
Ubuntu Developerhttp://www.debian.org/
slanga...@ubuntu.com vor...@debian.org
=== modified file 'debian/changelog'

=== modified file 'debian/init.d'
--- debian/init.d	2012-03-29 21:09:47 +
+++ debian/init.d	2012-05-02 06:05:50 +
@@ -24,6 +24,9 @@
 
 case "$1" in
   start)
+if init_is_upstart 2>/dev/null; then
+exit 1
+fi
 log_daemon_msg "Starting anac(h)ronistic cron" "anacron"
 if test x"$ANACRON_RUN_ON_BATTERY_POWER" != x"yes" && test -x /usr/bin/on_ac_power
 then
@@ -46,6 +49,10 @@
 :
 ;;
   stop)
+if init_is_upstart 2>/dev/null && status anacron 2>/dev/null | grep -q start
+then
+exit 0
+fi
 log_daemon_msg "Stopping anac(h)ronistic cron" "anacron"
 start-stop-daemon --stop --exec /usr/sbin/anacron --oknodo --quiet
 log_end_msg 0

=== modified file 'debian/rules'
--- debian/rules	2012-03-29 21:09:47 +
+++ debian/rules	2012-05-01 05:12:25 +
@@ -17,4 +17,4 @@
 	dh_installcron --name=0anacron
 
 override_dh_installinit:
-	dh_installinit -u"start 89 2 3 4 5 ."
+	dh_installinit --no-start -u"start 89 2 3 4 5 ."

=== added file 'debian/upstart'
--- debian/upstart	1970-01-01 00:00:00 +
+++ debian/upstart	2012-05-01 05:08:44 +
@@ -0,0 +1,14 @@
+# anacron - anac(h)ronistic cron
+#
+# anacron executes commands at specific periods, but does not assume that
+# the machine is running continuously
+
+description	"anac(h)ronistic cron"
+
+start on runlevel [2345]
+stop on runlevel [!2345]
+
+expect fork
+normal exit 0
+
+exec anacron -s



Bug#666067: transition: libkpathsea6

2012-05-03 Thread OHURA Makoto
  Hi, all.

At Fri, 04 May 2012 09:02:49 +0900 (JST),
Atsuhito Kohda wrote:
>
> Hi Adam,
>
> On Thu, 03 May 2012 20:48:09 +0100, "Adam D. Barratt" wrote:
>
> > On Wed, 2012-05-02 at 14:45 +0900, Norbert Preining wrote:
> >> > - okumura-clsfiles, ptex-jisfonts and vfdata-morisawa5 now appear to be
> >> > virtual packages provided by texlive-lang-cjk, so I've assumed the "old"
> >> > source packages should be removed from testing
> >>
> >> Yes from my side, but the maintainers have to give their word.
> >
> > Maintainers added to Cc.  Please confirm...
>
> About vfdata-morisawa5, there is no problem.  Please remove it
> from testing.  If necessary I agree also to remove it from Debian
> archive.

  I entirely agree with you.  There is no problem about
okumura-clsfiles and ptex-jisfonts.  Thanks for your work.


  OHURA Makoto: oh...@debian.org(Debian Project)
oh...@netfort.gr.jp(LILO/Netfort)
  GnuPG public key: http://www.netfort.gr.jp/~ohura/gpg.asc.txt
fingerprint: 54F6 D1B1 2EE1 81CD 65E3  A1D3 EEA2 EFA2 77DC E083
  http://www.netfort.gr.jp/~ohura/


pgpFdVHD4Z4Hv.pgp
Description: PGP signature


Bug#620553: Frequent Apache child segmentation faults (11)

2012-05-03 Thread Ondřej Surý
Package: apache2.2-common
Severity: normal

Hi guys,

to properly diagnose the bugreport, we still need those backtraces.

F.e. here: https://bugs.php.net/bugs-generating-backtrace.php

Also please try not to merge several 'crashes PHP' together.  The
issue reported by Jean-Christophe and Don could be in fact two
separate ones.

And last but not least we need versions of PHP installed on your
system and list of loaded apache modules.

O.

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

Kernel: Linux 2.6.32-5-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash



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



Bug#671445: mumble-django: [INTL:fr] French debconf templates translation update

2012-05-03 Thread Christian Perrier
Package: mumble-django
Version: N/A
Severity: wishlist
Tags: patch l10n

Please find attached the french debconf templates update, proofread by the
debian-l10n-french mailing list contributors.



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

Kernel: Linux 3.2.0-2-686-pae (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/dash
# Translation of mumble-django debconf template to French.
# Copyright (C) 2012 Debian French l10n team 
# This file is distributed under the same license as the mumble-django package.
# Translators:
# Christian Perrier , 2012.
msgid ""
msgstr ""
"Project-Id-Version: mumble-django\n"
"Report-Msgid-Bugs-To: mumble-dja...@packages.debian.org\n"
"POT-Creation-Date: 2012-03-31 19:09+0200\n"
"PO-Revision-Date: 2012-05-01 22:24+0200\n"
"Last-Translator: Christian Perrier \n"
"Language-Team: French \n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Lokalize 1.2\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"

#. Type: note
#. Description
#: ../mumble-django.templates:1001
msgid "In order to complete the installation of Mumble-Django, you need to"
msgstr "Configuration indispensable pour Mumble-Django"

#. Type: note
#. Description
#: ../mumble-django.templates:1001
msgid "run the following command:"
msgstr ""
"Afin de terminer l'installation de Mumble-Django, il est nécessaire "
"d'utiliser la commande suivante :"

#. Type: note
#. Description
#: ../mumble-django.templates:1001
msgid "  mumble-django-configure"
msgstr "  mumble-django-configure"

#. Type: note
#. Description
#: ../mumble-django.templates:1001
msgid ""
"Please refer to /usr/share/doc/mumble-django/README.Debian for more "
"information."
msgstr ""
"Veuillez consulter le fichier /usr/share/doc/mumble-django/README.Debian "
"pour plus d'informations."


Bug#599682: At your place?

2012-05-03 Thread Fae Reimmer
Good afternoon! I looked at your current photo on facebook . com. 
I like you a lot. 
Let's chat!
I'm a female and only serious about male










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



Bug#666067: transition: libkpathsea6

2012-05-03 Thread OHURA Makoto
  Hi, all.

At Fri, 04 May 2012 09:02:49 +0900 (JST),
Atsuhito Kohda wrote:
>
> Hi Adam,
>
> On Thu, 03 May 2012 20:48:09 +0100, "Adam D. Barratt" wrote:
>
> > On Wed, 2012-05-02 at 14:45 +0900, Norbert Preining wrote:
> >> > - okumura-clsfiles, ptex-jisfonts and vfdata-morisawa5 now appear to be
> >> > virtual packages provided by texlive-lang-cjk, so I've assumed the "old"
> >> > source packages should be removed from testing
> >>
> >> Yes from my side, but the maintainers have to give their word.
> >
> > Maintainers added to Cc.  Please confirm...
>
> About vfdata-morisawa5, there is no problem.  Please remove it
> from testing.  If necessary I agree also to remove it from Debian
> archive.

  I entirely agree with you.  There is no problem about
okumura-clsfiles and ptex-jisfonts.  Thanks for your work.


  OHURA Makoto: oh...@debian.org(Debian Project)
oh...@netfort.gr.jp(LILO/Netfort)
  GnuPG public key: http://www.netfort.gr.jp/~ohura/gpg.asc.txt
fingerprint: 54F6 D1B1 2EE1 81CD 65E3  A1D3 EEA2 EFA2 77DC E083
  http://www.netfort.gr.jp/~ohura/


pgpx6Gi41Aavu.pgp
Description: PGP signature


Bug#620553: safe but crazy

2012-05-03 Thread Rosana Heslop
Hey there! I came across your current image on facebook itself. 
I quite like you a lot. 
Let us chat!
I'm a woman and only attracted to men










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



Bug#591791: [PATCH] Document generic and upstart-specific init-system requirements

2012-05-03 Thread Steve Langasek
On Wed, Apr 11, 2012 at 01:08:24AM +0200, Michael Biebl wrote:
> >>> It would; I just don't think invoke-rc.d is the right place for that
> >>> complexity to live.  For instance: if upstart is running, there's an
> >>> upstart job for foo, job foo is not running, and invoke-rc.d calls
> >>> /etc/init.d/foo stop as a fallback: how should invoke-rc.d handle the
> >>> exit code of /etc/init.d/foo?

> >>> All possible answers to that question are sufficiently irksome that I
> >>> think we should avoid putting the complexity in invoke-rc.d.

> >> invoke-rc.d already needs to be upstart aware, so this seems like the
> >> right place to put this logic imho. Putting it in each and every sysv
> >> init script on the other hand looks wrong to me.

> > You didn't actually answer the question I posed here.  How should
> > invoke-rc.d handle the exit code of /etc/init.d/foo to make this not suck in
> > the corner cases?

> What specific problems do you have in mind here. It's not really
> possible to answer the question for some hypothetical issue.

Maintainer script calls invoke-rc.d foo stop.  invoke-rc.d looks for a 'foo'
upstart job and finds none running.  So it calls /etc/init.d/foo stop, which
fails.

Does invoke-rc.d return success because there was no upstart job running, or
failure because the init script failed?

-- 
Steve Langasek   Give me a lever long enough and a Free OS
Debian Developer   to set it on, and I can move the world.
Ubuntu Developerhttp://www.debian.org/
slanga...@ubuntu.com vor...@debian.org


signature.asc
Description: Digital signature


Bug#585409: [pkg-wine-party] Bug#585409: #585409: wine/wine-unstable NMUs; #479659: RFH: wine

2012-05-03 Thread Stephen Kitt
Hi Mike, hi Didier,

On Thu, May 03, 2012 at 09:48:20PM -0400, Michael Gilbert wrote:
> On Thu, May 3, 2012 at 8:21 AM, Didier 'OdyX' Raboud wrote:
> > wine 1.4 would need wine-gecko 1.4 which would IMHO preferably be
> > maintained as the wine-gecko package, allowing the "normal" and
> > "-unstable" suites to stay unentangled. (The packaging for wine-gecko
> > should of course be inspired by the one for wine-gecko-unstable.) Do you
> > need help in that domain?
> 
> Stephen Kitt is already preparing those:
> http://anonscm.debian.org/gitweb/?p=users/steve-guest/wine-gecko.git
> 
> From what I understand the license review that he needs to go through
> is pretty significant, so you could help him with that.

Yup, and I keep announcing dates to Mike that I keep missing too -
deadlines may make an interesting sound as they go wizzing by, but
it's annoying after a while! (Sorry...) The 1.1 review is getting
there, but I haven't started the 1.4 review which would be the next
step.

Regards,

Stephen



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



Bug#671444: nut usbhid-ups driver does not correctly recognise or deal with Emerson LiebertPSA

2012-05-03 Thread Alastair Irvine
Package: nut
Severity: important
Tags: upstream

This report is for the same issue reported by Pier Paolo Glave on the
nut-upsuser list:
http://lists.alioth.debian.org/pipermail/nut-upsuser/2011-February/006608.html

Also reported on the same list twice more, at:
http://lists.alioth.debian.org/pipermail/nut-upsuser/2010-July/006098.html 
and
http://lists.alioth.debian.org/pipermail/nut-upsuser/2011-September/007159.html 
...continued at:
http://lists.alioth.debian.org/pipermail/nut-upsuser/2011-October/007185.html 

In short, I have an Emerson Network Power Liebert PSA500MT3* (USB ID
10af:0001).  Many of the important values are missing from the upsc's
output and the status is incorrectly reported as OB.

The UPS firmware's broken behaviour related to both scaling and status
reporting (vis. the HID PDC specifications) is discussed in the above
postings.

Pier has written patch to make usbhid-ups select the correct subdriver
for this class of device (liebert-hid instead of belkin-hid).  It is
available at:
http://lists.alioth.debian.org/pipermail/nut-upsuser/2011-February/006651.html
However I doubt this alone will resolve the bug due to the firmware issues.

* manufacturer's product page:
http://www.emersonnetworkpower.com/en-US/Products/ACPower/DesktopWorkstationUPS/Pages/liebertpsalineinteractiveups5001500va.aspx
 
-- System Information:
Debian Release: 6.0.4
  APT prefers stable-updates
  APT policy: (700, 'stable-updates'), (700, 'stable'), (500, 
'stable-updates'), (500, 'stable')
Architecture: i386 (i686)

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



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



Bug#657854: Acknowledgement (OpenJDK 6 and 7 returns incorrect TrueType font metrics)

2012-05-03 Thread Nobuhiro Ban
clone 657854 -1
reassign 657854 openjdk-7-jre-headless
reassign -1 openjdk-6-jre-headless 6.26-0squeeze1
tags 657854 + patch
thanks

Hi,

I wrote patch for openjdk-7.


Regards,
Nobuhiro


657854-openjdk7.patch
Description: Binary data


Bug#671442: darkstat: man page "SEE ALSO" section tcpdump(1) should be tcpdump(8)

2012-05-03 Thread Emil Mikulic
On Fri, May 4, 2012 at 2:21 PM, Yuanle Song  wrote:

> As the title says, the "SEE ALSO" section of the man page should be
> updated.
>
> tcpdump is in section 8.
>

In FreeBSD, it's in section 1.


Bug#671442: darkstat: man page "SEE ALSO" section tcpdump(1) should be tcpdump(8)

2012-05-03 Thread Yuanle Song
Package: darkstat
Version: 3.0.713-2
Severity: minor


As the title says, the "SEE ALSO" section of the man page should be updated.

tcpdump is in section 8.

I'm running debian stable, the package version reflects this. so this bug
should probably be reassigned to unstable version (3.0.715-1) of the same
package and be fixed there instead.



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



Bug#555519: Partner in Crime

2012-05-03 Thread Mercedes Tozer
Hi folks! I ended up seeing your new image on facebook . com. 
I love you a lot. 
Let's communicate!
I am a woman and simply attracted to a male










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



Bug#670403: aptitude: FTBFS: configure: error: Can't figure out where Google Mock lives

2012-05-03 Thread Daniel Hartwig
On 4 May 2012 03:18, Adam D. Barratt  wrote:
> Is there an ETA for an upload containing the fix?  aptitude is currently
> part of the apt/libept transitions and the mipsel build is failing due
> to this bug.
>

The next couple of days.

I was delaying to fix some other, quite important bugs. Given this
blockage I will now just upload what is done.

Regards



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



Bug#671439: aptitude have unmet dependencies on libapt-pkg4.10 on alpha and other archs

2012-05-03 Thread Daniel Hartwig
On 4 May 2012 11:48, Witold Baryluk  wrote:
> The following packages have unmet dependencies:
>  aptitude : Depends: libapt-pkg4.10 but it is not installable
>            Depends: libept1 but it is not going to be installed
>            Recommends: aptitude-doc-en but it is not going to be installed or
>                        aptitude-doc
>            Recommends: libparse-debianchangelog-perl but it is not going to 
> be installed
> E: Unable to correct problems, you have held broken packages.

>
> This is because libapt-pkg4.12 is installed due new version of apt.
>
> On other architectures aptitude have correct dependencies, but on alpha and 
> few others,
> it still depends on libapt-pkg4.10 which was actually virtually provided by 
> apt.
>
> Now with newer version of apt, libapt-pkg is separate real package,
> and apt is depending on it. It also cannot be coinstalled with previous
> versions (because it was virtual is one of the reasons).

Hello

The archs involved are: alpha, m68k, mipsel, powerpcspe, s390x, sh4, sparc64.

Due to the bump from libapt-pkg4.10 to 4.12 aptitude needs to be
rebuilt on each arch to update.  This has not yet happened on the
effected archs.

According to buildd logs[1,2] the main blocker for most is
uninstallable build depends: directly, either debhelper or libept-dev,
but you can follow the chain of uninstallable dependencies back from
there.

[1] https://buildd.debian.org/status/package.php?p=aptitude
[2] http://buildd.debian-ports.org/status/package.php?p=aptitude

The only official archs involved -- mipsel, s390x -- have build
failures.  mipsel is due to a FTBFS which is fixed in the next
release; 390x provides no information on why it failed, but the
buildds are noticeably behind on that arch anyway.

This bug will be closed with the next upload, which should bring all
official archs back to a usable state.  The unofficial ports should
eventually catch up and this is not a problem specific to aptitude.

>
> I think aptitude should just depend on libapt-pkg4.12 probably.
> Why alpha, hppa and this few other archs (most of them are unofficial ports) 
> have
> this separate depenency in first place?

Aptitude build-depends on libapt-pkg-dev which will bring in whatever
the current libapt-pkg is.  IMO the current dependency is versioned
correctly.

Regards



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



Bug#671441: Acknowledgement (rdist invokes /usr/ucb/oldrdist, not /usr/bin/oldrdist)

2012-05-03 Thread Nobuhiro Ban
tags 671441 + patch



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



Bug#578937: looking for MR.RIGHT

2012-05-03 Thread Kathe Standke
Good morning! I viewed all of your photo on fb. 
I like you a lot. 
We should communicate!
I'm a female and only interested in a male










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



Bug#671441: rdist invokes /usr/ucb/oldrdist, not /usr/bin/oldrdist

2012-05-03 Thread Nobuhiro Ban
Package: rdist
Version: 6.1.5-16+b1
Severity: normal

Dear Maintainer,

rdist of lenny invokes /usr/bin/oldrdist (from obsoleted 44bsd-rdist
package) for -Server, but rdist of squeeze invokes /usr/ucb/oldrdist.


Detail description:

rdist 6.1.5-13 (lenny version) invokes /usr/bin/oldrdist for -Server
(from 6.1.5-3, according to debian/changelog).

This was set by debian/rules:
>build: patch build-stamp
>build-stamp:
>dh_testdir
>
>DEFS_LOCAL=-D_PATH_OLDRDIST=\\\"/usr/bin/oldrdist\\\" $(MAKE)
>
>touch build-stamp

But rdist 6.1.5-16 (squeeze version) invokes /usr/ucb/oldrdist,
since env $DEFS_LOCAL is hidden by Makefile.local.

This problem was introduced by debian/patches/13-fedora-lfs.patch.
>--- a/Makefile.local2009-07-03 13:08:33.0 +1000
>+++ b/Makefile.local2009-07-03 13:20:40.0 +1000
>@@ -20,7 +20,7 @@
> # Add any local definitions you want pass to the compiler to DEFS_LOCAL
> # below.  This includes those items found in "config/config.h".
> #
>-#DEFS_LOCAL= -DDIRECT_RCMD
>+DEFS_LOCAL = -O2 -g -pipe -Wall -D_POSIX_SOURCE -D_GNU_SOURCE 
>-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64
>
> #
> # Add any local libraries that your system might need to LIBS_LOCAL below.


Suggested fix:

I attached modified version of 13-fedora-lfs.patch.

This changes 13-fedora-lfs.patch to move these options from DEFS_LOCAL (in
Makefile.local) to CFLAGS_OS (in config/mf.linux), because I think these
options are system-specific and DEFS shouldn't include non-defs option
like "-O2 -g -pipe -Wall". And I confirmed kFreeBSD and Hurd is treated as
"linux" in build/os-type (by #415149), so these ports may use
config/mf.linux too.



Regards,
Nobuhiro


13-fedora-lfs.patch
Description: Binary data


Bug#588552: Undiscovered

2012-05-03 Thread Vivienne Ryther
Good morning! I came across your main image on facebook. 
I really like you a lot. 
We should chat!
I am a female and just attracted to a male










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



Bug#614915: Gday Mate!

2012-05-03 Thread Ronna Castor
Hi all! I found your actual picture on fb. 
I love you a lot. 
We should talk!
I am a woman and simply interested in a man










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



Bug#671292: [bug?] [powerpc] hid_logitech_dj: Wireless mouse does not work in xorg or gpm

2012-05-03 Thread Hugo Osvaldo Barrera
Hi,

On 2012.05.03 08:13, Jonathan Nieder wrote:
> Jonathan Nieder wrote:
> 
> > An alternative method would be to boot with "hid.hid_debug=1
> > log_buf_len=2097152" and run dmesg.
> 
> Apparently I can't spell.  An alternative method would be to run with
> "hid.debug=1 log_buf_len=..." or to do
> 
>   modprobe -r hid-logitech-dj
>   modprobe -r usbhid
>   modprobe -r hid
>   modprobe hid debug=1
>   modprobe hid-logitech-dj
>   dmesg
> 
> Sorry for the confusion.

No problem

> Jonathan

Here goes, I'm pretty sure a few of the first lines aren't relevant, but I 
prefer to send a couple too many instead of a couple to few :)

[ 1244.617478] usb 4-1: USB disconnect, device number 2
[77892.290041] usb 4-1: new full-speed USB device number 3 using ohci_hcd
[77892.512057] usb 4-1: New USB device found, idVendor=046d, idProduct=c52b
[77892.512817] usb 4-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[77892.513584] usb 4-1: Product: USB Receiver
[77892.514280] usb 4-1: Manufacturer: Logitech
[77892.540356] logitech-djreceiver 0003:046D:C52B.000B: hiddev0,hidraw0: USB 
HID v1.11 Device [Logitech USB Receiver] on usb-0001:10:1b.1-1/input2
[77892.550769] logitech-djdevice 0003:046D:C52B.000C: hidraw1: USB HID v1.11 
Device [Logitech Unifying Device. Wireless PID:101a] on usb-0001:10:1b.1-1:1
[77912.356716] usbcore: deregistering interface driver usbhid
[77927.421876] usbcore: registered new interface driver usbhid
[77927.422859] usbhid: USB HID core driver
[77927.461256] logitech-djreceiver 0003:046D:C52B.0003: hiddev0,hidraw0: USB 
HID v1.11 Device [Logitech USB Receiver] on usb-0001:10:1b.1-1/input2
[77927.473593] logitech-djdevice 0003:046D:C52B.0004: hidraw1: USB HID v1.11 
Device [Logitech Unifying Device. Wireless PID:101a] on usb-0001:10:1b.1-1:1
[77985.718533] usbcore: deregistering interface driver usbhid
[77985.843593] hid: hid_debug is now used solely for parser and driver 
debugging.
[77985.843602] debugfs is now used for inspecting the device (report 
descriptor, reports)
[77985.890194] 
/build/buildd-linux-2.6_3.3.4-1~experimental.1-powerpc-atUZTv/linux-2.6-3.3.4/debian/build/source_powerpc_none/drivers/hid/usbhid/hid-core.c:
 HID probe called for ifnum 0
[77985.891586] 
/build/buildd-linux-2.6_3.3.4-1~experimental.1-powerpc-atUZTv/linux-2.6-3.3.4/debian/build/source_powerpc_none/drivers/hid/usbhid/hid-core.c:
 HID probe called for ifnum 1
[77985.893142] 
/build/buildd-linux-2.6_3.3.4-1~experimental.1-powerpc-atUZTv/linux-2.6-3.3.4/debian/build/source_powerpc_none/drivers/hid/usbhid/hid-core.c:
 HID probe called for ifnum 2
[77985.895398] usbcore: registered new interface driver usbhid
[77985.896491] usbhid: USB HID core driver
[77985.914131] 
/build/buildd-linux-2.6_3.3.4-1~experimental.1-powerpc-atUZTv/linux-2.6-3.3.4/debian/build/source_powerpc_none/drivers/hid/hid-logitech-dj.c:
 Logitech-DJ:logi_dj_init
[77985.914189] 
/build/buildd-linux-2.6_3.3.4-1~experimental.1-powerpc-atUZTv/linux-2.6-3.3.4/debian/build/source_powerpc_none/drivers/hid/hid-logitech-dj.c:
 logi_dj_probe called for ifnum 0
[77985.914198] 
/build/buildd-linux-2.6_3.3.4-1~experimental.1-powerpc-atUZTv/linux-2.6-3.3.4/debian/build/source_powerpc_none/drivers/hid/hid-logitech-dj.c:
 logi_dj_probe: ignoring ifnum 0
[77985.914224] 
/build/buildd-linux-2.6_3.3.4-1~experimental.1-powerpc-atUZTv/linux-2.6-3.3.4/debian/build/source_powerpc_none/drivers/hid/hid-logitech-dj.c:
 logi_dj_probe called for ifnum 1
[77985.914233] 
/build/buildd-linux-2.6_3.3.4-1~experimental.1-powerpc-atUZTv/linux-2.6-3.3.4/debian/build/source_powerpc_none/drivers/hid/hid-logitech-dj.c:
 logi_dj_probe: ignoring ifnum 1
[77985.914250] 
/build/buildd-linux-2.6_3.3.4-1~experimental.1-powerpc-atUZTv/linux-2.6-3.3.4/debian/build/source_powerpc_none/drivers/hid/hid-logitech-dj.c:
 logi_dj_probe called for ifnum 2
[77985.919851] 
/build/buildd-linux-2.6_3.3.4-1~experimental.1-powerpc-atUZTv/linux-2.6-3.3.4/debian/build/source_powerpc_none/drivers/hid/usbhid/hid-core.c:
 submitting ctrl urb: Get_Report wValue=0x1001 wIndex=0x0200 wLength=1792
[77985.921771] 
/build/buildd-linux-2.6_3.3.4-1~experimental.1-powerpc-atUZTv/linux-2.6-3.3.4/debian/build/source_powerpc_none/drivers/hid/usbhid/hid-core.c:
 submitting ctrl urb: Get_Report wValue=0x1101 wIndex=0x0200 wLength=5120
[77985.922775] 
/build/buildd-linux-2.6_3.3.4-1~experimental.1-powerpc-atUZTv/linux-2.6-3.3.4/debian/build/source_powerpc_none/drivers/hid/usbhid/hid-core.c:
 submitting ctrl urb: Get_Report wValue=0x2001 wIndex=0x0200 wLength=3840
[77985.923763] 
/build/buildd-linux-2.6_3.3.4-1~experimental.1-powerpc-atUZTv/linux-2.6-3.3.4/debian/build/source_powerpc_none/drivers/hid/usbhid/hid-core.c:
 submitting ctrl urb: Get_Report wValue=0x2101 wIndex=0x0200 wLength=8192
[77985.927818] logitech-djreceiver 0003:046D:C52B.0003: hiddev0,hidraw0: USB 
HID v1.11 Device [Logitech USB Receiver] on usb-0001:10:1b.1-1/input2
[77985.937799] 
/build/buildd-linux-2.6_3.3.4-1~experimental.1

Bug#671118: [Pkg-ime-devel] Bug#671118: libchewing3: Unable to switch to chewing in ibus. Previous bug was not solved it seems.

2012-05-03 Thread Contact
I'm still getting this problem. Is this something on my end that is
somewhere using an old config file or something? Or is anyone else still
having this problem?

rypervenche@swirl ~ % en ibus-daemon -vv
ibus-engine-chewing: tree.c:121: InitTree: Assertion
`plat_mmap_is_valid( &tree_mmap )' 失敗。
Traceback (most recent call last):
File "/usr/share/ibus/ui/gtk/panel.py", line 496, in
__im_menu_item_activate_cb
self.__focus_ic.set_engine(engine)
File "/usr/lib/python2.7/dist-packages/ibus/inputcontext.py", line 287,
in set_engine
return self.__context.SetEngine(engine.name)
File "/usr/lib/python2.7/dist-packages/dbus/proxies.py", line 143, in
__call__
**keywords)
File "/usr/lib/python2.7/dist-packages/dbus/connection.py", line 630, in
call_blocking
message, timeout)
dbus.exceptions.DBusException:
org.gtk.GDBus.UnmappedGError.Quark._g_2dio_2derror_2dquark.Code18: The
connection is closed
^C

rypervenche@swirl ~ % ibus-daemon --version
ibus-daemon - Version 1.4.1

rypervenche@swirl ~ % aptitude versions libchewing3
Package libchewing3:
i A 0.3.3-4 testing 500

Package libchewing3-data:
i A 0.3.3-4 testing 500

Package libchewing3-dbg:
p 0.3.3-4 testing 500

Package libchewing3-dev:
p 0.3.3-4 testing 500
rypervenche@swirl ~ % aptitude versions ibus-chewing
Package ibus-chewing:
i 1.3.10+clean-3 testing 500


於 2012年05月02日 10:57, YunQiang Su 提到:
> I tested it and it works.
> Make sure that ibus-chewing (>= 1.3.10+clean-3) *and*
>
> libchewing3 (>= 0.3.3-4).
>
> Did you downgrade libchewing and lock it, thus it doesn't upgrade?
>
> On Wed, May 2, 2012 at 6:05 AM, Perry Thompson  wrote:
>> Package: libchewing3
>> Version: 0.3.3-4
>> Severity: grave
>> Justification: renders package unusable
>>
>> Dear Maintainer,
>> It appears that chewing is still not working in Debian Testing. With the
>> latest update to libchewing3 and libchewing3-data, chewing was broken. A
>> bug was reported and in it we were told to wait for the latest
>> ibus-chewing update or to get it from unstable. I tried the unstable
>> update and it did not fix the issue. That version is now in testing and
>> the problem is still there for me. I am unable to get any errors from
>> the command line, however I can provide a strace log if you like.
>>
>> My current work-around is downgrading libchewing3 and libchewing3-data
>> to squeeze's version.
>>
>> Please take a look at this. Thank you.
>>
>> -- System Information:
>> Debian Release: wheezy/sid
>>  APT prefers testing
>>  APT policy: (500, 'testing')
>> Architecture: i386 (i686)
>>
>> Kernel: Linux 3.2.0-2-686-pae (SMP w/2 CPU cores)
>> Locale: LANG=zh_TW.UTF-8, LC_CTYPE=zh_TW.UTF-8 (charmap=UTF-8)
>> Shell: /bin/sh linked to /bin/dash
>>
>> Versions of packages libchewing3 depends on:
>> ii  libc6  2.13-30
>> ii  libchewing3-data   0.3.3-4
>> ii  multiarch-support  2.13-30
>>
>> libchewing3 recommends no packages.
>>
>> libchewing3 suggests no packages.
>>
>> -- no debconf information
>>
>>
>>
>> ___
>> Pkg-ime-devel mailing list
>> pkg-ime-de...@lists.alioth.debian.org
>> http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-ime-devel
>
>




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



Bug#607543: Seeking a guy for a girl who’s very entertaining and amusing

2012-05-03 Thread Christin Lydia
Greetings! I viewed your new pic on facebook . com. 
I quite like you a lot. 
Why don't we communicate!
I'm a girl and only serious about a man










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



Bug#671440: detect when just getting a new Packages file would be faster than the pdiffs

2012-05-03 Thread jidanni
Package: apt
Version: 0.9.2
Severity: wishlist

Maybe there should be a mechanism to detect when just getting a fresh
Packages file would be faster than all the pdiffs, seen here after
returning from a one week vacation:

+ date -u
Fri May  4 01:35:10 UTC 2012
+ apt-get update
Get:1 http://ike.egr.msu.edu experimental InRelease [162 kB]
Ign http://mozilla.debian.net experimental InRelease
Ign http://emacs.naquadah.org unstable/ InRelease
Ign http://files.basex.org unstable/ InRelease
Hit http://mozilla.debian.net experimental Release.gpg
Hit http://emacs.naquadah.org unstable/ Release.gpg
Hit http://mozilla.debian.net experimental Release
Hit http://emacs.naquadah.org unstable/ Release
Get:2 http://ike.egr.msu.edu unstable InRelease [210 kB]
Ign http://files.basex.org unstable/ Release.gpg
Hit http://mozilla.debian.net experimental/iceweasel-aurora i386 Packages
Hit http://emacs.naquadah.org unstable/ Packages
Hit http://files.basex.org unstable/ Release
Get:3 http://ike.egr.msu.edu experimental/main i386 Packages/DiffIndex [7819 B]
Hit http://ike.egr.msu.edu experimental/contrib i386 Packages/DiffIndex
Ign http://files.basex.org unstable/ Packages/DiffIndex
Hit http://ike.egr.msu.edu experimental/non-free i386 Packages/DiffIndex
Ign http://emacs.naquadah.org unstable/ Translation-en
Ign http://mozilla.debian.net experimental/iceweasel-aurora Translation-en
Hit http://ike.egr.msu.edu experimental/contrib Translation-en/DiffIndex
Hit http://files.basex.org unstable/ Packages
Get:4 http://ike.egr.msu.edu experimental/main Translation-en/DiffIndex [7819 B]
Hit http://ike.egr.msu.edu experimental/non-free Translation-en/DiffIndex
Get:5 http://ike.egr.msu.edu unstable/main i386 Packages/DiffIndex [7876 B]
Hit http://ike.egr.msu.edu unstable/contrib i386 Packages/DiffIndex
Get:6 http://ike.egr.msu.edu unstable/non-free i386 Packages/DiffIndex [7819 B]
Hit http://ike.egr.msu.edu unstable/contrib Translation-en/DiffIndex
Get:7 http://ike.egr.msu.edu unstable/main Translation-en/DiffIndex [7876 B]
Hit http://ike.egr.msu.edu unstable/non-free Translation-en/DiffIndex
Get:8 http://ike.egr.msu.edu experimental/main i386 2012-04-28-0213.15.pdiff 
[245 B]
Get:9 http://ike.egr.msu.edu experimental/main 2012-04-30-1413.19.pdiff [433 B]
Get:10 http://ike.egr.msu.edu unstable/main i386 2012-04-27-1414.47.pdiff [15.3 
kB]
Get:11 http://ike.egr.msu.edu experimental/main i386 2012-04-28-0213.15.pdiff 
[245 B]
Get:12 http://ike.egr.msu.edu unstable/contrib i386 2012-05-01-1415.02.pdiff 
[866 B]
Get:13 http://ike.egr.msu.edu unstable/non-free i386 2012-05-03-2015.12.pdiff 
[31 B]
Get:14 http://ike.egr.msu.edu unstable/main 2012-04-27-0814.16.pdiff [732 B]
Ign http://files.basex.org unstable/ Translation-en
Get:15 http://ike.egr.msu.edu experimental/main 2012-04-30-1413.19.pdiff [433 B]
Get:16 http://ike.egr.msu.edu unstable/main i386 2012-04-27-1414.47.pdiff [15.3 
kB]
Get:17 http://ike.egr.msu.edu experimental/main i386 2012-04-28-0814.26.pdiff 
[238 B]
Get:18 http://ike.egr.msu.edu experimental/main 2012-05-01-1415.02.pdiff [818 B]
Get:19 http://ike.egr.msu.edu unstable/contrib i386 2012-05-01-1415.02.pdiff 
[866 B]
Get:20 http://ike.egr.msu.edu unstable/non-free i386 2012-05-03-2015.12.pdiff 
[31 B]
Get:21 http://ike.egr.msu.edu unstable/main i386 2012-04-27-2014.42.pdiff [8666 
B]
Get:22 http://ike.egr.msu.edu unstable/main 2012-04-27-0814.16.pdiff [732 B]
Get:23 http://ike.egr.msu.edu unstable/contrib i386 2012-05-02-2017.15.pdiff 
[622 B]
Get:24 http://ike.egr.msu.edu experimental/main i386 2012-04-28-0814.26.pdiff 
[238 B]
Get:25 http://ike.egr.msu.edu unstable/main 2012-04-27-1414.47.pdiff [715 B]
Get:26 http://ike.egr.msu.edu experimental/main 2012-05-01-1415.02.pdiff [818 B]
Get:27 http://ike.egr.msu.edu unstable/main i386 2012-04-27-2014.42.pdiff [8666 
B]
Get:28 http://ike.egr.msu.edu experimental/main i386 2012-04-28-1413.55.pdiff 
[11.7 kB]
Get:29 http://ike.egr.msu.edu experimental/main 2012-05-02-0814.32.pdiff [298 B]
Get:30 http://ike.egr.msu.edu unstable/contrib i386 2012-05-02-2017.15.pdiff 
[622 B]
Get:31 http://ike.egr.msu.edu unstable/main 2012-04-27-1414.47.pdiff [715 B]
Get:32 http://ike.egr.msu.edu unstable/main i386 2012-04-28-0213.15.pdiff [14.1 
kB]
Get:33 http://ike.egr.msu.edu experimental/main i386 2012-04-28-1413.55.pdiff 
[11.7 kB]
Get:34 http://ike.egr.msu.edu experimental/main 2012-05-02-0814.32.pdiff [298 B]
Get:35 http://ike.egr.msu.edu unstable/main 2012-04-27-2014.42.pdiff [602 B]
Get:36 http://ike.egr.msu.edu unstable/main i386 2012-04-28-0213.15.pdiff [14.1 
kB]
Get:37 http://ike.egr.msu.edu experimental/main i386 2012-04-28-2012.58.pdiff 
[12.0 kB]
Get:38 http://ike.egr.msu.edu experimental/main 2012-05-02-2017.15.pdiff [667 B]
Get:39 http://ike.egr.msu.edu unstable/main 2012-04-27-2014.42.pdiff [602 B]
Get:40 http://ike.egr.msu.edu unstable/main i386 2012-04-28-0814.26.pdiff [1130 
B]
Get:41 http://ike.egr.msu.edu experimental/main i386 2012-04-28-2012.58.pdiff 
[12.0 kB]
Get:42 http://

Bug#585409: #585409: wine/wine-unstable NMUs; #479659: RFH: wine

2012-05-03 Thread Michael Gilbert
On Thu, May 3, 2012 at 8:21 AM, Didier 'OdyX' Raboud wrote:
> Hi Hilko and Michael,
>
> First, many thanks for your work towards more recent wine packages in
> Debian: I definitely hope that this work will allow Wheezy to benefit
> from wine 1.4 (and wine 1.5.3 as wine-unstable ?).

Yes, that's the goal :)

> That said, I think that the current pace (and content, FWIW) of the NMUs
> is fine but aren't really clear in terms of intent: are you interested
> in just pushing NMUs out as one-shots (and hence letting the current
> maintainers handle the responsibility of the resulting packages) to just
> have newer wine versions available or are you interested in becoming
> (co-)maintainers of wine (and wine-unstable FWIW). In that latter case,
> this intent should IMHO be clearly stated in the #479659 RFH bug
> (including links to packaging effort and NMU changes) as that would make
> the situation much more clear to outsiders just reading the bugreports.

I am interested in continuing to help with the package.  However, Ove
seems to not be willing to accept potential new maintainers as there
is the possibility that they may do something in a way that he
wouldn't.

So, anyway, there was discussion on -devel and on this list about that
recently, which should be required reading.  Given the current state,
NMUs seem to be the only viable option.

> Le 24.04.2012 15:23, Hilko Bengen a écrit :
>> Should we build and upload a wine-gecko package or should the
>> dependency in the wine package be modified?
>
> If I read [wG] correctly, wine 1.2 needs wine-gecko 1.0.0, which is
> already packaged as wine-gecko-unstable, so for 1.2, I'd just go with a
> symlink.
>
> [wG] http://wiki.winehq.org/Gecko
>
> wine 1.4 would need wine-gecko 1.4 which would IMHO preferably be
> maintained as the wine-gecko package, allowing the "normal" and
> "-unstable" suites to stay unentangled. (The packaging for wine-gecko
> should of course be inspired by the one for wine-gecko-unstable.) Do you
> need help in that domain?

Stephen Kitt is already preparing those:
http://anonscm.debian.org/gitweb/?p=users/steve-guest/wine-gecko.git

>From what I understand the license review that he needs to go through
is pretty significant, so you could help him with that.

Best wishes,
Mike



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



Bug#664879: su - nobody test so slow unless -nw is used

2012-05-03 Thread jidanni

> "TK" == Tatsuya Kinoshita  writes:
TK>   # apt-get install emacs23-lucid  # instead of emacs23

I was using latest emacs

$ apt-cache policy emacs-snapshot
emacs-snapshot:
  Installed: 2:20120423-1
  Candidate: 2:20120502-1
  Version table:
 2:20120502-1 0
500 http://emacs.naquadah.org/ unstable/ Packages
 *** 2:20120423-1 0
100 /var/lib/dpkg/status



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



Bug#671302: libav: circular dependency between libav and opencv

2012-05-03 Thread Andres Mejia
On May 3, 2012 5:36 PM, "Julien Cristau"  wrote:
>
> On Thu, May  3, 2012 at 10:20:57 -0400, Andres Mejia wrote:
>
> > I'm not entirely certain how build circular dependency issues like this
are
> > resolved. Perhaps we should ask for help from the toolchain package
> > maintainers or debian-devel.
>
> What's wrong with just disabling opencv?
>
> Cheers,
> Julien

There's a circular build dependency with x264 and gpac. I rather find
anothet way to resolve this issue now then resorting to doing a full
rebuild of libav on the buildd network twice.

It may just be faster to do what I suggested earlier.

~ Andres


Bug#671439: aptitude have unmet dependencies on libapt-pkg4.10 on alpha and other archs

2012-05-03 Thread Witold Baryluk
Package: aptitude
Version: 0.6.6-1
Severity: normal


When trying to install aptitude I get:

a02:~# LC_ALL=C apt-get install aptitude -d
Reading package lists... Done
Building dependency tree   
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 aptitude : Depends: libapt-pkg4.10 but it is not installable
Depends: libept1 but it is not going to be installed
Recommends: aptitude-doc-en but it is not going to be installed or
aptitude-doc
Recommends: libparse-debianchangelog-perl but it is not going to be 
installed
E: Unable to correct problems, you have held broken packages.





This is because libapt-pkg4.12 is installed due new version of apt.

On other architectures aptitude have correct dependencies, but on alpha and few 
others,
it still depends on libapt-pkg4.10 which was actually virtually provided by apt.

Now with newer version of apt, libapt-pkg is separate real package,
and apt is depending on it. It also cannot be coinstalled with previous
versions (because it was virtual is one of the reasons).

I think aptitude should just depend on libapt-pkg4.12 probably.
Why alpha, hppa and this few other archs (most of them are unofficial ports) 
have 
this separate depenency in first place?


Regards,
Witek




a02:~# dpkg -l  | grep apt
ii  apt0.9.2
   commandline package manager
ii  apt-utils  0.9.2
   package managment related utility programs
ii  libapt-inst1.5:alpha   0.9.2
   deb package format runtime library
ii  libapt-pkg4.12:alpha   0.9.2
   package managment runtime library

a02:~# apt-cache show apt | grep 'Depends'
Depends: libapt-pkg4.12 (>= 0.8.16~exp9), libc6.1 (>= 2.4), libgcc1 (>= 
1:4.1.1), libstdc++6 (>= 4.6), debian-archive-keyring, gnupg

a02:~# apt-cache show aptitude | grep 'Depends'
Depends: apt (>= 0.8.12), libapt-pkg4.10, libboost-iostreams1.48.0 (>= 
1.48.0-1), libc6.1 (>= 2.4), libcwidget3, libept1, libgcc1 (>= 1:4.1.1), 
libncursesw5 (>= 5.6+20070908), libsigc++-2.0-0c2a (>= 2.0.2), libsqlite3-0 (>= 
3.6.5), libstdc++6 (>= 4.6), libtinfo5, libxapian22, zlib1g (>= 1:1.1.4)

a02:~# LC_ALL=C apt-cache show libapt-pkg4.10
N: Can't select versions from package 'libapt-pkg4.10' as it is purely virtual
N: No packages found
a02:~# 




-- System Information:
Debian Release: wheezy/sid
  APT prefers unreleased
  APT policy: (500, 'unreleased'), (500, 'unstable')
Architecture: alpha

Kernel: Linux 3.2.0-1-alpha-generic
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 aptitude depends on:
ii  apt   0.9.2
ii  libapt-pkg4.10
ii  libboost-iostreams1.48.0  
ii  libc6.1   2.13-27
ii  libcwidget3   
ii  libept1   
ii  libgcc1   1:4.7.0-7
ii  libncursesw5  5.9-7
ii  libsigc++-2.0-0c2a2.2.10-0.1
ii  libsqlite3-0  3.7.11-3
ii  libstdc++64.7.0-7
ii  libtinfo5 5.9-7
ii  libxapian22   1.2.8-1
ii  zlib1g1:1.2.6.dfsg-2

Versions of packages aptitude recommends:
ii  apt-xapian-index0.45
ii  aptitude-doc-en | aptitude-doc  
ii  libparse-debianchangelog-perl   
ii  sensible-utils  0.0.6

Versions of packages aptitude suggests:
pn  debtags  
pn  tasksel  



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



Bug#667099: add patch

2012-05-03 Thread Yaroslav Halchenko
Thanks -- but why twice the changelog entry? ;)

On Fri, 04 May 2012, Matthias Klose wrote:

> tags 667099+ patch
> thanks


> diff -Nru ants-1.9.2+svn680.dfsg/debian/changelog 
> ants-1.9.2+svn680.dfsg/debian/changelog
> --- ants-1.9.2+svn680.dfsg/debian/changelog   2012-03-11 05:09:17.0 
> +
> +++ ants-1.9.2+svn680.dfsg/debian/changelog   2012-05-03 20:29:11.0 
> +
> @@ -1,3 +1,17 @@
> +ants (1.9.2+svn680.dfsg-3.1) unstable; urgency=low
> +
> +  * Non maintainer upload
> +  * Fix build using GCC 4.7. Closes: #667099.
> +
> + -- Matthias Klose   Thu, 03 May 2012 22:28:27 +0200
> +
> +ants (1.9.2+svn680.dfsg-3.1) unstable; urgency=low
> +
> +  * Non maintainer upload.
> +  * Fix build with GCC 4.7. Closes: #667099.
> +
> + -- Matthias Klose   Thu, 03 May 2012 22:18:34 +0200
> +
>  ants (1.9.2+svn680.dfsg-3) unstable; urgency=low

>* Seems to build fine now against available ITK 3.20 (Closes: #655306)
> diff -Nru ants-1.9.2+svn680.dfsg/debian/rules 
> ants-1.9.2+svn680.dfsg/debian/rules
> --- ants-1.9.2+svn680.dfsg/debian/rules   2012-03-11 05:09:17.0 
> +
> +++ ants-1.9.2+svn680.dfsg/debian/rules   2012-05-03 20:28:22.0 
> +
> @@ -14,7 +14,7 @@
>  else
>  export CFLAGS += -O2
>  endif
> -export CXXFLAGS = $(CFLAGS)
> +export CXXFLAGS = $(CFLAGS) -fpermissive

>  # Uncomment this to turn on verbose mode.
>  export DH_VERBOSE=1


-- 
=--=
Keep in touch www.onerussian.com
Yaroslav Halchenko www.ohloh.net/accounts/yarikoptic



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



Bug#669058: reason: group does not show PAM assigned group

2012-05-03 Thread Scott Howard
On Thu, May 3, 2012 at 4:06 PM, Andreas B. Mundt  wrote:
> tags 669058 patch
> thanks
>
> Hi,
>
> I studied this problem a bit closer and found the following:
> In the source code arduino-1.0+dfsg/debian/patches/permission_fix.patch
> the popup is called if the command "groups $USER" does not contain the
> group dialout.

Thanks so much for working on this, I've been busy and appreciate the
patch and your work. I'll look into it and upload your patch along
with the new upstream release of 1.0.1 (which is imminent).
Best,
Scott



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



Bug#667094: add patch

2012-05-03 Thread Matthias Klose
tags 667094 + patch
thanks

diff -Nru adanaxisgpl-1.2.5.dfsg.1/debian/changelog 
adanaxisgpl-1.2.5.dfsg.1/debian/changelog
--- adanaxisgpl-1.2.5.dfsg.1/debian/changelog   2011-07-16 11:21:51.0 
+
+++ adanaxisgpl-1.2.5.dfsg.1/debian/changelog   2012-05-03 19:49:03.0 
+
@@ -1,3 +1,10 @@
+adanaxisgpl (1.2.5.dfsg.1-4.1) unstable; urgency=low
+
+  * Non maintainer upload.
+  * Build with -fpermissive. Closes: #667094.
+
+ -- Matthias Klose   Thu, 03 May 2012 21:48:16 +0200
+
 adanaxisgpl (1.2.5.dfsg.1-4) unstable; urgency=low
 
   * Team upload.
diff -Nru adanaxisgpl-1.2.5.dfsg.1/debian/rules 
adanaxisgpl-1.2.5.dfsg.1/debian/rules
--- adanaxisgpl-1.2.5.dfsg.1/debian/rules   2011-07-16 11:23:28.0 
+
+++ adanaxisgpl-1.2.5.dfsg.1/debian/rules   2012-05-03 19:48:14.0 
+
@@ -1,10 +1,12 @@
 #!/usr/bin/make -f
 
+CXXFLAGS := $(shell dpkg-buildflags --get CXXFLAGS) -fpermissive
+
 %:
dh $@ --with autotools_dev --parallel
 
 override_dh_auto_configure:
-   dh_auto_configure -- \
+   CXXFLAGS="$(CXXFLAGS)" dh_auto_configure -- \
--bindir='$${prefix}/games' \
--datadir='$${prefix}/share/games'
 


Bug#667099: add patch

2012-05-03 Thread Matthias Klose
tags 667099+ patch
thanks

diff -Nru ants-1.9.2+svn680.dfsg/debian/changelog 
ants-1.9.2+svn680.dfsg/debian/changelog
--- ants-1.9.2+svn680.dfsg/debian/changelog 2012-03-11 05:09:17.0 
+
+++ ants-1.9.2+svn680.dfsg/debian/changelog 2012-05-03 20:29:11.0 
+
@@ -1,3 +1,17 @@
+ants (1.9.2+svn680.dfsg-3.1) unstable; urgency=low
+
+  * Non maintainer upload
+  * Fix build using GCC 4.7. Closes: #667099.
+
+ -- Matthias Klose   Thu, 03 May 2012 22:28:27 +0200
+
+ants (1.9.2+svn680.dfsg-3.1) unstable; urgency=low
+
+  * Non maintainer upload.
+  * Fix build with GCC 4.7. Closes: #667099.
+
+ -- Matthias Klose   Thu, 03 May 2012 22:18:34 +0200
+
 ants (1.9.2+svn680.dfsg-3) unstable; urgency=low
 
   * Seems to build fine now against available ITK 3.20 (Closes: #655306)
diff -Nru ants-1.9.2+svn680.dfsg/debian/rules 
ants-1.9.2+svn680.dfsg/debian/rules
--- ants-1.9.2+svn680.dfsg/debian/rules 2012-03-11 05:09:17.0 +
+++ ants-1.9.2+svn680.dfsg/debian/rules 2012-05-03 20:28:22.0 +
@@ -14,7 +14,7 @@
 else
 export CFLAGS += -O2
 endif
-export CXXFLAGS = $(CFLAGS)
+export CXXFLAGS = $(CFLAGS) -fpermissive
 
 # Uncomment this to turn on verbose mode.
 export DH_VERBOSE=1


Bug#657565: xorg-server: please switch to the standard FontPath setup

2012-05-03 Thread Paul Wise
On Thu, 2012-05-03 at 18:55 +0200, Julien Cristau wrote:

> I'm very much not in favour of adding such complexity to maintainer
> scripts.

Would it be acceptable to add it to a shell script instead?

-- 
bye,
pabs

http://wiki.debian.org/PaulWise


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


Bug#667371: fixed in exp.

2012-05-03 Thread Paul Tagliamonte
Howdy Maintainer,

This is to let you know that this bug is solved by your recent upload to
experimental (4.4.0.20111005-1) fixes this FTBFS.

I would mark pending, but I'm not aware of your intentions.

Thanks, maintainer,
  -- Paul


signature.asc
Description: Digital signature


Bug#663577: irssi-scripts-20120326 new release

2012-05-03 Thread Daniel Echeverry
2012/5/3 Ryan Niebur :
> Hi Daniel,
>
> On Sun, Apr 29, 2012 at 01:34:48PM -0500, Daniel Echeverry wrote:
>>
>> Hi,
>>
>> I have reviewed all the scripts from the list, I fix some typos, but
>> there are other scripts that have 2 different licenses. Below I show
>> you the scripts that were settled and those who need to reviewed
>> again.
>>
> [snip script output]
>
> Thanks for settling these.
>
>>
>> [1]: Declare a header with a license and below another license ( is it
>> necessary contact the upstream ?)
>> Fixed: error found and fixed
>> OK: OK
>>
>> ---
>>
>> For this case it is necessary to contact the upstream to verify the license?
>>
>
> I have looked at many of these and it seems the problem your are
> noticing is they have a license text block as a comment at the top,
> but the "license" specified for the %IRSSI settings is not referring
> to that specific license.
>
> Since the "license" setting allows plain text without a standard
> format, I beleive that the authors have simply been less precise here
> without realizing the potential confusion. As long as they specify the
> same type of license, but the block is more precise about the specific
> license versions, I think it will be fine for us to just use the
> license text block which is more precise and limiting.
>
>> Thank you very much!!
>>
>
> Thank you again for your work, and patience, on this!  I may be able
> to work on this tonight, but hope to get this uploaded by tomorrow, if
> not.
>
> Cheers,
> Ryan
>
>
> --

Hi Ryan

I updated the copyright file with license information found in the
header of each script.

I hope all is well now :)

Thank you very much

-- 
Epsilon
http://wiki.debian.org/DanielEcheverry
http://www.rinconinformatico.net
http://enchulatucelu.com
http://www.todopdf.net
http://www.fitnessdeportes.com
http://www.dragonjar.org
Linux user: #477840
Debian user



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



Bug#667349: marking as pending

2012-05-03 Thread Paul Tagliamonte
tags 667349 + pending
thanks

Because of Philip's email, I'm tagging this pending.

Thanks!
  -- Paul


signature.asc
Description: Digital signature


Bug#553201: It may be related to other bug

2012-05-03 Thread Lisandro Damián Nicanor Pérez Meyer
tag 553201 moreinfo
thanks

Hi! Can you still reproduce this behaviour? Do you havelibsox-fmt-pulse 
installed? If so, try with [0]. I recommend step 3.

[0] 

Kinds regards, Lisandro.

-- 
“If you want to finish university, you should take care about getting on
with the teachers. The result are submissive citizens that won’t face
authority even if they know they’re right, in order to avoid problems“
  Miriam Ruiz, http://www.miriamruiz.es/weblog/?p=187

Lisandro Damián Nicanor Pérez Meyer
http://perezmeyer.com.ar/
http://perezmeyer.blogspot.com/


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


Bug#671438: insighttoolkit headers cause build failures with GCC 4.7

2012-05-03 Thread Matthias Klose
Package: insighttoolkit
Version: 3.20.1-5
Severity: serious
Tags: sid wheezy patch
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-4.7

diff -Nru insighttoolkit-3.20.1/debian/changelog 
insighttoolkit-3.20.1/debian/changelog
--- insighttoolkit-3.20.1/debian/changelog  2012-03-15 02:25:01.0 
+
+++ insighttoolkit-3.20.1/debian/changelog  2012-05-03 20:49:45.0 
+
@@ -1,3 +1,10 @@
+insighttoolkit (3.20.1-5.1) unstable; urgency=low
+
+  * Non maintainer upload.
+  * Fix build failure with GCC 4.7.
+
+ -- Matthias Klose   Thu, 03 May 2012 22:49:16 +0200
+
 insighttoolkit (3.20.1-5) unstable; urgency=low
 
   * patches/gzgetc.patch: New.  Former function ::gzgetc() is now a macro,
diff -Nru insighttoolkit-3.20.1/debian/patches/ftbfs-gcc-4.7.diff 
insighttoolkit-3.20.1/debian/patches/ftbfs-gcc-4.7.diff
--- insighttoolkit-3.20.1/debian/patches/ftbfs-gcc-4.7.diff 1970-01-01 
00:00:00.0 +
+++ insighttoolkit-3.20.1/debian/patches/ftbfs-gcc-4.7.diff 2012-05-03 
20:26:11.0 +
@@ -0,0 +1,40 @@
+Index: 
insighttoolkit-3.20.1/Code/Numerics/Statistics/itkWeightedCentroidKdTreeGenerator.txx
+===
+--- 
insighttoolkit-3.20.1.orig/Code/Numerics/Statistics/itkWeightedCentroidKdTreeGenerator.txx
 2011-10-25 16:37:23.0 +
 
insighttoolkit-3.20.1/Code/Numerics/Statistics/itkWeightedCentroidKdTreeGenerator.txx
  2012-05-03 20:26:07.942400611 +
+@@ -117,13 +117,13 @@
+   upperBound[partitionDimension] = partitionValue;
+   const unsigned int beginLeftIndex = beginIndex;
+   const unsigned int endLeftIndex   = medianIndex;
+-  KdTreeNodeType* left = GenerateTreeLoop(beginLeftIndex, endLeftIndex, 
lowerBound, upperBound, level + 1);
++  KdTreeNodeType* left = this->GenerateTreeLoop(beginLeftIndex, endLeftIndex, 
lowerBound, upperBound, level + 1);
+   upperBound[partitionDimension] = dimensionUpperBound;
+ 
+   lowerBound[partitionDimension] = partitionValue;
+   const unsigned int beginRightIndex = medianIndex+1;
+   const unsigned int endRighIndex= endIndex;
+-  KdTreeNodeType* right = GenerateTreeLoop(beginRightIndex, endRighIndex, 
lowerBound, upperBound, level + 1);
++  KdTreeNodeType* right = this->GenerateTreeLoop(beginRightIndex, 
endRighIndex, lowerBound, upperBound, level + 1);
+   lowerBound[partitionDimension] = dimensionLowerBound;
+ 
+ 
+Index: 
insighttoolkit-3.20.1/Code/Review/Statistics/itkWeightedCentroidKdTreeGenerator.txx
+===
+--- 
insighttoolkit-3.20.1.orig/Code/Review/Statistics/itkWeightedCentroidKdTreeGenerator.txx
   2011-10-25 16:37:23.0 +
 
insighttoolkit-3.20.1/Code/Review/Statistics/itkWeightedCentroidKdTreeGenerator.txx
2012-05-03 20:25:56.758400196 +
+@@ -117,13 +117,13 @@
+   upperBound[partitionDimension] = partitionValue;
+   const unsigned int beginLeftIndex = beginIndex;
+   const unsigned int endLeftIndex   = medianIndex;
+-  KdTreeNodeType* left = GenerateTreeLoop(beginLeftIndex, endLeftIndex, 
lowerBound, upperBound, level + 1);
++  KdTreeNodeType* left = this->GenerateTreeLoop(beginLeftIndex, endLeftIndex, 
lowerBound, upperBound, level + 1);
+   upperBound[partitionDimension] = dimensionUpperBound;
+ 
+   lowerBound[partitionDimension] = partitionValue;
+   const unsigned int beginRightIndex = medianIndex+1;
+   const unsigned int endRighIndex= endIndex;
+-  KdTreeNodeType* right = GenerateTreeLoop(beginRightIndex, endRighIndex, 
lowerBound, upperBound, level + 1);
++  KdTreeNodeType* right = this->GenerateTreeLoop(beginRightIndex, 
endRighIndex, lowerBound, upperBound, level + 1);
+   lowerBound[partitionDimension] = dimensionLowerBound;
+ 
+ 
diff -Nru insighttoolkit-3.20.1/debian/patches/series 
insighttoolkit-3.20.1/debian/patches/series
--- insighttoolkit-3.20.1/debian/patches/series 2012-03-15 02:22:33.0 
+
+++ insighttoolkit-3.20.1/debian/patches/series 2012-05-03 20:24:28.0 
+
@@ -9,3 +9,4 @@
 wrap-iifilter-split.patch
 itkvtkglue-vtk58.patch
 gzgetc.patch
+ftbfs-gcc-4.7.diff


Bug#667160: add patch

2012-05-03 Thread Matthias Klose
tags 667160 + patch
thanks

diff -u fakeroot-ng-0.16/debian/changelog fakeroot-ng-0.16/debian/changelog
--- fakeroot-ng-0.16/debian/changelog
+++ fakeroot-ng-0.16/debian/changelog
@@ -1,3 +1,10 @@
+fakeroot-ng (0.16-1.1) unstable; urgency=low
+
+  * Non maintainer upload.
+  * Fix build failure with GCC 4.7. Closes: #667160.
+
+ -- Matthias Klose   Thu, 03 May 2012 23:10:32 +0200
+
 fakeroot-ng (0.16-1) unstable; urgency=low
 
   * New upstream version (major bug fixes)
only in patch2:
unchanged:
--- fakeroot-ng-0.16.orig/parent.cpp
+++ fakeroot-ng-0.16/parent.cpp
@@ -40,6 +40,7 @@
 #include 
 #include 
 #include 
+#include 
 
 #include "arch/platform.h"
 
@@ -328,7 +329,7 @@
 // This process has no parent, or had a parent that already quit
 return;
 }
-dlog("notify_parent: "PID_F" sent a notify about "PID_F"(%x)\n", parent, 
waiting.pid(), waiting.status());
+dlog("notify_parent: " PID_F " sent a notify about " PID_F "(%x)\n", 
parent, waiting.pid(), waiting.status());
 pid_state *proc_state=lookup_state(parent);
 assert(proc_state!=NULL);
 
@@ -338,7 +339,7 @@
 if( proc_state->state==pid_state::WAITING ) {
 // Call the original function handler, now that it has something to do
 if( syscalls[proc_state->orig_sc].func( -1, parent, proc_state ) ) {
-dlog("notify_parent: "PID_F" released from wait\n", parent);
+dlog("notify_parent: " PID_F " released from wait\n", parent);
 ptlib_continue(PTRACE_SYSCALL, parent, 0);
 }
 }
@@ -354,7 +355,7 @@
 // Set the process state to ZOMBIE with usage count of 1
 proc_state->state=pid_state::ZOMBIE;
 proc_state->context_state[0]=1;
-dlog("%s: "PID_F" is now a zombie\n", __func__, pid );
+dlog("%s: " PID_F " is now a zombie\n", __func__, pid );
 
 pid_state *parent_state=lookup_state(proc_state->parent);
 
@@ -428,12 +429,12 @@
 // Due to platform incompatibilities and other issues, we may be 
called several times over the same
 // child. Don't make a fuss - just return.
 
-dlog("%s: Process "PID_F" already registered - not performing any 
operation\n", __FUNCTION__, child_id );
+dlog("%s: Process " PID_F " already registered - not performing any 
operation\n", __FUNCTION__, child_id );
 
 return;
 }
 
-dlog("%s: Registering "PID_F" with parent "PID_F"\n", __FUNCTION__, 
child_id, parent_id );
+dlog("%s: Registering " PID_F " with parent " PID_F "\n", __FUNCTION__, 
child_id, parent_id );
 
 // The platform may want to init the process in some way
 ptlib_prepare(child_id);
@@ -506,7 +507,7 @@
 // The process does not exist!
 // Register it
 pid_t parent_pid=ptlib_get_parent(pid);
-dlog("Caught unknown new process "PID_F", detected parent "PID_F"\n", 
pid, parent_pid );
+dlog("Caught unknown new process " PID_F ", detected parent " PID_F 
"\n", pid, parent_pid );
 dlog(NULL);
 assert( parent_pid==0 || parent_pid==1 || 
state.find(parent_pid)!=state.end() ); // Make sure the parent is, indeed, ours
 
@@ -528,20 +529,20 @@
 if( proc_state->state==pid_state::REDIRECT1 ) {
 // REDIRECT1 is just a filler state between the previous call, 
where the arguments were set up and
 // the call initiated, and the call's return (REDIRECT2). No 
need to actually call the handler
-dlog(PID_F": Calling syscall %ld redirected from %s\n", pid, 
ret, syscalls[proc_state->orig_sc].name );
+dlog(PID_F ": Calling syscall %ld redirected from %s\n", pid, 
ret, syscalls[proc_state->orig_sc].name );
 proc_state->state=pid_state::REDIRECT2;
 } else if( proc_state->state==pid_state::REDIRECT2 || 
proc_state->state==pid_state::REDIRECT3 ) {
 // REDIRECT2 means a return from a syscall generated by us.
 // REDIRECT3 means entering a syscall generated by us, but for 
which the handler function would like
 // to be notified (unlike REDIRECT1 above, which is short 
circuited)
 if( proc_state->orig_sc!=SYS_execve ) {
-dlog(PID_F": Called syscall %ld, redirected from %s\n", 
pid, ret, syscalls[proc_state->orig_sc].name );
+dlog(PID_F ": Called syscall %ld, redirected from %s\n", 
pid, ret, syscalls[proc_state->orig_sc].name );
 
 if( !syscalls[proc_state->orig_sc].func( ret, pid, 
proc_state ) )
 sig=-1; // Mark for ptrace not to continue the process
 } else {
 // Special handling of the execve case
-dlog(PID_F": Called syscall %ld, redirected from 
execve\n", pid, ret );
+dlog(PID_F ": Called syscall %ld, redirected from 
execve\n", pid, ret );
 
 if( !sys_execve( ret, pid, proc_state, posttrap_always ) )

Bug#667171: add patch

2012-05-03 Thread Matthias Klose
tags 667171 + patch
thanks

diff -Nru ftpgrab-0.1.5/debian/changelog ftpgrab-0.1.5/debian/changelog
--- ftpgrab-0.1.5/debian/changelog  2011-10-27 21:00:41.0 +
+++ ftpgrab-0.1.5/debian/changelog  2012-05-03 23:39:58.0 +
@@ -1,3 +1,10 @@
+ftpgrab (0.1.5-2.1) unstable; urgency=low
+
+  * Non maintainer upload.
+  * Fix build failure with GCC 4.7. Closes: #667171.
+
+ -- Matthias Klose   Thu, 03 May 2012 23:37:39 +0200
+
 ftpgrab (0.1.5-2) unstable; urgency=low
 
   * repackage with debhelper 8
diff -Nru ftpgrab-0.1.5/debian/patches/ftbfs-gcc-4.7.diff 
ftpgrab-0.1.5/debian/patches/ftbfs-gcc-4.7.diff
--- ftpgrab-0.1.5/debian/patches/ftbfs-gcc-4.7.diff 1970-01-01 
00:00:00.0 +
+++ ftpgrab-0.1.5/debian/patches/ftbfs-gcc-4.7.diff 2012-05-03 
23:37:21.0 +
@@ -0,0 +1,13 @@
+Index: ftpgrab-0.1.5/Makefile
+===
+--- ftpgrab-0.1.5.orig/Makefile2012-05-03 23:36:40.0 +
 ftpgrab-0.1.5/Makefile 2012-05-03 23:37:16.426827321 +
+@@ -3,7 +3,7 @@
+ 
+ #LIBS =   -lefence
+ LIBS  =   -lpthread
+-LINK  =   -Wl
++LINK  =   
+ 
+ OBJS  =   main.o fgstring.o fgexc.o fgftpcon.o fgfileinfo.o \
+   fgfilegrab.o fgalist.o fgfshelp.o fgpickall.o \
diff -Nru ftpgrab-0.1.5/debian/patches/series 
ftpgrab-0.1.5/debian/patches/series
--- ftpgrab-0.1.5/debian/patches/series 2011-10-27 21:00:41.0 +
+++ ftpgrab-0.1.5/debian/patches/series 2012-05-03 23:36:50.0 +
@@ -3,3 +3,4 @@
 0003_Makefile_nostrip
 0004_ftpgrabrc
 0005_spelling
+ftbfs-gcc-4.7.diff


Bug#667169: add patch

2012-05-03 Thread Matthias Klose
tags 667169 + patch
thanks

diff -Nru fqterm-0.9.6.10/debian/changelog fqterm-0.9.6.10/debian/changelog
--- fqterm-0.9.6.10/debian/changelog2011-10-01 07:48:08.0 +
+++ fqterm-0.9.6.10/debian/changelog2012-05-03 23:33:55.0 +
@@ -1,3 +1,10 @@
+fqterm (0.9.6.10-1.1) unstable; urgency=low
+
+  * Non maintainer upload.
+  * Fix build failure with GCC 4.7. Closes: #667169.
+
+ -- Matthias Klose   Thu, 03 May 2012 23:33:18 +0200
+
 fqterm (0.9.6.10-1) unstable; urgency=low
 
   * new upstream release. (closes: #643710)
diff -Nru fqterm-0.9.6.10/debian/patches/ftbfs-gcc-4.7.diff 
fqterm-0.9.6.10/debian/patches/ftbfs-gcc-4.7.diff
--- fqterm-0.9.6.10/debian/patches/ftbfs-gcc-4.7.diff   1970-01-01 
00:00:00.0 +
+++ fqterm-0.9.6.10/debian/patches/ftbfs-gcc-4.7.diff   2012-05-03 
23:33:14.0 +
@@ -0,0 +1,12 @@
+Index: fqterm-0.9.6.10/src/common/fqterm_trace.h
+===
+--- fqterm-0.9.6.10.orig/src/common/fqterm_trace.h 2011-09-28 
15:10:16.0 +
 fqterm-0.9.6.10/src/common/fqterm_trace.h  2012-05-03 23:33:08.854818107 
+
+@@ -22,6 +22,7 @@
+ #define FQTERM_TRACE_H
+ 
+ #include 
++#include 
+ #include 
+ #include 
+ 
diff -Nru fqterm-0.9.6.10/debian/patches/series 
fqterm-0.9.6.10/debian/patches/series
--- fqterm-0.9.6.10/debian/patches/series   1970-01-01 00:00:00.0 
+
+++ fqterm-0.9.6.10/debian/patches/series   2012-05-03 23:32:37.0 
+
@@ -0,0 +1 @@
+ftbfs-gcc-4.7.diff


Bug#667158: add patch

2012-05-03 Thread Matthias Klose
tags 667158 + patch
thanks

diff -Nru esys-particle-2.1/debian/changelog esys-particle-2.1/debian/changelog
--- esys-particle-2.1/debian/changelog  2012-04-03 17:43:40.0 +
+++ esys-particle-2.1/debian/changelog  2012-05-03 21:51:22.0 +
@@ -1,3 +1,10 @@
+esys-particle (2.1-3.1) unstable; urgency=low
+
+  * Non maintainer upload.
+  * Fix build failure with GCC 4.7. Closes: #667158.
+
+ -- Matthias Klose   Thu, 03 May 2012 23:38:53 +0200
+
 esys-particle (2.1-3) unstable; urgency=low
 
   * [2d540b8] Fix typo in fix_as-needed.patch. Caused import-module problems.
diff -Nru esys-particle-2.1/debian/patches/ftbfs-gcc-4.7.diff 
esys-particle-2.1/debian/patches/ftbfs-gcc-4.7.diff
--- esys-particle-2.1/debian/patches/ftbfs-gcc-4.7.diff 1970-01-01 
00:00:00.0 +
+++ esys-particle-2.1/debian/patches/ftbfs-gcc-4.7.diff 2012-05-03 
22:59:19.0 +
@@ -0,0 +1,237 @@
+Index: esys-particle-2.1/Geometry/CircularNeighbourTable.hpp
+===
+--- esys-particle-2.1.orig/Geometry/CircularNeighbourTable.hpp 2011-04-11 
23:08:33.0 +
 esys-particle-2.1/Geometry/CircularNeighbourTable.hpp  2012-05-03 
21:52:13.0 +
+@@ -224,8 +224,8 @@
+ void CircularNeighbourTable::insert(Particle *pParticle)
+ {
+   pParticle->moveTo(getModdedPosn(pParticle->getPos()));
+-  const Vec3L minIdx = getVecIndex(pParticle->getPos() - 
pParticle->getRad());
+-  const Vec3L maxIdx = getVecIndex(pParticle->getPos() + 
pParticle->getRad());
++  const Vec3L minIdx = this->getVecIndex(pParticle->getPos() - 
pParticle->getRad());
++  const Vec3L maxIdx = this->getVecIndex(pParticle->getPos() + 
pParticle->getRad());
+ 
+   this->insertInTable(pParticle, minIdx, maxIdx);
+   this->addInserted(pParticle);
+Index: esys-particle-2.1/pis/pi_storage_eb.hpp
+===
+--- esys-particle-2.1.orig/pis/pi_storage_eb.hpp   2011-04-11 
23:08:33.0 +
 esys-particle-2.1/pis/pi_storage_eb.hpp2012-05-03 21:52:13.0 
+
+@@ -138,7 +138,7 @@
+   std::cerr << "trying to insert bond: particles with Id " << pids[0] << 
" , " << pids[1] << "not present!" << std::endl;
+   }
+   // insert it into interaction storage
+-  tryInsert(new_bond);
++  this->tryInsert(new_bond);
+ }
+   }
+ }
+Index: esys-particle-2.1/pis/pi_storage_ed.hpp
+===
+--- esys-particle-2.1.orig/pis/pi_storage_ed.hpp   2011-04-11 
23:08:33.0 +
 esys-particle-2.1/pis/pi_storage_ed.hpp2012-05-03 21:58:29.374606789 
+
+@@ -244,7 +244,7 @@
+   // read a bond
+   new_bond.loadRestartData(iStream);
+   // insert it into interaction storage
+-  tryInsert(new_bond);
++  this->tryInsert(new_bond);
+ }
+   }
+ }
+Index: esys-particle-2.1/Geometry/CubicBoxPacker.hpp
+===
+--- esys-particle-2.1.orig/Geometry/CubicBoxPacker.hpp 2011-04-11 
23:08:33.0 +
 esys-particle-2.1/Geometry/CubicBoxPacker.hpp  2012-05-03 
22:42:51.218705826 +
+@@ -110,8 +110,8 @@
+   while (pointIt.hasNext()) {
+ const Particle candidate =
+   getCandidateParticle(pointIt.next(), getCubicPackingRadius());
+-if (particleFitsInBBoxWithNeighbours(candidate)) {
+-  createAndInsertParticle(candidate);
++if (this->particleFitsInBBoxWithNeighbours(candidate)) {
++  this->createAndInsertParticle(candidate);
+ }
+   }
+ }
+Index: esys-particle-2.1/Geometry/RandomBoxPacker.hpp
+===
+--- esys-particle-2.1.orig/Geometry/RandomBoxPacker.hpp2011-04-11 
23:08:33.0 +
 esys-particle-2.1/Geometry/RandomBoxPacker.hpp 2012-05-03 
22:43:46.958707906 +
+@@ -485,7 +485,7 @@
+   while (it.hasNext())
+   {
+ const Particle p = it.next();
+-createAndInsertParticle(p);
++this->createAndInsertParticle(p);
+   }
+   it.logInfo();
+ }
+Index: esys-particle-2.1/Geometry/SphereFitter.h
+===
+--- esys-particle-2.1.orig/Geometry/SphereFitter.h 2011-04-11 
23:08:33.0 +
 esys-particle-2.1/Geometry/SphereFitter.h  2012-05-03 22:46:34.946714157 
+
+@@ -177,7 +177,7 @@
+ newParticle = moveToSurface(*(neighbours[0]), particle);
+   }
+ }
+-if (newParticle.isValid() && !particleIsValid(newParticle)) {
++if (newParticle.isValid() && !this->particleIsValid(newParticle)) {
+   newParticle = this->getInvalidParticle();
+   this->incrFailedFit();
+ } else if (newParticle.isValid()) {
+@@ -263,7 +263,7 @@
+ }
+   }
+ }
+-if 

Bug#664301: Affects KDE's notyfications system

2012-05-03 Thread Lisandro Damián Nicanor Pérez Meyer
Just for the record: this bug makes KDE notyfications fail for users not using 
pulseaudio.

Kinds regards, Lisandro.


-- 
14: Para acceder y navegar en internet
* Debe tener conexion a Internet
Damian Nadales
http://mx.grulic.org.ar/lurker/message/20080307.141449.a70fb2fc.es.html

Lisandro Damián Nicanor Pérez Meyer
http://perezmeyer.com.ar/
http://perezmeyer.blogspot.com/


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


Bug#667114: add patch

2012-05-03 Thread Matthias Klose
tags 667114 + patch
thanks

diff -Nru bitcoin-0.6.0/debian/changelog bitcoin-0.6.0/debian/changelog
--- bitcoin-0.6.0/debian/changelog  2012-03-30 18:01:49.0 +
+++ bitcoin-0.6.0/debian/changelog  2012-05-03 20:57:39.0 +
@@ -1,3 +1,10 @@
+bitcoin (0.6.0-1.1) unstable; urgency=low
+
+  * Non maintainer upload.
+  * Work around build failure with gcc 4.7. Closes: #667114.
+
+ -- Matthias Klose   Thu, 03 May 2012 22:56:56 +0200
+
 bitcoin (0.6.0-1) unstable; urgency=low
 
   * New upstream release.
diff -Nru bitcoin-0.6.0/debian/rules bitcoin-0.6.0/debian/rules
--- bitcoin-0.6.0/debian/rules  2012-03-30 17:36:38.0 +
+++ bitcoin-0.6.0/debian/rules  2012-05-03 20:56:40.0 +
@@ -38,6 +38,9 @@
 build/bitcoind::
$(if $(filter nocheck,$(DEB_BUILD_OPTIONS)),,src/test_bitcoin)
 
+# work around build failure with gcc 4.7
+CXXFLAGS += -fpermissive
+
 # Readd default flags
 CXXFLAGS += -DNOPCH -DUSE_SSL
 #CXXFLAGS += -Wno-invalid-offsetof -Wformat


Bug#667152: add patch

2012-05-03 Thread Matthias Klose
tags 667152 + patch
thanks

diff -Nru dmtcp-1.2.4/debian/changelog dmtcp-1.2.4/debian/changelog
--- dmtcp-1.2.4/debian/changelog2012-02-14 02:50:41.0 +
+++ dmtcp-1.2.4/debian/changelog2012-05-03 21:33:02.0 +
@@ -1,3 +1,10 @@
+dmtcp (1.2.4-1.1) unstable; urgency=low
+
+  * Non maintainer upload.
+  * Remove unknown gcc option to fix build with GCC 4.7. Closes: #667152.
+
+ -- Matthias Klose   Thu, 03 May 2012 23:32:11 +0200
+
 dmtcp (1.2.4-1) unstable; urgency=low
 
   * Preparing for upstream Release 1.2.4.
diff -Nru dmtcp-1.2.4/debian/patches/ftbfs-gcc-4.7.diff 
dmtcp-1.2.4/debian/patches/ftbfs-gcc-4.7.diff
--- dmtcp-1.2.4/debian/patches/ftbfs-gcc-4.7.diff   1970-01-01 
00:00:00.0 +
+++ dmtcp-1.2.4/debian/patches/ftbfs-gcc-4.7.diff   2012-05-03 
21:33:04.0 +
@@ -0,0 +1,44 @@
+Index: dmtcp-1.2.4/dmtcp/src/Makefile.am
+===
+--- dmtcp-1.2.4.orig/dmtcp/src/Makefile.am 2011-12-22 08:42:41.0 
+
 dmtcp-1.2.4/dmtcp/src/Makefile.am  2012-05-03 21:32:02.482547744 +
+@@ -88,7 +88,7 @@
+ 
+ dmtcp_inspector_SOURCES = dmtcp_inspector.cpp
+ 
+-dmtcphijack_so_LDFLAGS = -shared -module
++dmtcphijack_so_LDFLAGS = -shared
+ 
+ #dmtcp_nocheckpoint_LDFLAGS = -static
+ 
+@@ -109,7 +109,7 @@
+ libdmtcpaware_a_SOURCES = dmtcpaware.c
+ 
+ libdmtcpaware_so_1_0_0_SOURCES = dmtcpaware.c
+-libdmtcpaware_so_1_0_0_LDFLAGS = -shared -Wl,-soname,libdmtcpaware.so.1 
-module
++libdmtcpaware_so_1_0_0_LDFLAGS = -shared -Wl,-soname,libdmtcpaware.so.1
+ 
+ PICFLAGS=-fPIC
+ if CONFIG_M32
+Index: dmtcp-1.2.4/dmtcp/src/Makefile.in
+===
+--- dmtcp-1.2.4.orig/dmtcp/src/Makefile.in 2011-12-22 08:42:41.0 
+
 dmtcp-1.2.4/dmtcp/src/Makefile.in  2012-05-03 21:32:09.506548004 +
+@@ -359,7 +359,7 @@
+dmtcpmodule.cpp
+ 
+ dmtcp_inspector_SOURCES = dmtcp_inspector.cpp
+-dmtcphijack_so_LDFLAGS = -shared -module
++dmtcphijack_so_LDFLAGS = -shared
+ 
+ #dmtcp_nocheckpoint_LDFLAGS = -static
+ 
+@@ -380,7 +380,7 @@
+ dmtcp_inspector_LDADD = libdmtcpinternal.a libjalib.a libnohijack.a -lpthread
+ libdmtcpaware_a_SOURCES = dmtcpaware.c
+ libdmtcpaware_so_1_0_0_SOURCES = dmtcpaware.c
+-libdmtcpaware_so_1_0_0_LDFLAGS = -shared -Wl,-soname,libdmtcpaware.so.1 
-module
++libdmtcpaware_so_1_0_0_LDFLAGS = -shared -Wl,-soname,libdmtcpaware.so.1
+ PICFLAGS = -fPIC
+ @CONFIG_M32_FALSE@AM_CFLAGS = $(PICFLAGS)
+ @CONFIG_M32_TRUE@AM_CFLAGS = -m32 -Wa,--32 $(PICFLAGS)
diff -Nru dmtcp-1.2.4/debian/patches/series dmtcp-1.2.4/debian/patches/series
--- dmtcp-1.2.4/debian/patches/series   2012-02-13 17:10:03.0 +
+++ dmtcp-1.2.4/debian/patches/series   2012-05-03 21:30:52.0 +
@@ -1,2 +1,3 @@
 
 misc-fixes-for-32-bit-build
+ftbfs-gcc-4.7.diff


Bug#667200: patch attached

2012-05-03 Thread Paul Tagliamonte
tags 667200 + patch
thanks

Howdy Maintainer,

I've attached a patch to help solve this.

Thanks,
  -- Paul
--- a/src/gui/gtkhexxagonboard.cpp	2012-05-03 20:16:54.435185715 -0400
+++ b/src/gui/gtkhexxagonboard.cpp	2012-05-03 20:16:49.199185995 -0400
@@ -138,8 +138,8 @@ void GtkHexxagonBoard::draw()
 posx += width  * offset / 2;
 posy += height * offset / 2;
 
-int x = (int) round(posx) + xoff;
-int y = (int) round(posy) + yoff;
+int nx = (int) round(posx) + xoff;
+int ny = (int) round(posy) + yoff;
 
 int type;
 LookUp lookup(bbMask);
@@ -173,10 +173,10 @@ void GtkHexxagonBoard::draw()
 
 Glib::RefPtr gc = Gdk::GC::create(back);
 gc->set_clip_mask(mask[type]);
-gc->set_clip_origin(x, y);
+gc->set_clip_origin(nx, ny);
 
 if(back && map_board[type])
-back->draw_drawable(gc, map_board[type], 0, 0, x, y, -1, -1);
+back->draw_drawable(gc, map_board[type], 0, 0, nx, ny, -1, -1);
 
 cellNo++;
 }
@@ -224,12 +224,12 @@ int GtkHexxagonBoard::getCellFromPos(int
 posx += width  * offset / 2;
 posy += height * offset / 2;
 
-int x = (int) round(posx + w / 2) + xoff;
-int y = (int) round(posy + h / 2) + yoff;
+int nx = (int) round(posx + w / 2) + xoff;
+int ny = (int) round(posy + h / 2) + yoff;
 
 // Now we got the place for cell cellNo
-double dx = inx - x;
-double dy = iny - y;
+double dx = inx - nx;
+double dy = iny - ny;
 double a = (w/2)*(w/2);
 double b  = (h/2)*(h/2);
 


signature.asc
Description: Digital signature


Bug#667101: add patch

2012-05-03 Thread Matthias Klose
tags 667101 + patch
thanks

diff -Nru ardour-2.8.12/debian/changelog ardour-2.8.12/debian/changelog
--- ardour-2.8.12/debian/changelog  2011-10-05 17:57:57.0 +
+++ ardour-2.8.12/debian/changelog  2012-05-03 20:37:06.0 +
@@ -1,3 +1,10 @@
+ardour (1:2.8.12-1.1) unstable; urgency=low
+
+  * Non maintainer upload.
+  * Fix build failure with gcc 4.7. Closes: #667101.
+
+ -- Matthias Klose   Thu, 03 May 2012 22:36:28 +0200
+
 ardour (1:2.8.12-1) unstable; urgency=low
 
   [ Jaromír Mikeš ]
diff -Nru ardour-2.8.12/debian/patches/ftbfs-gcc-4.7.diff 
ardour-2.8.12/debian/patches/ftbfs-gcc-4.7.diff
--- ardour-2.8.12/debian/patches/ftbfs-gcc-4.7.diff 1970-01-01 
00:00:00.0 +
+++ ardour-2.8.12/debian/patches/ftbfs-gcc-4.7.diff 2012-05-03 
20:40:09.0 +
@@ -0,0 +1,24 @@
+Index: ardour-2.8.12/libs/pbd/path.cc
+===
+--- ardour-2.8.12.orig/libs/pbd/path.cc2009-02-24 12:38:16.0 
+
 ardour-2.8.12/libs/pbd/path.cc 2012-05-03 20:36:04.098422794 +
+@@ -17,6 +17,7 @@
+ */
+ 
+ #include 
++#include 
+ 
+ #include 
+ #include 
+Index: ardour-2.8.12/libs/rubberband/src/main.cpp
+===
+--- ardour-2.8.12.orig/libs/rubberband/src/main.cpp2009-02-24 
12:38:17.0 +
 ardour-2.8.12/libs/rubberband/src/main.cpp 2012-05-03 20:40:05.806431789 
+
+@@ -21,6 +21,7 @@
+ #include 
+ #include 
+ #include 
++#include 
+ #include "sysutils.h"
+ 
+ #ifdef __MSVC__
diff -Nru ardour-2.8.12/debian/patches/series 
ardour-2.8.12/debian/patches/series
--- ardour-2.8.12/debian/patches/series 2011-10-05 03:12:38.0 +
+++ ardour-2.8.12/debian/patches/series 2012-05-03 20:35:30.0 +
@@ -9,3 +9,4 @@
 140_enable-ladish.patch
 150_soundtouch.patch
 160_kfreebsd.patch
+ftbfs-gcc-4.7.diff


Bug#667093: add patch

2012-05-03 Thread Matthias Klose
tags 667093 + patch
thanks

diff -Nru ants-1.9.2+svn680.dfsg/debian/changelog 
ants-1.9.2+svn680.dfsg/debian/changelog
--- ants-1.9.2+svn680.dfsg/debian/changelog 2012-03-11 05:09:17.0 
+
+++ ants-1.9.2+svn680.dfsg/debian/changelog 2012-05-03 20:29:11.0 
+
@@ -1,3 +1,17 @@
+ants (1.9.2+svn680.dfsg-3.1) unstable; urgency=low
+
+  * Non maintainer upload
+  * Fix build using GCC 4.7. Closes: #667099.
+
+ -- Matthias Klose   Thu, 03 May 2012 22:28:27 +0200
+
+ants (1.9.2+svn680.dfsg-3.1) unstable; urgency=low
+
+  * Non maintainer upload.
+  * Fix build with GCC 4.7. Closes: #667099.
+
+ -- Matthias Klose   Thu, 03 May 2012 22:18:34 +0200
+
 ants (1.9.2+svn680.dfsg-3) unstable; urgency=low
 
   * Seems to build fine now against available ITK 3.20 (Closes: #655306)
diff -Nru ants-1.9.2+svn680.dfsg/debian/rules 
ants-1.9.2+svn680.dfsg/debian/rules
--- ants-1.9.2+svn680.dfsg/debian/rules 2012-03-11 05:09:17.0 +
+++ ants-1.9.2+svn680.dfsg/debian/rules 2012-05-03 20:28:22.0 +
@@ -14,7 +14,7 @@
 else
 export CFLAGS += -O2
 endif
-export CXXFLAGS = $(CFLAGS)
+export CXXFLAGS = $(CFLAGS) -fpermissive
 
 # Uncomment this to turn on verbose mode.
 export DH_VERBOSE=1


Bug#667093: add patch

2012-05-03 Thread Matthias Klose
tags 667093 + patch
thanks
diff -Nru adanaxisgpl-1.2.5.dfsg.1/debian/changelog 
adanaxisgpl-1.2.5.dfsg.1/debian/changelog
--- adanaxisgpl-1.2.5.dfsg.1/debian/changelog   2011-07-16 11:21:51.0 
+
+++ adanaxisgpl-1.2.5.dfsg.1/debian/changelog   2012-05-03 19:49:03.0 
+
@@ -1,3 +1,10 @@
+adanaxisgpl (1.2.5.dfsg.1-4.1) unstable; urgency=low
+
+  * Non maintainer upload.
+  * Build with -fpermissive. Closes: #667094.
+
+ -- Matthias Klose   Thu, 03 May 2012 21:48:16 +0200
+
 adanaxisgpl (1.2.5.dfsg.1-4) unstable; urgency=low
 
   * Team upload.
diff -Nru adanaxisgpl-1.2.5.dfsg.1/debian/rules 
adanaxisgpl-1.2.5.dfsg.1/debian/rules
--- adanaxisgpl-1.2.5.dfsg.1/debian/rules   2011-07-16 11:23:28.0 
+
+++ adanaxisgpl-1.2.5.dfsg.1/debian/rules   2012-05-03 19:48:14.0 
+
@@ -1,10 +1,12 @@
 #!/usr/bin/make -f
 
+CXXFLAGS := $(shell dpkg-buildflags --get CXXFLAGS) -fpermissive
+
 %:
dh $@ --with autotools_dev --parallel
 
 override_dh_auto_configure:
-   dh_auto_configure -- \
+   CXXFLAGS="$(CXXFLAGS)" dh_auto_configure -- \
--bindir='$${prefix}/games' \
--datadir='$${prefix}/share/games'
 


Bug#667093: add patch

2012-05-03 Thread Matthias Klose
tags 667093 + patch
thanks


diff -Nru actionaz-3.2.2/debian/changelog actionaz-3.2.2/debian/changelog
--- actionaz-3.2.2/debian/changelog 2012-01-29 18:04:16.0 +
+++ actionaz-3.2.2/debian/changelog 2012-05-03 19:40:46.0 +
@@ -1,3 +1,10 @@
+actionaz (3.2.2-1.1) unstable; urgency=low
+
+  * Non maintainer upload.
+  * Fix build failure with GCC 4.7. Closes: #667093.
+
+ -- Matthias Klose   Thu, 03 May 2012 21:40:03 +0200
+
 actionaz (3.2.2-1) unstable; urgency=low
 
   * New upstream release
diff -Nru actionaz-3.2.2/debian/patches/ftbfs-gcc-4.7.diff 
actionaz-3.2.2/debian/patches/ftbfs-gcc-4.7.diff
--- actionaz-3.2.2/debian/patches/ftbfs-gcc-4.7.diff1970-01-01 
00:00:00.0 +
+++ actionaz-3.2.2/debian/patches/ftbfs-gcc-4.7.diff2012-05-03 
19:39:59.0 +
@@ -0,0 +1,12 @@
+Index: actionaz-3.2.2/actiontools/qtsingleapplication/qtlocalpeer.cpp
+===
+--- actionaz-3.2.2.orig/actiontools/qtsingleapplication/qtlocalpeer.cpp
2012-01-29 12:53:04.0 +
 actionaz-3.2.2/actiontools/qtsingleapplication/qtlocalpeer.cpp 
2012-05-03 19:39:55.042297445 +
+@@ -48,6 +48,7 @@
+ #include "qtlocalpeer.h"
+ #include 
+ #include 
++#include 
+ 
+ #if defined(Q_OS_WIN)
+ #include 
diff -Nru actionaz-3.2.2/debian/patches/series 
actionaz-3.2.2/debian/patches/series
--- actionaz-3.2.2/debian/patches/series1970-01-01 00:00:00.0 
+
+++ actionaz-3.2.2/debian/patches/series2012-05-03 19:39:02.0 
+
@@ -0,0 +1 @@
+ftbfs-gcc-4.7.diff


Bug#602933: autofs5: New upstream version available

2012-05-03 Thread William Dauchy
Package: autofs5
Followup-For: Bug #602933

Hi,

FYI I uploaded a package proposition; see my RFS #671436

Regards,
-- 
William



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



Bug#666067: transition: libkpathsea6

2012-05-03 Thread Atsuhito Kohda
Hi Adam,

On Thu, 03 May 2012 20:53:26 +0100, "Adam D. Barratt" wrote:

> For context, these four packages are broken by the transition of the new
> libkpathsea + texlive stack to testing, which I'm trying to finalise.
> I'd like to get that out of the way over the weekend, if not before, so
> speedy responses would be appreciated.  There's a possibility the
> packages may be removed from testing if necessary.

Thanks for your work.
About dvi2ps-fontdesc-morisawa5 please remove it from testing.
If necessary I agree also to remove it from Debian archive.

Best regards,   2012-5-4(Fri)

-- 
 Debian Developer - much more I18N of Debian
 Atsuhito Kohda 
 Department of Math., Univ. of Tokushima



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



Bug#671437: src:zlib: Please support building mingw-w64 packages

2012-05-03 Thread Stephen Kitt
Package: src:zlib
Version: 1.2.6.dfsg-2
Severity: wishlist
Tags: patch

Hi Mark,

Matthias Klose is working on building the Python Windows distutils
installers using MinGW-w64, and doing this requires having zlib built
for Windows targets. Would it be at all possible for you to add this
to the existing zlib package? The attached patch contains the
necessary changes.

I know this is a slippery slope to set out on, as one could imagine
adding this kind of support to all kinds of libraries. I'd like to
avoid having to repackage zlib just for this though!

Thanks in advance,

Stephen


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

Kernel: Linux 3.2.0-2-686-pae (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/dash
diff -urN zlib-1.2.6.dfsg.orig/debian/control zlib-1.2.6.dfsg/debian/control
--- zlib-1.2.6.dfsg.orig/debian/control	2012-02-24 00:28:23.0 +0100
+++ zlib-1.2.6.dfsg/debian/control	2012-05-04 01:48:53.0 +0200
@@ -5,6 +5,7 @@
 Standards-Version: 3.8.3
 Homepage: http://zlib.net/
 Build-Depends: debhelper (>= 8.1.3~), binutils (>= 2.18.1~cvs20080103-2) [mips mipsel], gcc-multilib [amd64 i386 kfreebsd-amd64 mips mipsel powerpc ppc64 s390 sparc], dpkg-dev (>= 1.16.0)
+Build-Depends-Indep: gcc-mingw-w64
 
 Package: zlib1g
 Architecture: any
@@ -120,3 +121,19 @@
  zlib is a library implementing the deflate compression method found
  in gzip and PKZIP.  This package includes the development support
  files for building n32 applications.
+
+Package: libz-mingw-w64-i686-dev
+Section: libdevel
+Architecture: all
+Description: compression library - Windows x86 development
+ zlib is a library implementing the deflate compression method found
+ in gzip and PKZIP.  This package include the development support
+ files for building Windows x86 applications using MinGW-w64.
+
+Package: libz-mingw-w64-x86-64-dev
+Section: libdevel
+Architecture: all
+Description: compression library - Windows x64 development
+ zlib is a library implementing the deflate compression method found
+ in gzip and PKZIP.  This package include the development support
+ files for building Windows x64 applications using MinGW-w64.
diff -urN zlib-1.2.6.dfsg.orig/debian/libz-mingw-w64-i686-dev.install zlib-1.2.6.dfsg/debian/libz-mingw-w64-i686-dev.install
--- zlib-1.2.6.dfsg.orig/debian/libz-mingw-w64-i686-dev.install	1970-01-01 01:00:00.0 +0100
+++ zlib-1.2.6.dfsg/debian/libz-mingw-w64-i686-dev.install	2012-05-04 01:41:16.0 +0200
@@ -0,0 +1,3 @@
+usr/i686-w64-mingw32/include/*
+usr/i686-w64-mingw32/lib/*
+usr/i686-w64-mingw32/lib/pkgconfig/*
diff -urN zlib-1.2.6.dfsg.orig/debian/libz-mingw-w64-x86-64-dev.install zlib-1.2.6.dfsg/debian/libz-mingw-w64-x86-64-dev.install
--- zlib-1.2.6.dfsg.orig/debian/libz-mingw-w64-x86-64-dev.install	1970-01-01 01:00:00.0 +0100
+++ zlib-1.2.6.dfsg/debian/libz-mingw-w64-x86-64-dev.install	2012-05-04 01:45:03.0 +0200
@@ -0,0 +1,3 @@
+usr/x86_64-w64-mingw32/include/*
+usr/x86_64-w64-mingw32/lib/*
+usr/x86_64-w64-mingw32/lib/pkgconfig/*
diff -urN zlib-1.2.6.dfsg.orig/debian/rules zlib-1.2.6.dfsg/debian/rules
--- zlib-1.2.6.dfsg.orig/debian/rules	2012-02-12 02:43:33.0 +0100
+++ zlib-1.2.6.dfsg/debian/rules	2012-05-04 01:48:01.0 +0200
@@ -105,7 +105,26 @@
 	uname=GNU ./configure --shared --prefix=/usr --libdir=\$${prefix}/usr/lib32
 	touch $@
 
-build: build-stamp $(EXTRA_BUILD)
+configurew32-stamp:
+	dh_testdir
+
+	mkdir -p debian/w32
+	cp -r $(COPYLIST) win32 debian/w32
+	# No configuration required for Windows targets
+
+	touch $@
+
+configurew64-stamp:
+	dh_testdir
+
+	mkdir -p debian/w64
+	cp -r $(COPYLIST) win32 debian/w64
+	# No configuration required for Windows targets
+
+	touch $@
+
+build: build-arch build-indep
+build-arch: build-stamp $(EXTRA_BUILD)
 build-stamp: configure-stamp
 	dh_testdir
 
@@ -130,6 +149,18 @@
 	make -C debian/n32
 	touch $@
 
+build-indep: buildw32-stamp buildw64-stamp
+
+buildw32-stamp: configurew32-stamp
+	dh_testdir
+	$(MAKE) -C debian/w32 -fwin32/Makefile.gcc PREFIX=i686-w64-mingw32-
+	touch $@
+
+buildw64-stamp: configurew64-stamp
+	dh_testdir
+	$(MAKE) -C debian/w64 -fwin32/Makefile.gcc PREFIX=x86_64-w64-mingw32-
+	touch $@
+
 clean:
 	dh_testdir
 	dh_testroot
@@ -141,6 +172,8 @@
 	rm -rf debian/64 build64-stamp configure64-stamp
 	rm -rf debian/32 build32-stamp configure32-stamp
 	rm -rf debian/n32 buildn32-stamp configuren32-stamp
+	rm -rf debian/w32 buildw32-stamp configurew32-stamp
+	rm -rf debian/w64 buildw64-stamp configurew64-stamp
 	-mv Makefile.stash Makefile
 	-mv zlibdefs.h.stash zlibdefs.h
 
@@ -163,12 +196,33 @@
 installn32: install buildn32-stamp
 	$(MAKE) -C debian/n32 prefix=$(CURDIR)/debian/tmp install
 
+installw32: buildw32-stamp
+	$(MAKE) -C debian/w32 -f$(CURDIR)/win32/Makefile.gcc prefix=$(

Bug#666067: transition: libkpathsea6

2012-05-03 Thread Atsuhito Kohda
Hi Adam,

On Thu, 03 May 2012 20:48:09 +0100, "Adam D. Barratt" wrote:

> On Wed, 2012-05-02 at 14:45 +0900, Norbert Preining wrote:
>> > - okumura-clsfiles, ptex-jisfonts and vfdata-morisawa5 now appear to be
>> > virtual packages provided by texlive-lang-cjk, so I've assumed the "old"
>> > source packages should be removed from testing
>> 
>> Yes from my side, but the maintainers have to give their word.
> 
> Maintainers added to Cc.  Please confirm...

About vfdata-morisawa5, there is no problem.  Please remove it
from testing.  If necessary I agree also to remove it from Debian
archive.

BTW, I guess I already confirmed removal of my package with
http://lists.debian.org/debian-tex-maint/2012/03/msg00031.html
but apparently it doesn't reach you, Adam.

Best regards,2012-5-4(Fri)

-- 
 Debian Developer - much more I18N of Debian
 Atsuhito Kohda 
 Department of Math., Univ. of Tokushima



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



Bug#521941: Conscious Creator?

2012-05-03 Thread Gord Sturn
G'day! I viewed your main picture on facebook itself. 
I really like you a lot. 
We should chat!
I'm a female and simply attracted to a man










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



Bug#667221: patch attached

2012-05-03 Thread Paul Tagliamonte
patch 667221 + patch
thanks

Howdy, Maintainer,

Please find a patch attached to help resolve the FTBFS.

Thanks,
  -- Paul
--- a/src/svnfrontend/maintreewidget.cpp	2012-05-03 19:54:36.499257151 -0400
+++ b/src/svnfrontend/maintreewidget.cpp	2012-05-03 19:54:45.811256655 -0400
@@ -55,6 +55,7 @@
 #include 
 #include 
 #include 
+#include 
 
 #include 
 #include 


signature.asc
Description: Digital signature


Bug#671436: RFS: autofs5/5.0.6-1.1 [ITA] [NMU]

2012-05-03 Thread William Dauchy
Package: sponsorship-requests
Severity: normal

Dear mentors,

I am looking for a sponsor for my package "autofs5". I first filled
bug #671435 for wnpp to explain my work.
I did not yet updated the maintainer section but I guess it should be
done if this package is validated.
I also applied to alioth to upload my git repository managing this package.

* Package name: autofs5
  Version : 5.0.6-1.1
* URL : http://www.kernel.org/pub/linux/daemons/autofs/v5/
  Section : utils

It builds those binary packages:

autofs5- kernel-based automounter for Linux, version 5
autofs5-hesiod - Hesiod map support for autofs, version 5
autofs5-ldap - LDAP map support for autofs, version 5

To access further information about this package, please visit the
following URL:

http://mentors.debian.net/package/autofs5

Alternatively, one can download the package with dget using this command:

dget -x 
http://mentors.debian.net/debian/pool/main/a/autofs5/autofs5_5.0.6-1.1.dsc

Regards,

-- 
William



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



Bug#663868: Blacklisting usblp helps

2012-05-03 Thread Delian Krustev

Looks like two drivers were fighting for the interface and thus the
firmware upload fails.

Here is what worked for me:

 echo 'blacklist usblp' > /etc/modprobe.d/delian-cups-fix.conf
 rmmod usblp
 /etc/init.d/cups restart

Looks like the usblp blacklisting was part of cups package somewhere
in the 1.4 version but later it was decided that it was no longer
necessary. Apparently it is, or a different fix should be applied.

Cheers
--
Delian



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



Bug#671362: mplayer2 crashes when trying to connect to remote pulseaudio server

2012-05-03 Thread Uoti Urpala
Fixed upstream in bb908027178fe8bfd7d6e3fc255dea8c5051cd4a.




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



Bug#664606: asterisk has a non-free copy of ilbc

2012-05-03 Thread Tzafrir Cohen
On Mon, Mar 19, 2012 at 12:47:24PM +0100, Simon Josefsson wrote:
> Faidon Liambotis  writes:
> 
> > On 03/19/12 13:28, Simon Josefsson wrote:

> > The iLBC code in RFC 3591 was freed when the company that original
> > authored it (GIPS) was acquired by Google. See e.g.
> >https://datatracker.ietf.org/ipr/1649/
> 
> Hi!  That is only the patent license, right?  I don't see anything about
> the copyright and license of the code.

Right.

> 
> > I didn't check the one you pointed at, but I'm fairly sure it'll be
> > the exact same code.
> 
> No, it uses the code from WebRTC which appears to be different from the
> code in the RFC.

Right. So let's use it in Asterisk:

https://issues.asterisk.org/jira/browse/ASTERISK-19835

Jeroen Dekkers provided some compatibility bits on top of the WebRTC
interface in:
https://github.com/dekkers/libilbc . This greatly reduced the required
changes in the asterisk code.

-- 
   Tzafrir Cohen
icq#16849755  jabber:tzafrir.co...@xorcom.com
+972-50-7952406   mailto:tzafrir.co...@xorcom.com
http://www.xorcom.com  iax:gu...@local.xorcom.com/tzafrir



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



Bug#671435: O: autofs5

2012-05-03 Thread William Dauchy
Package: wnpp
Severity: normal

The autofs5 package has not been updated since 2009-09-07 by his maintainer; he
also didn't replied to my email requests.
Since more than one year, I'm maintaining on my side my own autofs package, so I
plan to propose my packages.
-- 
William



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



Bug#667373: simgear: ftbfs with GCC-4.7

2012-05-03 Thread Matthias Klose
severity 667373 serious
block 667167 by 667373
thanks

the flightgear builds needs the header patch in simgear



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



Bug#671434: xpra: FTBFS if built twice in a row: aborting due to unexpected upstream changes

2012-05-03 Thread Jakub Wilk

Source: xpra
Version: 0.1.0.1+dfsg-1
Severity: important
User: debian...@lists.debian.org
Usertags: qa-doublebuild

xpra FTBFS if built twice in a row:
|  dpkg-source -b xpra-0.1.0.1+dfsg
| dpkg-source: info: using source format `3.0 (quilt)'
| dpkg-source: info: building xpra using existing 
./xpra_0.1.0.1+dfsg.orig.tar.bz2
| dpkg-source: info: local changes detected, the modified files are:
|  xpra-0.1.0.1+dfsg/wimpiggy/lowlevel/bindings.c
|  xpra-0.1.0.1+dfsg/xpra/wait_for_x_server.c
| dpkg-source: error: aborting due to unexpected upstream changes, see 
/tmp/xpra_0.1.0.1+dfsg-1.diff.iIM0qB
| dpkg-source: info: you can integrate the local changes with dpkg-source 
--commit
| dpkg-buildpackage: error: dpkg-source -b xpra-0.1.0.1+dfsg gave error exit 
status 2

--
Jakub Wilk



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



Bug#671433: turnin-ng: FTBFS if built twice in a row: unrepresentable changes to source

2012-05-03 Thread Jakub Wilk

Source: turnin-ng
Version: 1.1-1
Severity: important
User: debian...@lists.debian.org
Usertags: qa-doublebuild

turnin-ng FTBFS if built twice in a row:
|  dpkg-source -b turnin-ng-1.1
| dpkg-source: info: using source format `3.0 (quilt)'
| dpkg-source: info: building turnin-ng using existing 
./turnin-ng_1.1.orig.tar.gz
| dpkg-source: error: cannot represent change to 
turnin-ng-1.1/doc/turnin-ng.pdf: binary file contents changed
| dpkg-source: error: add doc/turnin-ng.pdf in debian/source/include-binaries 
if you want to store the modified binary in the debian tarball
| dpkg-source: error: unrepresentable changes to source
| dpkg-buildpackage: error: dpkg-source -b turnin-ng-1.1 gave error exit status 
2

--
Jakub Wilk



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



Bug#671432: trac-subtickets: FTBFS if built twice in a row: aborting due to unexpected upstream changes

2012-05-03 Thread Jakub Wilk

Source: trac-subtickets
Version: 0.1.1+253f019-1
Severity: important
User: debian...@lists.debian.org
Usertags: qa-doublebuild

trac-subtickets FTBFS if built twice in a row:
|  dpkg-source -b trac-subtickets-0.1.1+253f019
| dpkg-source: info: using source format `3.0 (quilt)'
| dpkg-source: info: building trac-subtickets using existing 
./trac-subtickets_0.1.1+253f019.orig.tar.gz
| dpkg-source: warning: file 
trac-subtickets-0.1.1+253f019/TracSubTicketsPlugin.egg-info/requires.txt has no 
final newline (either original or modified version)
| dpkg-source: warning: file 
trac-subtickets-0.1.1+253f019/TracSubTicketsPlugin.egg-info/SOURCES.txt has no 
final newline (either original or modified version)
| dpkg-source: info: local changes detected, the modified files are:
|  trac-subtickets-0.1.1+253f019/TracSubTicketsPlugin.egg-info/PKG-INFO
|  trac-subtickets-0.1.1+253f019/TracSubTicketsPlugin.egg-info/SOURCES.txt
|  
trac-subtickets-0.1.1+253f019/TracSubTicketsPlugin.egg-info/dependency_links.txt
|  trac-subtickets-0.1.1+253f019/TracSubTicketsPlugin.egg-info/entry_points.txt
|  trac-subtickets-0.1.1+253f019/TracSubTicketsPlugin.egg-info/requires.txt
|  trac-subtickets-0.1.1+253f019/TracSubTicketsPlugin.egg-info/top_level.txt
| dpkg-source: error: aborting due to unexpected upstream changes, see 
/tmp/trac-subtickets_0.1.1+253f019-1.diff.QFGp0z
| dpkg-source: info: you can integrate the local changes with dpkg-source 
--commit
| dpkg-buildpackage: error: dpkg-source -b trac-subtickets-0.1.1+253f019 gave 
error exit status 2

--
Jakub Wilk



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



Bug#671431: trac-mastertickets: FTBFS if built twice in a row: aborting due to unexpected upstream changes

2012-05-03 Thread Jakub Wilk

Source: trac-mastertickets
Version: 3.0.2+20111224-1
Severity: important
User: debian...@lists.debian.org
Usertags: qa-doublebuild

trac-mastertickets FTBFS if built twice in a row:
|  dpkg-source -b trac-mastertickets-3.0.2+20111224
| dpkg-source: info: using source format `3.0 (quilt)'
| dpkg-source: info: building trac-mastertickets using existing 
./trac-mastertickets_3.0.2+20111224.orig.tar.gz
| dpkg-source: warning: file 
trac-mastertickets-3.0.2+20111224/TracMasterTickets.egg-info/requires.txt has 
no final newline (either original or modified version)
| dpkg-source: warning: file 
trac-mastertickets-3.0.2+20111224/TracMasterTickets.egg-info/SOURCES.txt has no 
final newline (either original or modified version)
| dpkg-source: info: local changes detected, the modified files are:
|  trac-mastertickets-3.0.2+20111224/TracMasterTickets.egg-info/PKG-INFO
|  trac-mastertickets-3.0.2+20111224/TracMasterTickets.egg-info/SOURCES.txt
|  
trac-mastertickets-3.0.2+20111224/TracMasterTickets.egg-info/dependency_links.txt
|  trac-mastertickets-3.0.2+20111224/TracMasterTickets.egg-info/entry_points.txt
|  trac-mastertickets-3.0.2+20111224/TracMasterTickets.egg-info/requires.txt
|  trac-mastertickets-3.0.2+20111224/TracMasterTickets.egg-info/top_level.txt
| dpkg-source: error: aborting due to unexpected upstream changes, see 
/tmp/trac-mastertickets_3.0.2+20111224-1.diff.YnBdeb
| dpkg-source: info: you can integrate the local changes with dpkg-source 
--commit
| dpkg-buildpackage: error: dpkg-source -b trac-mastertickets-3.0.2+20111224 
gave error exit status 2

--
Jakub Wilk



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



Bug#671057: [Debichem-devel] Bug#671057: a fix of this bug

2012-05-03 Thread Michael Banck
Hi,

On Thu, May 03, 2012 at 11:51:56PM +0800, 雨蒼 wrote:
> hi, I'm try to fix this bug.
> I added python in python-indigo depends, and add dh_python2 in rules.
> Please help me to check if it can work.

Many thanks for the patch, but I have fixed it slightly differently now.
It was enough to active the python2 dh module.


Cheers,

Michael



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



Bug#671430: trac-git: FTBFS if built twice in a row: aborting due to unexpected upstream changes

2012-05-03 Thread Jakub Wilk

Source: trac-git
Version: 0.12.0.5+722342e-1
Severity: important
User: debian...@lists.debian.org
Usertags: qa-doublebuild

trac-git FTBFS if built twice in a row:
|  dpkg-source -b trac-git-0.12.0.5+722342e
| dpkg-source: info: using source format `3.0 (quilt)'
| dpkg-source: info: building trac-git using existing 
./trac-git_0.12.0.5+722342e.orig.tar.gz
| dpkg-source: warning: file 
trac-git-0.12.0.5+722342e/TracGit.egg-info/requires.txt has no final newline 
(either original or modified version)
| dpkg-source: warning: file 
trac-git-0.12.0.5+722342e/TracGit.egg-info/SOURCES.txt has no final newline 
(either original or modified version)
| dpkg-source: info: local changes detected, the modified files are:
|  trac-git-0.12.0.5+722342e/TracGit.egg-info/PKG-INFO
|  trac-git-0.12.0.5+722342e/TracGit.egg-info/SOURCES.txt
|  trac-git-0.12.0.5+722342e/TracGit.egg-info/dependency_links.txt
|  trac-git-0.12.0.5+722342e/TracGit.egg-info/entry_points.txt
|  trac-git-0.12.0.5+722342e/TracGit.egg-info/namespace_packages.txt
|  trac-git-0.12.0.5+722342e/TracGit.egg-info/requires.txt
|  trac-git-0.12.0.5+722342e/TracGit.egg-info/top_level.txt
| dpkg-source: error: aborting due to unexpected upstream changes, see 
/tmp/trac-git_0.12.0.5+722342e-1.diff.GetO6l
| dpkg-source: info: you can integrate the local changes with dpkg-source 
--commit
| dpkg-buildpackage: error: dpkg-source -b trac-git-0.12.0.5+722342e gave error 
exit status 2

--
Jakub Wilk



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



Bug#671429: trac-diavisview: FTBFS if built twice in a row: aborting due to unexpected upstream changes

2012-05-03 Thread Jakub Wilk

Source: trac-diavisview
Version: 0.1+r11124-2
Severity: important
User: debian...@lists.debian.org
Usertags: qa-doublebuild

trac-diavisview FTBFS if built twice in a row:
|  dpkg-source -b trac-diavisview-0.1+r11124
| dpkg-source: info: using source format `3.0 (quilt)'
| dpkg-source: info: building trac-diavisview using existing 
./trac-diavisview_0.1+r11124.orig.tar.gz
| dpkg-source: warning: file 
trac-diavisview-0.1+r11124/0.11/DiaVisViewPlugin.egg-info/SOURCES.txt has no 
final newline (either original or modified version)
| dpkg-source: info: local changes detected, the modified files are:
|  trac-diavisview-0.1+r11124/0.11/DiaVisViewPlugin.egg-info/PKG-INFO
|  trac-diavisview-0.1+r11124/0.11/DiaVisViewPlugin.egg-info/SOURCES.txt
|  
trac-diavisview-0.1+r11124/0.11/DiaVisViewPlugin.egg-info/dependency_links.txt
|  trac-diavisview-0.1+r11124/0.11/DiaVisViewPlugin.egg-info/entry_points.txt
|  trac-diavisview-0.1+r11124/0.11/DiaVisViewPlugin.egg-info/top_level.txt
| dpkg-source: error: aborting due to unexpected upstream changes, see 
/tmp/trac-diavisview_0.1+r11124-2.diff.Qb7YLQ
| dpkg-source: info: you can integrate the local changes with dpkg-source 
--commit
| dpkg-buildpackage: error: dpkg-source -b trac-diavisview-0.1+r11124 gave 
error exit status 2

--
Jakub Wilk



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



Bug#671428: trac-bitten: FTBFS if built twice in a row: aborting due to unexpected upstream changes

2012-05-03 Thread Jakub Wilk

Source: trac-bitten
Version: 0.6+final-3
Severity: important
User: debian...@lists.debian.org
Usertags: qa-doublebuild

trac-bitten FTBFS if built twice in a row:
|  dpkg-source -b trac-bitten-0.6+final
| dpkg-source: info: using source format `3.0 (quilt)'
| dpkg-source: info: building trac-bitten using existing 
./trac-bitten_0.6+final.orig.tar.gz
| dpkg-source: info: local changes detected, the modified files are:
|  trac-bitten-0.6+final/Bitten.egg-info/PKG-INFO
| dpkg-source: error: aborting due to unexpected upstream changes, see 
/tmp/trac-bitten_0.6+final-3.diff.i9T8at
| dpkg-source: info: you can integrate the local changes with dpkg-source 
--commit
| dpkg-buildpackage: error: dpkg-source -b trac-bitten-0.6+final gave error 
exit status 2

--
Jakub Wilk



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



Bug#671427: python-translationstring: FTBFS if built twice in a row: aborting due to unexpected upstream changes

2012-05-03 Thread Jakub Wilk

Source: python-translationstring
Version: 1.1-1
Severity: important
User: debian...@lists.debian.org
Usertags: qa-doublebuild

python-translationstring FTBFS if built twice in a row:
|  dpkg-source -b python-translationstring-1.1
| dpkg-source: info: using source format `3.0 (quilt)'
| dpkg-source: info: building python-translationstring using existing 
./python-translationstring_1.1.orig.tar.gz
| dpkg-source: info: local changes detected, the modified files are:
|  python-translationstring-1.1/translationstring.egg-info/PKG-INFO
| dpkg-source: error: aborting due to unexpected upstream changes, see 
/tmp/python-translationstring_1.1-1.diff.ISs_FF
| dpkg-source: info: you can integrate the local changes with dpkg-source 
--commit
| dpkg-buildpackage: error: dpkg-source -b python-translationstring-1.1 gave 
error exit status 2

--
Jakub Wilk



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



Bug#671426: python-stdnum: FTBFS if built twice in a row: aborting due to unexpected upstream changes

2012-05-03 Thread Jakub Wilk

Source: python-stdnum
Version: 0.7-1
Severity: important
User: debian...@lists.debian.org
Usertags: qa-doublebuild

python-stdnum FTBFS if built twice in a row:
|  dpkg-source -b python-stdnum-0.7
| dpkg-source: info: using source format `3.0 (quilt)'
| dpkg-source: info: building python-stdnum using existing 
./python-stdnum_0.7.orig.tar.gz
| dpkg-source: info: local changes detected, the modified files are:
|  python-stdnum-0.7/build/lib/stdnum/__init__.py
|  python-stdnum-0.7/build/lib/stdnum/at/__init__.py
|  python-stdnum-0.7/build/lib/stdnum/at/uid.py
|  python-stdnum-0.7/build/lib/stdnum/be/__init__.py
|  python-stdnum-0.7/build/lib/stdnum/be/vat.py
|  python-stdnum-0.7/build/lib/stdnum/bg/__init__.py
|  python-stdnum-0.7/build/lib/stdnum/bg/egn.py
|  python-stdnum-0.7/build/lib/stdnum/bg/pnf.py
|  python-stdnum-0.7/build/lib/stdnum/bg/vat.py
|  python-stdnum-0.7/build/lib/stdnum/br/__init__.py
|  python-stdnum-0.7/build/lib/stdnum/br/cpf.py
|  python-stdnum-0.7/build/lib/stdnum/cy/__init__.py
|  python-stdnum-0.7/build/lib/stdnum/cy/vat.py
|  python-stdnum-0.7/build/lib/stdnum/cz/__init__.py
|  python-stdnum-0.7/build/lib/stdnum/cz/dic.py
|  python-stdnum-0.7/build/lib/stdnum/cz/rc.py
|  python-stdnum-0.7/build/lib/stdnum/de/__init__.py
|  python-stdnum-0.7/build/lib/stdnum/de/vat.py
|  python-stdnum-0.7/build/lib/stdnum/dk/__init__.py
|  python-stdnum-0.7/build/lib/stdnum/dk/cpr.py
|  python-stdnum-0.7/build/lib/stdnum/dk/cvr.py
|  python-stdnum-0.7/build/lib/stdnum/ean.py
|  python-stdnum-0.7/build/lib/stdnum/ee/__init__.py
|  python-stdnum-0.7/build/lib/stdnum/ee/kmkr.py
|  python-stdnum-0.7/build/lib/stdnum/es/__init__.py
|  python-stdnum-0.7/build/lib/stdnum/es/cif.py
|  python-stdnum-0.7/build/lib/stdnum/es/dni.py
|  python-stdnum-0.7/build/lib/stdnum/es/nie.py
|  python-stdnum-0.7/build/lib/stdnum/es/nif.py
|  python-stdnum-0.7/build/lib/stdnum/eu/__init__.py
|  python-stdnum-0.7/build/lib/stdnum/eu/vat.py
|  python-stdnum-0.7/build/lib/stdnum/fi/__init__.py
|  python-stdnum-0.7/build/lib/stdnum/fi/alv.py
|  python-stdnum-0.7/build/lib/stdnum/fi/hetu.py
|  python-stdnum-0.7/build/lib/stdnum/fr/__init__.py
|  python-stdnum-0.7/build/lib/stdnum/fr/siren.py
|  python-stdnum-0.7/build/lib/stdnum/fr/tva.py
|  python-stdnum-0.7/build/lib/stdnum/gb/__init__.py
|  python-stdnum-0.7/build/lib/stdnum/gb/vat.py
|  python-stdnum-0.7/build/lib/stdnum/gr/__init__.py
|  python-stdnum-0.7/build/lib/stdnum/gr/vat.py
|  python-stdnum-0.7/build/lib/stdnum/grid.py
|  python-stdnum-0.7/build/lib/stdnum/hr/__init__.py
|  python-stdnum-0.7/build/lib/stdnum/hr/oib.py
|  python-stdnum-0.7/build/lib/stdnum/hu/__init__.py
|  python-stdnum-0.7/build/lib/stdnum/hu/anum.py
|  python-stdnum-0.7/build/lib/stdnum/iban.dat
|  python-stdnum-0.7/build/lib/stdnum/iban.py
|  python-stdnum-0.7/build/lib/stdnum/ie/__init__.py
|  python-stdnum-0.7/build/lib/stdnum/ie/pps.py
|  python-stdnum-0.7/build/lib/stdnum/ie/vat.py
|  python-stdnum-0.7/build/lib/stdnum/imei.py
|  python-stdnum-0.7/build/lib/stdnum/imsi.dat
|  python-stdnum-0.7/build/lib/stdnum/imsi.py
|  python-stdnum-0.7/build/lib/stdnum/isan.py
|  python-stdnum-0.7/build/lib/stdnum/isbn.dat
|  python-stdnum-0.7/build/lib/stdnum/isbn.py
|  python-stdnum-0.7/build/lib/stdnum/isil.dat
|  python-stdnum-0.7/build/lib/stdnum/isil.py
|  python-stdnum-0.7/build/lib/stdnum/ismn.py
|  python-stdnum-0.7/build/lib/stdnum/iso7064/__init__.py
|  python-stdnum-0.7/build/lib/stdnum/iso7064/mod_11_10.py
|  python-stdnum-0.7/build/lib/stdnum/iso7064/mod_11_2.py
|  python-stdnum-0.7/build/lib/stdnum/iso7064/mod_37_2.py
|  python-stdnum-0.7/build/lib/stdnum/iso7064/mod_37_36.py
|  python-stdnum-0.7/build/lib/stdnum/iso7064/mod_97_10.py
|  python-stdnum-0.7/build/lib/stdnum/issn.py
|  python-stdnum-0.7/build/lib/stdnum/it/__init__.py
|  python-stdnum-0.7/build/lib/stdnum/it/iva.py
|  python-stdnum-0.7/build/lib/stdnum/lt/__init__.py
|  python-stdnum-0.7/build/lib/stdnum/lt/pvm.py
|  python-stdnum-0.7/build/lib/stdnum/lu/__init__.py
|  python-stdnum-0.7/build/lib/stdnum/lu/tva.py
|  python-stdnum-0.7/build/lib/stdnum/luhn.py
|  python-stdnum-0.7/build/lib/stdnum/lv/__init__.py
|  python-stdnum-0.7/build/lib/stdnum/lv/pvn.py
|  python-stdnum-0.7/build/lib/stdnum/meid.py
|  python-stdnum-0.7/build/lib/stdnum/mt/__init__.py
|  python-stdnum-0.7/build/lib/stdnum/mt/vat.py
|  python-stdnum-0.7/build/lib/stdnum/nl/__init__.py
|  python-stdnum-0.7/build/lib/stdnum/nl/bsn.py
|  python-stdnum-0.7/build/lib/stdnum/nl/btw.py
|  python-stdnum-0.7/build/lib/stdnum/nl/onderwijsnummer.py
|  python-stdnum-0.7/build/lib/stdnum/numdb.py
|  python-stdnum-0.7/build/lib/stdnum/pl/__init__.py
|  python-stdnum-0.7/build/lib/stdnum/pl/nip.py
|  python-stdnum-0.7/build/lib/stdnum/pt/__init__.py
|  python-stdnum-0.7/build/lib/stdnum/pt/nif.py
|  python-stdnum-0.7/build/lib/stdnum/ro/__init__.py
|  python-stdnum-0.7/build/lib/stdnum/ro/cf.py
|  python-stdnum-0.7/build/lib/stdnum/ro/cnp.py
|  python-stdnum-0.7/build/lib/s

Bug#671425: python-setupdocs: FTBFS if built twice in a row: aborting due to unexpected upstream changes

2012-05-03 Thread Jakub Wilk

Source: python-setupdocs
Version: 1.0.5-3
Severity: important
User: debian...@lists.debian.org
Usertags: qa-doublebuild

python-setupdocs FTBFS if built twice in a row:
|  dpkg-source -b python-setupdocs-1.0.5
| dpkg-source: info: using source format `3.0 (quilt)'
| dpkg-source: info: building python-setupdocs using existing 
./python-setupdocs_1.0.5.orig.tar.gz
| dpkg-source: info: local changes detected, the modified files are:
|  python-setupdocs-1.0.5/SetupDocs.egg-info/PKG-INFO
| dpkg-source: error: aborting due to unexpected upstream changes, see 
/tmp/python-setupdocs_1.0.5-3.diff.IRb2DE
| dpkg-source: info: you can integrate the local changes with dpkg-source 
--commit
| dpkg-buildpackage: error: dpkg-source -b python-setupdocs-1.0.5 gave error 
exit status 2

--
Jakub Wilk



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



Bug#671424: python-peak.rules: FTBFS if built twice in a row: aborting due to unexpected upstream changes

2012-05-03 Thread Jakub Wilk

Source: python-peak.rules
Version: 0.5a1+r2707-1
Severity: important
User: debian...@lists.debian.org
Usertags: qa-doublebuild

python-peak.rules FTBFS if built twice in a row:
|  dpkg-source -b python-peak.rules-0.5a1+r2707
| dpkg-source: info: using source format `3.0 (quilt)'
| dpkg-source: info: building python-peak.rules using existing 
./python-peak.rules_0.5a1+r2707.orig-prioritized-methods-0-2-2dev-20110830.tar.gz
 ./python-peak.rules_0.5a1+r2707.orig-rules.tar.gz 
./python-peak.rules_0.5a1+r2707.orig.tar.gz
| dpkg-source: warning: ignoring deletion of file 
rules/PEAK_Rules.egg-info/PKG-INFO
| dpkg-source: info: local changes detected, the modified files are:
|  
python-peak.rules-0.5a1+r2707/prioritized-methods-0-2-2dev-20110830/prioritized_methods.egg-info/PKG-INFO
| dpkg-source: error: aborting due to unexpected upstream changes, see 
/tmp/python-peak.rules_0.5a1+r2707-1.diff.H8VkIY
| dpkg-source: info: you can integrate the local changes with dpkg-source 
--commit
| dpkg-buildpackage: error: dpkg-source -b python-peak.rules-0.5a1+r2707 gave 
error exit status 2

--
Jakub Wilk



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



Bug#671423: python-mysqldb: FTBFS if built twice in a row: aborting due to unexpected upstream changes

2012-05-03 Thread Jakub Wilk

Source: python-mysqldb
Version: 1.2.3-1
Severity: important
User: debian...@lists.debian.org
Usertags: qa-doublebuild

python-mysqldb FTBFS if built twice in a row:
|  dpkg-source -b python-mysqldb-1.2.3
| dpkg-source: info: using source format `3.0 (quilt)'
| dpkg-source: info: building python-mysqldb using existing 
./python-mysqldb_1.2.3.orig.tar.gz
| dpkg-source: info: local changes detected, the modified files are:
|  python-mysqldb-1.2.3/MySQL_python.egg-info/PKG-INFO
| dpkg-source: error: aborting due to unexpected upstream changes, see 
/tmp/python-mysqldb_1.2.3-1.diff.Mq0up0
| dpkg-source: info: you can integrate the local changes with dpkg-source 
--commit
| dpkg-buildpackage: error: dpkg-source -b python-mysqldb-1.2.3 gave error exit 
status 2

--
Jakub Wilk



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



Bug#671422: python-mongoengine: FTBFS if built twice in a row: unrepresentable changes to source

2012-05-03 Thread Jakub Wilk

Source: python-mongoengine
Version: 0.6.4-1
Severity: important
User: debian...@lists.debian.org
Usertags: qa-doublebuild

python-mongoengine FTBFS if built twice in a row:
|  dpkg-source -b python-mongoengine-0.6.4
| dpkg-source: info: using source format `3.0 (quilt)'
| dpkg-source: info: building python-mongoengine using existing 
./python-mongoengine_0.6.4.orig.tar.gz
| dpkg-source: warning: ignoring deletion of directory tests
| dpkg-source: warning: ignoring deletion of file tests/mongoengine.png
| dpkg-source: warning: ignoring deletion of file tests/fixtures.py
| dpkg-source: warning: ignoring deletion of file tests/signals.py
| dpkg-source: warning: ignoring deletion of file tests/django_tests.py
| dpkg-source: warning: ignoring deletion of file tests/document.py
| dpkg-source: warning: ignoring deletion of file tests/connection.py
| dpkg-source: warning: ignoring deletion of file tests/__init__.py
| dpkg-source: warning: ignoring deletion of file tests/fields.py
| dpkg-source: warning: ignoring deletion of file tests/queryset.py
| dpkg-source: warning: ignoring deletion of file tests/dereference.py
| dpkg-source: warning: ignoring deletion of file tests/dynamic_document.py
| dpkg-source: warning: file 
python-mongoengine-0.6.4/mongoengine.egg-info/requires.txt has no final newline 
(either original or modified version)
| dpkg-source: warning: file 
python-mongoengine-0.6.4/mongoengine.egg-info/SOURCES.txt has no final newline 
(either original or modified version)
| dpkg-source: error: cannot represent change to 
python-mongoengine-0.6.4/mongoengine/tests/mongoengine.png: binary file 
contents changed
| dpkg-source: error: add mongoengine/tests/mongoengine.png in 
debian/source/include-binaries if you want to store the modified binary in the 
debian tarball
| dpkg-source: warning: newly created empty file 
'mongoengine/tests/__init__.py' will not be represented in diff
| dpkg-source: error: unrepresentable changes to source
| dpkg-buildpackage: error: dpkg-source -b python-mongoengine-0.6.4 gave error 
exit status 2

--
Jakub Wilk



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



Bug#671420: python-django-piston: FTBFS if built twice in a row: aborting due to unexpected upstream changes

2012-05-03 Thread Jakub Wilk

Source: python-django-piston
Version: 0.2.3-1
Severity: important
User: debian...@lists.debian.org
Usertags: qa-doublebuild

python-django-piston FTBFS if built twice in a row:
|  dpkg-source -b python-django-piston-0.2.3
| dpkg-source: info: using source format `3.0 (quilt)'
| dpkg-source: info: building python-django-piston using existing 
./python-django-piston_0.2.3.orig.tar.bz2
| dpkg-source: warning: file 
python-django-piston-0.2.3/django_piston.egg-info/SOURCES.txt has no final 
newline (either original or modified version)
| dpkg-source: info: local changes detected, the modified files are:
|  python-django-piston-0.2.3/django_piston.egg-info/PKG-INFO
|  python-django-piston-0.2.3/django_piston.egg-info/SOURCES.txt
|  python-django-piston-0.2.3/django_piston.egg-info/dependency_links.txt
|  python-django-piston-0.2.3/django_piston.egg-info/namespace_packages.txt
|  python-django-piston-0.2.3/django_piston.egg-info/not-zip-safe
|  python-django-piston-0.2.3/django_piston.egg-info/top_level.txt
| dpkg-source: error: aborting due to unexpected upstream changes, see 
/tmp/python-django-piston_0.2.3-1.diff.GyQ6vO
| dpkg-source: info: you can integrate the local changes with dpkg-source 
--commit
| dpkg-buildpackage: error: dpkg-source -b python-django-piston-0.2.3 gave 
error exit status 2

--
Jakub Wilk



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



Bug#671421: python-fudge: FTBFS if built twice in a row: aborting due to unexpected upstream changes

2012-05-03 Thread Jakub Wilk

Source: python-fudge
Version: 1.0.3-1
Severity: important
User: debian...@lists.debian.org
Usertags: qa-doublebuild

python-fudge FTBFS if built twice in a row:
|  dpkg-source -b python-fudge-1.0.3
| dpkg-source: info: using source format `3.0 (quilt)'
| dpkg-source: info: building python-fudge using existing 
./python-fudge_1.0.3.orig.tar.gz
| dpkg-source: warning: ignoring deletion of file ._setup.py
| dpkg-source: warning: ignoring deletion of file ._MANIFEST.in
| dpkg-source: warning: ignoring deletion of file ._run_tests.sh
| dpkg-source: warning: ignoring deletion of file ._README.txt
| dpkg-source: warning: ignoring deletion of file fudge/._patcher.py
| dpkg-source: warning: ignoring deletion of file fudge/._inspector.py
| dpkg-source: warning: ignoring deletion of file fudge/.___init__.py
| dpkg-source: warning: ignoring deletion of file 
fudge/tests/._test_inspector.py
| dpkg-source: warning: ignoring deletion of file fudge/tests/._test_registry.py
| dpkg-source: warning: ignoring deletion of file 
fudge/tests/._test_import_all.py
| dpkg-source: warning: ignoring deletion of file fudge/tests/._test_patcher.py
| dpkg-source: warning: ignoring deletion of file fudge/tests/.___init__.py
| dpkg-source: warning: ignoring deletion of file fudge/tests/._test_fudge.py
| dpkg-source: warning: ignoring deletion of file 
fudge/tests/support/.__for_patch.py
| dpkg-source: warning: ignoring deletion of file 
fudge/tests/support/.___init__.py
| dpkg-source: warning: ignoring deletion of file docs/._Makefile
| dpkg-source: warning: ignoring deletion of file 
docs/._migrating-0.9-to-1.0.rst
| dpkg-source: warning: ignoring deletion of file docs/._using-fudge.rst
| dpkg-source: warning: ignoring deletion of file docs/._index.rst
| dpkg-source: warning: ignoring deletion of file 
docs/_doctest_support/auth/.___init__.py
| dpkg-source: warning: ignoring deletion of file docs/api/._fudge.rst
| dpkg-source: info: local changes detected, the modified files are:
|  python-fudge-1.0.3/fudge.egg-info/PKG-INFO
|  python-fudge-1.0.3/fudge.egg-info/SOURCES.txt
| dpkg-source: error: aborting due to unexpected upstream changes, see 
/tmp/python-fudge_1.0.3-1.diff._4ze4u
| dpkg-source: info: you can integrate the local changes with dpkg-source 
--commit
| dpkg-buildpackage: error: dpkg-source -b python-fudge-1.0.3 gave error exit 
status 2

--
Jakub Wilk



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



Bug#671419: python-django-localeurl: FTBFS if built twice in a row: aborting due to unexpected upstream changes

2012-05-03 Thread Jakub Wilk

Source: python-django-localeurl
Version: 1.5-2
Severity: important
User: debian...@lists.debian.org
Usertags: qa-doublebuild

python-django-localeurl FTBFS if built twice in a row:
|  dpkg-source -b python-django-localeurl-1.5
| dpkg-source: info: using source format `3.0 (quilt)'
| dpkg-source: info: building python-django-localeurl using existing 
./python-django-localeurl_1.5.orig.tar.gz
| dpkg-source: info: local changes detected, the modified files are:
|  python-django-localeurl-1.5/django_localeurl.egg-info/PKG-INFO
| dpkg-source: error: aborting due to unexpected upstream changes, see 
/tmp/python-django-localeurl_1.5-2.diff.odvsRG
| dpkg-source: info: you can integrate the local changes with dpkg-source 
--commit
| dpkg-buildpackage: error: dpkg-source -b python-django-localeurl-1.5 gave 
error exit status 2

--
Jakub Wilk



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



Bug#671417: python-bitbucket: FTBFS if built twice in a row: aborting due to unexpected upstream changes

2012-05-03 Thread Jakub Wilk

Source: python-bitbucket
Version: 0.1-1
Severity: important
User: debian...@lists.debian.org
Usertags: qa-doublebuild

python-bitbucket FTBFS if built twice in a row:
|  dpkg-source -b python-bitbucket-0.1
| dpkg-source: info: using source format `3.0 (quilt)'
| dpkg-source: info: building python-bitbucket using existing 
./python-bitbucket_0.1.orig.tar.gz
| dpkg-source: warning: file 
python-bitbucket-0.1/python_bitbucket.egg-info/SOURCES.txt has no final newline 
(either original or modified version)
| dpkg-source: warning: file 
python-bitbucket-0.1/python_bitbucket.egg-info/entry_points.txt has no final 
newline (either original or modified version)
| dpkg-source: info: local changes detected, the modified files are:
|  python-bitbucket-0.1/python_bitbucket.egg-info/PKG-INFO
|  python-bitbucket-0.1/python_bitbucket.egg-info/SOURCES.txt
|  python-bitbucket-0.1/python_bitbucket.egg-info/dependency_links.txt
|  python-bitbucket-0.1/python_bitbucket.egg-info/entry_points.txt
|  python-bitbucket-0.1/python_bitbucket.egg-info/not-zip-safe
|  python-bitbucket-0.1/python_bitbucket.egg-info/top_level.txt
| dpkg-source: error: aborting due to unexpected upstream changes, see 
/tmp/python-bitbucket_0.1-1.diff.W9l3MH
| dpkg-source: info: you can integrate the local changes with dpkg-source 
--commit
| dpkg-buildpackage: error: dpkg-source -b python-bitbucket-0.1 gave error exit 
status 2

--
Jakub Wilk



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



Bug#671418: python-django-feincms: FTBFS if built twice in a row: aborting due to unexpected upstream changes

2012-05-03 Thread Jakub Wilk

Source: python-django-feincms
Version: 1.5.3-2
Severity: important
User: debian...@lists.debian.org
Usertags: qa-doublebuild

python-django-feincms FTBFS if built twice in a row:
|  dpkg-source -b python-django-feincms-1.5.3
| dpkg-source: info: using source format `3.0 (quilt)'
| dpkg-source: info: building python-django-feincms using existing 
./python-django-feincms_1.5.3.orig.tar.gz
| dpkg-source: warning: file 
python-django-feincms-1.5.3/FeinCMS.egg-info/SOURCES.txt has no final newline 
(either original or modified version)
| dpkg-source: info: local changes detected, the modified files are:
|  python-django-feincms-1.5.3/FeinCMS.egg-info/PKG-INFO
|  python-django-feincms-1.5.3/FeinCMS.egg-info/SOURCES.txt
|  python-django-feincms-1.5.3/FeinCMS.egg-info/dependency_links.txt
|  python-django-feincms-1.5.3/FeinCMS.egg-info/not-zip-safe
|  python-django-feincms-1.5.3/FeinCMS.egg-info/top_level.txt
| dpkg-source: error: aborting due to unexpected upstream changes, see 
/tmp/python-django-feincms_1.5.3-2.diff.3xcJFD
| dpkg-source: info: you can integrate the local changes with dpkg-source 
--commit
| dpkg-buildpackage: error: dpkg-source -b python-django-feincms-1.5.3 gave 
error exit status 2

--
Jakub Wilk



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



Bug#671416: pymodbus: FTBFS if built twice in a row: aborting due to unexpected upstream changes

2012-05-03 Thread Jakub Wilk

Source: pymodbus
Version: 0.9.0+r175-2
Severity: important
User: debian...@lists.debian.org
Usertags: qa-doublebuild

pymodbus FTBFS if built twice in a row:
|  dpkg-source -b pymodbus-0.9.0+r175
| dpkg-source: info: using source format `3.0 (quilt)'
| dpkg-source: info: building pymodbus using existing 
./pymodbus_0.9.0+r175.orig.tar.gz
| dpkg-source: warning: file pymodbus-0.9.0+r175/pymodbus.egg-info/requires.txt 
has no final newline (either original or modified version)
| dpkg-source: warning: file pymodbus-0.9.0+r175/pymodbus.egg-info/SOURCES.txt 
has no final newline (either original or modified version)
| dpkg-source: info: local changes detected, the modified files are:
|  pymodbus-0.9.0+r175/pymodbus.egg-info/PKG-INFO
|  pymodbus-0.9.0+r175/pymodbus.egg-info/SOURCES.txt
|  pymodbus-0.9.0+r175/pymodbus.egg-info/dependency_links.txt
|  pymodbus-0.9.0+r175/pymodbus.egg-info/requires.txt
|  pymodbus-0.9.0+r175/pymodbus.egg-info/top_level.txt
|  pymodbus-0.9.0+r175/pymodbus.egg-info/zip-safe
| dpkg-source: error: aborting due to unexpected upstream changes, see 
/tmp/pymodbus_0.9.0+r175-2.diff.Qgz04w
| dpkg-source: info: you can integrate the local changes with dpkg-source 
--commit
| dpkg-buildpackage: error: dpkg-source -b pymodbus-0.9.0+r175 gave error exit 
status 2

--
Jakub Wilk



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



Bug#671414: bleachbit: FTBFS if built twice in a row: unrepresentable changes to source

2012-05-03 Thread Jakub Wilk

Source: bleachbit
Version: 0.9.2-1
Severity: important
User: debian...@lists.debian.org
Usertags: qa-doublebuild

bleachbit FTBFS if built twice in a row:
|  dpkg-source -b bleachbit-0.9.2
| dpkg-source: info: using source format `3.0 (quilt)'
| dpkg-source: info: building bleachbit using existing 
./bleachbit_0.9.2.orig.tar.gz
| dpkg-source: error: cannot represent change to bleachbit-0.9.2/po/da.mo: 
binary file contents changed
| dpkg-source: error: add po/da.mo in debian/source/include-binaries if you 
want to store the modified binary in the debian tarball
| dpkg-source: error: cannot represent change to bleachbit-0.9.2/po/ca.mo: 
binary file contents changed
| dpkg-source: error: add po/ca.mo in debian/source/include-binaries if you 
want to store the modified binary in the debian tarball
| dpkg-source: error: cannot represent change to bleachbit-0.9.2/po/sl.mo: 
binary file contents changed
| dpkg-source: error: add po/sl.mo in debian/source/include-binaries if you 
want to store the modified binary in the debian tarball
| dpkg-source: error: cannot represent change to bleachbit-0.9.2/po/hy.mo: 
binary file contents changed
| dpkg-source: error: add po/hy.mo in debian/source/include-binaries if you 
want to store the modified binary in the debian tarball
| dpkg-source: error: cannot represent change to bleachbit-0.9.2/po/et.mo: 
binary file contents changed
| dpkg-source: error: add po/et.mo in debian/source/include-binaries if you 
want to store the modified binary in the debian tarball
| dpkg-source: error: cannot represent change to bleachbit-0.9.2/po/uk.mo: 
binary file contents changed
| dpkg-source: error: add po/uk.mo in debian/source/include-binaries if you 
want to store the modified binary in the debian tarball
| dpkg-source: error: cannot represent change to bleachbit-0.9.2/po/vi.mo: 
binary file contents changed
| dpkg-source: error: add po/vi.mo in debian/source/include-binaries if you 
want to store the modified binary in the debian tarball
| dpkg-source: error: cannot represent change to bleachbit-0.9.2/po/zh_TW.mo: 
binary file contents changed
| dpkg-source: error: add po/zh_TW.mo in debian/source/include-binaries if you 
want to store the modified binary in the debian tarball
| dpkg-source: error: cannot represent change to bleachbit-0.9.2/po/sr.mo: 
binary file contents changed
| dpkg-source: error: add po/sr.mo in debian/source/include-binaries if you 
want to store the modified binary in the debian tarball
| dpkg-source: error: cannot represent change to bleachbit-0.9.2/po/bn.mo: 
binary file contents changed
| dpkg-source: error: add po/bn.mo in debian/source/include-binaries if you 
want to store the modified binary in the debian tarball
| dpkg-source: error: cannot represent change to bleachbit-0.9.2/po/be.mo: 
binary file contents changed
| dpkg-source: error: add po/be.mo in debian/source/include-binaries if you 
want to store the modified binary in the debian tarball
| dpkg-source: error: cannot represent change to bleachbit-0.9.2/po/hi.mo: 
binary file contents changed
| dpkg-source: error: add po/hi.mo in debian/source/include-binaries if you 
want to store the modified binary in the debian tarball
| dpkg-source: error: cannot represent change to bleachbit-0.9.2/po/sk.mo: 
binary file contents changed
| dpkg-source: error: add po/sk.mo in debian/source/include-binaries if you 
want to store the modified binary in the debian tarball
| dpkg-source: error: cannot represent change to bleachbit-0.9.2/po/de.mo: 
binary file contents changed
| dpkg-source: error: add po/de.mo in debian/source/include-binaries if you 
want to store the modified binary in the debian tarball
| dpkg-source: error: cannot represent change to bleachbit-0.9.2/po/hr.mo: 
binary file contents changed
| dpkg-source: error: add po/hr.mo in debian/source/include-binaries if you 
want to store the modified binary in the debian tarball
| dpkg-source: error: cannot represent change to bleachbit-0.9.2/po/fo.mo: 
binary file contents changed
| dpkg-source: error: add po/fo.mo in debian/source/include-binaries if you 
want to store the modified binary in the debian tarball
| dpkg-source: error: cannot represent change to bleachbit-0.9.2/po/eu.mo: 
binary file contents changed
| dpkg-source: error: add po/eu.mo in debian/source/include-binaries if you 
want to store the modified binary in the debian tarball
| dpkg-source: error: cannot represent change to bleachbit-0.9.2/po/te.mo: 
binary file contents changed
| dpkg-source: error: add po/te.mo in debian/source/include-binaries if you 
want to store the modified binary in the debian tarball
| dpkg-source: error: cannot represent change to bleachbit-0.9.2/po/cs.mo: 
binary file contents changed
| dpkg-source: error: add po/cs.mo in debian/source/include-binaries if you 
want to store the modified binary in the debian tarball
| dpkg-source: error: cannot represent change to bleachbit-0.9.2/po/bg.mo: 
binary file contents changed
| dpkg-source: error: add po/bg.mo 

Bug#671415: pycxx: FTBFS if built twice in a row: aborting due to unexpected upstream changes

2012-05-03 Thread Jakub Wilk

Source: pycxx
Version: 6.2.4-1
Severity: important
User: debian...@lists.debian.org
Usertags: qa-doublebuild

pycxx FTBFS if built twice in a row:
|  dpkg-source -b pycxx-6.2.4
| dpkg-source: info: using source format `3.0 (quilt)'
| dpkg-source: info: building pycxx using existing ./pycxx_6.2.4.orig.tar.gz
| dpkg-source: info: local changes detected, the modified files are:
|  pycxx-6.2.4/build/lib/CXX/__init__.py
| dpkg-source: error: aborting due to unexpected upstream changes, see 
/tmp/pycxx_6.2.4-1.diff.YYVOUX
| dpkg-source: info: you can integrate the local changes with dpkg-source 
--commit
| dpkg-buildpackage: error: dpkg-source -b pycxx-6.2.4 gave error exit status 2

--
Jakub Wilk



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



Bug#655689: Announce of an upcoming upload for the cwidget package

2012-05-03 Thread David Prévot
Dear maintainer of cwidget and Debian translators,

Some days ago, I sent a notice to the maintainer of the cwidget
Debian package, mentioning the status of at least one old
translation update in the BTS.

I announced the intent to build and possibly upload a non-maintainer
upload for this package in order to fix this long-time pending
localization bug as well as all other pending translations.

The package maintainer agreed for the NMU or did not respond in a week,
so I will proceed with the NMU.

The full planned schedule is available at the end of this mail.


The package is currently completely translated to: de es fr pl

It's a pretty simple package, with only 14 strings, that should* bring
back the translated “[yes] [no]” widget inside aptitude.

Other translators also have the opportunity to create new translations
for this package. Once completed, please send them as a bug report
against the cwidget package so I can incorporate them in the build.


The deadline for receiving updates and new translations is Sunday, May
13, 2012. If you are not in time you can always send your translation to
the BTS.

The POT file is attached to this mail.

If the maintainer objects to this process I will immediately abort my
NMU and send him/her all updates I receive.

Otherwise the following will happen (or already has):

 Thursday, April 26, 2012 : send the first intent to NMU notice to
the package maintainer.
 Thursday, May 03, 2012   : send this notice.
 Sunday, May 13, 2012 : deadline for receiving translation
updates.
 Monday, May 14, 2012 : build the package and upload it to
DELAYED/15-day, send the NMU patch to the BTS.
 Tuesday, May 29, 2012: NMU reaches incoming.

Regards

David

P.-S. : * should because it didn't work in my tests today (it installs
the MO files where they belong, but the “[yes] [no]” widget was not
translated). I'm anyway confident it will work as it should before the
upload, and I won't hesitate to cry for help if it doesn't ;-).

# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR Daniel Burrows 
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR , YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: cwidget 0.5.16\n"
"Report-Msgid-Bugs-To: dburr...@debian.org\n"
"POT-Creation-Date: 2009-11-29 18:35-0800\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
"Language-Team: LANGUAGE \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=CHARSET\n"
"Content-Transfer-Encoding: 8bit\n"

#: src/cwidget/config/column_definition.cc:273
msgid "Bad format parameter"
msgstr ""

#: src/cwidget/dialogs.cc:115 src/cwidget/dialogs.cc:128
#: src/cwidget/dialogs.cc:311 src/cwidget/dialogs.cc:351
msgid "Ok"
msgstr ""

#: src/cwidget/dialogs.cc:201 src/cwidget/dialogs.cc:239
msgid "Yes"
msgstr ""

#: src/cwidget/dialogs.cc:202 src/cwidget/dialogs.cc:240
msgid "No"
msgstr ""

#: src/cwidget/dialogs.cc:352
msgid "Cancel"
msgstr ""

#: src/cwidget/generic/threads/threads.cc:33
msgid "Not enough resources to create thread"
msgstr ""

#: src/cwidget/toplevel.cc:157
#, c-format
msgid "Ouch!  Got SIGTERM, dying..\n"
msgstr ""

#: src/cwidget/toplevel.cc:160
#, c-format
msgid "Ouch!  Got SIGSEGV, dying..\n"
msgstr ""

#: src/cwidget/toplevel.cc:163
#, c-format
msgid "Ouch!  Got SIGABRT, dying..\n"
msgstr ""

#: src/cwidget/toplevel.cc:166
#, c-format
msgid "Ouch!  Got SIGQUIT, dying..\n"
msgstr ""

#: src/cwidget/toplevel.cc:954
msgid "yes_key"
msgstr ""

#: src/cwidget/toplevel.cc:955
msgid "no_key"
msgstr ""

#: src/cwidget/widgets/pager.cc:476
#, c-format
msgid ""
"Unable to load filename: the string %ls has no multibyte representation."
msgstr ""

#: src/cwidget/widgets/tree.cc:1009
msgid "TOP LEVEL"
msgstr ""


signature.asc
Description: OpenPGP digital signature


Bug#671413: [libcairo2] Icedove crash when running remotely through NX

2012-05-03 Thread Antonio Russo

Package: libcairo2
Version: 1.12.0-2
Severity: normal

--- Please enter the report below this line. ---
While using Icedove in an NX session, an immediate
crash occurs. It's probably the same bug as mentioned
on this Arch bug report:

https://bugs.archlinux.org/task/29257

Downgrading to 1.10.2-7 resolves the issue (i.e., no
more crash on startup).

--- System information. ---
Architecture: amd64
Kernel:   Linux 3.2.0-2-amd64

Debian Release: wheezy/sid
  501 experimental-snapshots qt-kde.debian.net
  500 oneiric ppa.launchpad.net
  499 unstablewww.debian-multimedia.org
  499 unstableftp.us.debian.org
  401 testing ftp.us.debian.org
  400 stable  dl.google.com
  100 experimentalwww.debian-multimedia.org
  100 experimentalftp.us.debian.org

--- Package information. ---
Depends(Version) | Installed
-+-==
libc6   (>= 2.3) | 2.13-32
libfontconfig1(>= 2.8.0) | 2.9.0-3
libfreetype6  (>= 2.3.5) | 2.4.9-1
libpixman-1-0(>= 0.18.0) | 0.24.4-1
libpng12-0 (>= 1.2.13-4) | 1.2.49-1
libx11-6 | 2:1.4.99.901-2
libxcb-render0   | 1.8.1-1
libxcb-shm0  | 1.8.1-1
libxcb1 (>= 1.2) | 1.8.1-1
libxrender1  | 1:0.9.7-1
zlib1g  (>= 1:1.1.4) | 1:1.2.7.dfsg-1


Package's Recommends field is empty.

Package's Suggests field is empty.






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



Bug#671021: broken link in docs

2012-05-03 Thread Mikhail Gusarov
retitle 671021 help() thinks that packages in /usr/lib/pythonX.Y/dist-packages 
are from the standard library
reassign 671021 package python2.7
clone 671021 -1
reassign -1 python3.2
thanks

Twas brillig at 11:42:10 01.05.2012 UTC+02 when dooms...@knuut.de did gyre and 
gimble:

 UE> If you import the pyinotify module and invoke "help(pyinotify)", you get 
the 
 UE> following output:

 UE> | MODULE DOCS
 UE> | http://docs.python.org/library/pyinotify

 UE> This link doesn't exist, pyinotify is not (yet?) part of upstream's 
standard 
 UE> library.

>From /usr/lib/python2.7/pydoc.py:

if (isinstance(object, type(os)) and
(object.__name__ in ('errno', 'exceptions', 'gc', 'imp',
 'marshal', 'posix', 'signal', 'sys',
 'thread', 'zipimport') or
 (file.startswith(basedir) and
  not file.startswith(os.path.join(basedir, 'site-packages' and
object.__name__ not in ('xml.etree', 'test.pydoc_mod')):
if docloc.startswith("http://";):
docloc = "%s/%s" % (docloc.rstrip("/"), object.__name__)
else:
docloc = os.path.join(docloc, object.__name__ + ".html")
else:
docloc = None

Apparently pydoc needs to be fixed to take dist-packages into account,
as pyinotify, as well as other packages installed there, gets
misdetected as a part of standard library.

-- 



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



Bug#671411: roundcube-plugins-extra should be updated to 0.7

2012-05-03 Thread Atanas Atanasov
Package: roundcube-plugins-extra
Version: 0.5.4-20110919~bpo60+1
Severity: normal

In squeeze-backports, all roundcube related packages have version 0.7.x with
the exception of roundcube-plugins-extra. Due to package incompatibilities,
this prevents me from upgrading to the latest version of roundcube in the
repositories. The extra plugins are not released under the same versioning
scheme as roundcube, so I suspect the issue is quite minor and amounts to
incrementing the version of the package.



-- System Information:
Debian Release: 6.0.4
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.32-5-686 (SMP w/1 CPU core)
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 roundcube-plugins-extra depends on:
ii  libjs-jquery-mousew 4-1~bpo60+1  jQuery Mousewheel Plugin
ii  libjs-jquery-ui 1.8.dfsg-3   JavaScript UI library for dynamic 
ii  roundcube-core  0.5.4+dfsg-1~bpo60+1 skinnable AJAX based webmail solut

roundcube-plugins-extra recommends no packages.

Versions of packages roundcube-plugins-extra suggests:
ii  fail2ban  0.8.4-3bans IPs that cause multiple authe

-- no debconf information



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



Bug#660845: [PATCH] lintian: false positive codeless-jar warning with javadoc jar files

2012-05-03 Thread Ludovic Claude
Hello,

I made a patch for this bug, please review it.

Thanks,
Ludovic
>From 100949797a8a468c6f803db966e60fc5f19702bb Mon Sep 17 00:00:00 2001
From: Ludovic Claude 
Date: Thu, 3 May 2012 23:32:04 +0200
Subject: [PATCH] checks/java:   + Ignore javadoc jars for the codeless-jar
 tag. (Closes: #660845)

---
 checks/java  |4 +++-
 debian/changelog |2 ++
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/checks/java b/checks/java
index 2f8a893..2b7a5b9 100644
--- a/checks/java
+++ b/checks/java
@@ -97,7 +97,9 @@ for my $jar_file (sort keys %{$java_info}) {
 
 # Eclipse / OSGi bundles are sometimes source bundles
 #   these do not ship classes but java files and other sources.
-if ($bsname !~ m/\.source$/o || $cp) {
+# Javadoc jars deployed in the Maven repository also do not ship
+#   classes but HTML files, images and CSS files
+if (($bsname !~ m/\.source$/o && $jar_file !~ m#^usr/share/maven-repo/.*-javadoc\.jar#) || $cp) {
 tag 'codeless-jar', $jar_file;
 }
 }
diff --git a/debian/changelog b/debian/changelog
index 01b579c..fbd5137 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -101,6 +101,8 @@ lintian (2.5.7) UNRELEASED; urgency=low
   raster images in "scalable" icon directories.  Thanks to
   Paul Wise for the report and Felix Geyer for the patches.
   (Closes: #628189)
+  * checks/java:
++ Ignore javadoc jars for the codeless-jar tag. (Closes: #660845)
   * checks/lintian.desc:
 + [NT] Updated the description of the override tags.
   * checks/manpages{,.desc}:
-- 
1.7.9.5



Bug#671278: /run/spamass not writeable by user spamass-milter; fails on reboot

2012-05-03 Thread Don Armstrong
On Wed, 02 May 2012, Ron Murray wrote:

> With the move of /var/run to /run (and associated use of volatile
> memory), the permissions on /run/spamass are not set correctly on
> reboot:
> 
> drwxr-xr-x.  2 root   root100 May  2 17:29 spamass/

I'm going to guess that your spamass-milter init.d script has been
modified from the version that we distribute in the current package,
as the current package handles /var/run being on volatile media.


Don Armstrong

-- 
Quite the contrary; they *love* collateral damage. If they can make
you miserable enough, maybe you'll stop using email entirely. Once
enough people do that, then there'll be no legitimate reason left for
anyone to run an SMTP server, and the spam problem will be solved.
 -- Craig Dickson in <20020909231134.GA18917@linux700.localnet>

http://www.donarmstrong.com  http://rzlab.ucr.edu



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



Bug#671160: pty is not closed when closing tabs

2012-05-03 Thread Tony Houghton
On Wed, 02 May 2012 16:41:44 +0800
Guo Yixuan  wrote:

> After opening and closing several tabs, lsof shows:
> # only pasting relevant lines
> $ lsof /dev/pts
> roxterm 10061  gyx   13r   CHR  136,0  0t03 /dev/pts/0
> roxterm 10061  gyx   20u   CHR  136,1  0t04 /dev/pts/1
> ...
> roxterm 10061  gyx   50u   CHR 136,16  0t0   19 /dev/pts/16
> This bug seems to be fixed in commit 5cf36ff, but it's still affect 
> current version.

I looked into it further and realised what I did wrong in the first
place and why my attempt to fix it was wrong. I think I've fixed it
properly now and checked it into git.

While waiting for the next release I think you can work around the
problem in 2.6.2 by using the close buttons to close tabs instead of
letting the child exit eg by pressing Ctrl-D in a shell.



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



Bug#670177: RM: libopensc -- RoQA; orphaned, unused, no revdeps, i386-only

2012-05-03 Thread Moritz Mühlenhoff
On Thu, May 03, 2012 at 11:23:22PM +0200, Alexander Reichle-Schmehl wrote:
> tags 670177 +moreinfo
> thanks
> 
> Hi Moritz!
> 
> * Moritz Muehlenhoff  [120423 19:30]:
> 
> > Please remove libopensc:
> > - Orphaned since more than three years
> > - No rev-deps (gst-plugins-bad0.10 was fixed yesterday)
> > - Dead upstream
> > - i386 only
> 
> Sorry, I couldn't find this package. Nearest thing I found is openscap,
> but that doesn't seem to be what you are revering too.  Could you please
> check again?

Typo, my bad. This is the package:
http://packages.qa.debian.org/libo/libopenspc.html 

Cheers,
Moritz



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



Bug#670070: nmu: dolfin_1.0.0-4

2012-05-03 Thread Adam D. Barratt
On Sat, 2012-04-28 at 10:39 +0100, Adam D. Barratt wrote:
> On Fri, 2012-04-27 at 22:41 -0500, Kumar Appaiah wrote:
> > On Fri, Apr 27, 2012 at 07:02:51PM +0100, Adam D. Barratt wrote:
> > > On Sun, 2012-04-22 at 12:44 -0500, Kumar Appaiah wrote:
> > > > Subsequent to the upload of armadillo 3, dolfin needs a rebuild.
> > > > 
> > > > nmu dolfin_1.0.0-4 . ALL . -m "Rebuild against armadillo (>= 
> > > > 1:3.0.1+dfsg)"
> > > 
> > > Scheduled.
> 
> The ia64 and s390 builds FTBFS so far, although I don't think either of
> them is specifically armadillo related from a quick look.

That got fixed and, as of tonight's britney run, libarmdillo2 is no
longer in testing.

Regards,

Adam




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



Bug#660845: lintian: [PATCH] false positive codeless-jar warning with javadoc jar files

2012-05-03 Thread Ludovic Claude
Package: lintian
Version: 2.5.6
Followup-For: Bug #660845

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Hello,

Please find attached a patch for this bug. My Perl is rusty, double check this
patch!



- -- System Information:
Debian Release: wheezy/sid
  APT prefers precise-updates
  APT policy: (500, 'precise-updates'), (500, 'precise-security'), (500, 
'precise'), (100, 'precise-backports')
Architecture: amd64 (x86_64)

Kernel: Linux 3.2.0-24-generic (SMP w/8 CPU cores)
Locale: LANG=fr_FR.utf8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages lintian depends on:
ii  binutils   2.22-6ubuntu1
ii  bzip2  1.0.6-1
ii  diffstat   1.54-1
ii  file   5.09-2
ii  gettext0.18.1.1-5ubuntu3
ii  intltool-debian0.35.0+20060710.1
ii  libapt-pkg-perl0.1.25build2
ii  libc-bin   2.15-0ubuntu10
ii  libclass-accessor-perl 0.34-1
ii  libclone-perl  0.31-1build3
ii  libdpkg-perl   1.16.1.2ubuntu7
ii  libemail-valid-perl0.185-1
ii  libipc-run-perl0.90-1
ii  libparse-debianchangelog-perl  1.2.0-1ubuntu1
ii  libtimedate-perl   1.2000-1
ii  liburi-perl1.59-1
ii  locales2.13+git20120306-3
ii  man-db 2.6.1-2
ii  patchutils 0.3.2-1.1
ii  perl [libdigest-sha-perl]  5.14.2-6ubuntu2
ii  unzip  6.0-4ubuntu1

lintian recommends no packages.

Versions of packages lintian suggests:
ii  binutils-multiarch 
ii  dpkg-dev   1.16.1.2ubuntu7
ii  libhtml-parser-perl3.69-1build1
ii  libtext-template-perl  1.45-2
ii  man-db 2.6.1-2
ii  xz-utils   5.1.1alpha+20110809-3

- -- no debconf information

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

iQIcBAEBCAAGBQJPowPVAAoJEImmFv6yGz693mUP/1lsQC1rk6SMnl+hb/fp2KkR
GFIfjfPgVqadNwbWJoiwUf/lhhGu+YSJ4QLcF7ODed38Gr1GnawHbg9Olh94GOxV
8GJcJdvfYHfcW141GYKdNdDF6HEgcvzt0q7zydk+kyDuTTAZ/n/QGctTzmg0lME7
dqhz5BLf+og4pFTwI5S/j0JcHbPu71okWXvzQDb1S7ckZoqMk43oo0GWuBW+5rkQ
FzWdDs/dlYCn83XNupODGJiMazl0HzcCvVJJjnXmE3pUSlqzJBQ5zHnqqmqiuotn
J7bFKUE1kuWWL9Dr1GXkk7GiOdCkgjsWF5V0CC5bUUnjW/jnk8Qgja+SF1laMMj9
8USUaT0IH8v6ULfSITXsCtDGBuwrIj3sJN7PE/bUdbn7yJAnMR5U8SKVTLBHX+jp
cnJSJwcqYC0VQS40/vINkX5hRBbEf6Gqr+M3y0or3mWNDdp5CQgg4tH9Z/3HfY/C
6/FNMdesNeam2xg+77Q9uA8EXneJiwvys3iJ0U3tfzEyvQISn6zZCvII94gab9HV
J3q1KHJMLOhFHEVVpjO0HQJwlWamPAbRRt/hxDCtb3g6v4y9U6iqAdil/7ENEEsK
7GAnyMLM0QAOefdtzad8CbFRA7+s+RDyASNFqSBuDQv4HSCskyfZyvVDiTHmHVEL
oPY1f8yqgAfEo328oifI
=nwiy
-END PGP SIGNATURE-
>From 100949797a8a468c6f803db966e60fc5f19702bb Mon Sep 17 00:00:00 2001
From: Ludovic Claude 
Date: Thu, 3 May 2012 23:32:04 +0200
Subject: [PATCH] checks/java:   + Ignore javadoc jars for the codeless-jar
 tag. (Closes: #660845)

---
 checks/java  |4 +++-
 debian/changelog |2 ++
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/checks/java b/checks/java
index 2f8a893..2b7a5b9 100644
--- a/checks/java
+++ b/checks/java
@@ -97,7 +97,9 @@ for my $jar_file (sort keys %{$java_info}) {
 
 # Eclipse / OSGi bundles are sometimes source bundles
 #   these do not ship classes but java files and other sources.
-if ($bsname !~ m/\.source$/o || $cp) {
+# Javadoc jars deployed in the Maven repository also do not ship
+#   classes but HTML files, images and CSS files
+if (($bsname !~ m/\.source$/o && $jar_file !~ m#^usr/share/maven-repo/.*-javadoc\.jar#) || $cp) {
 tag 'codeless-jar', $jar_file;
 }
 }
diff --git a/debian/changelog b/debian/changelog
index 01b579c..fbd5137 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -101,6 +101,8 @@ lintian (2.5.7) UNRELEASED; urgency=low
   raster images in "scalable" icon directories.  Thanks to
   Paul Wise for the report and Felix Geyer for the patches.
   (Closes: #628189)
+  * checks/java:
++ Ignore javadoc jars for the codeless-jar tag. (Closes: #660845)
   * checks/lintian.desc:
 + [NT] Updated the description of the override tags.
   * checks/manpages{,.desc}:
-- 
1.7.9.5



Bug#609521: testing the package - pretty good!

2012-05-03 Thread Antoine Beaupré
I tried compiling the package, it looks pretty good!

I have had some trouble in a few key places that still make the package
incomplete or unusable for me, here's an outline:

 1. lintian warnings
 2. no automatic database configuration
 3. MySQL GRANT too permissive
 4. checksum warnings
 5. sparkline generation fails
 6. empty pages

Let's go through this one at a time. :) If this gets fixed, I'd be happy
to sponsor this package. Let me know.

Lintian warnings


So far I have found the following lintian warnings:

W: piwik source: syntax-error-in-dep5-copyright line 14: Cannot parse line 
"Redistribution and use in source and binary forms, with or without "
W: piwik: embedded-javascript-library 
usr/share/piwik/libs/swfobject/swfobject.js

The former should be easy to cleanup.

The latter may be more problematic, but should probably be ignored if
the library isn't already in Debian.

Automatic database configuration


Also, it seems to me you could leverage the dbconfig-common tools to
automatically create the database credentials for the site. I
understand, however, that this may be problematic since Piwik doesn't
provide a .sql file to load...

MySQL GRANT too permissive
==

Note that the documentation in README.Debian on how to grant database
access is way too permissive:

GRANT ALL PRIVILEGES ON *.* TO 'piwikuser'@'localhost' WITH GRANT OPTION;

... will grant piwik access to *ALL* databases! The following should be
used instead:

GRANT ALL PRIVILEGES ON piwik.* TO 'piwik'@'localhost' WITH GRANT OPTION;

This is also what is documented upstream:

http://piwik.org/docs/requirements/

Checksum warnings
=

During the install, i see this warning:

 Le contrôle d'intégrité a échoué et a rapporté des erreurs. Cela est
 probablement du à un envoi de fichier partiel ou en échec des fichiers
 de Piwik. Vous devriez envoyer de nouveau les fichiers de Piwik et
 rafraichir cette page jusqu'à ce qu'elle n'affiche plus aucune
 erreur. Détails

(Sorry for the french, but this means that the file checksum failed,
probably because of the packaging.)

There are a bunch of files missing and others with the wrong checksum:

Différence de taille de fichier : /usr/share/piwik/core/HTMLPurifier.php 
(longueur attendue: 1120, rencontrée : 8831)
Fichier manquant : /usr/share/piwik/core/ViewDataTable/Sparkline.php
Fichier manquant : /usr/share/piwik/core/Visualization/Sparkline.php
Fichier manquant : /usr/share/piwik/js/LICENSE.txt
Fichier manquant : /usr/share/piwik/LEGALNOTICE
Fichier manquant : /usr/share/piwik/libs/cssmin/MIT-LICENSE.txt
Différence de taille de fichier : 
/usr/share/piwik/libs/HTML/QuickForm2/Element/Date.php (longueur attendue: 
35658, rencontrée : 42351)
Fichier manquant : /usr/share/piwik/libs/jqplot/MIT-LICENSE.txt
Différence de taille de fichier : 
/usr/share/piwik/libs/jquery/jquery.history.js (longueur attendue: 5592, 
rencontrée : 5922)
Différence de taille de fichier : /usr/share/piwik/libs/jquery/jquery.js 
(longueur attendue: 93868, rencontrée : 163855)
Différence de taille de fichier : /usr/share/piwik/libs/PclZip/pclzip.lib.php 
(longueur attendue: 196367, rencontrée : 203146)
Fichier manquant : /usr/share/piwik/libs/PEAR/LICENSE
Fichier manquant : /usr/share/piwik/libs/PiwikTracker/LICENSE.txt
Différence de taille de fichier : /usr/share/piwik/libs/Smarty/Smarty.class.php 
(longueur attendue: 63597, rencontrée : 63600)
Différence de taille de fichier : 
/usr/share/piwik/libs/Smarty/Smarty_Compiler.class.php (longueur attendue: 
94360, rencontrée : 94363)
Fichier manquant : /usr/share/piwik/libs/sparkline/lib/Sparkline.php
Fichier manquant : /usr/share/piwik/libs/swfobject/MIT-LICENSE.txt
Différence de taille de fichier : /usr/share/piwik/libs/Zend/Config/Json.php 
(longueur attendue: 8250, rencontrée : 17010)
Fichier manquant : /usr/share/piwik/libs/Zend/Config/Writer/Json.php
Fichier manquant : /usr/share/piwik/libs/Zend/Config/Writer/Yaml.php
Fichier manquant : /usr/share/piwik/libs/Zend/Config/Yaml.php
Fichier manquant : /usr/share/piwik/libs/Zend/LICENSE.txt
Fichier manquant : 
/usr/share/piwik/plugins/ExampleUI/images/icons-planet/LICENSE
Fichier manquant : /usr/share/piwik/plugins/SecurityInfo/LICENSE
Fichier manquant : /usr/share/piwik/README

("Fichier manquant" means "file missing" and "Différence de taille"
means "different size".)

Sparkline generation problem


The sparklines seem to be broken, when viewing an image, i get this:

Fatal error: Class 'Piwik_ViewDataTable_Sparkline' not found in
/usr/share/piwik/core/ViewDataTable.php on line 229

This happens on the following URL for me:

http://localhost/piwik/index.php?module=MultiSites&action=getEvolutionGraph&period=day&date=2012-04-04,2012-05-03&evolutionBy=visits&columns=nb_visits&idSite=1&idsite=1&viewDataTable=sparkline

Empty pages
===

In general, most pages in the UI are empty. This may be 

Bug#648681: ITP: lierolibre -- old-school earthworm action game

2012-05-03 Thread Martin Erik Werner
Currently seeking sponsorship, see
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=670195
for more information.


-- 
Martin Erik Werner 


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


Bug#606161: retitle 606161 ITP: openframeworks -- A C++ toolkit for creative coding

2012-05-03 Thread Jorge Munhoz Castanher
Hello,

My name is Jorge Muñoz. I would like to package OpenFrameworks for
Debian.

I will begin with Miriam package and then go to the last release of OF
(Miriam, it would be wonderful if you could help me if I get lost.
Thanks in advance).

I am in contact with Alberto Garcia (agar...@igalia.com), who is going
to help me in the process (lots of thanks, Berto).

Cheers,

Jorge




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



Bug#671406: Here's the patch

2012-05-03 Thread Scott Kitterman
diff -Nru dnspython-1.9.4/debian/changelog dnspython-1.9.4/debian/changelog
--- dnspython-1.9.4/debian/changelog	2011-11-06 15:04:23.0 -0500
+++ dnspython-1.9.4/debian/changelog	2012-05-03 17:42:14.0 -0400
@@ -1,3 +1,12 @@
+dnspython (1.9.4-2) UNRELEASED; urgency=low
+
+  * Switch to dh_python2. Closes: #671406.
+- Drop build-depends on python-support
+- Bump required python-all build-depend version requirement to 2.6.6-3~
+- In debian/rules build with --with python2
+
+ -- Scott Kitterman   Thu, 03 May 2012 17:22:07 -0400
+
 dnspython (1.9.4-1) unstable; urgency=low
 
   * New upstream release.
diff -Nru dnspython-1.9.4/debian/control dnspython-1.9.4/debian/control
--- dnspython-1.9.4/debian/control	2011-11-06 15:06:59.0 -0500
+++ dnspython-1.9.4/debian/control	2012-05-03 17:39:26.0 -0400
@@ -2,7 +2,7 @@
 Section: python
 Priority: optional
 Maintainer: Robert S. Edmonds 
-Build-Depends: debhelper (>= 7.0.50~), python-all (>= 2.5.4-1~), python-support (>= 1.0.0)
+Build-Depends: debhelper (>= 7.0.50~), python-all (>= 2.6.6-3~)
 Standards-Version: 3.8.4
 
 Package: python-dnspython
diff -Nru dnspython-1.9.4/debian/rules dnspython-1.9.4/debian/rules
--- dnspython-1.9.4/debian/rules	2010-06-20 16:19:35.0 -0400
+++ dnspython-1.9.4/debian/rules	2012-05-03 17:39:54.0 -0400
@@ -2,4 +2,4 @@
 #export DH_VERBOSE=1
 
 %:
-	dh $@
+	dh $@ --with python2


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


Bug#671302: libav: circular dependency between libav and opencv

2012-05-03 Thread Julien Cristau
On Thu, May  3, 2012 at 10:20:57 -0400, Andres Mejia wrote:

> I'm not entirely certain how build circular dependency issues like this are
> resolved. Perhaps we should ask for help from the toolchain package
> maintainers or debian-devel.

What's wrong with just disabling opencv?

Cheers,
Julien


signature.asc
Description: Digital signature


  1   2   3   4   >