[neon/forks/pyqt5/Neon/release-lts] debian: Drop the creation of .noinit file.

Dmitry Shachnev null at kde.org
Wed May 26 11:29:29 BST 2021


Git commit e90d4f1c19287dad1057d6a53184b097f5ee0891 by Dmitry Shachnev.
Committed on 14/03/2020 at 11:59.
Pushed by jriddell into branch 'Neon/release-lts'.

Drop the creation of .noinit file.

It was needed for python-support long time ago, and never used in this
package.

M  +7    -0    debian/changelog
M  +0    -2    debian/rules

https://invent.kde.org/neon/forks/pyqt5/commit/e90d4f1c19287dad1057d6a53184b097f5ee0891

diff --git a/debian/changelog b/debian/changelog
index e1c2d289..8e98235e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+pyqt5 (5.14.1+dfsg-4) UNRELEASED; urgency=medium
+
+  * Drop the creation of .noinit file. It was needed for python-support
+    long time ago, and never used in this package.
+
+ -- Dmitry Shachnev <mitya57 at debian.org>  Sat, 14 Mar 2020 14:56:50 +0300
+
 pyqt5 (5.14.1+dfsg-3) unstable; urgency=medium
 
   * Drop Python 2 support (closes: #937513).
diff --git a/debian/rules b/debian/rules
index 45412157..ad70b87a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -157,8 +157,6 @@ install-arch-3.%:
 	mv $(CURDIR)/debian/python3-pyqt5-dbg$(py3_dbusmoddir)/pyqt5.so \
 	   $(CURDIR)/debian/python3-dbus.mainloop.pyqt5-dbg/usr/lib/python3.$*/dist-packages/dbus/mainloop; \
 
-	# Don't initiate the uic/widget-plugins
-	touch $(CURDIR)/debian/tmp/usr/lib/python3.$*/dist-packages/PyQt5/uic/widget-plugins/.noinit
 	for module in $(PYQT_MODULES); do \
 		mkdir -p debian/python3-pyqt5.qt$$module-dbg/usr/lib/python3.$*/dist-packages/PyQt5; \
 	done



More information about the Neon-commits mailing list