r15526 - packages/trunk/0ad/debian

Vincent Cheng vcheng at moszumanska.debian.org
Sat Sep 5 07:19:04 UTC 2015


Author: vcheng
Date: 2015-09-05 07:19:04 +0000 (Sat, 05 Sep 2015)
New Revision: 15526

Modified:
   packages/trunk/0ad/debian/changelog
   packages/trunk/0ad/debian/rules
Log:
0ad: fix typo in override target in d/rules


Modified: packages/trunk/0ad/debian/changelog
===================================================================
--- packages/trunk/0ad/debian/changelog	2015-08-29 03:59:49 UTC (rev 15525)
+++ packages/trunk/0ad/debian/changelog	2015-09-05 07:19:04 UTC (rev 15526)
@@ -1,3 +1,9 @@
+0ad (0.0.18-3) UNRELEASED; urgency=medium
+
+  * Fix typo in override target in d/rules.
+
+ -- Vincent Cheng <vcheng at debian.org>  Sat, 05 Sep 2015 00:18:30 -0700
+
 0ad (0.0.18-2) unstable; urgency=medium
 
   [ Logan Rosen ]

Modified: packages/trunk/0ad/debian/rules
===================================================================
--- packages/trunk/0ad/debian/rules	2015-08-29 03:59:49 UTC (rev 15525)
+++ packages/trunk/0ad/debian/rules	2015-09-05 07:19:04 UTC (rev 15526)
@@ -39,7 +39,7 @@
 override_dh_strip:
 	dh_strip -p 0ad --dbg-package=0ad-dbg
 
-overide_dh_makeshlibs:
+override_dh_makeshlibs:
 	dh_makeshlibs -Xusr/lib/games/0ad
 
 override_dh_builddeb:




More information about the Pkg-games-commits mailing list