[antlr-maven-plugin] 16/23: Moved the package to Git
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Mon Jul 24 22:47:07 UTC 2017
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository antlr-maven-plugin.
commit 99ded11dd04f9f79d1d8fb01d35de6782f48e073
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Mon Jul 24 23:49:47 2017 +0200
Moved the package to Git
---
debian/changelog | 6 ++++++
debian/control | 4 ++--
debian/orig-tar.sh | 6 ------
3 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 44d1f43..7f9a8da 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+antlr-maven-plugin (2.2-3) UNRELEASED; urgency=medium
+
+ * Moved the package to Git
+
+ -- Emmanuel Bourg <ebourg at apache.org> Mon, 24 Jul 2017 23:49:47 +0200
+
antlr-maven-plugin (2.2-2) unstable; urgency=low
* Added a patch to fix a NPE when the grammar options are null
diff --git a/debian/control b/debian/control
index f237885..04c513a 100644
--- a/debian/control
+++ b/debian/control
@@ -23,8 +23,8 @@ Build-Depends-Indep: libcommons-exec-java,
libsurefire-java (>= 2.4.3),
libwagon-java
Standards-Version: 3.9.4
-Vcs-Svn: svn://anonscm.debian.org/pkg-java/trunk/antlr-maven-plugin
-Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-java/trunk/antlr-maven-plugin/
+Vcs-Git: https://anonscm.debian.org/git/pkg-java/antlr-maven-plugin.git
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/antlr-maven-plugin.git
Homepage: http://mojo.codehaus.org/antlr-maven-plugin/
Package: libantlr-maven-plugin-java
diff --git a/debian/orig-tar.sh b/debian/orig-tar.sh
index 058cc4b..881fcb3 100755
--- a/debian/orig-tar.sh
+++ b/debian/orig-tar.sh
@@ -8,9 +8,3 @@ TAG=$(echo "antlr-maven-plugin-$VERSION" | sed -re's/~(alpha|beta)/-\1-/')
svn export https://svn.codehaus.org/mojo/tags/${TAG}/ $DIR
GZIP=--best tar -c -z -f $TAR --exclude '*.jar' --exclude '*.class' $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/antlr-maven-plugin.git
More information about the pkg-java-commits
mailing list