[Pkg-octave-commit] rev 372 - trunk/packages/octplot/debian/patches
Rafael Laboissiere
rafael at costa.debian.org
Mon Dec 5 22:53:01 UTC 2005
Author: rafael
Date: 2005-12-05 22:53:00 +0000 (Mon, 05 Dec 2005)
New Revision: 372
Added:
trunk/packages/octplot/debian/patches/drop-distclean.patch
Log:
Added patch for fixing the distclean target
Added: trunk/packages/octplot/debian/patches/drop-distclean.patch
===================================================================
--- trunk/packages/octplot/debian/patches/drop-distclean.patch 2005-12-05 22:06:24 UTC (rev 371)
+++ trunk/packages/octplot/debian/patches/drop-distclean.patch 2005-12-05 22:53:00 UTC (rev 372)
@@ -0,0 +1,47 @@
+--- octplot-0.3.0/src/Makefile.in 2005-11-23 18:33:26.000000000 +0100
++++ octplot-0.3.0.new/src/Makefile.in 2005-12-05 23:12:35.080533184 +0100
+@@ -43,7 +43,6 @@
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-LIBOBJDIR =
+ subdir = .
+ DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
+ $(srcdir)/Makefile.in $(srcdir)/config.h.in \
+@@ -174,6 +173,7 @@
+ ver = @ver@
+ EXTRA_DIST = ReleaseNotes.txt README.linux README.cygwin README.mac README
+ SUBDIRS = fonts src demos
++CLEANFILES = *~
+ all: config.h
+ $(MAKE) $(AM_MAKEFLAGS) all-recursive
+
+@@ -526,6 +526,7 @@
+ mostlyclean-generic:
+
+ clean-generic:
++ -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
+
+ distclean-generic:
+ -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+@@ -537,6 +538,9 @@
+
+ clean-am: clean-generic mostlyclean-am
+
++distclean: distclean-recursive
++ -rm -f $(am__CONFIG_DISTCLEAN_FILES)
++ -rm -f Makefile
+ distclean-am: clean-am distclean-generic distclean-hdr distclean-tags
+
+ dvi: dvi-recursive
+@@ -596,10 +600,6 @@
+ pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \
+ uninstall-info-am
+
+-
+-distclean: clean
+- rm -f *~
+- rm -f configure Makefile.in
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+ .NOEXPORT:
More information about the Pkg-octave-commit
mailing list