[med-svn] [bitseq] 02/02: Fix clean target

Andreas Tille tille at debian.org
Sat Dec 2 08:59:16 UTC 2017


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

tille pushed a commit to branch master
in repository bitseq.

commit e262bd23b691f145e452b79ec26a670e83154c0c
Author: Andreas Tille <tille at debian.org>
Date:   Sat Dec 2 09:57:07 2017 +0100

    Fix clean target
---
 debian/patches/fix_clean_target.patch | 17 +++++++++++++++++
 debian/patches/series                 |  1 +
 2 files changed, 18 insertions(+)

diff --git a/debian/patches/fix_clean_target.patch b/debian/patches/fix_clean_target.patch
new file mode 100644
index 0000000..a698841
--- /dev/null
+++ b/debian/patches/fix_clean_target.patch
@@ -0,0 +1,17 @@
+Author: Andreas Tille <tille at debian.org>
+Last-Change: Sat, 02 Dec 2017 09:56:17 +0100
+Description: Do not fail if files to remove do not exist
+
+--- a/Makefile
++++ b/Makefile
+@@ -118,8 +118,8 @@ transposeFiles.o: transposeFiles.cpp tra
+ 
+ # CLEAN:
+ clean:
+-	rm *.o $(PROGRAMS)
++	rm -f *.o $(PROGRAMS)
+ 
+ clean-all:
+-	rm samtools/*.o *.o $(PROGRAMS)
++	rm -f samtools/*.o *.o $(PROGRAMS)
+ 
diff --git a/debian/patches/series b/debian/patches/series
index 7d71a4c..b353fdb 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 link_against_system_samtools.patch
 hardening.patch
+fix_clean_target.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/bitseq.git



More information about the debian-med-commit mailing list