rev 20804 - kde-extras/kphotoalbum/trunk/debian

Pino Toscano pino at moszumanska.debian.org
Sun Jun 25 07:15:49 UTC 2017


Author: pino
Date: 2017-06-25 07:15:49 +0000 (Sun, 25 Jun 2017)
New Revision: 20804

Modified:
   kde-extras/kphotoalbum/trunk/debian/changelog
   kde-extras/kphotoalbum/trunk/debian/rules
Log:
workaround races with generation of version.h


Modified: kde-extras/kphotoalbum/trunk/debian/changelog
===================================================================
--- kde-extras/kphotoalbum/trunk/debian/changelog	2017-06-25 07:11:27 UTC (rev 20803)
+++ kde-extras/kphotoalbum/trunk/debian/changelog	2017-06-25 07:15:49 UTC (rev 20804)
@@ -1,5 +1,8 @@
 kphotoalbum (5.2-2) UNRELEASED; urgency=medium
 
+  [ Pino Toscano ]
+  * Force generation of version.h as first step of the build, to avoid races
+    later on.
 
  -- Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org>  Sun, 25 Jun 2017 09:10:58 +0200
 

Modified: kde-extras/kphotoalbum/trunk/debian/rules
===================================================================
--- kde-extras/kphotoalbum/trunk/debian/rules	2017-06-25 07:11:27 UTC (rev 20803)
+++ kde-extras/kphotoalbum/trunk/debian/rules	2017-06-25 07:15:49 UTC (rev 20804)
@@ -6,6 +6,8 @@
 	dh $@ --parallel --with kf5
 
 override_dh_auto_build:
+	# force generation of version.h, to avoid races later on
+	dh_auto_build --no-parallel -- UpdateVersion
 	dh_auto_build
 	/usr/bin/docbook-to-man debian/kphotoalbum.sgml > kphotoalbum.1
 




More information about the pkg-kde-commits mailing list