r14663 - packages/trunk/box2d/debian

Markus Koschany apo-guest at alioth.debian.org
Fri Nov 8 17:18:11 UTC 2013


Author: apo-guest
Date: 2013-11-08 17:18:10 +0000 (Fri, 08 Nov 2013)
New Revision: 14663

Modified:
   packages/trunk/box2d/debian/changelog
   packages/trunk/box2d/debian/rules
Log:
Ensure that the package can be built twice in a row


Modified: packages/trunk/box2d/debian/changelog
===================================================================
--- packages/trunk/box2d/debian/changelog	2013-11-08 16:25:34 UTC (rev 14662)
+++ packages/trunk/box2d/debian/changelog	2013-11-08 17:18:10 UTC (rev 14663)
@@ -19,6 +19,7 @@
   * Update debian/copyright to copyright format 1.0.
   * Update to Standards-Version 3.9.5, no changes.
   * Add a new get-orig-source target to debian/rules.
+  * Ensure that Box2D can be built twice in a row and override dh_clean.
 
   [ Evgeni Golov ]
   * Correct Vcs-* URLs to point to anonscm.debian.org

Modified: packages/trunk/box2d/debian/rules
===================================================================
--- packages/trunk/box2d/debian/rules	2013-11-08 16:25:34 UTC (rev 14662)
+++ packages/trunk/box2d/debian/rules	2013-11-08 17:18:10 UTC (rev 14663)
@@ -27,6 +27,10 @@
 override_dh_installchangelogs:
 	dh_installchangelogs Box2D/Changes.txt
 
+override_dh_clean:
+	dh_clean
+	$(RM) -r Box2D/Documentation/API
+
 override_dh_strip:
 	dh_strip --dbg-package=libbox2d$(VER)-dbg
 




More information about the Pkg-games-commits mailing list