This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository maven-debian-helper.
commit 25b2d9edd9a1bbf783a0ea5a523faacaebea3358 Author: Emmanuel Bourg <[email protected]> Date: Sat Aug 31 10:24:19 2013 +0200 Added a header to orig-tar.svn.vm --- debian/changelog | 1 + maven-packager-utils/src/main/resources/orig-tar.svn.vm | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/debian/changelog b/debian/changelog index 6e2c76e..067032e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -9,6 +9,7 @@ maven-debian-helper (1.6.6) UNRELEASED; urgency=low * Improved the detection of the documentation packages * Fixed an IllegalArgumentException when a documentation package is not found (Closes: #712506) + * Added a header to orig-tar.svn.vm [ Steffen Moeller ] * Removed the trailing white space after the Homepage field diff --git a/maven-packager-utils/src/main/resources/orig-tar.svn.vm b/maven-packager-utils/src/main/resources/orig-tar.svn.vm index dea7543..e86d2da 100644 --- a/maven-packager-utils/src/main/resources/orig-tar.svn.vm +++ b/maven-packager-utils/src/main/resources/orig-tar.svn.vm @@ -1,4 +1,8 @@ #!/bin/sh -e +# +# Removes unwanted content from the upstream sources. +# Called by uscan with '--upstream-version' <version> <file> +# VERSION=$2 TAR=../${package}_$VERSION.orig.tar.gz -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/maven-debian-helper.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

