r7280 - packages/trunk/adonthell/debian

Gonéri Le Bouder goneri at alioth.debian.org
Sun Jun 8 12:12:28 UTC 2008


Author: goneri
Date: 2008-06-08 12:12:27 +0000 (Sun, 08 Jun 2008)
New Revision: 7280

Modified:
   packages/trunk/adonthell/debian/changelog
   packages/trunk/adonthell/debian/rules
Log:
* Remove src/modules/adonthell.py src/py_adonthell_wrap.cc since they are
  generated with SWIG during the build process


Modified: packages/trunk/adonthell/debian/changelog
===================================================================
--- packages/trunk/adonthell/debian/changelog	2008-06-08 11:55:44 UTC (rev 7279)
+++ packages/trunk/adonthell/debian/changelog	2008-06-08 12:12:27 UTC (rev 7280)
@@ -18,6 +18,10 @@
   * Bump debian/compat to 5.
   * Bump Standards Version to 3.7.3. (No changes needed).
 
+  [ Gonéri Le Bouder ]
+  * Remove src/modules/adonthell.py src/py_adonthell_wrap.cc since they are
+    generated with SWIG during the build process
+
  -- Barry deFreese <bddebian at comcast.net>  Thu, 29 May 2008 21:54:50 -0400
 
 adonthell (0.3.4.cvs.20050813-4) unstable; urgency=medium

Modified: packages/trunk/adonthell/debian/rules
===================================================================
--- packages/trunk/adonthell/debian/rules	2008-06-08 11:55:44 UTC (rev 7279)
+++ packages/trunk/adonthell/debian/rules	2008-06-08 12:12:27 UTC (rev 7280)
@@ -67,6 +67,9 @@
 	rm -rf .pc
 
 	rm -f config.guess config.sub
+       
+       # drop files generated by SWIG
+	rm -f src/modules/adonthell.py src/py_adonthell_wrap.cc
 
 	dh_clean
 




More information about the Pkg-games-commits mailing list