[neon/extras/kraft/Neon/unstable] debian: rebase

Carlos De Maine null at kde.org
Thu Aug 8 03:01:37 BST 2024


Git commit 738709de2f0984dd5abf3e6910e8dabec7bb0e04 by Carlos De Maine.
Committed on 08/08/2024 at 02:01.
Pushed by carlosdem into branch 'Neon/unstable'.

rebase

M  +17   -19   debian/control
M  +6    -2    debian/rules

https://invent.kde.org/neon/extras/kraft/-/commit/738709de2f0984dd5abf3e6910e8dabec7bb0e04

diff --cc debian/control
index a63afb4,c65cc8b..3621ab5
--- a/debian/control
+++ b/debian/control
@@@ -54,4 -52,4 +52,4 @@@ Description: small business-management 
    Text templates
    Calculation
    Material management
--  Configurable document creation in PDF format
++  Configurable document creation in PDF format
diff --cc debian/rules
index de7f92b,c6c0905..1dbcd59
--- a/debian/rules
+++ b/debian/rules
@@@ -7,7 -7,11 +7,11 @@@ export DH_VERBOSE=
  	dh $@ --with kf5,python3
  
  override_dh_auto_configure:
- 	dh_auto_configure -- -DAKONADI_LEGACY_BUILD=OFF
+ 	# workaround lack of ".tag: top-level file assumed by the build system
+ 	# in case no .git directory is present
+ 	echo 'unavailable' > .tag
+ 	dh_auto_configure -Skf5
+ 	rm .tag
  
  override_dh_auto_test:
- 	xvfb-run -a env KRAFT_HOME="$(CURDIR)" dh_auto_test --no-parallel
 -	xvfb-run -a env KRAFT_HOME="$(CURDIR)" LC_ALL=de_DE.utf8 dh_auto_test --no-parallel
++	xvfb-run -a env KRAFT_HOME="$(CURDIR)" LC_ALL=de_DE.utf8 dh_auto_test --no-parallel


More information about the Neon-commits mailing list