[Python-modules-commits] r18472 - in packages/python-peak.util/trunk/debian (clean rules)

eriol-guest at users.alioth.debian.org eriol-guest at users.alioth.debian.org
Fri Sep 9 00:19:35 UTC 2011


    Date: Friday, September 9, 2011 @ 00:19:32
  Author: eriol-guest
Revision: 18472

Reverted

Modified:
  packages/python-peak.util/trunk/debian/rules
Deleted:
  packages/python-peak.util/trunk/debian/clean

Deleted: packages/python-peak.util/trunk/debian/clean
===================================================================
--- packages/python-peak.util/trunk/debian/clean	2011-09-09 00:10:16 UTC (rev 18471)
+++ packages/python-peak.util/trunk/debian/clean	2011-09-09 00:19:32 UTC (rev 18472)
@@ -1,7 +0,0 @@
-build/*
-addons-0-7/AddOns.egg-info/PKG-INFO
-bytecodeassembler-0-6/BytecodeAssembler.egg-info/PKG-INFO
-extremes-1-1-1/Extremes.egg-info/PKG-INFO
-symboltype-1-0/SymbolType.egg-info/PKG-INFO
-symboltype-1-0/SymbolType.egg-info/SOURCES.txt
-symboltype-1-0/SymbolType.egg-info/dependency_links.txt

Modified: packages/python-peak.util/trunk/debian/rules
===================================================================
--- packages/python-peak.util/trunk/debian/rules	2011-09-09 00:10:16 UTC (rev 18471)
+++ packages/python-peak.util/trunk/debian/rules	2011-09-09 00:19:32 UTC (rev 18472)
@@ -23,6 +23,15 @@
 
 DEB_PYTHON_INSTALL_ARGS_ALL += --single-version-externally-managed
 
+clean::
+	rm -rf build/
+	rm -f addons-0-7/AddOns.egg-info/PKG-INFO
+	rm -f bytecodeassembler-0-6/BytecodeAssembler.egg-info/PKG-INFO
+	rm -f extremes-1-1-1/Extremes.egg-info/PKG-INFO
+	rm -f symboltype-1-0/SymbolType.egg-info/PKG-INFO
+	rm -f symboltype-1-0/SymbolType.egg-info/SOURCES.txt
+	rm -f symboltype-1-0/SymbolType.egg-info/dependency_links.txt
+
 # avoid installing tests: useless at runtime and prone to name clashes
 install/$(PKG)::
 	rm -f debian/$(PKG)/usr/lib/python*/*-packages/*.pth




More information about the Python-modules-commits mailing list