diff -Nru python-flask-httpauth-4.5.0/debian/changelog python-flask-httpauth-4.5.0/debian/changelog --- python-flask-httpauth-4.5.0/debian/changelog 2022-01-13 15:09:34.000000000 +0000 +++ python-flask-httpauth-4.5.0/debian/changelog 2022-01-25 04:36:56.000000000 +0000 @@ -1,3 +1,9 @@ +python-flask-httpauth (4.5.0-4) unstable; urgency=medium + + * Another attempt at fixing the manpage. (Hopefully) closes: #1003606 + + -- Martina Ferrari Tue, 25 Jan 2022 04:36:56 +0000 + python-flask-httpauth (4.5.0-3) unstable; urgency=medium * Move manpage to section 3. Closes: #1003606 diff -Nru python-flask-httpauth-4.5.0/debian/patches/02-Manpage_section.patch python-flask-httpauth-4.5.0/debian/patches/02-Manpage_section.patch --- python-flask-httpauth-4.5.0/debian/patches/02-Manpage_section.patch 1970-01-01 00:00:00.000000000 +0000 +++ python-flask-httpauth-4.5.0/debian/patches/02-Manpage_section.patch 2022-01-25 04:36:56.000000000 +0000 @@ -0,0 +1,11 @@ +--- a/docs/conf.py ++++ b/docs/conf.py +@@ -221,7 +221,7 @@ + # (source start file, name, description, authors, manual section). + man_pages = [ + ('index', 'flask-httpauth', u'Flask-HTTPAuth Documentation', +- [u'Miguel Grinberg'], 1) ++ [u'Miguel Grinberg'], 3) + ] + + # If true, show URL addresses after external links. diff -Nru python-flask-httpauth-4.5.0/debian/patches/series python-flask-httpauth-4.5.0/debian/patches/series --- python-flask-httpauth-4.5.0/debian/patches/series 2022-01-13 15:09:34.000000000 +0000 +++ python-flask-httpauth-4.5.0/debian/patches/series 2022-01-25 04:36:56.000000000 +0000 @@ -1 +1,2 @@ 01-Avoid_amazon_imglink.patch +02-Manpage_section.patch diff -Nru python-flask-httpauth-4.5.0/debian/rules python-flask-httpauth-4.5.0/debian/rules --- python-flask-httpauth-4.5.0/debian/rules 2022-01-13 15:09:34.000000000 +0000 +++ python-flask-httpauth-4.5.0/debian/rules 2022-01-25 04:36:56.000000000 +0000 @@ -11,5 +11,3 @@ dh_auto_build PYTHONPATH=. python3 -m sphinx -N -bhtml docs/ build/html # HTML generator PYTHONPATH=. python3 -m sphinx -N -bman docs/ build/man # Manpage generator - # Adjust man section. - mv build/man/flask-httpauth.1 build/man/flask-httpauth.3