Bug#898678: ca-certificates-java: convert PKCS12 cacerts keystore to JKS

2018-05-14 Thread Tiago Stürmer Daitx
, it was wrong. 2) Avoid generating a jvm.cfg as openjdk has it's own logic for providing a well defined default jvm.cfg in such scenarios. 3) On Ubuntu it should depend on openjdk-11-jre-headless instead of openjdk-8. Please review and consider applying the provided debdiff. Regards, Tiago Daitx

Bug#895274: octave and OpenJDK 10

2018-05-03 Thread Tiago Daitx
On Thu, 19 Apr 2018 18:27:44 -0700 Mike Miller wrote: > I posted the attached patch to the Ubuntu bug tracker. This is an > upstream patch that enables octave configure to detect and build with > OpenJDK 10 and 11. Thanks for that! > I can add this to the octave packaging

Bug#897612: groovy: [FTBFS] groovy: 2.4.15-1 ftbfs due to invalid javadoc links

2018-05-03 Thread Tiago Stürmer Daitx
Package: groovy Version: 2.4.15-1 Severity: important Dear Maintainer, Note: Copied from Ubuntu bug #1765885 [1]. Starting with openjdk-10 all invalid, unreachable, or nonexistent javadoc links cause the javadoc to throw out an error - until openjdk-9 they were simply ignored with at most a

Bug#897611: cmake: handle new openjdk versioning

2018-05-03 Thread Tiago Stürmer Daitx
Package: cmake Version: 3.11.1-1 Severity: important Dear Maintainer, cmake 3.11.1 checks the wrong java version when deciding if javah is available: instead of "1.10" it should be "10". The bug was reported upstream at https://gitlab.kitware.com/cmake/cmake/issues/17938 and fixed at

Bug#896439: gradle-debian-helper points to an invalid java api directory

2018-05-01 Thread Tiago Daitx
Markus and Emmanuel, Thanks for the replies, I got the feedback that I needed. On Sat, Apr 21, 2018 at 3:16 PM, Markus Koschany <a...@debian.org> wrote: > > Am 21.04.2018 um 19:57 schrieb Emmanuel Bourg: >> Hi Tiago, >> >> I don't think gradle-debian-helper sh

Bug#895619: plexus-compiler: use --release instead of -source/-target for jdk9+ when setting defaults

2018-05-01 Thread Tiago Daitx
en't going to reconfigure > all upstream projects ourself anyway. Ack. Thanks for the help and for the review. -- Tiago Stürmer Daitx Software Engineer tiago.da...@canonical.com PGP Key: 4096R/F5B213BE (hkp://keyserver.ubuntu.com) Fingerprint = 45D0 FE5A 8109 1E91 866E 8CA4 1931 8D5E F5B2 13BE

Bug#896439: gradle-debian-helper points to an invalid java api directory

2018-04-20 Thread Tiago Stürmer Daitx
they moved to depend upon default-jdk. Regards, Tiago -- System Information: Debian Release: buster/sid APT prefers bionic APT policy: (500, 'bionic'), (400, 'bionic-proposed') Architecture: amd64 (x86_64) Kernel: Linux 4.15.0-17-lowlatency (SMP w/8 CPU cores; PREEMPT) Locale: LANG=en_US.UTF-8

Bug#896436: gradle FTBFS: error fetching java api url when building with openjdk-10

2018-04-20 Thread Tiago Daitx
I just realized that the existing patch debian/patches/docs.patch was the one modifying the javaApiUrl to point to the default-jdk api, I updated it to point to default-jdk-doc. Please consider the new debdiff and ignore the old one. thanks -- Tiago Stürmer Daitx Software Engineer tiago.da

Bug#896436: gradle FTBFS: error fetching java api url when building with openjdk-10

