summaryrefslogtreecommitdiff
path: root/debian/patches
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@debian.org>2016-04-09 12:33:45 +0000
committerJelmer Vernooij <jelmer@debian.org>2016-04-09 12:34:49 +0000
commit26d2843d61bd63e5e5f50f4c05faddf0a3726e0f (patch)
treeda82d5d9879ad221f09a285410c603078a170524 /debian/patches
parenta2852838f4f5ea717a4f9a6a54fd1ecf236739cf (diff)
Refresh patch 0001-don-t-install-ics_diff.patch.
Diffstat (limited to 'debian/patches')
-rw-r--r--debian/patches/0001-don-t-install-ics_diff.patch23
1 files changed, 13 insertions, 10 deletions
diff --git a/debian/patches/0001-don-t-install-ics_diff.patch b/debian/patches/0001-don-t-install-ics_diff.patch
index 8402056..d80f3fa 100644
--- a/debian/patches/0001-don-t-install-ics_diff.patch
+++ b/debian/patches/0001-don-t-install-ics_diff.patch
@@ -7,16 +7,19 @@ Subject: don't install ics_diff
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/setup.py b/setup.py
-index d5b59da..f8e9b09 100755
+index 9c21ad8..d84fa75 100755
--- a/setup.py
+++ b/setup.py
-@@ -54,8 +54,6 @@ setup(name = "vobject",
- license = "Apache",
- zip_safe = True,
- url = "http://vobject.skyhouseconsulting.com",
-- entry_points = { 'console_scripts': ['ics_diff = vobject.ics_diff:main',
-- 'change_tz = vobject.change_tz:main']},
+@@ -41,12 +41,6 @@ setup(name = "vobject",
+ url = "http://eventable.github.io/vobject/",
+ download_url = 'https://github.com/eventable/vobject/tarball/0.9.1',
+ bugtrack_url = "https://github.com/eventable/vobject/issues",
+- entry_points = {
+- 'console_scripts': [
+- 'ics_diff = vobject.ics_diff:main',
+- 'change_tz = vobject.change_tz:main'
+- ]
+- },
include_package_data = True,
- test_suite = "test_vobject",
-
---
+ install_requires = ['python-dateutil >= 2.4.0'],
+ platforms = ["any"],