This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository libgoogle-gson-java.
commit 41df454a2cbf9e9ffcb192728cb5cdcb3e76aa86 Author: Emmanuel Bourg <[email protected]> Date: Tue Aug 27 21:00:05 2013 +0200 Added debian/README.source --- debian/README.source | 8 ++++++++ debian/changelog | 3 ++- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/debian/README.source b/debian/README.source new file mode 100644 index 0000000..a77ea62 --- /dev/null +++ b/debian/README.source @@ -0,0 +1,8 @@ +Information about libgoogle-gson-java +------------------------------------- + +Upstream doesn't provide a tarball containing a buildable source tree. The zip +files monitored by the watch file contains a source jar with no build script. +To work around this issue the debian/orig-tar.sh has been added to fetch the +sources from the upstream SVN repository. This script is to be invoked by +calling the get-orig-source target of debian/rules. diff --git a/debian/changelog b/debian/changelog index 0a049b0..a4100e2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -15,7 +15,8 @@ libgoogle-gson-java (2.2.4-1) unstable; urgency=low * debian/rules: Added a get-orig-source target * debian/copyright: Updated the Format URI to 1.0 * Added debian/orig-tar.sh to build the tarball - from the upstream SVN repository + from the upstream SVN repository and documented the process + in debian/README.source -- Emmanuel Bourg <[email protected]> Tue, 27 Aug 2013 15:30:05 +0200 -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libgoogle-gson-java.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

