summaryrefslogtreecommitdiff
path: root/debian/patches
diff options
context:
space:
mode:
authorGuido Guenther <agx@sigxcpu.org>2007-06-18 18:31:38 +0200
committerGuido Guenther <agx@sigxcpu.org>2007-06-18 18:31:38 +0200
commit1570090f9df6019b0f2463989c602d643fd14312 (patch)
tree880bf564b4ea4e58f91e7dacf17a18f865cbd650 /debian/patches
parent02f3ccc1dccba387027a980b144f616510d4a4b9 (diff)
don't install /usr/bin/ics_diff
Diffstat (limited to 'debian/patches')
-rw-r--r--debian/patches/remove_ics_diff.patch12
-rw-r--r--debian/patches/series1
2 files changed, 13 insertions, 0 deletions
diff --git a/debian/patches/remove_ics_diff.patch b/debian/patches/remove_ics_diff.patch
new file mode 100644
index 0000000..10a1417
--- /dev/null
+++ b/debian/patches/remove_ics_diff.patch
@@ -0,0 +1,12 @@
+Index: python-vobject/setup.py
+===================================================================
+--- python-vobject.orig/setup.py 2007-06-18 18:09:28.000000000 +0200
++++ python-vobject/setup.py 2007-06-18 18:09:43.000000000 +0200
+@@ -38,7 +38,6 @@
+ license = "Apache",
+ zip_safe = True,
+ url = "http://vobject.skyhouseconsulting.com",
+- entry_points = { 'console_scripts': ['ics_diff = vobject.ics_diff:main'] },
+ package_dir = {'':'src'},
+ package_data = {'': ALL_EXTS},
+
diff --git a/debian/patches/series b/debian/patches/series
index e69de29..2e95b64 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -0,0 +1 @@
+remove_ics_diff.patch