[Pkg-net-snmp-commits] r205 - in branches: net-snmp54/debian net-snmp54-dev/debian

jochen at alioth.debian.org jochen at alioth.debian.org
Thu Sep 20 17:38:39 UTC 2007


Author: jochen
Date: 2007-09-20 17:38:39 +0000 (Thu, 20 Sep 2007)
New Revision: 205

Modified:
   branches/net-snmp54-dev/debian/rules
   branches/net-snmp54/debian/rules
Log:
Fix clean target


Modified: branches/net-snmp54/debian/rules
===================================================================
--- branches/net-snmp54/debian/rules	2007-09-20 17:35:20 UTC (rev 204)
+++ branches/net-snmp54/debian/rules	2007-09-20 17:38:39 UTC (rev 205)
@@ -66,6 +66,7 @@
 	find . -name *\.py[co] -exec rm {} \;
 	find debian -name python-*-stamp-* -exec rm {} \;
 	rm -rf python/build
+	rm -rf python/netsnmp_python.egg-info
 
 common-build-arch:: $(PYVERS:%=debian/python-build-stamp-%)
 

Modified: branches/net-snmp54-dev/debian/rules
===================================================================
--- branches/net-snmp54-dev/debian/rules	2007-09-20 17:35:20 UTC (rev 204)
+++ branches/net-snmp54-dev/debian/rules	2007-09-20 17:38:39 UTC (rev 205)
@@ -66,6 +66,7 @@
 	find . -name *\.py[co] -exec rm {} \;
 	find debian -name python-*-stamp-* -exec rm {} \;
 	rm -rf python/build
+	rm -rf python/netsnmp_python.egg-info
 
 common-build-arch:: $(PYVERS:%=debian/python-build-stamp-%)
 




More information about the Pkg-net-snmp-commits mailing list