[med-svn] [Git][med-team/libarb][master] Add arb-pt-server package
Andreas Tille
gitlab at salsa.debian.org
Fri Jun 14 06:47:37 BST 2019
Andreas Tille pushed to branch master at Debian Med / libarb
Commits:
5284f118 by Andreas Tille at 2019-06-14T05:47:09Z
Add arb-pt-server package
- - - - -
4 changed files:
- + debian/arb-pt-server.install
- + debian/arb-pt-server.links
- debian/control
- debian/rules
Changes:
=====================================
debian/arb-pt-server.install
=====================================
@@ -0,0 +1,2 @@
+bin/arb_pt_server usr/bin
+
=====================================
debian/arb-pt-server.links
=====================================
@@ -0,0 +1,2 @@
+#!/usr/bin/dh-exec
+usr/bin/arb_pt_server usr/lib/${DEB_HOST_MULTIARCH}/arb/bin/arb_pt_server
=====================================
debian/control
=====================================
@@ -39,6 +39,7 @@ Package: libarb-dev
Architecture: any
Section: libdevel
Depends: libarb (= ${binary:Version}),
+ ${shlibs:Depends},
${misc:Depends}
Description: phylogenetic sequence analysis suite - development files
ARB is a graphical suite of tools for sequence database handling and data
@@ -57,3 +58,24 @@ Description: phylogenetic sequence analysis suite - development files
This package provides headers and static libs needed to link against
libARBDB.
+Package: arb-pt-server
+Architecture: any
+Depends: libarb (= ${binary:Version}),
+ ${shlibs:Depends},
+ ${misc:Depends}
+Description: phylogenetic sequence analysis suite - arb_pt_server
+ ARB is a graphical suite of tools for sequence database handling and data
+ analysis. A central database of processed (aligned) sequences and any
+ type of additional data linked to the sequence entries is structured
+ according to phylogeny or other user-defined criteria.
+ .
+ The ARB project (from the Latin "arbor", a tree) is a joint initiative of
+ the Lehrstuhl für Mikrobiologie and the LRR of the Technische Universität
+ München in 1992.
+ Since 2014 the ARB project is continued by the Department of Molecular
+ Ecology http://www.mpi-bremen.de/en/Department_of_Molecular_Ecology.html
+ at the Max Planck Institute for Marine Microbiology in Bremen in
+ cooperation with Ribocon GmbH http://www.ribocon.com .
+ .
+ This package provides the ARB PT server.
+
=====================================
debian/rules
=====================================
@@ -52,6 +52,7 @@ override_dh_auto_build:
mkdir bin
mkdir lib
dh_auto_build -- all # --sourcedirectory=CORE
+ make bin/arb_pt_server
override_dh_auto_configure: config.makefile
View it on GitLab: https://salsa.debian.org/med-team/libarb/commit/5284f1188dbbb3b1a957f817177010234eb9e3a9
--
View it on GitLab: https://salsa.debian.org/med-team/libarb/commit/5284f1188dbbb3b1a957f817177010234eb9e3a9
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20190614/4374b28d/attachment-0001.html>
More information about the debian-med-commit
mailing list