[neon/qt6/qt6-webengine/Neon/unstable] debian: format

Carlos De Maine null at kde.org
Sun Oct 29 05:17:03 GMT 2023


Git commit 6f2068b0a2430a3596babe4ad4a162d43e5feb1c by Carlos De Maine.
Committed on 29/10/2023 at 06:16.
Pushed by carlosdem into branch 'Neon/unstable'.

format

M  +1    -3    debian/rules

https://invent.kde.org/neon/qt6/qt6-webengine/-/commit/6f2068b0a2430a3596babe4ad4a162d43e5feb1c

diff --git a/debian/rules b/debian/rules
index d87b960..fd2f9f3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,4 +1,4 @@
- #!/usr/bin/make -f
+#!/usr/bin/make -f
 
 include /usr/share/dpkg/architecture.mk
 
@@ -9,7 +9,6 @@ export DH_VERBOSE = 1
 export CC=gcc-12
 export CXX=g++-12
 
-
 PARALLEL_OPTION = $(filter parallel=%,$(DEB_BUILD_OPTIONS))
 ifneq (,$(PARALLEL_OPTION))
 	NUMJOBS = $(patsubst parallel=%,%,$(PARALLEL_OPTION))
@@ -32,7 +31,6 @@ ifeq (i386, $(DEB_HOST_ARCH))
 export LDFLAGS+=-Wl,--no-keep-memory
 endif
 
-
 %:
 	dh $@ --with pkgkde_symbolshelper --buildsystem=cmake+ninja
 


More information about the Neon-commits mailing list