Maarten L. Hekkelman pushed to branch master at Debian Med / dssp
Commits: ccb7858b by Maarten L. Hekkelman at 2022-11-23T16:26:32+01:00 updating debian control files for new release (2) - - - - - 4 changed files: - debian/control - + debian/dssp.install - + debian/libdssp-dev.install - + debian/libdssp4.install Changes: ===================================== debian/control ===================================== @@ -15,9 +15,11 @@ Vcs-Git: https://salsa.debian.org/med-team/dssp.git Homepage: https://github.com/PDB-REDO/dssp Package: dssp +Section: libdevel Architecture: any Depends: ${misc:Depends}, - ${shlibs:Depends} + ${shlibs:Depends}, + libdssp4 (= ${binary:Version}) Description: protein secondary structure assignment based on 3D structure DSSP is an application you use to assign the secondary structure of a protein based on its solved three dimensional (3D) structure. @@ -25,3 +27,25 @@ Description: protein secondary structure assignment based on 3D structure This version (4.2) of DSSP is a rewrite that writes annotated mmCIF files by default but can still produce the older dssp format. New is also the support of PP helices. + +Package: libdssp4 +Architecture: any +Depends: ${misc:Depends}, + ${shlibs:Depends} +Multi-Arch: same +Description: The DSSP functionality, protein secondary structure assignment, + is now also available as a shared library. + . + This package contains the library file only. + +Package: libdssp-dev +Architecture: any +Depends: ${misc:Depends}, + ${shlibs:Depends}, + libdssp4 (= ${binary:Version}) +Multi-Arch: same +Description: The DSSP functionality, protein secondary structure assignment, + is now also available as a shared library. + . + This package contains all the files needed to develop new software using + libdssp. ===================================== debian/dssp.install ===================================== @@ -0,0 +1,2 @@ +usr/bin/mkdssp +usr/share/man/man1/mkdssp.1 ===================================== debian/libdssp-dev.install ===================================== @@ -0,0 +1,4 @@ +usr/lib/*/cmake/dssp/*.cmake +usr/lib/*/pkgconfig/*.pc +usr/include +usr/lib/*/*.so ===================================== debian/libdssp4.install ===================================== @@ -0,0 +1 @@ +usr/lib/*/*.so View it on GitLab: https://salsa.debian.org/med-team/dssp/-/commit/ccb7858b566dbe22ff05fba7b778644432385f35 -- View it on GitLab: https://salsa.debian.org/med-team/dssp/-/commit/ccb7858b566dbe22ff05fba7b778644432385f35 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
