r16027 - packages/trunk/0ad/debian

Ludovic Rousseau rousseau at moszumanska.debian.org
Wed Oct 18 15:38:31 UTC 2017


Author: rousseau
Date: 2017-10-18 15:38:31 +0000 (Wed, 18 Oct 2017)
New Revision: 16027

Modified:
   packages/trunk/0ad/debian/changelog
   packages/trunk/0ad/debian/rules
Log:
Export SHELL to make mozjs-38 build using debuild(1)

Modified: packages/trunk/0ad/debian/changelog
===================================================================
--- packages/trunk/0ad/debian/changelog	2017-10-18 15:14:18 UTC (rev 16026)
+++ packages/trunk/0ad/debian/changelog	2017-10-18 15:38:31 UTC (rev 16027)
@@ -2,6 +2,7 @@
 
   * New upstream release.
   * Fix "New Release: 0 A.D. Alpha 22 Venustas" (Closes: #872654)
+  * Export SHELL to make mozjs-38 build using debuild(1)
 
  -- Ludovic Rousseau <rousseau at debian.org>  Wed, 18 Oct 2017 15:33:17 +0200
 

Modified: packages/trunk/0ad/debian/rules
===================================================================
--- packages/trunk/0ad/debian/rules	2017-10-18 15:14:18 UTC (rev 16026)
+++ packages/trunk/0ad/debian/rules	2017-10-18 15:38:31 UTC (rev 16027)
@@ -1,5 +1,9 @@
 #!/usr/bin/make -f
 
+# mozjs' build process does not seem to be compatible with other shells
+# like zsh
+export SHELL = /bin/sh
+
 include /usr/share/dpkg/architecture.mk
 
 ifeq ($(findstring parallel=,$(DEB_BUILD_OPTIONS)),)




More information about the Pkg-games-commits mailing list