[Pkg-octave-commit] r1618 - octave-forge-pkgs/octave-odepkg/trunk/debian/patches
Rafael Laboissiere
rafael at alioth.debian.org
Tue Apr 8 17:21:40 UTC 2008
Author: rafael
Date: 2008-04-08 17:21:40 +0000 (Tue, 08 Apr 2008)
New Revision: 1618
Added:
octave-forge-pkgs/octave-odepkg/trunk/debian/patches/makefile-distclean.diff
Modified:
octave-forge-pkgs/octave-odepkg/trunk/debian/patches/series
Log:
Add patch for fixing distclean target
Added: octave-forge-pkgs/octave-odepkg/trunk/debian/patches/makefile-distclean.diff
===================================================================
--- octave-forge-pkgs/octave-odepkg/trunk/debian/patches/makefile-distclean.diff (rev 0)
+++ octave-forge-pkgs/octave-odepkg/trunk/debian/patches/makefile-distclean.diff 2008-04-08 17:21:40 UTC (rev 1618)
@@ -0,0 +1,19 @@
+Index: trunk/src/Makefile
+===================================================================
+--- trunk.orig/src/Makefile 2008-04-08 17:19:11.000000000 +0000
++++ trunk/src/Makefile 2008-04-08 17:20:03.000000000 +0000
+@@ -56,8 +56,12 @@
+ @echo "Cleaning..."; \
+ $(RM) -rf $(EXTERNALDIRS) $(SOLVEROBJECTS) $(SOLVEROCTFILE)
+
+-distclean realclean : clean
++distclean : clean
++ @echo "Dist Cleaning..."; \
++ $(RM) -rf config.status config.log autom4te.cache Makeconf
++
++realclean : distclean
+ @echo "Really Cleaning..."; \
+- $(RM) -rf configure config.status config.log autom4te.cache Makeconf
++ $(RM) -rf configure
+
+ dist : all
Modified: octave-forge-pkgs/octave-odepkg/trunk/debian/patches/series
===================================================================
--- octave-forge-pkgs/octave-odepkg/trunk/debian/patches/series 2008-04-08 17:17:39 UTC (rev 1617)
+++ octave-forge-pkgs/octave-odepkg/trunk/debian/patches/series 2008-04-08 17:21:40 UTC (rev 1618)
@@ -1 +1,2 @@
info-dir-section.diff
+makefile-distclean.diff
More information about the Pkg-octave-commit
mailing list