[med-svn] [clonalorigin] 01/03: Add GUI package

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 9b695b93015da8c99fd7169427df59c93f0fcd6b
Author: Andreas Tille <tille at debian.org>
Date:   Sun Dec 3 13:15:09 2017 +0100

    Add GUI package
---
 debian/control | 18 ++++++++++++++++++
 debian/rules   |  6 ++----
 2 files changed, 20 insertions(+), 4 deletions(-)

diff --git a/debian/control b/debian/control
index c6b754c..e7fa6fd 100644
--- a/debian/control
+++ b/debian/control
@@ -28,3 +28,21 @@ Description: inference of homologous recombination in bacteria using whole genom
  of the sequences of a sample of bacterial genomes in order to
  reconstruct the recombination events that have taken place in their
  ancestry.
+
+Package: clonalorigin-gui
+Architecture: any
+Depends: ${shlibs:Depends},
+         ${misc:Depends}
+Description: inference of homologous recombination in bacteria using whole genome sequences (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
+ place have been studied extensively in the laboratory but much remains
+ to be understood concerning how, when and where recombination takes
+ place within natural populations of bacteria and how it helps them to
+ adapt to new environments. ClonalOrigin performs a comparative analysis
+ of the sequences of a sample of bacterial genomes in order to
+ reconstruct the recombination events that have taken place in their
+ ancestry.
+ .
+ This package contains the GUI for clonalorigin.
diff --git a/debian/rules b/debian/rules
index 9114db5..4c21532 100755
--- a/debian/rules
+++ b/debian/rules
@@ -19,7 +19,5 @@ override_dh_auto_build:
 
 override_dh_auto_install:
 	dh_auto_install
-	cd gui && make install prefix=$(CURDIR)/debian/$(DEB_SOURCE)/usr
-
-override_dh_auto_test:
-	# FIXME: Somehow the test does not finish at all
\ No newline at end of file
+	mkdir -p $(CURDIR)/debian/$(DEB_SOURCE)-gui/usr/bin
+	cp -a gui/gui $(CURDIR)/debian/$(DEB_SOURCE)-gui/usr/bin/$(DEB_SOURCE)-gui

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