This is an automated email from the git hooks/post-receive script. afif-guest pushed a commit to branch master in repository pbseqlib.
commit d75128701837594b606ef5e0f4f11d40b6c985f2 Author: Afif Elghraoui <[email protected]> Date: Mon Nov 16 21:19:16 2015 -0800 Remove additional garbage from header packges --- debian/rules | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/debian/rules b/debian/rules index 8c10edf..27f9506 100755 --- a/debian/rules +++ b/debian/rules @@ -23,9 +23,9 @@ override_dh_auto_install: mkdir -p debian/libblasr-dev/usr/include/blasr cp -r alignment/* debian/libblasr-dev/usr/include/blasr find -L debian/*/usr/include/ -type f -regextype posix-egrep -not -regex '.*(hpp|h)$$' -delete -# defines.mk files are broken symlinks at this point and don't get removed -# by the previous command - find debian/*/usr/include/ -name defines.mk -delete +# defines.mk and build.mk files are symlinks and don't +# get removed by the previous command + find debian/*/usr/include/ -name "*.mk" -delete ## Handle shared and static libraries for library in debian/lib*.install.in; \ do \ -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/pbseqlib.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
