r15524 - packages/trunk/0ad/debian

Vincent Cheng vcheng at moszumanska.debian.org
Sat Aug 29 03:56:11 UTC 2015


Author: vcheng
Date: 2015-08-29 03:56:10 +0000 (Sat, 29 Aug 2015)
New Revision: 15524

Modified:
   packages/trunk/0ad/debian/changelog
   packages/trunk/0ad/debian/rules
Log:
0ad: fix lintian error caused by unwanted shlibs file


Modified: packages/trunk/0ad/debian/changelog
===================================================================
--- packages/trunk/0ad/debian/changelog	2015-08-29 03:49:43 UTC (rev 15523)
+++ packages/trunk/0ad/debian/changelog	2015-08-29 03:56:10 UTC (rev 15524)
@@ -1,4 +1,4 @@
-0ad (0.0.18-2) UNRELEASED; urgency=medium
+0ad (0.0.18-2) unstable; urgency=medium
 
   [ Logan Rosen ]
   * debian/patches/gcc-5.1.patch: Pull patch from upstream Git to fix build

Modified: packages/trunk/0ad/debian/rules
===================================================================
--- packages/trunk/0ad/debian/rules	2015-08-29 03:49:43 UTC (rev 15523)
+++ packages/trunk/0ad/debian/rules	2015-08-29 03:56:10 UTC (rev 15524)
@@ -39,5 +39,8 @@
 override_dh_strip:
 	dh_strip -p 0ad --dbg-package=0ad-dbg
 
+overide_dh_makeshlibs:
+	dh_makeshlibs -Xusr/lib/games/0ad
+
 override_dh_builddeb:
 	dh_builddeb -- -Zxz




More information about the Pkg-games-commits mailing list