r15381 - packages/trunk/0ad/debian

Vincent Cheng vcheng at moszumanska.debian.org
Thu Mar 19 00:25:12 UTC 2015


Author: vcheng
Date: 2015-03-19 00:25:12 +0000 (Thu, 19 Mar 2015)
New Revision: 15381

Modified:
   packages/trunk/0ad/debian/changelog
   packages/trunk/0ad/debian/control
   packages/trunk/0ad/debian/install
   packages/trunk/0ad/debian/rules
Log:
0ad: Replace build-dep on libmozjs-24-dev with libnspr4-dev


Modified: packages/trunk/0ad/debian/changelog
===================================================================
--- packages/trunk/0ad/debian/changelog	2015-03-19 00:20:49 UTC (rev 15380)
+++ packages/trunk/0ad/debian/changelog	2015-03-19 00:25:12 UTC (rev 15381)
@@ -2,6 +2,7 @@
 
   * New upstream release.
     - Refresh patches.
+    - Replace build-dep on libmozjs-24-dev with libnspr4-dev.
 
  -- Vincent Cheng <vcheng at debian.org>  Wed, 18 Mar 2015 16:58:45 -0700
 

Modified: packages/trunk/0ad/debian/control
===================================================================
--- packages/trunk/0ad/debian/control	2015-03-19 00:20:49 UTC (rev 15380)
+++ packages/trunk/0ad/debian/control	2015-03-19 00:25:12 UTC (rev 15381)
@@ -15,7 +15,7 @@
  libicu-dev,
  libjpeg-dev,
  libminiupnpc-dev (>= 1.6),
- libmozjs-24-dev,
+ libnspr4-dev,
  libnvtt-dev (>= 2.0.8-1+dfsg-4~),
  libogg-dev,
  libopenal-dev,

Modified: packages/trunk/0ad/debian/install
===================================================================
--- packages/trunk/0ad/debian/install	2015-03-19 00:20:49 UTC (rev 15380)
+++ packages/trunk/0ad/debian/install	2015-03-19 00:25:12 UTC (rev 15381)
@@ -1,6 +1,7 @@
 binaries/data/l10n                              usr/share/games/0ad/
 binaries/system/libAtlasUI.so                   usr/lib/games/0ad/
 binaries/system/libCollada.so                   usr/lib/games/0ad/
+binaries/system/libmozjs31-ps-release.so        usr/lib/games/0ad/
 binaries/system/ActorEditor                     usr/lib/games/0ad/
 binaries/system/pyrogenesis                     usr/games/
 build/resources/0ad.desktop                     usr/share/applications/

Modified: packages/trunk/0ad/debian/rules
===================================================================
--- packages/trunk/0ad/debian/rules	2015-03-19 00:20:49 UTC (rev 15380)
+++ packages/trunk/0ad/debian/rules	2015-03-19 00:25:12 UTC (rev 15381)
@@ -23,8 +23,7 @@
 		--libdir=/usr/lib/games/0ad \
 		--datadir=/usr/share/games/0ad \
 		--with-system-nvtt \
-		--with-system-miniupnpc \
-		--with-system-mozjs24
+		--with-system-miniupnpc
 	
 	$(MAKE) config=release verbose=1 -C build/workspaces/gcc
 




More information about the Pkg-games-commits mailing list