[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#989643: marked as done (unblock: formiko/1.3.0-2)



Your message dated Thu, 10 Jun 2021 11:49:48 +0200
with message-id <CAM8zJQsghsrfH3fFatiN4FdLk6fRJg7QZKXuv56m7BAt=uPFyA@mail.gmail.com>
and subject line Re: Bug#989643: unblock: formiko/1.3.0
has caused the Debian Bug report #989643,
regarding unblock: formiko/1.3.0-2
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
989643: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=989643
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
User: release.debian.org@packages.debian.org
Usertags: unblock
X-Debbugs-Cc: mcbig@zeropage.cz

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 <mcbig@zeropage.cz>  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)))

--- End Message ---
--- Begin Message ---
Unblocked.

--- End Message ---

Reply to: