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 f39b851415dcd45ad039bf73e305ca336cee3bed Author: Andreas Tille <[email protected]> Date: Wed Feb 1 09:39:41 2012 +0100 Add get-orig-source target; document removal of binary libraries in README.source --- debian/README.source | 17 +++++++++++++---- debian/rules | 3 +++ 2 files changed, 16 insertions(+), 4 deletions(-) diff --git a/debian/README.source b/debian/README.source index bb7cfc5..b6277c1 100644 --- a/debian/README.source +++ b/debian/README.source @@ -1,5 +1,14 @@ 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. +accompanied with its source. To simplify the process, and prevent +accidental inclusion of more source-less files in future releases, the +whole ‘lib’ directory is removed. + +Moreover the directory src/main/resources/org/xerial/snappy/native is +removed as well because it contains binaries of a Debian packaged +library for different OSes. Due to the fact that we are using the +Debian packaged version anyway all the files are removed. + +The prepraration of the according orig tarball can be done by using + + make -f debian/rules get-orig-source + diff --git a/debian/rules b/debian/rules index c75efdf..6038731 100755 --- a/debian/rules +++ b/debian/rules @@ -4,3 +4,6 @@ include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/maven.mk JAVA_HOME := /usr/lib/jvm/default-java + +get-orig-source: + uscan --verbose --force-download -- 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

