[iep] 03/04: Adapt packaging to latest rename of entry point

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 1f70cc7ba19367a1035aa22357e9083ebe344f96
Author: Ghislain Antony Vaillant <ghisvail at gmail.com>
Date:   Mon Jul 20 13:57:19 2015 +0100

    Adapt packaging to latest rename of entry point
---
 debian/{iep.1 => iep-ide.1} | 2 +-
 debian/iep.desktop          | 4 ++--
 debian/iep.manpages         | 2 +-
 debian/iep.menu             | 2 +-
 4 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/debian/iep.1 b/debian/iep-ide.1
similarity index 98%
rename from debian/iep.1
rename to debian/iep-ide.1
index 44c2914..f6dbb33 100644
--- a/debian/iep.1
+++ b/debian/iep-ide.1
@@ -4,7 +4,7 @@
 .SH NAME
 IEP \- Interactive Editor for Python
 .SH SYNOPSIS
-iep [FILE]
+iep-ide [FILE]
 .SH DESCRIPTION
 IEP is a cross-platform Python IDE aimed at interactivity and introspection. 
 Its practical design is aimed at simplicity and efficiency. IEP consists of 
diff --git a/debian/iep.desktop b/debian/iep.desktop
index 54db224..85f5de1 100644
--- a/debian/iep.desktop
+++ b/debian/iep.desktop
@@ -4,8 +4,8 @@ Type=Application
 Name=IEP
 GenericName=IEP
 Comment=Interactive Editor for Python
-TryExec=iep
-Exec=iep %f
+TryExec=iep-ide
+Exec=iep-ide %f
 Categories=Development;Science;IDE;Qt;
 Keywords=python;editor;ide;
 Icon=ieplogo
diff --git a/debian/iep.manpages b/debian/iep.manpages
index a4f2eb3..e95ecae 100644
--- a/debian/iep.manpages
+++ b/debian/iep.manpages
@@ -1 +1 @@
-debian/iep.1
+debian/iep-ide.1
diff --git a/debian/iep.menu b/debian/iep.menu
index 8a8df93..761fa33 100644
--- a/debian/iep.menu
+++ b/debian/iep.menu
@@ -1,3 +1,3 @@
 ?package(iep): needs="X11" \
         section="Applications/Programming"\
-        title="IEP" command="/usr/bin/iep"
+        title="IEP" command="/usr/bin/iep-ide"

-- 
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