This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository snappy-java.
commit b720d6b54e01d9a2a7cad9ae2ba4268131bf79f3 Author: Charles Plessy <[email protected]> Date: Sat Nov 5 15:01:51 2011 +0900 Manage snappy-java with git-buildpackage, filtering out the lib/ directory. --- debian/README.source | 5 +++++ debian/gbp.conf | 19 +++++++++++++++++++ 2 files changed, 24 insertions(+) diff --git a/debian/README.source b/debian/README.source new file mode 100644 index 0000000..bb7cfc5 --- /dev/null +++ b/debian/README.source @@ -0,0 +1,5 @@ +In the original upstream archive, the file ‘lib/silk-weaver.jar’ is not +accompanied with its source. It is removed from the Debian source package +using the filtering function of the command ‘git-import-orig’. To simplify the +process, and prevent accidental inclusion of more source-less files in future +releases, the whole ‘lib’ directory is removed. diff --git a/debian/gbp.conf b/debian/gbp.conf new file mode 100644 index 0000000..7ff374c --- /dev/null +++ b/debian/gbp.conf @@ -0,0 +1,19 @@ +# This source package is manage in a Git repository with git-buildpackage. + +[DEFAULT] +# use pristine-tar: +pristine-tar = True + +[git-buildpackage] +# call lintian after a successful build: +postbuild = lintian -I --pedantic $GBP_CHANGES_FILE + +[git-import-orig] +# import filter: +filter = snappy-java-*/lib +# filter out files from tarball passed to pristine tar: +filter-pristine-tar = True + +[git-dch] +# include 7 digits of the commit id in the changelog entry: +id-length = 7 -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/snappy-java.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

