This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository classworlds.
commit 354da1a27fe460ec42993261ad5274e2345aae8c Author: Emmanuel Bourg <[email protected]> Date: Fri Jul 21 15:35:24 2017 +0200 Moved the package to Git --- debian/changelog | 7 +++++++ debian/control | 4 ++-- debian/orig-tar.sh | 7 ------- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/debian/changelog b/debian/changelog index 9ae2382..c7e038f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +classworlds (1.1-final-6) UNRELEASED; urgency=medium + + * Team upload. + * Moved the package to Git + + -- Emmanuel Bourg <[email protected]> Fri, 21 Jul 2017 15:35:24 +0200 + classworlds (1.1-final-5) unstable; urgency=low * Team upload. diff --git a/debian/control b/debian/control index 5ed36fc..eafe339 100644 --- a/debian/control +++ b/debian/control @@ -9,8 +9,8 @@ Build-Depends-Indep: ant, ant-optional, libxalan2-java, maven-ant-helper (>> 4), Build-Depends: debhelper (>= 5), cdbs (>= 0.4.5.3), default-jdk Standards-Version: 3.9.2 Homepage: http://classworlds.codehaus.org/ -Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/classworlds/ -Vcs-Browser: http://svn.debian.org/viewsvn/pkg-java/trunk/classworlds/ +Vcs-Git: https://anonscm.debian.org/git/pkg-java/classworlds.git +Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/classworlds.git Package: libclassworlds-java Architecture: all diff --git a/debian/orig-tar.sh b/debian/orig-tar.sh index cc87a6f..f2c2e3d 100755 --- a/debian/orig-tar.sh +++ b/debian/orig-tar.sh @@ -8,10 +8,3 @@ TAG=$(echo "CLASSWORLDS_$VERSION" | sed 's,1\.1-final,1_1,' | sed 's,-\(alpha\), svn export http://svn.codehaus.org/classworlds/tags/$TAG/classworlds/ $DIR tar -c -z -f $TAR $DIR rm -rf $DIR ../$TAG - -# move to directory 'tarballs' -if [ -r .svn/deb-layout ]; then - . .svn/deb-layout - mv $TAR $origDir - echo "moved $TAR to $origDir" -fi -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/classworlds.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

