[med-svn] [clonalorigin] 03/03: Some polishing, todo: manpages

Andreas Tille tille at debian.org
Sun Dec 3 13:24:42 UTC 2017


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

tille pushed a commit to branch master
in repository clonalorigin.

commit b5371bfba2d638bfcca3be1b7e0ba030dafda52c
Author: Andreas Tille <tille at debian.org>
Date:   Sun Dec 3 14:22:35 2017 +0100

    Some polishing, todo: manpages
---
 debian/control | 5 +++--
 debian/rules   | 5 +++--
 2 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/debian/control b/debian/control
index 7142212..246f967 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,8 @@ Build-Depends: debhelper (>= 10),
                libgsl-dev,
                qt5-qmake-bin,
                qttools5-dev,
-               libqt5svg5-dev
+               libqt5svg5-dev,
+               rename
 Standards-Version: 4.1.1
 Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/clonalorigin.git
 Vcs-Git: https://anonscm.debian.org/git/debian-med/clonalorigin.git
@@ -33,7 +34,7 @@ Package: clonalorigin-gui
 Architecture: any
 Depends: ${shlibs:Depends},
          ${misc:Depends}
-Description: inference of homologous recombination in bacteria using whole genome sequences (GUI)
+Description: inference of homologous recombination in bacteria (GUI)
  Bacteria, unlike us, can reproduce on their own. They do however have
  mechanisms that transfer DNA between organisms, a process more formally
  known as recombination. The mechanisms by which recombination takes
diff --git a/debian/rules b/debian/rules
index 24e0b22..78868d1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -19,7 +19,8 @@ override_dh_auto_build:
 	dh_auto_build
 	cd gui && make
 
-override_dh_auto_install:
-	dh_auto_install
+override_dh_install:
+	dh_install
 	mkdir -p $(CURDIR)/debian/$(DEB_SOURCE)-gui/usr/bin
 	cp -a gui/gui $(CURDIR)/debian/$(DEB_SOURCE)-gui/usr/bin/$(DEB_SOURCE)-gui
+	rename 's/\.pl//' debian/$(DEB_SOURCE)/usr/bin/*.pl

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/clonalorigin.git



More information about the debian-med-commit mailing list