r2715 - in zope2.13/trunk/debian (2 files)

arnau at users.alioth.debian.org arnau at users.alioth.debian.org
Tue May 28 03:41:28 UTC 2013


    Date: Tuesday, May 28, 2013 @ 03:41:26
  Author: arnau
Revision: 2715

Call clean in distclean Makefile target to remove build directory even when
only distclean target is called.

Modified:
  zope2.13/trunk/debian/changelog
  zope2.13/trunk/debian/patches/build_resources.patch

Modified: zope2.13/trunk/debian/changelog
===================================================================
--- zope2.13/trunk/debian/changelog	2013-05-28 03:38:48 UTC (rev 2714)
+++ zope2.13/trunk/debian/changelog	2013-05-28 03:41:26 UTC (rev 2715)
@@ -18,6 +18,8 @@
         module, keep it in DEB_SATISFIED as it is included in versions.cfg.
   * Ignore egg-info directory and setup.cfg in debian/source/options to avoid
     diff of files in this directory.
+  * Call clean in distclean Makefile target to remove build directory even when
+    only distclean target is called.
 
  -- Arnaud Fontaine <arnau at debian.org>  Thu, 16 May 2013 20:27:46 +0900
 

Modified: zope2.13/trunk/debian/patches/build_resources.patch
===================================================================
--- zope2.13/trunk/debian/patches/build_resources.patch	2013-05-28 03:38:48 UTC (rev 2714)
+++ zope2.13/trunk/debian/patches/build_resources.patch	2013-05-28 03:41:26 UTC (rev 2715)
@@ -32,7 +32,7 @@
 +	-rm -rf ./build
 +	-find ./source/ -maxdepth 2 -type d -name "build" -exec rm -rf {} \;
 +
-+distclean:
++distclean: clean
 +	@rm Makefile
 +
 +build:




More information about the pkg-zope-developers mailing list