[neon/qt/pyside2/Neon/release] debian: Minor debian/rules cleanup.

Dmitry Shachnev null at kde.org
Wed Oct 19 14:56:29 BST 2022


Git commit 66df5ad79cd4dea50a452c34deddc2ca53d14ed2 by Dmitry Shachnev.
Committed on 19/12/2020 at 17:38.
Pushed by jriddell into branch 'Neon/release'.

Minor debian/rules cleanup.

M  +1    -0    debian/changelog
M  +0    -4    debian/rules

https://invent.kde.org/neon/qt/pyside2/commit/66df5ad79cd4dea50a452c34deddc2ca53d14ed2

diff --git a/debian/changelog b/debian/changelog
index 1d93761d..fe121948 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -16,6 +16,7 @@ pyside2 (5.15.2-1) UNRELEASED; urgency=medium
     libpyside2-py3-5.15 is not multi-arch ready because the list of built
     modules (in _config.py) may be different on different architectures.
   * Bump Qt build-dependencies to 5.15 (as ftbfs-old-qt.patch was dropped).
+  * Minor debian/rules cleanup.
 
   [ Alexander Volkov ]
   * Add python3-pyside2.qt{quickcontrols2,remoteobjects,serialport} packages.
diff --git a/debian/rules b/debian/rules
index 90b9b0e4..cb53dc81 100755
--- a/debian/rules
+++ b/debian/rules
@@ -29,10 +29,6 @@ undefine XDG_RUNTIME_DIR
 %:
 	dh $@ --with python3,sphinxdoc --buildsystem=pybuild
 
-override_dh_auto_build:
-	dh_auto_build
-	#PYTHONPATH=. http_proxy='127.0.0.1:9' sphinx-build -N -bhtml doc/rst build/html # HTML generator
-
 override_dh_auto_install:
 	# Don't use pybuild install process, we take over this step to
 	# split files in the way we want it. But we echo the list of files



More information about the Neon-commits mailing list