[maven-parent] 05/18: Moved the package to Git

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Thu Jul 20 15:29: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 maven-parent.

commit 031d5636100681068508565655a206b2c9dbec6d
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Thu Jul 20 16:48:24 2017 +0200

    Moved the package to Git
---
 debian/changelog   | 7 +++++++
 debian/control     | 4 ++--
 debian/orig-tar.sh | 6 ------
 3 files changed, 9 insertions(+), 8 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 6e96c3d..651c464 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+maven-parent (21-3) UNRELEASED; urgency=medium
+
+  * Team upload.
+  * Moved the package to Git
+
+ -- Emmanuel Bourg <ebourg at apache.org>  Thu, 20 Jul 2017 16:48:24 +0200
+
 maven-parent (21-2) unstable; urgency=low
 
   * Add missing runtime dependency on libapache-pom-java. Thanks to
diff --git a/debian/control b/debian/control
index 735fe80..0613c0f 100644
--- a/debian/control
+++ b/debian/control
@@ -9,8 +9,8 @@ Build-Depends: debhelper (>= 7),
                libapache-pom-java (>= 7),
                maven-repo-helper (>= 1.5~)
 Standards-Version: 3.9.2
-Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/maven-parent
-Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/maven-parent
+Vcs-Git: https://anonscm.debian.org/git/pkg-java/maven-parent.git
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/maven-parent.git
 Homepage: http://maven.apache.org/
 
 Package: libmaven-parent-java
diff --git a/debian/orig-tar.sh b/debian/orig-tar.sh
index ead4921..af9816d 100755
--- a/debian/orig-tar.sh
+++ b/debian/orig-tar.sh
@@ -8,9 +8,3 @@ TAG=$(echo "maven-parent-$VERSION" | sed -re's/~(alpha|beta)/-\1-/')
 svn export http://svn.apache.org/repos/asf/maven/pom/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/maven-parent.git



More information about the pkg-java-commits mailing list