[neon/3rdparty/libaccounts-qt/Neon/unstable] debian: dirty hack time

Carlos De Maine null at kde.org
Sat Jun 24 03:12:37 BST 2023


Git commit b5c25079a3fc002a1a15beaae40b62a19c211937 by Carlos De Maine.
Committed on 24/06/2023 at 02:12.
Pushed by carlosdem into branch 'Neon/unstable'.

dirty hack time

M  +1    -1    debian/rules

https://invent.kde.org/neon/3rdparty/libaccounts-qt/-/commit/b5c25079a3fc002a1a15beaae40b62a19c211937

diff --git a/debian/rules b/debian/rules
index b43f42e..fc5932f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -14,7 +14,7 @@ override_dh_auto_clean:
 
 execute_after_dh_auto_clean:
 	rm -rf build5
-#	mkdir build5
+	mkdir build5 && cp -r source build5 && cp -r debian build5
 
 override_dh_auto_configure:
 	QT_SELECT=qt6 dh_auto_configure -- LIBDIR=/usr/lib/$(DEB_HOST_MULTIARCH)


More information about the Neon-commits mailing list