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

Bug#923989: unblock: python-dmidecode/3.12.2-8



Package: release.debian.org
Severity: normal
User: release.debian.org@packages.debian.org
Usertags: unblock

Please unblock package python-dmidecode

This upload fix the poor handling of the dir-to-symlink transition for the doc
directories

unblock python-dmidecode/3.12.2-8

-- System Information:
Debian Release: buster/sid
  APT prefers unstable-debug
  APT policy: (500, 'unstable-debug'), (500, 'unstable'), (1, 'experimental-debug'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.14.0-3-amd64 (SMP w/8 CPU cores)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_WARN, TAINT_OOT_MODULE
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE= (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled
diff -Nru python-dmidecode-3.12.2/debian/changelog python-dmidecode-3.12.2/debian/changelog
--- python-dmidecode-3.12.2/debian/changelog	2019-01-28 23:09:03.000000000 -0500
+++ python-dmidecode-3.12.2/debian/changelog	2019-03-07 17:51:40.000000000 -0500
@@ -1,3 +1,12 @@
+python-dmidecode (3.12.2-8) unstable; urgency=medium
+
+  * debian/rules
+    - remove doc/ directories, to actually use dir_to_symlink; Closes: #919442
+  * debian/*.maintscript
+    - use prior-of tag at the end of the command-line
+
+ -- Sandro Tosi <morph@debian.org>  Thu, 07 Mar 2019 17:51:40 -0500
+
 python-dmidecode (3.12.2-7) unstable; urgency=medium
 
   * debian/*.maintscript
diff -Nru python-dmidecode-3.12.2/debian/python3-dmidecode-dbg.maintscript python-dmidecode-3.12.2/debian/python3-dmidecode-dbg.maintscript
--- python-dmidecode-3.12.2/debian/python3-dmidecode-dbg.maintscript	2019-01-28 23:09:03.000000000 -0500
+++ python-dmidecode-3.12.2/debian/python3-dmidecode-dbg.maintscript	2019-03-07 17:51:40.000000000 -0500
@@ -1 +1 @@
-dir_to_symlink /usr/share/doc/python3-dmidecode-dbg python3-dmidecode
+dir_to_symlink /usr/share/doc/python3-dmidecode-dbg python3-dmidecode 3.12.2-8~
diff -Nru python-dmidecode-3.12.2/debian/python-dmidecode-dbg.maintscript python-dmidecode-3.12.2/debian/python-dmidecode-dbg.maintscript
--- python-dmidecode-3.12.2/debian/python-dmidecode-dbg.maintscript	2019-01-28 23:09:03.000000000 -0500
+++ python-dmidecode-3.12.2/debian/python-dmidecode-dbg.maintscript	2019-03-07 17:51:40.000000000 -0500
@@ -1 +1 @@
-dir_to_symlink /usr/share/doc/python-dmidecode-dbg python-dmidecode
+dir_to_symlink /usr/share/doc/python-dmidecode-dbg python-dmidecode 3.12.2-8~
diff -Nru python-dmidecode-3.12.2/debian/rules python-dmidecode-3.12.2/debian/rules
--- python-dmidecode-3.12.2/debian/rules	2019-01-28 23:09:03.000000000 -0500
+++ python-dmidecode-3.12.2/debian/rules	2019-03-07 17:51:40.000000000 -0500
@@ -38,9 +38,12 @@
 endif
 
 override_dh_installdocs:
-	dh_installdocs -A README doc/AUTHORS doc/changelog doc/README.types doc/AUTHORS.upstream doc/README.upstream
 	dh_installdocs -p$(P2)-dbg --link-doc=$(P2)
 	dh_installdocs -p$(P3)-dbg --link-doc=$(P3)
+	dh_installdocs -p$(P2) README doc/AUTHORS doc/changelog doc/README.types doc/AUTHORS.upstream doc/README.upstream
+	dh_installdocs -p$(P3) README doc/AUTHORS doc/changelog doc/README.types doc/AUTHORS.upstream doc/README.upstream
+	mkdir -p $(CURDIR)/debian/$(P2)-data/usr/share/doc/
+	cp -r $(CURDIR)/debian/$(P2)/usr/share/doc/$(P2) $(CURDIR)/debian/$(P2)-data/usr/share/doc/$(P2)-data
 
 override_dh_strip:
 ifeq (,$(filter nostrip,$(DEB_BUILD_OPTIONS)))

Reply to: