Bug#748935: Initial patch

2014-07-07 Thread Samuli Suominen
Initial patch to compile against UPower = 0.99 --- upower.c +++ upower.c @@ -62,8 +62,10 @@ return 0; } + #if !UP_CHECK_VERSION(0, 9, 99) /* Allow a battery that was not present before to appear. */ up_client_enumerate_devices_sync(up, NULL, NULL); + #endif devices =

Bug#748935: Fwd: Initial patch

2014-07-07 Thread Andreas Henriksson
Hello Samuli Suominen. Thanks for the patch! Adding the correct bug number to CC to file it there. On Mon, Jul 07, 2014 at 11:01:57AM +0300, Samuli Suominen wrote: I totally suck at using Debian bugs and I don't really want to spend time figuring out what I did wrong Maybe you can post it

Processed: your mail

2014-07-07 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: severity 740885 grave Bug #740885 [wmbattery] wmbattery: no updates and no time estimation after kernel upgrade Severity set to 'grave' from 'important' End of message, stopping processing here. Please contact me if you need assistance. --

wmbattery is marked for autoremoval from testing

2014-07-07 Thread Debian testing autoremoval watch
wmbattery 2.43 is marked for autoremoval from testing on 2014-07-22 It is affected by these RC bugs: 740885: wmbattery: no updates and no time estimation after kernel upgrade -- To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact

Bug#750627: marked as done (UDD Bugs: YAML output ctags consists of HTML rather than YAML structured data)

2014-07-07 Thread Debian Bug Tracking System
Your message dated Mon, 7 Jul 2014 11:45:28 +0200 with message-id 20140707094528.GA6582@atitude.localdomain and subject line Re: Bug#750627: UDD Bugs: YAML output ctags consists of HTML rather than YAML structured data has caused the Debian Bug report #750627, regarding UDD Bugs: YAML output

Bug#752384: HEAnet sourceforge mirror is outdated

2014-07-07 Thread Daniel Lintott
Hi Paul, I just hit this same problem with one of my packages that ifs hosted on SF.net and the HEAnet mirror doesn't hold the latest source. I don't know whether this has been found/investigated before but the appears to be an RSS feed for each project containing the file downloads. So for my

Bug#752384: HEAnet sourceforge mirror is outdated

2014-07-07 Thread Paul Wise
On Mon, 2014-07-07 at 12:15 +0100, Daniel Lintott wrote: I don't know whether this has been found/investigated before but the appears to be an RSS feed for each project containing the file downloads. So for my package VPCS, the RSS feed is at: https://sourceforge.net/projects/vpcs/rss

Bug#753910: [PATCH] Add support for showing Debci test failures as an action item. Closes: #753910

2014-07-07 Thread Raphael Hertzog
Hi Andrew, thanks for the patch! Here are my comments: On Sun, 06 Jul 2014, Andrew Starr-Bochicchio wrote: +@python_2_unicode_compatible +class DebciStatus(models.Model): + +Model for debci status of packages. + +package = models.OneToOneField(PackageName,

Bug#753828: tracker.debian.org: Please add bug subscription

2014-07-07 Thread Raphael Hertzog
Control: retitle -1 Remember email used for package subscription and preselect it for future subscriptions Control: severiy -1 wishlist Hello Gabriele, On Sat, 05 Jul 2014, Gabriele Giacone wrote: please make Subscription section manage single bug subscriptions as well (duplicating input box

Processed: Re: Bug#753910: [PATCH] Add support for showing Debci test failures as an action item. Closes: #753910

2014-07-07 Thread Debian Bug Tracking System
Processing control commands: clone -1 -2 Bug #753910 [tracker.debian.org] tracker.debian.org: Learn about ci.debian.net Bug 753910 cloned as bug 754100 retitle -2 [docs] Add a tutorial for common cases: new panel, new action item, new link, downloading data Bug #754100 [tracker.debian.org]

Bug#753910: [PATCH] Add support for showing Debci test failures as an action item. Closes: #753910

2014-07-07 Thread Raphael Hertzog
Control: clone -1 -2 Control: retitle -2 [docs] Add a tutorial for common cases: new panel, new action item, new link, downloading data Control: tags -2 -patch On Mon, 07 Jul 2014, Andrew Starr-Bochicchio wrote: Thanks for the feedback. Just trying to get a feel for the code base. It might be

Bug#754110: Please set autofocus= on the search input box

2014-07-07 Thread Michael Stapelberg
Package: tracker.debian.org Severity: wishlist We do this in codesearch.debian.org, so please add the autofocus= property: input type=text name=q autofocus=autofocus That will allow people to browse to tracker.debian.org and start typing instead of having to use the mouse to focus the input

Bug#754085: please do not show signed-by unless it is different from changed-by

2014-07-07 Thread Mattia Rizzolo
Package: tracker.debian.org Severity: normal The news of uploads after the initial tracker import show a signed by: afer the name of the uploader. I think this is useful only for sponsored uploads, and thus is should be shown only in that case, and hide in the case of ordinary uploads. Maybe the

Bug#754116: qa.debian.org: Gnash does not display youtube vedios

2014-07-07 Thread Lakshmikanth Kammath b
Package: qa.debian.org Severity: important Dear Maintainer,    * What led up to the situation? I wished to watch youtube vedios on 07/07/2014 as usual.    * What exactly did you do (or not do) that was effective (or ineffective)? I entered the website of youtube(www.youtube.com)

Processed: reassign 754116 to gnash

2014-07-07 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: reassign 754116 gnash Bug #754116 [qa.debian.org] qa.debian.org: Gnash does not display youtube vedios Bug reassigned from package 'qa.debian.org' to 'gnash'. Ignoring request to alter found versions of bug #754116 to the same values previously

Bug#754143: Fix the tests to not pollute the data directory

2014-07-07 Thread Raphaël Hertzog
Package: tracker.debian.org Severity: minor After a run of ./manage.py test you get a few files in the data directory: data/cache: 4a1eaab869bd498dd2218b580f58a891 data/cache: 4a1eaab869bd498dd2218b580f58a891.headers data/cache: 78016d49ce86f47b39d5712970ca07cf data/cache:

Bug#753910: [PATCH] Add support for showing Debci test failures as an action item. Closes: #753910

2014-07-07 Thread Andrew Starr-Bochicchio
On Mon, Jul 7, 2014 at 10:36 AM, Raphael Hertzog hert...@debian.org wrote: On Sun, 06 Jul 2014, Andrew Starr-Bochicchio wrote: +@python_2_unicode_compatible +class DebciStatus(models.Model): + +Model for debci status of packages. + +package =