[Pkg-octave-commit] [octave-lssa] 06/06: d/p/force-clean.patch: New patch

Rafael Laboissiere rafael at debian.org
Mon Aug 14 12:17:13 UTC 2017


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

rafael pushed a commit to branch master
in repository octave-lssa.

commit 442a1d5458afc223e59a70ad96faf8d81b33f1cc
Author: Rafael Laboissiere <rafael at debian.org>
Date:   Mon Aug 14 09:16:50 2017 -0300

    d/p/force-clean.patch: New patch
    
    Gbp-Dch: Ignore
---
 debian/patches/force-clean.patch | 13 +++++++++++++
 debian/patches/series            |  1 +
 2 files changed, 14 insertions(+)

diff --git a/debian/patches/force-clean.patch b/debian/patches/force-clean.patch
new file mode 100644
index 0000000..234c026
--- /dev/null
+++ b/debian/patches/force-clean.patch
@@ -0,0 +1,13 @@
+Description: Avoid errors in clean target for non-existant files
+Author: Rafael Laboissiere <rafael at debian.org>
+Forwarded: https://savannah.gnu.org/bugs/index.php?51749
+Last-Update: 2017-06-25
+
+--- octave-lssa-0.1.2.orig/src/Makefile
++++ octave-lssa-0.1.2/src/Makefile
+@@ -12,4 +12,4 @@ fastlscomplex.oct: fastlscomplex.cc
+ 
+ # helper function just in case
+ clean:
+-	rm *.o *.oct *~ octave-core
++	rm -f *.o *.oct *~ octave-core
diff --git a/debian/patches/series b/debian/patches/series
index 22781dc..a86118f 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 compile-with-gcc-6.patch
+force-clean.patch

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



More information about the Pkg-octave-commit mailing list