This is an automated email from the git hooks/post-receive script. mquinson pushed a commit to branch debian-debian in repository plm.
commit 852db9c013686af2f5359d5690b10f89ed49715e Author: Martin Quinson <[email protected]> Date: Tue Oct 1 16:28:57 2013 +0200 github project got renamed to PLM --- debian/rules | 2 +- debian/watch | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/rules b/debian/rules index 4383c7e..aa8909f 100755 --- a/debian/rules +++ b/debian/rules @@ -80,7 +80,7 @@ get-orig-source: uscan --verbose --force-download && cp ../${version}.tar.gz ${tmpdir} || true set +ex; cd ${tmpdir} && \ tar xf ${version}.tar.gz && rm -f ${version}.tar.gz && \ - cd JLM-${version} && find lib -name '*.jar' | xargs rm && \ + cd PLM-${version} && find lib -name '*.jar' | xargs rm && \ tar cf ${wrkdir}/../plm_${version}+repack.orig.tar * ; \ gzip --best ${wrkdir}/../plm_${version}+repack.orig.tar rm -rf ${tmpdir} diff --git a/debian/watch b/debian/watch index 3ddff99..6e5935b 100644 --- a/debian/watch +++ b/debian/watch @@ -1,3 +1,3 @@ version=3 opts=dversionmangle=s/\+(repack|dfsg|ds|deb)\d*$// \ -https://github.com/oster/JLM/tags .*/v?(\d.*)\.(?:tgz|tbz2|tar\.(?:gz|bz2|xz)) +https://github.com/oster/PLM/tags .*/v?(\d.*)\.(?:tgz|tbz2|tar\.(?:gz|bz2|xz)) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/plm.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

