[Reportbug-maint] MD Sardines in oil 25 x 125 grs

2017-01-11 Thread Bonesca - Jona
    [ View in browser ]( http://r.newsletter.bonescamail.nl/pwa2j61qoatrf.html 
)    
 [   ]( http://r.newsletter.bonescamail.nl/2vl4a4o6laoatrd.html )
 
 
SPECIAL OFFER CANNED SARDINES IN OIL
 
Scientific Name: Sardina Piclhardus
Packing: 25 x 125 gr
Origin: Marocco
Expiry: 31-03-2019
 
PRICE € 0,38 PER CAN!!!
 
SALES ONLY PER PALET
  
[
]( http://r.newsletter.bonescamail.nl/2vl4a4o7dqoatrd.html )
 
This email was sent to reportbug-maint@lists.alioth.debian.org
You received this email because you are registered with Bonesca Import en 
Export BV
 
[ Unsubscribe here ]( http://r.newsletter.bonescamail.nl/pwa2j61qoatrg.html )   
 

Sent by
[  ]( http://r.newsletter.bonescamail.nl/2vl4a4o866oatrd.html )      
© 2017 Bonesca Import en Export BV   

___
Reportbug-maint mailing list
Reportbug-maint@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/reportbug-maint

[Reportbug-maint] Processed: Re: Bug#851055: Read bug broken in urwid ui

2017-01-11 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> tag 851055 + patch
Bug #851055 [reportbug] Read bug broken in urwid ui
Added tag(s) patch.
> thanks
Stopping processing here.

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

___
Reportbug-maint mailing list
Reportbug-maint@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/reportbug-maint


[Reportbug-maint] Bug#851055: Read bug broken in urwid ui

2017-01-11 Thread Ryan Kavanagh
tag 851055 + patch
thanks

Hi,

The attached patch appears to fix the bug. Run
  git am \
  0001-Unbreak-Read-bug-functionality-in-urwid-UI-Closes-85.patch
on the attachment to apply the patch/commit to the git repo.

Best wishes,
Ryan

-- 
|_)|_/  Ryan Kavanagh  | GPG: 4E46 9519 ED67 7734 268F
| \| \  https://ryanak.ca/ |  BD95 8F7B F8FC 4A11 C97A
From 0b103066c4965c038fbdc5b99ca59267ae78bb65 Mon Sep 17 00:00:00 2001
From: Ryan Kavanagh 
Date: Wed, 11 Jan 2017 15:34:51 -0500
Subject: [PATCH] Unbreak 'Read bug' functionality in urwid UI; Closes: #851055

---
 debian/changelog | 4 
 reportbug/ui/urwid_ui.py | 7 +++
 2 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 21799c5..a96e03a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,12 @@
 reportbug (7.1.3) UNRELEASED; urgency=medium
 
+  [ Sandro Tosi ]
   * debian/control
 - bump Standards-Version to 3.9.8 (no changes needed)
 
+  [ Ryan Kavanagh ]
+  * Unbreak 'Read bug' functionality in urwid UI; Closes: #851055
+
  -- Sandro Tosi   Wed, 04 Jan 2017 20:21:57 -0500
 
 reportbug (7.1.2) unstable; urgency=medium
diff --git a/reportbug/ui/urwid_ui.py b/reportbug/ui/urwid_ui.py
index 848414c..0443c6c 100644
--- a/reportbug/ui/urwid_ui.py
+++ b/reportbug/ui/urwid_ui.py
@@ -622,11 +622,11 @@ def handle_bts_query(package, bts, timeout, mirrors=None, http_proxy="",
 quitlabel = 'Quit'
 
 while True:
-info = menu('Select a bug to read (and possibly report more information) or report a new bug:', buglist,
+info = int(menu('Select a bug to read (and possibly report more information) or report a new bug:', buglist,
 '', ui=ui, title=sectitle, default=p,
 oklabel='Read bug',
 cancellabel=cancellabel,
-quitlabel=quitlabel)
+quitlabel=quitlabel))
 ui = None
 if info < 0:
 if info == -1:
@@ -639,8 +639,7 @@ def handle_bts_query(package, bts, timeout, mirrors=None, http_proxy="",
 result = debbugs.get_report(info, timeout)[0]
 break
 else:
-p = info
-res = show_report(int(p), bts, mirrors, http_proxy,
+res = show_report(info, bts, mirrors, http_proxy,
   timeout, queryonly=queryonly)
 if res:
 result = res
-- 
2.11.0



signature.asc
Description: PGP signature
___
Reportbug-maint mailing list
Reportbug-maint@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/reportbug-maint

[Reportbug-maint] Bug#851055: Read bug broken in urwid ui

2017-01-11 Thread Ryan Kavanagh
Package: reportbug
Version: 7.1.2
Severity: normal

Trying to read a bug in the urwid UI causes reportbug to crash. This
does not happen, e.g, with the text interface. To reproduce, attempt to
report a bug, and then select a bug from the list of existing bugs, and
then select the Read bug menu option.

Traceback (most recent call last):
  File "/usr/bin/reportbug", line 2233, in 
main()
  File "/usr/bin/reportbug", line 1107, in main
return iface.user_interface()
  File "/usr/bin/reportbug", line 1720, in user_interface
latest_first=self.options.latest_first)
  File "/usr/lib/python3/dist-packages/reportbug/ui/urwid_ui.py", line 631, in 
handle_bts_query
if info < 0:
TypeError: unorderable types: str() < int()

As mentioned, this does not occur with the text interface:

The signature option is ignored when using an MUA.
*** Welcome to reportbug.  Use ? for help at prompts. ***
Note: bug reports are publicly archived (including the email address of the 
submitter).
Detected character set: UTF-8
Please change your locale if this is incorrect.

Using 'Ryan Kavanagh ' as your from address.
Getting status for digikam...
Verifying package integrity...
Checking for newer versions at madison, incoming.debian.org and 
http://ftp-master.debian.org/new.html
Will send report to Debian (per lsb_release).
Querying Debian BTS for reports on digikam (source)...
31 bug reports found:

Bugs with severity serious
   1) #840841  digikam: fails to upgrade from jessie to stretch: gets removed, 
not upgraded  [RESOLVED]
   2) #841751  digikam: Rebuild needed as libmarblewidget-qt5 24 -> 25  
[RESOLVED]
Bugs with severity important
   3) #729119  digikam: Upgrade to Digikam 3.5 makes all albums disappear
   4) #774053  digikam: Process never goes away after quitting Digikam
   5) #838152  kipi-plugins: Missing dependencies on KDE packages
   6) #841412  digikam: FTBFS: error with opencv 3.1
   7) #842094  digikam: libgphoto2 support missing  [RESOLVED]
