Package: release.debian.org Severity: normal User: [email protected] Usertags: unblock X-Debbugs-Cc: [email protected]
Please unblock package formiko [ Reason ] I was fix the errors. [ Impact ] Formiko package will be still in Debian. [ Tests ] Package has two simple tests. [ Risks ] No risks [ Checklist ] [x] all changes are documented in the d/changelog [ ] I reviewed all changes and I approve them [x] attach debdiff against the package in testing
diff -Nru formiko-1.3.0/debian/control formiko-1.3.0/debian/control --- formiko-1.3.0/debian/control 2018-01-16 08:48:07.000000000 +0100 +++ formiko-1.3.0/debian/control 2021-05-25 12:43:39.000000000 +0200 @@ -6,10 +6,11 @@ debhelper (>= 11), dh-python, python3-all, + python3-docutils, python3-setuptools, Standards-Version: 4.1.3 Homepage: https://github.com/ondratu/formiko -X-Python3-Version: >= 3.2 +X-Python3-Version: >= 3.8 Vcs-Git: https://github.com/ondratu/formiko-debian.git Vcs-Browser: https://github.com/ondratu/formiko-debian @@ -19,6 +20,7 @@ gir1.2-gtksource-3.0, gir1.2-gtkspell3-3.0, gir1.2-webkit2-4.0, + librsvg2-common, python3-docutils, python3-gi, python3-recommonmark, diff -Nru formiko-1.3.0/debian/changelog formiko-1.3.0/debian/changelog --- formiko-1.3.0/debian/changelog 2018-01-16 08:48:07.000000000 +0100 +++ formiko-1.3.0/debian/changelog 2021-05-25 12:43:39.000000000 +0200 @@ -1,3 +1,26 @@ +formiko (1.3.0-2) unstable; urgency=medium + + [ Sebastien Bacher ] + * debian/control: + - Depends on librsvg2-common, the svg loader is needed and used to + be pulled in by indirect depends but isn't anymore (Closes: #964511) + + [ Debian Janitor ] + * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository, + Repository-Browse. + * Replace use of deprecated $ADTTMP with $AUTOPKGTEST_TMP. + + [ Ondřej Tůma ] + * debian/tests/control: + - Mark tests as superficial (Closes: #974458) + * debian/watch: + - changed - pypi doesn't support signatures + * debian/control: + - Depends on python3-docutils, which is need for it's main functionality + - Bump X-Python3-Version to 3.8 which is recommended by authors + + -- Ondřej Tůma <[email protected]> Tue, 25 May 2021 12:43:39 +0200 + formiko (1.3.0-1) unstable; urgency=medium * New upstream release diff -Nru formiko-1.3.0/debian/tests/control formiko-1.3.0/debian/tests/control --- formiko-1.3.0/debian/tests/control 2018-01-16 08:48:07.000000000 +0100 +++ formiko-1.3.0/debian/tests/control 2021-05-25 12:43:39.000000000 +0200 @@ -1,6 +1,7 @@ Test-Command: formiko --help Depends: python3-all, formiko -Restrictions: allow-stderr +Restrictions: allow-stderr, superficial -Test-Command: set -e ; for py in $(py3versions -r 2>/dev/null) ; do cd "$ADTTMP" ; echo "Testing with $py:" ; $py -c "import formiko; print(formiko)" ; done +Test-Command: set -e ; for py in $(py3versions -r 2>/dev/null) ; do cd "$AUTOPKGTEST_TMP" ; echo "Testing with $py:" ; $py -c "import formiko; print(formiko)" ; done Depends: python3-all, formiko +Restrictions: superficial diff -Nru formiko-1.3.0/debian/upstream/metadata formiko-1.3.0/debian/upstream/metadata --- formiko-1.3.0/debian/upstream/metadata 1970-01-01 01:00:00.000000000 +0100 +++ formiko-1.3.0/debian/upstream/metadata 2021-05-25 12:43:39.000000000 +0200 @@ -0,0 +1,5 @@ +--- +Bug-Database: https://github.com/ondratu/formiko/issues +Bug-Submit: https://github.com/ondratu/formiko/issues/new +Repository: https://github.com/ondratu/formiko.git +Repository-Browse: https://github.com/ondratu/formiko diff -Nru formiko-1.3.0/debian/watch formiko-1.3.0/debian/watch --- formiko-1.3.0/debian/watch 2018-01-16 08:48:07.000000000 +0100 +++ formiko-1.3.0/debian/watch 2021-05-25 12:43:39.000000000 +0200 @@ -1,5 +1,5 @@ # Compulsory line, this is a version 4 file version=4 -opts=uversionmangle=s/(rc|a|b|c)/~$1/,pgpsigurlmangle=s/$/.asc/ \ +opts=uversionmangle=s/(rc|a|b|c)/~$1/ \ https://pypi.debian.net/formiko/formiko-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))

