summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorChristian Perrier <bubulle@debian.org>2011-06-26 17:24:46 +0200
committerChristian Perrier <bubulle@debian.org>2011-06-26 17:24:46 +0200
commitf6d133324272ace823c07dc23f86e687fe074212 (patch)
tree24bf9b2b04a627651718f38f8d6370cee72161b6 /debian
parent433cfc8504bc1f1ebeff578b83ead2e0ca88ad61 (diff)
Drop safe-clean.patch
Diffstat (limited to 'debian')
-rw-r--r--debian/patches/safe-clean.patch11
-rw-r--r--debian/patches/series2
2 files changed, 0 insertions, 13 deletions
diff --git a/debian/patches/safe-clean.patch b/debian/patches/safe-clean.patch
deleted file mode 100644
index bb3602d..0000000
--- a/debian/patches/safe-clean.patch
+++ /dev/null
@@ -1,11 +0,0 @@
-Description: Avoid failing when there's nothing to clean
-Author: Christian Perrier <bubulle@debian.org>
-
---- garmin-ant-downloader-20100425.orig/Makefile
-+++ garmin-ant-downloader-20100425/Makefile
-@@ -10,4 +10,4 @@ gant.o: gant.c antdefs.h
- antlib.o: antlib.c antdefs.h
-
- clean:
-- rm *.o gant
-+ rm *.o gant || true
diff --git a/debian/patches/series b/debian/patches/series
index ea27d24..e69de29 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +0,0 @@
-safe-clean.patch
-