tag 828358 pending thanks Hello,
Bug #828358 reported by you has been fixed in the Git repository. You can see the changelog below, and you can check the diff of the fix at: http://git.debian.org/?p=debian-edu/pkg-team/italc.git;a=commitdiff;h=5f5b66a --- commit 5f5b66a84748d953410f9fb1e0798c9ec6b7e24e Author: Mike Gabriel <mike.gabr...@das-netzwerkteam.de> Date: Mon Nov 28 13:57:58 2016 +0100 debian/changelog: Update from Git history diff --git a/debian/changelog b/debian/changelog index e21fa47..7a0582a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,39 @@ italc (1:3.0.1+dfsg1-1) UNRELEASED; urgency=medium * New upstream release. + - Fixes FTBFS against libssl 1.1. (Closes: #828358). + * debian/watch: + + Upstream sources moved from Sourceforge to Github. + * Packaging style: Stop shipping upstream files in Debian packaging Git. + Superfluous overhead. + * debian/patches: + + Rebase 003_rename-plugin-dir.patch. + + Drop 007_use-openssl-sha.patch. Solved upstream. + + Rebase and update 031_fix-spelling-errors.patch. + * debian/rules: + + Adapt get-orig-source rule to new upstream location. Downloaded tarball + is a .gz archive, not .bz2. + + Create orig tarball in ../ rather than ./. + + Drop configure/libitalccore:: rule. No need to manually call + finalize-locales Makefile target in upstream code. + + Drop .qm backup hack. Upstream sources come without .qm (and only with .ts + files since 3.0.0). + * debian/control: + + Bump Standards-Version: to 3.9.8. No changes needed. + + Use secure URLs in Vcs-*: fields. + + iTALC 3 builds against Qt5 now. Drop B-D libqt4-dev, add B-D qtbase5-dev + instead. + + Add B-D: qttools5-dev-tools (for Qt5 linguist tools). + * debian/copyright: + + Update auto-generated copyright.in template file. + + Work in auto-detected changes from copyright.in. + + Work in more copyright attributions manually. + + Remove copyright attributions for files not shipped by upstream anymore. + * debian/po: + + Add DebConf translations for pt_BR. Thanks so much to Adriano Rafael + Gomes. (Closes: #816946). + * debian/docs: + + README -> README.md. -- Mike Gabriel <sunwea...@debian.org> Mon, 28 Nov 2016 11:28:21 +0100