[med-svn] [Git][med-team/dssp][master] updating debian control files for new release (3)

Maarten L. Hekkelman (@mhekkel-guest) gitlab at salsa.debian.org
Wed Nov 23 15:37:15 GMT 2022



Maarten L. Hekkelman pushed to branch master at Debian Med / dssp


Commits:
a1b5c86d by Maarten L. Hekkelman at 2022-11-23T16:36:59+01:00
updating debian control files for new release (3)

- - - - -


4 changed files:

- debian/control
- debian/libdssp-dev.install
- + debian/patches/series
- + debian/patches/unit-test-fix.patch


Changes:

=====================================
debian/control
=====================================
@@ -31,7 +31,7 @@ Description: protein secondary structure assignment based on 3D structure
 Package: libdssp4
 Architecture: any
 Depends: ${misc:Depends},
-         ${shlibs:Depends}
+         libcifpp5
 Multi-Arch: same
 Description: The DSSP functionality, protein secondary structure assignment,
  is now also available as a shared library.


=====================================
debian/libdssp-dev.install
=====================================
@@ -1,4 +1,4 @@
 usr/lib/*/cmake/dssp/*.cmake
 usr/lib/*/pkgconfig/*.pc
 usr/include
-usr/lib/*/*.so
+usr/lib/*/*.so.*


=====================================
debian/patches/series
=====================================
@@ -0,0 +1 @@
+unit-test-fix.patch


=====================================
debian/patches/unit-test-fix.patch
=====================================
@@ -0,0 +1,22 @@
+Description: Fix the unit-test by adding a parameter
+Author: Maarten L. Hekkelman <maarten at hekkelman.com>
+Forwarded: yes
+
+--- a/test/unit-test-dssp.cpp
++++ b/test/unit-test-dssp.cpp
+@@ -134,7 +134,7 @@
+ 
+ 	std::stringstream test;
+ 
+-	annotateDSSP(f.front(), dssp, true, test);
++	annotateDSSP(f.front(), dssp, true, false, test);
+ 
+ 	cif::file rf(gTestDir / "1cbs-dssp.cif");
+ 
+@@ -220,4 +220,4 @@
+ 		BOOST_CHECK_EQUAL(ri.seq_id(), seqID);
+ 		BOOST_CHECK_EQUAL((char)ri.type(), secstr.front());
+ 	}
+-}
+\ No newline at end of file
++}



View it on GitLab: https://salsa.debian.org/med-team/dssp/-/commit/a1b5c86d3c1c284dc4eb0af95f162b8bf068f765

-- 
View it on GitLab: https://salsa.debian.org/med-team/dssp/-/commit/a1b5c86d3c1c284dc4eb0af95f162b8bf068f765
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/20221123/02a31603/attachment-0001.htm>


More information about the debian-med-commit mailing list