[iep] 02/04: d/p: add patch to rename entry point to iep-ide

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Mon Jul 20 14:14:42 UTC 2015


This is an automated email from the git hooks/post-receive script.

ghisvail-guest pushed a commit to branch master
in repository iep.

commit 4b0cbede2c944f61ac092b70fba0189cd4dd7b2b
Author: Ghislain Antony Vaillant <ghisvail at gmail.com>
Date:   Mon Jul 20 13:53:22 2015 +0100

    d/p: add patch to rename entry point to iep-ide
---
 debian/patches/rename-entry-point.diff | 18 ++++++++++++++++++
 debian/patches/series                  |  1 +
 2 files changed, 19 insertions(+)

diff --git a/debian/patches/rename-entry-point.diff b/debian/patches/rename-entry-point.diff
new file mode 100644
index 0000000..3a0acc5
--- /dev/null
+++ b/debian/patches/rename-entry-point.diff
@@ -0,0 +1,18 @@
+Description: rename entry point to iep-ide
+ Name iep conflicts with a binary shipped within the emboss package. Upstream 
+ agreed to rename the entry point to iep-ide.  
+Author: Ghislain Antony Vaillant <ghisvail at gmail.com>
+Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=792748
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+--- a/setup.py
++++ b/setup.py
+@@ -79,7 +79,7 @@
+           'Programming Language :: Python :: 3',
+           ],
+         
+-    entry_points = {'console_scripts': ['iep = iep.__main__',], },
++    entry_points = {'console_scripts': ['iep-ide = iep.__main__',], },
+     )
+ 
+ 
diff --git a/debian/patches/series b/debian/patches/series
index 2c4d646..122b763 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 001-no-install-missing-appdata-xml.diff
+rename-entry-point.diff

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/iep.git



More information about the debian-science-commits mailing list