Package: myspell-hy Version: 0.20.0-2.1 Severity: normal Tags: patch pending
Dear maintainer, I've prepared an NMU for myspell-hy (versioned as 0.20.0-2.2) and uploaded it without delay, due to released-critical bugs fixed. Regards, - Jonas diff -Nru myspell-hy-0.20.0/debian/changelog myspell-hy-0.20.0/debian/changelog --- myspell-hy-0.20.0/debian/changelog 2021-01-02 18:52:26.000000000 +0100 +++ myspell-hy-0.20.0/debian/changelog 2022-02-14 11:29:49.000000000 +0100 @@ -1,3 +1,14 @@ +myspell-hy (0.20.0-2.2) unstable; urgency=medium + + * Non-maintainer upload. + * use debhelper compatibility level 9 (not 5); + tighten build-dependency on debhelper; + closes: bug#965740, thanks to Niels Thykier + * fix add build targets build-arch build-indep; + closes: bug#999266, thanks to Lucas Nussbaum + + -- Jonas Smedegaard <[email protected]> Mon, 14 Feb 2022 11:29:49 +0100 + myspell-hy (0.20.0-2.1) unstable; urgency=medium * Non maintainer upload by the Reproducible Builds team. diff -Nru myspell-hy-0.20.0/debian/compat myspell-hy-0.20.0/debian/compat --- myspell-hy-0.20.0/debian/compat 2010-05-09 21:02:36.000000000 +0200 +++ myspell-hy-0.20.0/debian/compat 2022-02-14 11:19:10.000000000 +0100 @@ -1 +1 @@ -5 +9 diff -Nru myspell-hy-0.20.0/debian/control myspell-hy-0.20.0/debian/control --- myspell-hy-0.20.0/debian/control 2011-06-10 10:31:16.000000000 +0200 +++ myspell-hy-0.20.0/debian/control 2022-02-14 11:26:47.000000000 +0100 @@ -3,7 +3,7 @@ Priority: optional Maintainer: Alan Baghumian <[email protected]> Uploaders: Lior Kaplan <[email protected]> -Build-Depends: debhelper (>> 5.0.0) +Build-Depends: debhelper (>> 9) Build-Depends-Indep: dictionaries-common-dev Standards-Version: 3.9.2 Homepage: http://sf.net/projects/armspell diff -Nru myspell-hy-0.20.0/debian/rules myspell-hy-0.20.0/debian/rules --- myspell-hy-0.20.0/debian/rules 2011-06-10 10:33:14.000000000 +0200 +++ myspell-hy-0.20.0/debian/rules 2022-02-14 11:28:41.000000000 +0100 @@ -12,7 +12,7 @@ # Add here commands to configure the package. touch configure-stamp -build: build-stamp +build build-arch build-indep: build-stamp build-stamp: configure-stamp dh_testdir

