Nilesh Patra pushed to branch master at Debian Med / hmmer2


Commits:
0a28c59c by Nilesh Patra at 2020-09-09T23:54:55+05:30
Workaround for including header files

- - - - -


1 changed file:

- debian/tests/run-unit-test


Changes:

=====================================
debian/tests/run-unit-test
=====================================
@@ -8,11 +8,11 @@ if [ "$AUTOPKGTEST_TMP" = "" ] ; then
 fi
 
 cp -a /usr/share/doc/${pkg}/examples/* $AUTOPKGTEST_TMP
-cp -a /usr/include/${pkg}/*.h $AUTOPKGTEST_TMP
 
 cd $AUTOPKGTEST_TMP
 
 find . -name "*.gz" -exec gunzip \{\} \;
+sed -i 's|$(CC) $(CFLAGS) $(PTHREAD_CFLAGS) ${CPPFLAGS} $(DEFS) `pkg-config 
--cflags libsquid` -I../src -c $<|$(CC) $(CFLAGS) $(PTHREAD_CFLAGS) ${CPPFLAGS} 
$(DEFS) `pkg-config --cflags libsquid` -I../src -I/usr/include/hmmer2 -c $<|' 
Makefile 
 make
 testnames=`cut -f2 -d '@' ./exercises.sqc | grep "_test\|_exercise"`
 



View it on GitLab: 
https://salsa.debian.org/med-team/hmmer2/-/commit/0a28c59ca5743067400b989c5fa926a0c4fe70cf

-- 
View it on GitLab: 
https://salsa.debian.org/med-team/hmmer2/-/commit/0a28c59ca5743067400b989c5fa926a0c4fe70cf
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

Reply via email to