--- Begin Message ---
Package: release.debian.org
Severity: normal
User: release.debian.org@packages.debian.org
Usertags: unblock
Please unblock package python-uniconvertor
I just uploaded this package fixing the RC bug about the -dbg doc symlink that
got lost between jessie and now, by using the --link-doc option of
dh_installdocs and the maint script to handle the dir -> symlin migration.
I also took the liberty to update the Homepage, as it makes sense to have that
information as updated as possible for stretch lifetime
source debdiff between 1.1.5-3 and 1.1.5-4 is attached
unblock python-uniconvertor/1.1.5-4
-- System Information:
Debian Release: stretch/sid
APT prefers unstable
APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 4.2.0-1-amd64 (SMP w/8 CPU cores)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
diff -Nru python-uniconvertor-1.1.5/debian/changelog python-uniconvertor-1.1.5/debian/changelog
--- python-uniconvertor-1.1.5/debian/changelog 2016-10-01 11:14:52.000000000 -0400
+++ python-uniconvertor-1.1.5/debian/changelog 2017-02-12 19:36:23.000000000 -0500
@@ -1,3 +1,11 @@
+python-uniconvertor (1.1.5-4) unstable; urgency=medium
+
+ * QA upload.
+ * restore the doc symlink between -dbg and main pkg; Closes: #852144
+ * Update homepage URL; Closes: #845230
+
+ -- Sandro Tosi <morph@debian.org> Sun, 12 Feb 2017 19:36:15 -0500
+
python-uniconvertor (1.1.5-3) unstable; urgency=medium
* QA upload.
diff -Nru python-uniconvertor-1.1.5/debian/control python-uniconvertor-1.1.5/debian/control
--- python-uniconvertor-1.1.5/debian/control 2016-10-01 10:51:52.000000000 -0400
+++ python-uniconvertor-1.1.5/debian/control 2017-02-12 19:32:27.000000000 -0500
@@ -2,7 +2,7 @@
Section: python
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
-Homepage: http://sk1project.org/modules.php?name=Products&product=uniconvertor
+Homepage: https://sk1project.net/modules.php?name=Products&product=uniconvertor
Build-Depends:
debhelper (>= 9),
dh-python,
diff -Nru python-uniconvertor-1.1.5/debian/copyright python-uniconvertor-1.1.5/debian/copyright
--- python-uniconvertor-1.1.5/debian/copyright 2016-10-01 10:51:52.000000000 -0400
+++ python-uniconvertor-1.1.5/debian/copyright 2017-02-12 19:32:41.000000000 -0500
@@ -2,7 +2,7 @@
Mon, 10 Mar 2008 22:42:50 +0100
It was downloaded from:
-http://sk1project.org/modules.php?name=Products&product=uniconvertor
+https://sk1project.net/modules.php?name=Products&product=uniconvertor
Copyright (C) 2007-2008 by Igor E. Novikov, Valek Fillipov
diff -Nru python-uniconvertor-1.1.5/debian/python-uniconvertor-dbg.maintscript python-uniconvertor-1.1.5/debian/python-uniconvertor-dbg.maintscript
--- python-uniconvertor-1.1.5/debian/python-uniconvertor-dbg.maintscript 1969-12-31 19:00:00.000000000 -0500
+++ python-uniconvertor-1.1.5/debian/python-uniconvertor-dbg.maintscript 2017-02-12 19:45:15.000000000 -0500
@@ -0,0 +1 @@
+dir_to_symlink /usr/share/doc/python-uniconvertor-dbg /usr/share/doc/python-uniconvertor 1.1.5-3
diff -Nru python-uniconvertor-1.1.5/debian/rules python-uniconvertor-1.1.5/debian/rules
--- python-uniconvertor-1.1.5/debian/rules 2016-10-01 11:14:52.000000000 -0400
+++ python-uniconvertor-1.1.5/debian/rules 2017-02-12 19:28:54.000000000 -0500
@@ -24,3 +24,5 @@
override_dh_strip:
dh_strip -ppython-uniconvertor --dbg-package=python-uniconvertor-dbg
+override_dh_installdocs:
+ dh_installdocs --link-doc=python-uniconvertor
--- End Message ---