r15896 - packages/trunk/supertux/debian

Vincent Cheng vcheng at moszumanska.debian.org
Mon Sep 26 03:36:06 UTC 2016


Author: vcheng
Date: 2016-09-26 03:36:05 +0000 (Mon, 26 Sep 2016)
New Revision: 15896

Modified:
   packages/trunk/supertux/debian/changelog
   packages/trunk/supertux/debian/control
   packages/trunk/supertux/debian/rules
Log:
supertux: new build-deps


Modified: packages/trunk/supertux/debian/changelog
===================================================================
--- packages/trunk/supertux/debian/changelog	2016-09-26 03:09:01 UTC (rev 15895)
+++ packages/trunk/supertux/debian/changelog	2016-09-26 03:36:05 UTC (rev 15896)
@@ -1,6 +1,7 @@
-supertux (0.5.0-1) UNRELEASED; urgency=medium
+supertux (0.5.0-1) unstable; urgency=medium
 
   * New upstream release.
+    - Add build-dep on libboost-{date-time,filesystem,system}-dev.
   * Fix appstream metadata. (LP: #1560550)
   * Bump standards version to 3.9.8.
   * Update watch file.

Modified: packages/trunk/supertux/debian/control
===================================================================
--- packages/trunk/supertux/debian/control	2016-09-26 03:09:01 UTC (rev 15895)
+++ packages/trunk/supertux/debian/control	2016-09-26 03:36:05 UTC (rev 15896)
@@ -10,7 +10,10 @@
  autotools-dev,
  cmake (>= 2.6),
  debhelper (>= 9),
- libboost-dev,
+ libboost-date-time-dev (>= 1.41),
+ libboost-dev (>= 1.41),
+ libboost-filesystem-dev (>= 1.41),
+ libboost-system-dev (>= 1.41),
  libcurl4-gnutls-dev,
  libglew-dev,
  libopenal-dev,

Modified: packages/trunk/supertux/debian/rules
===================================================================
--- packages/trunk/supertux/debian/rules	2016-09-26 03:09:01 UTC (rev 15895)
+++ packages/trunk/supertux/debian/rules	2016-09-26 03:36:05 UTC (rev 15896)
@@ -4,7 +4,8 @@
 	dh $@ 
 
 override_dh_auto_configure:
-	dh_auto_configure -- -DBUILD_SHARED_LIBS=OFF
+	dh_auto_configure -- -DBUILD_SHARED_LIBS=OFF \
+	                     -DENABLE_BOOST_STATIC_LIBS=OFF
 
 override_dh_install:
 	# Fix lintian warning script-not-executable




More information about the Pkg-games-commits mailing list