[apache-pom] 07/20: Moved the package to Git

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Thu Jul 20 22:51:13 UTC 2017


This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a commit to branch master
in repository apache-pom.

commit ff74d87932014e68d904b5147d33b543aebeb610
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Thu Jul 20 18:36:46 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 51e47a1..e361e0f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,11 @@
 apache-pom (10-3) UNRELEASED; urgency=low
 
+  * Team upload.
+
+  [ Emmanuel Bourg ]
+  * Moved the package to Git
+
+  [ Ludovic Claude ]
   * Update list of plugins to ignore
   * Include site-pom.xml and its apache-jar-resource-bundle jar.
 
diff --git a/debian/control b/debian/control
index 59069b3..0342bf3 100644
--- a/debian/control
+++ b/debian/control
@@ -6,8 +6,8 @@ Uploaders: Ludovic Claude <ludovic.claude at laposte.net>,
            Damien Raude-Morvan <drazzib at debian.org>
 Build-Depends: debhelper (>= 7), default-jdk, maven-repo-helper (>= 1.7)
 Standards-Version: 3.9.2
-Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/apache-pom
-Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/apache-pom
+Vcs-Git: https://anonscm.debian.org/git/pkg-java/apache-pom.git
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/apache-pom.git
 Homepage: http://maven.apache.org/pom/asf/
 
 Package: libapache-pom-java
diff --git a/debian/orig-tar.sh b/debian/orig-tar.sh
index 40be34f..8438c5d 100755
--- a/debian/orig-tar.sh
+++ b/debian/orig-tar.sh
@@ -8,9 +8,3 @@ TAG=$(echo "apache-$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/apache-pom.git



More information about the pkg-java-commits mailing list