summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuido Guenther <agx@sigxcpu.org>2008-08-08 12:22:49 +0200
committerGuido Guenther <agx@sigxcpu.org>2008-08-08 12:22:49 +0200
commit0b81a6bcf695f725c0e79a2677cef4088871802e (patch)
treed7454c1d090d3cd1df8c8a6c66727f570b0160df
parent3fc74490630c3277b0d8c107f7f3bc51176486a4 (diff)
update remove_ics.diff patch
-rw-r--r--debian/patches/remove_ics_diff.patch9
1 files changed, 4 insertions, 5 deletions
diff --git a/debian/patches/remove_ics_diff.patch b/debian/patches/remove_ics_diff.patch
index 7cd7a92..caf83dd 100644
--- a/debian/patches/remove_ics_diff.patch
+++ b/debian/patches/remove_ics_diff.patch
@@ -1,14 +1,13 @@
diff --git a/setup.py b/setup.py
-old mode 100755
-new mode 100644
-index bf3c141..1466d1e
+index 1c70429..d2d0ee1 100755
--- a/setup.py
+++ b/setup.py
-@@ -42,7 +42,6 @@ setup(name = "vobject",
+@@ -48,8 +48,6 @@ setup(name = "vobject",
license = "Apache",
zip_safe = True,
url = "http://vobject.skyhouseconsulting.com",
-- entry_points = { 'console_scripts': ['ics_diff = vobject.ics_diff:main'] },
+- entry_points = { 'console_scripts': ['ics_diff = vobject.ics_diff:main',
+- 'change_tz = vobject.change_tz:main']},
include_package_data = True,
test_suite = "test_vobject",