From 6249ff002f9388fafd464b461658a1f56c13defc Mon Sep 17 00:00:00 2001 From: Dieter Hametner Date: Sun, 6 Jan 2008 23:40:26 +0100 Subject: Added debian build directory and some git specific files. This was needed after the import of the cvs repository into a git repository. --- debian/patches/00list | 1 + debian/patches/90_clean.dpatch | 16 ++++++++++++++++ 2 files changed, 17 insertions(+) create mode 100644 debian/patches/00list create mode 100755 debian/patches/90_clean.dpatch (limited to 'debian/patches') diff --git a/debian/patches/00list b/debian/patches/00list new file mode 100644 index 0000000..1412cf0 --- /dev/null +++ b/debian/patches/00list @@ -0,0 +1 @@ +#90_clean diff --git a/debian/patches/90_clean.dpatch b/debian/patches/90_clean.dpatch new file mode 100755 index 0000000..a6dea38 --- /dev/null +++ b/debian/patches/90_clean.dpatch @@ -0,0 +1,16 @@ +#!/bin/sh /usr/share/dpatch/dpatch-run + +## 99_clean.dpatch - Tobias Grimm +## +## All lines beginning with `## DP:' are a description of the patch. +## DP: Fixes clean target + +@DPATCH@ +--- vdr-plugin-live-0.1.0.orig/pages/Makefile ++++ vdr-plugin-live-0.1.0/pages/Makefile +@@ -53,4 +53,4 @@ + $(AR) r $@ $^ + + clean: +- @rm -f *~ *.o core* libpages.a $(OBJS:%.o=%.cpp) ++ @rm -f *~ *.o core* libpages.a $(OBJS:%.o=%.cpp) $(DEPFILE) -- cgit v1.2.3