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 <[EMAIL PROTECTED]>  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
 


_______________________________________________
Pkg-games-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

Reply via email to