Bugs with severity normal
   8) #405020  upload dialog should not be modal
   9) #546403  kipi-plugins: includes Adobe DNG SDK, with problematic license
  10) #677234  digikam: External mySql database is not migrated from schema 
version 5 to 6
  11) #718908  digikam: Renaming of image files very slow
  12) #721826  digikam: saves Mysql password in plain text
  13) #729217  digikam: Digikam crashes when importing from mtpfs mounted 
Android device
  14) #743824  digikam: Digikam no longer displays any album thumbnails
  15) #763590  digikam: Updated digikam crashes on encountering *.7z files
  16) #792163  Reviewing kipi-plugins dependencies
  17) #799778  digikam: Not able to import pictures from CANON EOS350D after 
upgrading from 3.5
  18) #803978  digikam: Digikam image editor frequently crashes on PgUp/PgDown
  19) #834131  digikam: no video playback and no video thumbnails
  20) #834365  digikam: Dependency on libqt5sql5-mysql is missing  [RESOLVED]
  21) #842567  digikam: Digikam always uses Fusion widget style  [RESOLVED]
  22) #842610  digikam lost track of photos when renaming an album
  23) #845479  src:digikam: Missing icons when used outside a DE
  24) #846630  digikam freezes when trying to select target location in export 
to remote storage window under gnome
  25) #849830  [src:digikam] Some sources are not included in your package
Bugs with severity minor
  26) #687972  digikam crashs when wrong password entered for rajce.net
  27) #731619  digikam: Should warn the user immediately when database not 
writable
Bugs with severity wishlist
  28) #542951  kipi-plugins: Separate plugins with extra dependencies
  29) #585456  [digikam] please don't depend on marble-data
  30) #628631  Photo uploading should use existing selection
  31) #628635  Photo selection dialog makes it hard to select multiple photos
(28-31/31) Is the bug you found listed above [y|N|b|m|r|q|s|f|e|?]? 14
Retrieving report #743824 from Debian bug tracking system...
What do you want to do now? [N|x|o|r|b|e|q|?]?

-- Package-specific info:
** Environment settings:
EDITOR="vim"
PAGER="less"
DEBEMAIL="r...@debian.org"
EMAIL="r...@debian.org"
DEBFULLNAME="Ryan Kavanagh"
NAME="Ryan Kavanagh"
INTERFACE="urwid"

** /home/rak/.reportbugrc:
reportbug_version "4.12.6"
mode expert
ui urwid
realname "Ryan Kavanagh"
email "r...@debian.org"
no-cc
header "X-Debbugs-CC: r...@debian.org"
smtphost reportbug.debian.org
keyid 4A11C97A
sign gpg
mutt

-- System Information:
Debian Release: stretch/sid
  APT prefers unstable-debug
  APT policy: (500, 'unstable-debug'), (500, 'unstable'), (1, 
'experimental-debug'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.8.0-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_CA.UTF-8, LC_CTYPE=en_CA.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to en_CA.UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages reportbug depends on:
ii  apt1.4~beta3
ii  

[Reportbug-maint] reportbug 7.1.2 MIGRATED to testing

2017-01-11 Thread Debian testing watch
FYI: The status of the reportbug source package
in Debian's testing distribution has changed.

  Previous version: 7.1.1
  Current version:  7.1.2

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

___
Reportbug-maint mailing list
Reportbug-maint@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/reportbug-maint