summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@debian.org>2016-09-04 16:46:24 +0000
committerJelmer Vernooij <jelmer@debian.org>2016-09-04 16:46:24 +0000
commitedcf3d94d96d9d8355b00449fe4c35d855d1c15c (patch)
treef0506ddf403105d7598489bde83a24a4a0f5f875
parent46f3b91696d4ca20fce5e48453a140e7dd7298e1 (diff)
Refres patch.
-rw-r--r--debian/patches/0001-don-t-install-ics_diff.patch4
-rwxr-xr-xsetup.py6
2 files changed, 2 insertions, 8 deletions
diff --git a/debian/patches/0001-don-t-install-ics_diff.patch b/debian/patches/0001-don-t-install-ics_diff.patch
index d80f3fa..846e77f 100644
--- a/debian/patches/0001-don-t-install-ics_diff.patch
+++ b/debian/patches/0001-don-t-install-ics_diff.patch
@@ -7,12 +7,12 @@ Subject: don't install ics_diff
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/setup.py b/setup.py
-index 9c21ad8..d84fa75 100755
+index a99507b..1589ec5 100755
--- a/setup.py
+++ b/setup.py
@@ -41,12 +41,6 @@ setup(name = "vobject",
url = "http://eventable.github.io/vobject/",
- download_url = 'https://github.com/eventable/vobject/tarball/0.9.1',
+ download_url = 'https://github.com/eventable/vobject/tarball/0.9.3',
bugtrack_url = "https://github.com/eventable/vobject/issues",
- entry_points = {
- 'console_scripts': [
diff --git a/setup.py b/setup.py
index a99507b..1589ec5 100755
--- a/setup.py
+++ b/setup.py
@@ -41,12 +41,6 @@ setup(name = "vobject",
url = "http://eventable.github.io/vobject/",
download_url = 'https://github.com/eventable/vobject/tarball/0.9.3',
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,
install_requires = ['python-dateutil >= 2.4.0'],
platforms = ["any"],