Bug#979237: qalculate-gtk: Consider version update

2021-01-21 Thread Dun Hum
+1 from me, it seems that qalculate-gtk won't make it into the next Debian version due to some packaging problems related to the use of gtk2 (but newer qalculate versions do use gtk3) and unversioned python references.   The freeze is already in full force, but I really hope we're still in

Bug#922731: closed by Sylvestre Ledru (Bug#922731: fixed in llvm-toolchain-7 1:7.0.1-7)

2019-02-27 Thread Dun Hum
What the hell? The attached patch doesn't solve anything! > Sent: Wednesday, February 27, 2019 at 4:09 PM > From: "Debian Bug Tracking System" > To: "A.C." > Subject: Bug#922731 closed by Sylvestre Ledru > (Bug#922731: fixed in llvm-toolchain-7 1:7.0.1-7) > > This is an automatic notification

Bug#922731: llvm-toolchain-7: Unjustified API breakage introduced by Debian patch

2019-02-20 Thread Dun Hum
> Would you have a testcase which shows the issue? This to make sure we > don't regress again > in the future. The simplest test case is the following one, it only checks that the enum value exist and has the correct name. ``` #include int main() { (void)llvm::Triple::KFreeBSD;

Bug#921246: llvm-toolchain breaks API for no reason

2019-02-17 Thread Dun Hum
The patch [1] that introduces support for KFreeBSD includes a silly rename of an enum value from "KFreeBSD" to "kFreeBSD" and breaks the LLVM API for no reason at all. I'd suggest to revert those renamings. [1]