[Pkg-octave-commit] [octave-netcdf] 02/02: d/p/fix-make-clean.patch: Drop patch (applied upstream)

Rafael Laboissière rlaboiss-guest at moszumanska.debian.org
Fri Jun 10 08:58:11 UTC 2016


This is an automated email from the git hooks/post-receive script.

rlaboiss-guest pushed a commit to branch master
in repository octave-netcdf.

commit a45b89d094a18e60445909c7e9afb153a0d19646
Author: Rafael Laboissiere <rafael at laboissiere.net>
Date:   Fri Jun 10 05:54:07 2016 -0300

    d/p/fix-make-clean.patch: Drop patch (applied upstream)
---
 debian/patches/fix-make-clean.patch | 23 -----------------------
 debian/patches/series               |  1 -
 2 files changed, 24 deletions(-)

diff --git a/debian/patches/fix-make-clean.patch b/debian/patches/fix-make-clean.patch
deleted file mode 100644
index 28ec111..0000000
--- a/debian/patches/fix-make-clean.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-Description: Fix cleaning of files
- Add -f flag to the rm command for avoiding failure when removing
- non-existent files.  Also, add __netcdf__.o to the list of files to
- be cleaned.
-Author: Rafael Laboissiere <rafael at laboissiere.net>
-Forwarded: http://lists.gnu.org/archive/html/octave-maintainers/2016-05/msg00230.html
-Last-Update: 2016-05-14
-
---- octave-netcdf-1.0.10.orig/src/Makefile
-+++ octave-netcdf-1.0.10/src/Makefile
-@@ -15,10 +15,10 @@ constants:
- 	$(AWK) -f netcdf_constants.awk $(NCHEADER)  > netcdf_constants.h
- 
- clean:
--	rm __netcdf__.oct 
-+	rm -f __netcdf__.o __netcdf__.oct
- 
- real-clean: clean
--	rm ../PKG_ADD ../inst/import_netcdf.m 
-+	rm -f ../PKG_ADD ../inst/import_netcdf.m
- 
- __netcdf__.oct: $(SRC) netcdf_constants.h
- 	$(MKOCTFILE) $(CFLAGS) $(SRC) $(LIBS)
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 6f74f37..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-fix-make-clean.patch

-- 
Alioth's /home/groups/pkg-octave/bin/git-commit-notice on /srv/git.debian.org/git/pkg-octave/octave-netcdf.git



More information about the Pkg-octave-commit mailing list