[med-svn] [Git][med-team/libgclib][master] 2 commits: Try running build time test but I have no idea what example string to give as input
Andreas Tille
gitlab at salsa.debian.org
Fri Jun 14 19:44:43 BST 2019
Andreas Tille pushed to branch master at Debian Med / gclib
Commits:
013108d5 by Andreas Tille at 2019-06-14T17:09:26Z
Try running build time test but I have no idea what example string to give as input
- - - - -
d14229d7 by Andreas Tille at 2019-06-14T17:22:04Z
Upload to unstable
- - - - -
2 changed files:
- debian/changelog
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,6 +1,5 @@
-libgclib (0.11.2-1) UNRELEASED; urgency=medium
+libgclib (0.11.2-1) unstable; urgency=medium
* Initial release (Closes: #924582)
- see https://salsa.debian.org/med-team/genome-code-lib
- -- Andreas Tille <tille at debian.org> Thu, 18 Apr 2019 12:54:42 +0200
+ -- Andreas Tille <tille at debian.org> Fri, 14 Jun 2019 19:10:04 +0200
=====================================
debian/rules
=====================================
@@ -26,3 +26,11 @@ override_dh_install:
# delete header files of not compiled C++ source files
find debian/$(DEB_SOURCE)-dev -name gdimg.h -delete
find debian/$(DEB_SOURCE)-dev -name GBam.h -delete
+
+override_dh_auto_test:
+ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
+ $(CXX) $(CXXFLAGS) $(LDFLAGS) -o mdtest mdtest.cpp ./.libs/libgclib.a $(LIBS) -lpthread
+ ./mdtest
+ echo "FIXME: needs MD string as argument"
+endif
+
View it on GitLab: https://salsa.debian.org/med-team/libgclib/compare/6572cc68344d2464b1e58d4128e3a56c2c7d65b1...d14229d708d9f5edc2efa2cfc02ed640aa25e613
--
View it on GitLab: https://salsa.debian.org/med-team/libgclib/compare/6572cc68344d2464b1e58d4128e3a56c2c7d65b1...d14229d708d9f5edc2efa2cfc02ed640aa25e613
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/20190614/50263fbf/attachment.html>
More information about the debian-med-commit
mailing list