Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
Try running build time test but I have no idea what example string to give as input
· 013108d5
Andreas Tille
authored
Jun 14, 2019
013108d5
Upload to unstable
· d14229d7
Andreas Tille
authored
Jun 14, 2019
d14229d7
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
d14229d7
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@debian.org>
Thu, 18 Apr 2019 12:54:42
+0200
-- Andreas Tille <tille@debian.org>
Fri, 14 Jun 2019 19:10:04
+0200
debian/rules
View file @
d14229d7
...
...
@@ -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