[pkg-eucalyptus-commits] r170 - in euca2ools/branches/2.0/debian: . patches

Miguel Landaeta nomadium-guest at alioth.debian.org
Thu Aug 25 02:22:32 UTC 2011


Author: nomadium-guest
Date: 2011-08-25 02:22:32 +0000 (Thu, 25 Aug 2011)
New Revision: 170

Added:
   euca2ools/branches/2.0/debian/patches/
   euca2ools/branches/2.0/debian/patches/fix-make-clean.patch
   euca2ools/branches/2.0/debian/patches/series
Modified:
   euca2ools/branches/2.0/debian/changelog
Log:
Add small patch from Ubuntu to correct issue with clean target in Makefile

Modified: euca2ools/branches/2.0/debian/changelog
===================================================================
--- euca2ools/branches/2.0/debian/changelog	2011-08-25 02:21:03 UTC (rev 169)
+++ euca2ools/branches/2.0/debian/changelog	2011-08-25 02:22:32 UTC (rev 170)
@@ -5,6 +5,7 @@
   * Switch to source format 3.0 (quilt).
   * Add get-orig-source target to debian/rules.
   * Build man pages from source.
+  * Add small patch from Ubuntu to correct issue with clean target in Makefile.
 
  -- Miguel Landaeta <miguel at miguel.cc>  Wed, 24 Aug 2011 21:34:48 -0430
 

Added: euca2ools/branches/2.0/debian/patches/fix-make-clean.patch
===================================================================
--- euca2ools/branches/2.0/debian/patches/fix-make-clean.patch	                        (rev 0)
+++ euca2ools/branches/2.0/debian/patches/fix-make-clean.patch	2011-08-25 02:22:32 UTC (rev 170)
@@ -0,0 +1,17 @@
+Description: Remove useless iteration in clean target class
+Author: Scott Moser <smoser at ubuntu.com>
+Forwarded: no
+Last-Update: 2011-08-24
+
+--- a/Makefile
++++ b/Makefile
+@@ -62,8 +62,7 @@ install:
+ 	@if [ -d $(BASH_COMPLETION) ]; then install -o root -m 644  $(UTILDIR)/* $(BASH_COMPLETION); fi
+  
+ distclean clean:
+-	@for subdir in $(SUBDIRS); do \
+-		(cd $$subdir && $(MAKE) $@) || exit $$? ; done
++	echo "Nothing to do for clean"
+ 
+ uninstall:
+ 	@for x in $(BINLIST); do \

Added: euca2ools/branches/2.0/debian/patches/series
===================================================================
--- euca2ools/branches/2.0/debian/patches/series	                        (rev 0)
+++ euca2ools/branches/2.0/debian/patches/series	2011-08-25 02:22:32 UTC (rev 170)
@@ -0,0 +1 @@
+fix-make-clean.patch




More information about the pkg-eucalyptus-commits mailing list