فهرست منبع

Fix clean for pypy build.

Jelmer Vernooij 10 سال پیش
والد
کامیت
9d99c9ef28
1فایلهای تغییر یافته به همراه4 افزوده شده و 0 حذف شده
  1. 4 0
      debian/rules

+ 4 - 0
debian/rules

@@ -21,6 +21,10 @@ override_dh_auto_build:
 	dh_auto_build
 	pypy setup.py build -b build-pypy
 
+override_dh_auto_clean:
+	dh_auto_clean
+	rm -rf build-pypy
+
 override_dh_auto_test:
 ifeq (,$(findstring nocheck,$(DEB_BUILD_OPTIONS)))
 	$(MAKE) check