This is an automated email from the git hooks/post-receive script. grinorcole-guest pushed a commit to branch master in repository mongo-java-driver.
commit e93f47ae8708e4fd77618f33e746ce8191304c7e Author: Christopher Hoskin <[email protected]> Date: Fri Aug 19 13:32:31 2016 +0100 Add Files-Excluded to debian/copyright in preparation for v3 driver --- debian/copyright | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/debian/copyright b/debian/copyright index 5b2ef65..c10fa48 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,6 +1,29 @@ Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: MongoDB Java Driver Source: http://www.mongodb.org +Files-Excluded: */*.jar gradlew* gradle/wrapper + docs/landing/static/s/lib docs/reference/themes/mongodb/static/lib docs/reference/static/lib + docs/landing/static/s/js/jquery.js docs/reference/themes/mongodb/static/js/jquery.js + docs/landing/static/s/js/searchtools.js docs/reference/themes/mongodb/static/js/searchtools.js + docs/reference/themes/mongodb/static/js/doctools.js + docs/reference/themes/mongodb/static/js/underscore.js + docs/reference/themes/mongodb/static/css/basic.css + docs/reference/themes/mongodb/static/css/mongodb-docs.css +Comment: Exclude settings.jar (for IntelliJ IDE) and Gradle wrapper (not needed) + Exclude lib folders with bundled convenience libraries: + * Bootstrap (libjs-bootstrap) + * Bootstrap Toggle (RFP #822455) + * Bootstrap-select + * Font Awesome (fonts-font-awesome) + * Highlight.js (libjs-highlight.js) + * Tipsy (libjs-jquery-tipsy) + * Underscore (libjs-underscore) + * ZeroClipboard (ITP #801195) + Exclude jQuery (libjs-jquery) + Exclude searchtool.js and doctools.js (libjs-sphinxdoc) + Exclude basic.css (sphinx-common) + Exclude mongodb-docs.css (nature.css_t in sphinx-common) + Files: * Copyright: 2009-2014, 10gen, Inc -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/mongo-java-driver.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

