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 f04aefb96b3b1e958852e2b36ceeed6fdea01660 Author: Andreas Tille <[email protected]> Date: Wed Feb 1 08:59:27 2012 +0100 Add ${shlib:depends} to enable detecting Dependency from libsnappy (hope this works - otherwise explicite Dependency needs to be added) --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 991f49c..19e5291 100644 --- a/debian/control +++ b/debian/control @@ -12,7 +12,7 @@ Homepage: http://code.google.com/p/snappy-java/ Package: libsnappy-java-java Architecture: all -Depends: ${misc:Depends}, ${maven:Depends} +Depends: ${misc:Depends}, ${maven:Depends}, ${shlib:Depends} Recommends: ${maven:OptionalDepends} Description: Snappy for Java, a fast compressor/decompresser Java port of Snappy, a fast compresser/decompresser written in C++, -- 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

