This is an automated email from the git hooks/post-receive script. afif pushed a commit to branch master in repository falconkit.
commit bb52cb6afe3c9b652cdd2ee8de897f91339c251c Author: Afif Elghraoui <[email protected]> Date: Tue Mar 8 23:33:36 2016 -0800 Install test_data as doc rather than example In the source distribution, the data is in a sibling directory, not a subdirectory. The change here will preserve that relationship. --- debian/docs | 1 + debian/examples | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/docs b/debian/docs index b43bf86..e4d0d00 100644 --- a/debian/docs +++ b/debian/docs @@ -1 +1,2 @@ README.md +test_data diff --git a/debian/examples b/debian/examples index 63f5742..e39721e 100644 --- a/debian/examples +++ b/debian/examples @@ -1,2 +1 @@ examples/* -test_data -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/falconkit.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
