summaryrefslogtreecommitdiff
path: root/debian/patches
diff options
context:
space:
mode:
authorDieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de>2008-01-06 23:40:26 +0100
committerDieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de>2008-01-06 23:40:26 +0100
commit6249ff002f9388fafd464b461658a1f56c13defc (patch)
treea7156f8d41771bb3eb7c973dd9733b6f4cee67cd /debian/patches
parent87dae1589f9ed94b46aab1a7f0daed0d194b3b46 (diff)
downloadvdr-plugin-live-6249ff002f9388fafd464b461658a1f56c13defc.tar.gz
vdr-plugin-live-6249ff002f9388fafd464b461658a1f56c13defc.tar.bz2
Added debian build directory and some git specific files.
This was needed after the import of the cvs repository into a git repository.
Diffstat (limited to 'debian/patches')
-rw-r--r--debian/patches/00list1
-rwxr-xr-xdebian/patches/90_clean.dpatch16
2 files changed, 17 insertions, 0 deletions
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 <tg@e-tobi.nez>
+##
+## 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)