This is an automated email from the git hooks/post-receive script. pere pushed a commit to branch master in repository khmer.
commit ae8a6700e6dd74ebc39dfa9bcfeaea4028be11cb Author: Petter Reinholdtsen <[email protected]> Date: Fri Feb 5 22:04:54 2016 +0100 Add draft appstream information announcing MIME type supported. --- debian/khmer.install | 1 + debian/khmer.metainfo.xml | 19 +++++++++++++++++++ 2 files changed, 20 insertions(+) diff --git a/debian/khmer.install b/debian/khmer.install index 612b14d..f84dbe4 100644 --- a/debian/khmer.install +++ b/debian/khmer.install @@ -1 +1,2 @@ debian/bin/* usr/bin/ +debian/khmer.metainfo.xml /usr/share/appdata diff --git a/debian/khmer.metainfo.xml b/debian/khmer.metainfo.xml new file mode 100644 index 0000000..30739a0 --- /dev/null +++ b/debian/khmer.metainfo.xml @@ -0,0 +1,19 @@ +<?xml version="1.0" encoding="UTF-8"?> +<component> + <id>khmer</id> + <metadata_license>MIT</metadata_license> + <name>khmer</name> + <summary>in-memory DNA sequence kmer counting, filtering & graph traversal</summary> + <description> + <p> + khmer is a library and suite of command line tools for working + with DNA sequence. It is primarily aimed at short-read + sequencing data such as that produced by the Illumina + platform. khmer takes a k-mer-centric approach to sequence + analysis, hence the name. + </p> + </description> + <mimetypes> + <mimetype>application/vnd.oxli.countgraph</mimetype> + </mimetypes> +</component> -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/khmer.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
