[Python-apps-commits] r13491 - in packages/cython/trunk/debian (changelog rules)

yoh at users.alioth.debian.org yoh at users.alioth.debian.org
Thu Aug 11 19:56:45 UTC 2016


    Date: Thursday, August 11, 2016 @ 19:56:44
  Author: yoh
Revision: 13491

even more cleanup (docs/build)

Modified:
  packages/cython/trunk/debian/changelog
  packages/cython/trunk/debian/rules

Modified: packages/cython/trunk/debian/changelog
===================================================================
--- packages/cython/trunk/debian/changelog	2016-08-11 19:56:27 UTC (rev 13490)
+++ packages/cython/trunk/debian/changelog	2016-08-11 19:56:44 UTC (rev 13491)
@@ -3,8 +3,8 @@
   * patches/deb_nopngmath
     - disable pngmath sphinx extension (deprecated)
   * debian/rules
-    - call 'make clean' and remove possible Cython.egg-info to clean
-      sources fully (Closes: #833951)
+    - call 'make clean' and remove possible Cython.egg-info and docs/build
+      to clean sources fully (Closes: #833951)
 
  -- Yaroslav Halchenko <debian at onerussian.com>  Thu, 11 Aug 2016 13:50:15 -0400
 

Modified: packages/cython/trunk/debian/rules
===================================================================
--- packages/cython/trunk/debian/rules	2016-08-11 19:56:27 UTC (rev 13490)
+++ packages/cython/trunk/debian/rules	2016-08-11 19:56:44 UTC (rev 13491)
@@ -123,6 +123,6 @@
 
 override_dh_auto_clean:
 	make clean
-	rm -rf Cython.egg-info
+	rm -rf Cython.egg-info docs/build
 	find -name "*.py[oc]" -type f -delete
 




More information about the Python-apps-commits mailing list