This is an automated email from the git hooks/post-receive script. gregoa pushed a commit to branch master in repository jabref.
commit a89b9d3b7ec641855f5b03839faf92d4e3b5e76e Author: gregor herrmann <[email protected]> Date: Sat Feb 23 14:08:46 2013 +0100 Update debian/repack.stub. --- debian/repack.stub | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/debian/repack.stub b/debian/repack.stub index ac56520..4d68667 100755 --- a/debian/repack.stub +++ b/debian/repack.stub @@ -14,7 +14,7 @@ the end of the line in debian/watch. you will also need to add a version mangle to debian/watch. then create a debian/repack.local. this is a shell script that is -sources under "set -e", so be careful to check returns codes. +sourced under "set -e", so be careful to check returns codes. =head1 FUNCTIONS @@ -62,6 +62,12 @@ this is the directory where the upstream source is. =back +=head1 COPYRIGHT AND LICENSE + +Copyright 2009, Ryan Niebur <[email protected]> + +License: Artistic or GPL-1+ + =cut if [ -z "$REPACK_SH" ]; then @@ -75,7 +81,7 @@ fi if [ ! -f "$REPACK_SH" ]; then echo "Couldn't find a repack.sh. please put it in your PATH, put it at ../../scripts/repack.sh, or put it somewhere else and set the REPACK_SH variable" - echo "You can get it from http://svn.debian.org/viewsvn/pkg-perl/scripts/repack.sh" + echo "You can get it from http://anonscm.debian.org/gitweb/?p=pkg-perl/scripts.git;a=blob_plain;f=repack.sh;hb=HEAD" exit 1 fi -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jabref.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

