Commit 5284f118 authored by Andreas Tille's avatar Andreas Tille
Browse files

Add arb-pt-server package

parent d49142ef
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
bin/arb_pt_server	usr/bin
+2 −0
Original line number Diff line number Diff line
#!/usr/bin/dh-exec
usr/bin/arb_pt_server	usr/lib/${DEB_HOST_MULTIARCH}/arb/bin/arb_pt_server
+22 −0
Original line number Diff line number Diff line
@@ -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.
+1 −0
Original line number Diff line number Diff line
@@ -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