[med-svn] [Git][med-team/ska][master] Upload to new

Andreas Tille (@tille) gitlab at salsa.debian.org
Thu Sep 22 08:43:45 BST 2022



Andreas Tille pushed to branch master at Debian Med / ska


Commits:
8d7d55bb by Andreas Tille at 2022-09-22T09:43:34+02:00
Upload to new

- - - - -


4 changed files:

- debian/changelog
- + debian/patches/include_vector.patch
- + debian/patches/series
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
@@ -1,5 +1,5 @@
-ska (1.0+dfsg-1) UNRELEASED; urgency=medium
+ska (1.0+dfsg-1) unstable; urgency=medium
 
-  * Initial release (Closes: #<bug>)
+  * Initial release (Closes: #1020491)
 
- -- Andreas Tille <tille at debian.org>  Tue, 20 Sep 2022 10:14:48 +0200
+ -- Andreas Tille <tille at debian.org>  Thu, 22 Sep 2022 09:43:14 +0200


=====================================
debian/patches/include_vector.patch
=====================================
@@ -0,0 +1,14 @@
+Author: Andreas Tille <tille at debian.org>
+Last-update: Tue, 20 Sep 2022 10:14:48 +0200
+Description: Add missing include since otherwise creating test suite would be broken
+
+--- a/src/kmers.hpp
++++ b/src/kmers.hpp
+@@ -5,6 +5,7 @@
+ #include <unordered_map> //std::unordered_map
+ #include <string> //std::string
+ #include <array> //std::array
++#include <vector>
+ 
+ void ascii_bitstring(std::string & mybits);
+ 


=====================================
debian/patches/series
=====================================
@@ -0,0 +1 @@
+include_vector.patch


=====================================
debian/rules
=====================================
@@ -11,5 +11,6 @@ override_dh_auto_install:
 
 override_dh_auto_test:
 ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
-	cd tests && ln -s /usr/src/googletest/googletest && make
+	cd tests && ln -s /usr/src/googletest/googletest && make && \
+	./general_unittest && ./kmers_unittest && ./DNA_unittest
 endif



View it on GitLab: https://salsa.debian.org/med-team/ska/-/commit/8d7d55bb63fe753211c455dbdeaf1a52e4c6b8d9

-- 
View it on GitLab: https://salsa.debian.org/med-team/ska/-/commit/8d7d55bb63fe753211c455dbdeaf1a52e4c6b8d9
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/40d2df43/attachment-0001.htm>


More information about the debian-med-commit mailing list