Bug#846044: apt: Don't display all solutions for apt-cache rdepends

2016-11-27 Thread microrffr
Package: apt Version: 1.4~beta1 Severity: minor Dear Maintainer, I think it would make more sense not to print other packages that provide the given packages when doing rdepends. This happens in apt-private/private-depends.cc on lines 111-127. I was checking what depended on

Bug#832396: ddclient: Use hostname-specific option in get_ipv6

2016-07-24 Thread microrffr
Package: ddclient Version: 3.8.3-1.1 Severity: normal Tags: ipv6 Dear Maintainer, http://sources.debian.net/src/ddclient/3.8.3-1.1/ddclient/#L2166 In get_ipv6, $arg is initialized to opt($use), which gets the global setting, not the one specific to the hostname. Compare with line 2060 in

Bug#832395: ddclient: Reset $ipv6 per host instead of per service

2016-07-24 Thread microrffr
Package: ddclient Version: 3.8.3-1.1 Severity: normal Tags: ipv6 Dear Maintainer, Setting 'usev6' for a host in ddclient.conf poisons subsequent hosts. http://sources.debian.net/src/ddclient/3.8.3-1.1/ddclient/#L867 This part of the code turns on the $ivp6 flag and leaves it on for the rest of

Bug#805129: mitmproxy: mitm{proxy,dump,web} can't start without python-pyperclip

2015-11-14 Thread microrffr
Package: mitmproxy Version: 0.13-1 Severity: normal Dear Maintainer, mitmproxy et al. crash immediately if you don't have python-pyperclip installed. The package has python-pyperclip set as recommended, not a dependency. It would be great if we could use mitmproxy without installing qt though.

Bug#758397: libapt-pkg4.12: no initializer for pkgDepCache::iPolicyBrokenCount

2014-08-17 Thread microrffr
Package: libapt-pkg4.12 Version: 1.0.6 Severity: normal Dear Maintainer, At the beginning of pkgDepCache::Update(OpProgress *), there are several lines that clear most of the counters. There isn't one for iPolicyBrokenCount. I think it's starting from some garbage value. I'm trying to write a

Bug#747051: libjavascriptcoregtk-3.0-0: regular expression matching wrong on armel

2014-05-05 Thread microrffr+debian
Package: libjavascriptcoregtk-3.0-0 Version: 2.4.1-2 Severity: normal Dear Maintainer, The following regular expression isn't matched right. It appears in test 26 of the Acid3 test. In jsc from libjavascriptcoregtk-3.0-bin: 'eat-'.match(/AT\W/i) null 'eeat-'.match(/AT\W/i)