2018-04-20 Thread Tiago Daitx
-flag-jdk9.patch: Use GNU-style release +flag for Java 9 compiler. (Closes: #895616) + * debian/patches/use-local-artifacts.patch: use default-jdk-doc instead +of default-jdk path for javaApiUrl in subprojects/docs/docs.gradle. +(Closes: #896436) + + -- Tiago Stürmer Daitx <tiago

Bug#896436: gradle FTBFS: error fetching java api url when building with openjdk-10

2018-04-20 Thread Tiago Stürmer Daitx
right api directory, as in: def javaApiUrl = "file:///usr/share/doc/default-jdk-doc/api/" the build works as expected. The patch debian/patches/use-local-artifacts.patch should be updated to reflect this new patch. thanks Tiago -- System Information: Debian Release: buster/sid

Bug#895234: libcommons-lang3-java: update for OpenJDK 10 and OpenJDK 11

2018-04-19 Thread Tiago Daitx
n:jar failed.: NullPointerException -> [Help 1]". +LP: #1765570. (Closes: #895234) + * debian/patches/fix-numeric-3-area-code-support-lang-1312.diff: pull +upstream fix for numeric-3 area code support. (Closes: #895583) + + -- Tiago Stürmer Daitx <tiago.da...@ubuntu.com> Fri, 2

Bug#895619: plexus-compiler: use --release instead of -source/-target for jdk9+ when setting defaults

2018-04-13 Thread Tiago Daitx
detected during runtime. Regards, Tiago References: [1] https://sources.debian.org/src/gradle/3.4.1-7/debian/patches/java8-compatibility.patch On Fri, Apr 13, 2018 at 12:14 PM, Tiago Stürmer Daitx <tiago.da...@canonical.com> wrote: > Source: plexus-compiler > Version: 2.8.2-5 > S

Bug#895619: plexus-compiler: use --release instead of -source/-target for jdk9+ when setting defaults

2018-04-13 Thread Tiago Stürmer Daitx
to discuss as to what behavior it should default it in that case. Regards, Tiago Daitx References: [1] https://bugs.launchpad.net/ubuntu/+source/gradle/+bug/1760359 [2] https://github.com/plasma-umass/doppio/issues/497 [3] http://openjdk.java.net/jeps/247 -- System Information: Debian Release: buster

Bug#895616: gradle: fix support for openjdk-9 --release flag

2018-04-13 Thread Tiago Daitx
Please consider the attached debdiff for fixing this bug. thanks -- Tiago Stürmer Daitx Software Engineer tiago.da...@canonical.com PGP Key: 4096R/F5B213BE (hkp://keyserver.ubuntu.com) Fingerprint = 45D0 FE5A 8109 1E91 866E 8CA4 1931 8D5E F5B2 13BE diff -Nru gradle-3.4.1/debian/changelog

Bug#895616: gradle: fix support for openjdk-9 --release flag

2018-04-13 Thread Tiago Stürmer Daitx
Source: gradle Version: 3.4.1-7 Severity: normal Dear Maintainer, gradle 3.4.1 still detects and relies on the '-release' compiler argument, but newer openjdk-9 has moved to a '--release' gnu-style argument. Upstream has fixed that on commit

Bug#895234: libcommons-lang3-java: update for OpenJDK 10 and OpenJDK 11

2018-04-12 Thread Tiago Daitx
This fix (or testing it) might be blocked by bug #895587. -- Tiago Stürmer Daitx Software Engineer tiago.da...@canonical.com PGP Key: 4096R/F5B213BE (hkp://keyserver.ubuntu.com) Fingerprint = 45D0 FE5A 8109 1E91 866E 8CA4 1931 8D5E F5B2 13BE

Bug#895587: openjdk-10: exclude element-list from being compressed

2018-04-12 Thread Tiago Daitx
Please consider the attached patch to fix this issue. On Fri, Apr 13, 2018 at 1:51 AM, Tiago Stürmer Daitx <tiago.da...@canonical.com> wrote: > Package: openjdk-10 > Version: 10~46-5 > Severity: important > > Dear Maintainer, > > The file element-list has replaced pack

Bug#895587: openjdk-10: exclude element-list from being compressed

2018-04-12 Thread Tiago Stürmer Daitx
Package: openjdk-10 Version: 10~46-5 Severity: important Dear Maintainer, The file element-list has replaced package-list in the javadoc api directory is now used by the javadoc binary. As it is not currently excluded when calling dh_compress it will be gzip and that causes javadoc to fail to

Bug#895234: libcommons-lang3-java: update for OpenJDK 10 and OpenJDK 11

2018-04-12 Thread Tiago Daitx
> 1) libcommons-lang3-java must be rebuild using openjdk-9 with docs and > tests disabled Then install the resulting deb binary. > 2) rebuild with openjdk-10, keep doc and tests disabled Or maybe with just tests disabled, I might have run with docs disabled just to get a binary a bit faster.

Bug#895583: libcommons-lang3-java FTBFS due to unsupported locale type

2018-04-12 Thread Tiago Daitx
A debdiff with the fix has been provided in bug #895234 [1]. thanks [1] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=895234 On Fri, Apr 13, 2018 at 12:32 AM, Tiago Stürmer Daitx <tiago.da...@canonical.com> wrote: > Package: libcommons-lang3-java > Version: 3.5-1 > Severity:

Bug#895234: libcommons-lang3-java: update for OpenJDK 10 and OpenJDK 11

2018-04-12 Thread Tiago Daitx
her packages, so it took me a while to remember everything I had to run and install. Please consider the attached debdiff as it fixes both this bug as well as bug #895583. thanks Tiago diff -Nru libcommons-lang3-java-3.5/debian/changelog libcommons-lang3-java-3.5/debian/changelog --- l

Bug#895583: libcommons-lang3-java FTBFS due to unsupported locale type

2018-04-12 Thread Tiago Stürmer Daitx
Package: libcommons-lang3-java Version: 3.5-1 Severity: normal Dear Maintainer, With bug #895234 [1] fixed, libcommons-lang3-java will FTBFS as bellow: [INFO] Running org.apache.commons.lang3.LocaleUtilsTest [ERROR] Tests run: 15, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.007 s <<<

Bug#893739: gettext: FTBFS with openjdk-9 as default-jdk

2018-03-21 Thread Tiago Daitx
-jdk from openjdk-8 to openjdk-9. thanks Tiago Daitx diff -Nru gettext-0.19.8.1/debian/changelog gettext-0.19.8.1/debian/changelog --- gettext-0.19.8.1/debian/changelog 2018-03-04 09:24:05.0 +0100 +++ gettext-0.19.8.1/debian/changelog 2018-03-20 19:47:19.0 +0100 @@ -1,3 +1,10

Bug#893739: gettext: FTBFS with openjdk-9 as default-jdk

2018-03-21 Thread Tiago Stürmer Daitx
ure: WARNING: unknown target-version 9, please update gt_JAVACOMP macro checking for Java compiler... no Please consider applying it to enable the work for transitioning default-jdk from openjdk-8 to openjdk-9. thanks Tiago Daitx -- System Information: Debian Release: buster/sid APT prefers bion

