Andreas Tille pushed to branch master at Debian Med / savvy
Commits: 155e546f by Andreas Tille at 2022-09-22T12:00:42+02:00 Split into two binary packages - - - - - 4 changed files: - debian/control - debian/copyright - + debian/libsavvy-dev.install - + debian/savvy-util.install Changes: ===================================== debian/control ===================================== @@ -13,9 +13,22 @@ Vcs-Git: https://salsa.debian.org/med-team/savvy.git Homepage: https://github.com/statgen/savvy Rules-Requires-Root: no -Package: savvy +Package: savvy-util Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} +Description: conversion tool for SAV file format + Savvy is the official C++ interface for the SAV file format and offers + seamless support for BCF and VCF files. + . + The binary sav can be used to handle SAV filed. + +Package: libsavvy-dev +Architecture: all +Section: libdevel +Depends: ${misc:Depends}, + libshrinkwrap-dev Description: C++ interface for the SAV file format Savvy is the official C++ interface for the SAV file format and offers seamless support for BCF and VCF files. + . + This package contains the header files for development. ===================================== debian/copyright ===================================== @@ -1,16 +1,15 @@ Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: savvy -Source: <path_to_download> -Comment: **** Before manually editing this file you should give **** - scan-copyrights - **** available in cme + lib-config-model-dpkg-perl **** - **** package a try. For existing copyright files try **** - cme update dpkg-copyright +Source: https://github.com/statgen/savvy Files: * -Copyright: 20xx-20yy <upstream> -License: <license> +Copyright: 20xx-20yy FIXME +License: MPL-2.0 Files: debian/* Copyright: 2022 Andreas Tille <[email protected]> -License: <license> +License: MPL-2.0 + +License: MPL-2.0 + On Debian systems you can find the full text of the Mozilla Public + License Version 2.0 at /usr/share/common-licenses/MPL-2.0. \ No newline at end of file ===================================== debian/libsavvy-dev.install ===================================== @@ -0,0 +1,2 @@ +usr/include +usr/share/savvy ===================================== debian/savvy-util.install ===================================== @@ -0,0 +1 @@ +usr/bin View it on GitLab: https://salsa.debian.org/med-team/savvy/-/commit/155e546f83a564b9d752da216999ad245e58697c -- View it on GitLab: https://salsa.debian.org/med-team/savvy/-/commit/155e546f83a564b9d752da216999ad245e58697c You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
