[iep] 01/01: restore the override, .desktop is now installed
Ghislain Vaillant
ghisvail-guest at moszumanska.debian.org
Tue Dec 16 19:13:41 UTC 2014
This is an automated email from the git hooks/post-receive script.
ghisvail-guest pushed a commit to branch master
in repository iep.
commit 84f27396977ab3de7f2cd77a614c9b144dd063a4
Author: Ghislain Antony Vaillant <ghisvail at gmail.com>
Date: Tue Dec 16 18:16:47 2014 +0000
restore the override, .desktop is now installed
---
debian/iep.install | 1 -
debian/rules | 5 ++++-
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/debian/iep.install b/debian/iep.install
deleted file mode 100644
index f61883c..0000000
--- a/debian/iep.install
+++ /dev/null
@@ -1 +0,0 @@
-debian/iep.desktop usr/share/applications
diff --git a/debian/rules b/debian/rules
index f0634eb..74e9b75 100755
--- a/debian/rules
+++ b/debian/rules
@@ -16,7 +16,10 @@ export PYBUILD_NAME=ieplib
override_dh_auto_install:
dh_auto_install
- # Install the package containing the iep program
+ # install the iep package
dh_install --sourcedir=$(CURDIR)/debian/python3-ieplib \
--package=iep usr/bin
rm -rf $(CURDIR)/debian/python3-ieplib/usr/bin
+ mkdir -p $(CURDIR)/debian/iep/usr/share/applications
+ cp $(CURDIR)/debian/iep.desktop $(CURDIR)/debian/iep/usr/share/applications
+
--
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