r15653 - packages/trunk/supertux/debian

Vincent Cheng vcheng at moszumanska.debian.org
Tue Dec 22 04:25:02 UTC 2015


Author: vcheng
Date: 2015-12-22 04:25:01 +0000 (Tue, 22 Dec 2015)
New Revision: 15653

Modified:
   packages/trunk/supertux/debian/changelog
   packages/trunk/supertux/debian/rules
Log:
supertux: avoid building libtinygettext.so


Modified: packages/trunk/supertux/debian/changelog
===================================================================
--- packages/trunk/supertux/debian/changelog	2015-12-22 03:09:51 UTC (rev 15652)
+++ packages/trunk/supertux/debian/changelog	2015-12-22 04:25:01 UTC (rev 15653)
@@ -1,4 +1,4 @@
-supertux (0.4.0-1) UNRELEASED; urgency=medium
+supertux (0.4.0-1) unstable; urgency=medium
 
   * New upstream release.
     - Remove all patches; applied upstream or obsolete.

Modified: packages/trunk/supertux/debian/rules
===================================================================
--- packages/trunk/supertux/debian/rules	2015-12-22 03:09:51 UTC (rev 15652)
+++ packages/trunk/supertux/debian/rules	2015-12-22 04:25:01 UTC (rev 15653)
@@ -3,9 +3,17 @@
 %:
 	dh $@ 
 
+override_dh_auto_configure:
+	dh_auto_configure -- -DBUILD_SHARED_LIBS=OFF
+
 override_dh_install:
 	# Fix lintian warning script-not-executable
 	chmod +x $(CURDIR)/debian/tmp/usr/share/games/supertux2/sounds/normalize.sh
+	# Remove unneeded files
+	rm -rf $(CURDIR)/debian/tmp/usr/include \
+	       $(CURDIR)/debian/tmp/usr/lib/pkgconfig \
+	       $(CURDIR)/debian/tmp/usr/lib/*.a \
+	       $(CURDIR)/debian/tmp/usr/share/doc/supertux2
 	dh_install --exclude=COPYING --list-missing
 
 override_dh_installchangelogs:




More information about the Pkg-games-commits mailing list