[med-svn] [Git][med-team/savvy][master] Split into two binary packages
Andreas Tille (@tille)
gitlab at salsa.debian.org
Thu Sep 22 11:01:04 BST 2022
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 <tille at debian.org>
-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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20220922/72cf0d0a/attachment-0001.htm>
More information about the debian-med-commit
mailing list