[neon/backports-jammy/accounts-qml6-module/Neon/release] debian: no need for a specified build dir, let dh take care of it

Carlos De Maine null at kde.org
Fri Jan 19 01:22:20 GMT 2024


Git commit 3ffe2a131bc8cd7fdb4be52a18317c33e126d45c by Carlos De Maine.
Committed on 19/01/2024 at 02:21.
Pushed by carlosdem into branch 'Neon/release'.

no need for a specified build dir, let dh take care of it

M  +7    -6    debian/rules

https://invent.kde.org/neon/backports-jammy/accounts-qml6-module/-/commit/3ffe2a131bc8cd7fdb4be52a18317c33e126d45c

diff --git a/debian/rules b/debian/rules
index 330a8b1..207f797 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,22 +12,23 @@ DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
 	dh $@
 
 override_dh_auto_configure:
-	mkdir -p build6 && cd build6 && QT_SELECT=6 && ls -ls ../ && qmake6 ../accounts-qml-module.pro LIBDIR+=/usr/lib/$(DEB_HOST_MULTIARCH)
+	QT_SELECT=6 && ls -ls ../ && qmake6 ../accounts-qml-module.pro LIBDIR+=/usr/lib/$(DEB_HOST_MULTIARCH)
+#	mkdir -p build6 && cd build6 && QT_SELECT=6 && ls -ls ../ && qmake6 ../accounts-qml-module.pro LIBDIR+=/usr/lib/$(DEB_HOST_MULTIARCH)
 #	CONFIG+=ubuntu-docs
 
-override_dh_auto_build:
+#override_dh_auto_build:
 	cd build6 &&  make
 
 #override_dh_install:
 #	rmdir debian/tmp/usr/share/doc/accounts-qml-module/html/images/
 #	dh_install -X .gitignore
 
-override_dh_auto_install:
-	cd build6 && make install INSTALL_ROOT=$(CURDIR)/debian/tmp
+#override_dh_auto_install:
+#	cd build6 && make install INSTALL_ROOT=$(CURDIR)/debian/tmp
 
 override_dh_installexamples:
 	dh_installexamples --sourcedir=$(CURDIR)
 
-override_dh_install:
+#override_dh_install:
 #	cd build6 && dh_install
-	dh_install
+#	dh_install


More information about the Neon-commits mailing list