[med-svn] r2605 - trunk/packages/phylip/trunk/debian/patches

manuel at alioth.debian.org manuel at alioth.debian.org
Fri Oct 31 15:00:45 UTC 2008


Author: manuel
Date: 2008-10-31 15:00:44 +0000 (Fri, 31 Oct 2008)
New Revision: 2605

Modified:
   trunk/packages/phylip/trunk/debian/patches/01_src_Makefile.patch
Log:
Removed distclean target from patch to src/Makefile

It's useless as clean-up is done in debian/rules. The target
can't be called by CDBS anyway since it removes patches before
calling upstream's clean target.


Modified: trunk/packages/phylip/trunk/debian/patches/01_src_Makefile.patch
===================================================================
--- trunk/packages/phylip/trunk/debian/patches/01_src_Makefile.patch	2008-10-31 14:56:34 UTC (rev 2604)
+++ trunk/packages/phylip/trunk/debian/patches/01_src_Makefile.patch	2008-10-31 15:00:44 UTC (rev 2605)
@@ -21,17 +21,3 @@
  	@echo "Finished installation."
  	@echo ""
  
-@@ -250,6 +253,13 @@
- 	@echo "Finished cleanup."
- 	@echo ""
- 
-+distclean:
-+	@make clean
-+	@echo "Removing executables"
-+	@rm -rf $(EXEDIR) $(DATADIR)
-+	@echo "Finaly removed all executable files."
-+	@echo ""
-+
- #
- # compile object files shared between programs
- # (make's implicit rule for %.o will take care of these)




More information about the debian-med-commit mailing list