[neon/backports-focal/libaqbanking/Neon/release] debian: debian/rules: Enable Paypal backend

Micha Lenk null at kde.org
Wed Mar 24 09:53:22 GMT 2021


Git commit c92dd29222bd6dc4722e5c9661afadf09df4d6d9 by Micha Lenk.
Committed on 02/02/2020 at 19:25.
Pushed by jriddell into branch 'Neon/release'.

debian/rules: Enable Paypal backend

Closes: #950500

M  +1    -1    debian/rules

https://invent.kde.org/neon/backports-focal/libaqbanking/commit/c92dd29222bd6dc4722e5c9661afadf09df4d6d9

diff --git a/debian/rules b/debian/rules
index f87587d..4d50c97 100755
--- a/debian/rules
+++ b/debian/rules
@@ -17,7 +17,7 @@ DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
 override_dh_auto_configure:
 	dh_auto_configure --max-parallel=1 -- \
 		--with-build-datetime="$(shell dpkg-parsechangelog -c1 -S date)" \
-		--with-backends="aqnone aqhbci aqofxconnect aqebics"
+		--with-backends="aqnone aqhbci aqofxconnect aqebics aqpaypal"
 
 override_dh_auto_test:
 	# Skip dh_auto_test (does not work with AqBanking 3.7.2)



More information about the Neon-commits mailing list