[med-svn] [Git][med-team/purple][master] Polish packaging - not finished yet!
Andreas Tille
gitlab at salsa.debian.org
Thu Oct 10 12:46:44 BST 2019
Andreas Tille pushed to branch master at Debian Med / purple
Commits:
3eb485e6 by Andreas Tille at 2019-10-10T11:46:24Z
Polish packaging - not finished yet!
- - - - -
5 changed files:
- debian/control
- + debian/docs
- + debian/install
- + debian/links
- debian/rules
Changes:
=====================================
debian/control
=====================================
@@ -5,7 +5,8 @@ Section: science
Priority: optional
Build-Depends: debhelper-compat (= 12),
dh-python,
- python3
+ python3,
+ markdown
Standards-Version: 4.4.1
Vcs-Browser: https://salsa.debian.org/med-team/purple
Vcs-Git: https://salsa.debian.org/med-team/purple.git
@@ -32,11 +33,13 @@ Description: Picking Unique Relevant Peptides for viraL Experiments
for viraL Experiments) is a software tool for selecting target-specific
peptide candidates directly from given proteome sequence data.
.
+ Purple comes with an intuitive graphical user interface, various
+ parameter options and a threshold-based filtering strategy for
+ homologous sequences.
+ .
Purple enables peptide candidate selection across various taxonomic
levels and filtering against backgrounds of varying complexity. Its
functionality is demonstrated using data from different virus species
and strains. Purple enables building taxon-specific targeted assays
and paves the way to time-efficient and robust viral diagnostics using
targeted proteomics.
- .
- This is the command line version of purple.
=====================================
debian/docs
=====================================
@@ -0,0 +1 @@
+README.html
=====================================
debian/install
=====================================
@@ -0,0 +1,4 @@
+src/*.py usr/share/purple
+src/icon usr/share/purple
+src/config* usr/share/purple
+
=====================================
debian/links
=====================================
@@ -0,0 +1,3 @@
+usr/share/purple/Purple_GUI.py usr/bin/Purple_GUI.py
+usr/share/purple/Purple_Main.py usr/bin/Purple_Main.py
+usr/share/purple/Purple__methods.py usr/bin/Purple_methods.py
=====================================
debian/rules
=====================================
@@ -3,4 +3,14 @@
# DH_VERBOSE := 1
%:
- dh $@
+ dh $@ --with python3
+
+override_dh_installdocs:
+ for md in *.md ; do \
+ markdown $${md} > `basename $${md} .md`.html ; \
+ done
+ dh_installdocs
+ rm *.html
+
+override_dh_python3:
+ dh_python3 --shebang=/usr/bin/python3
View it on GitLab: https://salsa.debian.org/med-team/purple/commit/3eb485e6ec907542e67e916ac190d53e51e21423
--
View it on GitLab: https://salsa.debian.org/med-team/purple/commit/3eb485e6ec907542e67e916ac190d53e51e21423
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/20191010/94866a34/attachment-0001.html>
More information about the debian-med-commit
mailing list