Bug#875336: FTBFS with Java 9: _ as identifier

2018-03-21 Thread Tiago Daitx
On Tue, 20 Mar 2018 23:07:13 +0800 =?UTF-8?B?5q635ZWf6IGwIHwgS2FpLUNodW5nIFlhbg==?= wrote: > I just tried building it and Groovy was fine enough, but now Gradle > complains > > Theoretically, ALL Gradle packages FTBFS since the current version is too old > to play with

Bug#873227: Please upgrade to 4.1: Java 9 support

2018-03-21 Thread Tiago Daitx
/p/cast-estimated-runtime-to-long.patch: fix FTBFS due to missing cast. +(Closes: #893487) + * d/p/support-running-gradle-on-jdk-10-500485df3a18.patch, +d/p/add-test-case-for-10-internal_c1fe5e40a76b.patch, +d/p/support-zulu9-version-number_d9c35cf9d74c.patch: prevent failures when +bu

Bug#893487: gradle FTBFS due to missing cast "as long"

2018-03-19 Thread Tiago Stürmer Daitx
Package: gradle Version: 3.4.1-2 Followup-For: Bug #893487 Dear Maintainer, please consider the attached debdiff for a suggested fix. thanks Tiago Daitx -- System Information: Debian Release: buster/sid APT prefers bionic APT policy: (500, 'bionic'), (400, 'bionic-proposed') Architecture

Bug#893487: gradle FTBFS due to missing cast "as long"

2018-03-19 Thread Tiago Stürmer Daitx
ules:39: recipe for target 'override_dh_auto_build' failed thanks Tiago Daitx -- System Information: Debian Release: buster/sid APT prefers bionic APT policy: (500, 'bionic'), (400, 'bionic-proposed') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 4.15.0-10-generic (SM

Bug#892937: cglib: FTBFS with openjdk-9 due to failing tests

2018-03-14 Thread Tiago Stürmer Daitx
gt;AbstractTransformTest.:-1->AbstractTransformTest.CGLIB$STATICHOOK82:-1 ? IllegalAccess [INFO] [ERROR] Tests run: 156, Failures: 0, Errors: 5, Skipped: 0 I reported these failures upstream at https://github.com/cglib/cglib/issues/119 thanks Tiago Daitx -- System Information: De

Bug#892760: antlr3: FTBFS with Java 9

2018-03-14 Thread Tiago Daitx
for the generated sources was never included. thanks -- Tiago Stürmer Daitx Software Engineer tiago.da...@canonical.com PGP Key: 4096R/F5B213BE (hkp://keyserver.ubuntu.com) Fingerprint = 45D0 FE5A 8109 1E91 866E 8CA4 1931 8D5E F5B2 13BE diff -Nru antlr3-3.5.2/debian/changelog antlr3-3.5.2/debian

Bug#892760: antlr3: FTBFS with Java 9

2018-03-13 Thread Tiago Daitx
DOC_TARGET := generate-sources javadoc:jar javadoc:aggregate thanks -- Tiago Stürmer Daitx Software Engineer tiago.da...@canonical.com PGP Key: 4096R/F5B213BE (hkp://keyserver.ubuntu.com) Fingerprint = 45D0 FE5A 8109 1E91 866E 8CA4 1931 8D5E F5B2 13BE

Bug#887785: javacc-maven-plugin and build-rdeps FTBFS with jtb 1.4.12-1

2018-03-01 Thread Tiago Daitx
This is caused by a groupId change in 1.4.12-1 where it was changed from "edu.ucla.cs.compilers" [1] to "edu.purdue.cs" [2]. Please see bug #891893 [3] for more information. Regards, Tiago [1] https://anonscm.debian.org/cgit/collab-maint/jtb.git/tr

Bug#891893: jtb: groupId change in jtb-1.4.12-1 causes other packages to FTBFS

2018-03-01 Thread Tiago Daitx
patch attached On Fri, Mar 2, 2018 at 2:43 AM, Tiago Stürmer Daitx <tiago.da...@canonical.com> wrote: > Package: jtb > Version: 1.4.12-1 > Severity: important > > Dear Maintainer, > > As per bug #887785 various packages were affected by jtb-1.4.12-1. I > tracked the

Bug#891893: jtb: groupId change in jtb-1.4.12-1 causes other packages to FTBFS

2018-03-01 Thread Tiago Stürmer Daitx
might want to change the relocate version. Regards, Tiago [1] https://anonscm.debian.org/cgit/collab-maint/jtb.git/tree/debian/pom.xml?id=cffddde94d57ef60f7415f8c8d400a75ba4c0f30 [2] https://anonscm.debian.org/cgit/collab-maint/jtb.git/tree/pom.xml?id=19bafc71af2bdb92a0abe47b01a0aa8504945cab -- System

Bug#873976: [pkg-db-devel] Bug#873976: FTBFS with Java 9 due to -source/-target only

2018-02-28 Thread Tiago Daitx
. Could you please consider applying Markus' patch to the package? Please let me know if you need further clarification. Regards. Tiago > > Cheers, > -- > Ondřej Surý <ond...@sury.org> > Knot DNS (https://www.knot-dns.cz/) – a high-performance DNS server > Knot Resolver (ht

Bug#889855: apticron: on each run, getting twice: W: --force-yes is deprecated

2018-02-14 Thread Tiago Bortoletto Vaz
nfiguration problem. > > This bug report can be closed (sorry don't know the magic email line > that does this) > -- tiago

Bug#889855: apticron: on each run, getting twice: W: --force-yes is deprecated

2018-02-14 Thread Tiago Bortoletto Vaz
recommends: > ii apt-listchanges 3.10 > ii iproute2 4.9.0-1+deb9u1 > > apticron suggests no packages. > > -- debconf information excluded -- tiago

Bug#886488: cinnamon: Font rendering issue

2018-01-06 Thread Tiago Bortoletto Vaz
Package: cinnamon Version: 3.4.6-1 Severity: normal Hi, Considering this is only happening when using Cinnamon as my desktop environment I'm reporting it here. Be free to forward to the proper team if needed, or to ask for further info. This is how the default font is being rendered in any

Bug#885053: Asked for removal

2017-12-30 Thread Tiago Bortoletto Vaz
Thanks for reporting, asked for removal: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=885901 Bests, -- tiago

Bug#885901: RM: gnome-subtitles -- ROM; abandoned upstream, oldlibs

2017-12-30 Thread Tiago Bortoletto Vaz
Package: ftp.debian.org Severity: normal Last upstream release from 2013. Depends on old GNOME libraries (#885053). Thanks,

Bug#877894: Update of the patch file (again)

2017-11-28 Thread Tiago Bortoletto Vaz
ble. If not, apticron will work as usual. All > that being accomplished with fewer lines of code than before. > > Best regards, > Matthias > -- tiago

Bug#850853: apticron-systemd package that uses systemd timers instead of cron

2017-10-09 Thread Tiago Bortoletto Vaz
sion, because I forgot to push. I'm sorry. Let me know if you want to redo, otherwise I'll clean the mess myself. Thanks, -- tiago

Bug#850853: apticron-systemd package that uses systemd timers instead of cron

2017-10-09 Thread Tiago Bortoletto Vaz
ages to apt-get calls. Thanks to Michel, Vincas Dargis and Michael Lange for reporting. (Closes: #816959, #781639, #840064) Can you rebase it? Otherwise I can have a look myself and apply it by hand. Thanks, -- tiago

Bug#853335: bogl: ftbfs with GCC-7

2017-10-05 Thread Tiago Stürmer Daitx
.18/debian/changelog +++ bogl-0.1.18/debian/changelog @@ -1,3 +1,10 @@ +bogl (0.1.18-12) UNRELEASED; urgency=medium + + * reduce-font.c: Get rid of inlined function, which breaks buildling +with gcc7 (Closes: #853335). + + -- Tiago Stürmer Daitx <tiago.da...@ubuntu.com> Thu, 05 Oct 201

Bug#874434: severity is grave

2017-09-28 Thread Tiago Stürmer Daitx
ion as openjdk-8 already ships with a +default jvm.cfg for cases wihere the one in /etc is missing or not yet +setup. Closes: #874434. + + -- Tiago Stürmer Daitx <tiago.da...@ubuntu.com> Thu, 28 Sep 2017 20:54:50 + + ca-certificates-java (20170531+nmu1) unstable; urgency=high *

Bug#874434: severity is grave

2017-09-28 Thread Tiago Stürmer Daitx
Please consider removing the jvm.cfg checks. OpenJDK 7, 8, and 9 have been shipping a default jvm.cfg for quite some time now and it is used when a jvm.cfg is not present in the /etc/ directory. Patch is attached. thanks ca-certificates-java_20170531+nmu1_20170531+nmu1.1.debdiff Description:

Bug#877001: should be in contrib since it requires GitHub API

2017-09-28 Thread Tiago Ilieve
age before it entered the archive, accepting it in the main section. Regards, Tiago. [1]: https://www.debian.org/social_contract [2]: https://wiki.debian.org/SourcesList#Component [3]: https://github.com/joeyespo/grip/blob/bae3d0a/LICENSE [4]: https://github.com/joeyespo/grip/tree/bae3d0a#configurat

Bug#877001: should be in contrib since it requires GitHub API

2017-09-28 Thread Tiago Ilieve
ed than it seems - and concerns like this are becoming more and more prevalent. Hope we can get more productive feedback on this bug report. Regards, Tiago. [1]: https://lists.debian.org/debian-devel/2017/08/msg00306.html [2]: https://packages.debian.org/sid/grip -- Tiago "Myhro" Ili

Bug#871835: speed up for debootstrap

2017-09-07 Thread Tiago Ilieve
Hi Thomas, Do you mind to share how you identified those slower parts of the code? Have you used a profiler or a similar tool? I must say that I'm very impressed by your patches. :-) Regards, Tiago. -- Tiago "Myhro" Ilieve Blog: https://blog.myhro.info/ GitHub: https://github

Bug#796802: Bug 762449 fix lost in 2.0.10-1

2017-08-17 Thread Tiago Stürmer Daitx
+ for the initial patch. Closes: #796802. LP: #1711478. + + -- Tiago Stürmer Daitx <tiago.da...@ubuntu.com> Thu, 17 Aug 2017 22:16:39 + + numactl (2.0.11-2.1) unstable; urgency=medium * Non-maintainer upload. diff -Nru numactl-2.0.11/debian/patches/fix-arm-nr-missing-pages

Bug#853531: reassigning bug to gcc

2017-08-15 Thread Tiago Stürmer Daitx
This has been fixed upstream [1], but there has been no new release so far. [1] https://github.com/lxc/lxc/commit/66b66624fce21606d11f24f5b615776074d212ae -thanks

Bug#868875: cloud-init growpart fails to grow root volumes larger than 256GiB

2017-07-27 Thread Tiago Ilieve
r at least a few months[1][2]. Any help in this regard is appreciated. Regards, Tiago. [1]: https://stackoverflow.com/q/39920638 [2]: https://github.com/andsens/bootstrap-vz/issues/359 -- Tiago "Myhro" Ilieve Blog: https://blog.myhro.info/ GitHub: https://github.com/myhro LinkedIn: ht

Bug#869216: Patches for 0.62 and 0.56

2017-07-21 Thread Tiago TT
, Tiago tiago@lenovo:~/codigo/java-package$ ./make-jpkg --multi ../jdk-8u141-linux-x64.tar.gz Creating temporary directory: /tmp/make-jpkg.CqHPkbmxcj Loading plugins: lib/common.sh lib/javase.sh lib/jdk-doc.sh lib/oracle-jdk-doc.sh lib/oracle-jdk.sh lib/oracle-jre.sh lib/oracle-server-jre.sh Detected

Bug#869216: Patches for 0.62 and 0.56

2017-07-21 Thread Tiago Teresa Teodósio
Please consider the attached patch for version 0.62 as a suggested implementation. https://github.com/TiagoTT/java-package/commit/7e64d46014e89d52f54d35e32b8839d92fbd9f15 I also attached a patch for version 0.56 which is available for Debian 8, which I am using currently.

Bug#869216: java-package: Add option to include upstream update number into the resulting package name.

2017-07-21 Thread Tiago Teresa Teodosio
for your time. Best regards, Tiago -- System Information: Debian Release: 8.7 APT prefers oldstable-updates APT policy: (500, 'oldstable-updates'), (500, 'oldstable') Architecture: amd64 (x86_64) Kernel: Linux 3.16.0-4-amd64 (SMP w/4 CPU cores) Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap

Bug#865579: libqmi 1.18.0-1 FTBFS when building against glib2.0-2.53.1-1 (or later)

2017-06-22 Thread Tiago Stürmer Daitx
Source: libqmi Followup-For: Bug #865579 Dear Maintainer, Please consider the attached patch to fix libqmi builds when build against glib2.0-2.53.1-1 or later. Thanks! -- System Information: Debian Release: stretch/sid APT prefers artful APT policy: (500, 'artful'), (400,

Bug#865579: libqmi 1.18.0-1 FTBFS when building against glib2.0-2.53.1-1 (or later)

2017-06-22 Thread Tiago Stürmer Daitx
Package: libqmi Version: 1.18.0-1 Severity: normal Dear Maintainer, libqmi 1.18.0-1 introduced a new function called __qmi_utils_get_driver in qmi-utils.c, which in turn calls g_file_test. This ends up being called during the test setup for test-generated suite. The problem is that

Bug#864679: grip: does not work at all

2017-06-13 Thread Tiago Ilieve
control: retitle -1 grip: hangs when exporting to file Hi Thorsten, Indeed, the export function is hanging. I can't take a look at it right now, but I'll do soon as possible. We'll probably have to ask for a stable-update to get this fixed in Stretch. Thanks for your report, Tiago. -- Tiago

Bug#857500: cups-pdf: cups library should be set last

2017-03-11 Thread Tiago Stürmer Daitx
s build gave error exit status 2 Thanks, Tiago Daitx [1] https://launchpad.net/ubuntu/+source/cups-pdf/3.0.1-2 -- System Information: Debian Release: stretch/sid APT prefers xenial-updates APT policy: (500, 'xenial-updates'), (500, 'xenial-security'), (500, 'xenial'), (400, 'xenial-prop

Bug#857424: orthanc-dicomweb: Libraries manually set in wrong order

2017-03-10 Thread Tiago Stürmer Daitx
libraries and that the library arguments in LINK_FLAGS can be safely removed. Please see the attached patch for the fix. Regards, Tiago Daitx -- System Information: Debian Release: stretch/sid APT prefers xenial-updates APT policy: (500, 'xenial-updates'), (500, 'xenial-security'), (500, 'xeni

Bug#857355: orthanc-webviewer: Libraries manually set in wrong order

2017-03-10 Thread Tiago Stürmer Daitx
bled (like in Ubuntu, where the package FTBFS). I verified that cmake is able to successfully determine the required gdcm libraries and that the library arguments in LINK_FLAGS can be safely removed. Please see the attached patch for the fix. Regards, Tiago Daitx - -- System Information: Debi

Bug#857003: #857003: ncurses: Build x32 packages

2017-03-06 Thread Tiago Daitx
package nowadays? They seem to be no longer required. Thanks! -- Tiago Stürmer Daitx Software Engineer tiago.da...@canonical.com PGP Key: 4096R/F5B213BE (hkp://keyserver.ubuntu.com) Fingerprint = 45D0 FE5A 8109 1E91 866E 8CA4 1931 8D5E F5B2 13BE

Bug#857003: ncurses: Build x32 packages

2017-03-06 Thread Tiago Stürmer Daitx
Package: ncurses Version: 6.0+20161126-1 Severity: wishlist Tags: patch Dear Maintainer, Please consider applying the attached patch to add x32 packages to ncurses. This patch has been a part of Ubuntu since late 2012 [1]. The original patch [2] has outdated symbols. Many thanks, Tiago Daitx

Bug#857001: ncurses: Build 32bit packages on s390x

2017-03-06 Thread Tiago Stürmer Daitx
support has also been added. [1] https://launchpad.net/ubuntu/+source/ncurses/6.0+20151024-2ubuntu2 [2] http://launchpadlibrarian.net/236280845/ncurses_6.0+20151024-2ubuntu1_6.0+20151024-2ubuntu2.diff.gz Many thanks, Tiago Daitx -- System Information: Debian Release: stretch/sid APT prefers xenial

Bug#857000: ncurses: Add autopkgtest for ncurses

2017-03-06 Thread Tiago Stürmer Daitx
for the supported archs [3]. [1] http://launchpadlibrarian.net/130717116/ncurses_5.9-10ubuntu2_5.9-10ubuntu3.diff.gz [2] https://launchpad.net/ubuntu/+source/ncurses/5.9-10ubuntu3 [3] https://autopkgtest.ubuntu.com/packages/ncurses Many thanks, Tiago Daitx -- System Information: Debian Release: stretch

Bug#856569: open-vm-tools: Depend on either libssl1.0-dev or libssl-dev

2017-03-02 Thread Tiago Daitx
Hi Bernd, Thank you for the quick reply. =) On Thu, Mar 2, 2017 at 5:42 PM, Bernd Zeimetz <be...@bzed.de> wrote: > Hi Tiago, > >> Please consider improving Build-depends to accept either >> libssl1.0-dev or libssl-dev as that will make backporting easier. > > I

Bug#856569: open-vm-tools: Depend on either libssl1.0-dev or libssl-dev

2017-03-02 Thread Tiago Stürmer Daitx
+ libmspack-dev, libssl1.0-dev | libssl-dev, libxerces-c-dev, libxml-security-c-dev Standards-Version: 3.9.6 Homepage: https://github.com/vmware/open-vm-tools Vcs-Git: https://github.com/bzed/pkg-open-vm-tools.git Thanks! Tiago -- System Information: Debian Release: stretch/sid APT prefers

Bug#846647: tinyeartrainer: please make the build reproducible

2017-02-02 Thread Tiago Bortoletto Vaz
riendly ping on this :) > > > Best wishes, > > -- > ,''`. > : :' : Chris Lamb > `. `'` la...@debian.org / chris-lamb.co.uk >`- -- tiago

Bug#846526: cloud-init: [INTL:pt_BR] Brazilian Portuguese debconf templates translation

2016-12-03 Thread Tiago Ilieve
sentences should (or shouldn't) be changed. - Adriano, Were this translation reviewed by debian-l10n-portuguese@l.d.o (I do not follow that list)? I'll not suggest any changes here, as I do not know how the translation team works. If they reviewed it indeed, we can certainly include this file

Bug#843784: [Openjdk] Bug#843784: openjdk-7-jre: After last security update, icedtea-plugin fails all applets

2016-12-01 Thread Tiago Daitx
It turns out that applets are failing because the security update in S8155973 restricted MD5-based signatures in JAR files. It was eventually backed out by S8166381 but that one didn't make to the update. One easy way to fix is to edit /etc/java-7-openjdk/security/java.security and remove MD5

Bug#843784: [Openjdk] Bug#843784: openjdk-7-jre: After last security update, icedtea-plugin fails all applets

2016-11-16 Thread Tiago Daitx
While icedtea-web 1.6.2 does fixes a few bugs, this is not one of those. Alain did reply to me in private saying that he was still seeing the issue with the new icedtea-web and that downgrading to 7u111-2.6.7-1 got applets working again. So this is definitely a regression. Alain also pointed me

Bug#843784: [Openjdk] Bug#843784: openjdk-7-jre: After last security update, icedtea-plugin fails all applets

2016-11-10 Thread Tiago Daitx
Hi Alain, Please try out the deb files @ https://keybase.pub/tdaitx/icedtea-web-1.6.2/ and let me know if they do solve the problem. If they don't, I would need you to point me to a public online applet that was known to work on the older openjdk version and is now failing on the new one,

Bug#843784: [Openjdk] Bug#843784: openjdk-7-jre: After last security update, icedtea-plugin fails all applets

2016-11-09 Thread Tiago Daitx
On Wed, Nov 9, 2016 at 4:30 PM, Alain Rpnpif wrote: > Thanks for your answer. > Yes the applet on > https://www.w3.org/People/mimasa/test/object/java/clock work fine but > with a lot of popup dialog to accept. > > I have also always errors when I used my Lexmark network printer >

Bug#843784: [Openjdk] Bug#843784: openjdk-7-jre: After last security update, icedtea-plugin fails all applets

2016-11-09 Thread Tiago Daitx
On Wed, Nov 9, 2016 at 1:26 PM, rpnpif wrote: > Package: openjdk-7-jre > Version: 7u111-2.6.7-2~deb8u1 > Severity: normal > > Dear Maintainer, > > After the last security update, now java is unusable in Firefox with > icedtea-7-plugin on all applets. I was unable to reproduce

Bug#831081:

2016-09-02 Thread Tiago Daitx
#810907 (avoids yet another FTBFS on powerpc/ppc64el). -- Tiago Stürmer Daitx Software Engineer tiago.da...@canonical.com PGP Key: 4096R/F5B213BE (hkp://keyserver.ubuntu.com) Fingerprint = 45D0 FE5A 8109 1E91 866E 8CA4 1931 8D5E F5B2 13BE repsnapper_2.4a0-1_repsnapper_2.4a0-1ubuntu1.debdiff

Bug#810907: repsnapper: FTBFS on ppc64el: termios problems

2016-09-01 Thread Tiago Daitx
of arm/termbits.h had to be removed because it causes yet another conflict, this time due to the redefinition of types termios and ktermios, which also only affects powepc/ppc64el. Author: Tiago Stürmer Daitx <tiago.da...@canonical.com> Bug-Debian: https://bugs.debian.org/cgi-bin/

Bug#832284: [Pkg-fonts-devel] Bug#832284: closed by Hideki Yamane <henr...@debian.org> (Bug#832284: fixed in octicons 4.3.0-1)

2016-08-11 Thread Tiago Ilieve
; folder with multiple files, but I can't say for sure. Regards, Tiago. -- Tiago "Myhro" Ilieve Blog: https://blog.myhro.info/ GitHub: https://github.com/myhro LinkedIn: https://br.linkedin.com/in/myhro Belo Horizonte - MG, Brasil

Bug#833933: openjdk-7: jamvm is broken due to missing native methods in sun.misc.Unsafe

2016-08-10 Thread Tiago Daitx
Patch attached On Wed, Aug 10, 2016 at 11:44 AM, Tiago Stürmer Daitx <tiago.da...@canonical.com> wrote: > Source: openjdk-7 > Version: 7u111-2.6.7-1 > Severity: important > > Dear Maintainer, > > [Issue] > The fix of OpenJDK's bug 8158260 > (http://icedtea.classpa

Bug#833933: openjdk-7: jamvm is broken due to missing native methods in sun.misc.Unsafe

2016-08-10 Thread Tiago Stürmer Daitx
Source: openjdk-7 Version: 7u111-2.6.7-1 Severity: important Dear Maintainer, [Issue] The fix of OpenJDK's bug 8158260 (http://icedtea.classpath.org/hg/release/icedtea7-forest-2.6/hotspot/rev/4f8cbd54a9c6) introduced 2 new native methods to the sun.misc.Unsafe class: isBigEndian0 and

Bug#832284: closed by Hideki Yamane <henr...@debian.org> (Bug#832284: fixed in octicons 4.3.0-1)

2016-08-07 Thread Tiago Ilieve
a "../../svg/octicons" directory, which contains lots of "*.svg" files. I was expecting something like this[1] in its place. Can you please take a look at why this happened? Regards, Tiago. [1]: https://raw.githubusercontent.com/joeyespo/grip/v4.3.2/grip/static/octicons/octicons

Bug#832585: RFS: gammaray/2.5.0-1 [RC] -- Tool for examining the internals of Qt application

2016-07-27 Thread Tiago Ilieve
e of the project, depending on what you are asking for."[2] I find this quite useful, as you don't have to worry about a single 'c' in the entire URL. Regards, Tiago. [1]: https://anonscm.debian.org/git/pkg-kde/kde-extras/gammaray.git [2]: https://lists.debian.org/debian-devel/2016/01/msg0033

Bug#832000: grip: new upstream release (4.3.2)

2016-07-23 Thread Tiago Ilieve
control: block -1 by 832284 thanks Jakub, Unfortunately this update is currently blocked by #832284[1] (missing Octicons webfont formats). I'll proceed as soon as it is fixed. Regards, Tiago. [1]: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=832284 -- Tiago "Myhro" Ilieve B

Bug#832284: octicons: please include 'svg' and 'woff2' formats

2016-07-23 Thread Tiago Ilieve
ackage. The problem is that, looking at the "octicons" package file list[2], files "octicons.svg" and "octicons.woff2", which are used upstream[3], aren't available. Is there a possibility to include both "svg" and "woff2" formats as well? Regards, Tiago. [1

Bug#832159: ITP: qutebrowser -- A keyboard-driven, vim-like browser based on PyQt5.

2016-07-22 Thread Tiago Ilieve
lose an ITP bug. Regards, Tiago. -- Tiago "Myhro" Ilieve Blog: https://blog.myhro.info/ GitHub: https://github.com/myhro LinkedIn: https://br.linkedin.com/in/myhro Montes Claros - MG, Brasil

Bug#832071: pristine-tar: pristine-gz cannot reproduce build of

2016-07-21 Thread Tiago Ilieve
had 1.6KB and 1.7KB. This one[1] reached 50KB[2]. I don't know if this is relevant or not, but that was the first repackaged tarball from upstream (using "Files-Excluded"[3]). There were some files under ".bzr/" folder that had to be removed. Regards, Tiago. P.s.: this looks

Bug#832000: grip: new upstream release (4.3.2)

2016-07-21 Thread Tiago Ilieve
Hi Jakub, I'm working on it since yesterday. Hope to have an updated package soon. Regards, Tiago. -- Tiago "Myhro" Ilieve Blog: https://blog.myhro.info/ GitHub: https://github.com/myhro LinkedIn: https://br.linkedin.com/in/myhro Montes Claros - MG, Brasil

Bug#829522: glances: crashes when checking processes that already finished

2016-07-05 Thread Tiago Ilieve
re what kind of workflow triggers this condition. Running both versions from Jessie and Sid (on different Docker containers) overnight didn't helped (as their process namespace are minimal). I'll update the bug report when possible. Regards, Tiago. -- Tiago "Myhro" Ilieve Blog: https://b

Bug#829522: glances: crashes when checking processes that already finished

2016-07-03 Thread Tiago Ilieve
ady finished. It also messes the terminal (/bin/bash), needing a "reset" command or closing it and opening a new one (but I guess this is expected when a curses-based tool isn't properly finished). Regards, Tiago. P.s.: Thanks for you work adopting this package a few months ago. It is a r

Bug#827144: grip manpage: undocumented $GRIPHOME

2016-07-03 Thread Tiago Ilieve
I've already asked Mattia Rizzolo, which is the package sponsor, to upload this newer version when possible. Thanks for your report. Regards, Tiago. [1]: https://anonscm.debian.org/git/collab-maint/grip.git/commit/?id=4018ba0 -- Tiago "Myhro" Ilieve Blog: https://blog.myhro.info/ GitH

Bug#821296: [rt.debian.org #6237] AutoReply: Please add Tiago Ilieve's key to the DM keyring

2016-05-26 Thread Tiago Ilieve
Hi Anibal, On 26 May 2016 at 05:17, Aníbal Monsalve Salazar <ani...@debian.org> wrote: > Hello Tiago Ilieve, > > Your DM application was accepted and the corresponding RT ticket is > posted at https://rt.debian.org/Ticket/Display.html?id=6237 > > Currently, rt.deb

Bug#823742: RFS: hdf-compass/0.6.0b5-1 [ITP]

2016-05-15 Thread Tiago Ilieve
feature. Can't say if this is what is happening here, as I didn't reviewed the package. Anyway, I guess worth mentioning this kind of corner cases as an exception for a rule. Regards, Tiago. [1]: https://anonscm.debian.org/git/collab-maint/pythonpy.git/tree/debian/pythonpy.lintian-overrides?id=308b0

Bug#816490: cups: I had to put "Listen localhost:631" in cupsd.conf to get back webinterface, it was overwriten in upgrade from jessie to stretch

2016-04-25 Thread Tiago Alves Da Silva
Package: cups Version: 2.1.3-5 Followup-For: Bug #816490 -- System Information: Debian Release: stretch/sid APT prefers testing APT policy: (500, 'testing') Architecture: amd64 (x86_64) Kernel: Linux 4.5.0-1-amd64 (SMP w/2 CPU cores) Locale: LANG=pt_BR.utf8, LC_CTYPE=pt_BR.utf8

Bug#819681: RFS: python-django-gravatar2/1.4.0-1 [ITP]

2016-04-20 Thread Tiago Ilieve
Nicolas, On 20 April 2016 at 03:49, Nicolas Dandrimont <ol...@debian.org> wrote: > Tiago, when replying to a RFS, please use the bug report rather than the > mailing list. Yeah, I've only noticed this after my last message in the thread. Now I figured that this happened because I've

Bug#821175: naming conflict to grip the cd ripper

2016-04-17 Thread Tiago Ilieve
a software that is isn't part of Debian anymore. I can't even forward this bug to the upstream, because how one can argue about fixing a conflict with a software that was abandoned over 10 years ago? Regards, Tiago. -- Tiago "Myhro" Ilieve Blog: https://blog.myhro.info/ GitHub:

Bug#821296: debian-maintainers: Please add Tiago Ilieve as a Debian Maintainer

2016-04-17 Thread Tiago Ilieve
Package: debian-maintainers Severity: normal Hi, Please add Tiago Ilieve <tiago.my...@gmail.com> to the Debian Maintainers keyring. The jetring changeset (add-06C285ACEF93257A) is attached. Regards, Tiago. -- Tiago "Myhro" Ilieve Blog: https://blog.myhro.info/ GitHub: ht

Bug#821236: RFS: netsed/1.2-2

2016-04-17 Thread Tiago Ilieve
.sig|" allows the signature to be downloaded, but uscan fails to check it with "uscan warn: FAIL Checking OpenPGP signature (no upstream tarball downloaded)." Are you sure the key in "debian/upstream/signing-key.asc" is right? Please let me know if you have doubts with any

Bug#820900: RFS: [ITP] python-hashids/1.1.0-1

2016-04-14 Thread Tiago Ilieve
et 566 MB of archives. After this operation, 2,344 MB of additional disk space will be used. Do you want to continue? [Y/n] But with this size, I really hope it check *all the things*. Regards, Tiago. -- Tiago "Myhro" Ilieve Blog: https://blog.myhro.info/ GitHub: https://github.com/my

Bug#820900: RFS: [ITP] python-hashids/1.1.0-1

2016-04-14 Thread Tiago Ilieve
y-experimental/display-info/pedantic) to me. Regards, Tiago. -- Tiago "Myhro" Ilieve Blog: https://blog.myhro.info/ GitHub: https://github.com/myhro LinkedIn: https://br.linkedin.com/in/myhro Montes Claros - MG, Brasil

Bug#788527: pyro4: new upstream available

2016-04-14 Thread Tiago Ilieve
ponent fails with "AttributeError: 'Configuration' object has no attribute 'REQUIRE_EXPOSE'" because of the outdated Pyro4 library. :-( Regards, Tiago. -- Tiago "Myhro" Ilieve Blog: https://blog.myhro.info/ GitHub: https://github.com/myhro LinkedIn: https://br.linkedin.com/i

Bug#820900: RFS: [ITP] python-hashids/1.1.0-1

2016-04-13 Thread Tiago Ilieve
Hi Edward, Nice job! A simple and properly packaged Python library. I have absolutely nothing to ask to be changed. I'd upload it if I had upload rights... :-) P.s.: I see that you have an "@debian.org" address in your DDPO page. Aren't you a DD anymore? Regards, Tiago. -- Ti

<    1   2   3   4   5   6   >