[commons-io] 37/47: Moved the package to Git

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Tue Apr 26 10:54:14 UTC 2016


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

ebourg-guest pushed a commit to branch master
in repository commons-io.

commit b99cb74b7d5bc3ab395a33dc8e7585ce00700102
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Tue Apr 26 10:07:17 2016 +0200

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

diff --git a/debian/changelog b/debian/changelog
index 98a9da9..dbdaaf4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,12 @@
 commons-io (2.4-2.1) UNRELEASED; urgency=low
 
+  [ Kumar Appaiah ]
   * debian/control:
     + Remove Kumar Appaiah from uploaders
 
+  [ Emmanuel Bourg ]
+  * Moved the package to Git
+
  -- Kumar Appaiah <akumar at debian.org>  Sat, 29 Mar 2014 15:41:28 -0400
 
 commons-io (2.4-2) unstable; urgency=low
diff --git a/debian/control b/debian/control
index 4a384c7..40e67bb 100644
--- a/debian/control
+++ b/debian/control
@@ -8,9 +8,9 @@ Uploaders: Varun Hiremath <varun at debian.org>,
 Build-Depends: debhelper (>= 8), cdbs, default-jdk
 Build-Depends-Indep: maven-repo-helper, ant, junit
 Standards-Version: 3.9.4
+Vcs-Git: https://anonscm.debian.org/git/pkg-java/commons-io.git
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/commons-io.git
 Homepage: http://commons.apache.org/io/
-Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/commons-io
-Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/commons-io
 
 Package: libcommons-io-java
 Architecture: all
diff --git a/debian/orig-tar.sh b/debian/orig-tar.sh
index 9a0b96b..5e89a71 100755
--- a/debian/orig-tar.sh
+++ b/debian/orig-tar.sh
@@ -10,12 +10,3 @@ mv $UDIR $DDIR
 (cd $DDIR; find -type f|xargs perl -pi -e 's/\r$//g')
 GZIP=--best tar -c -z -f $3 $DDIR
 rm -rf $DDIR $UDIR
-
-# move to directory 'tarballs'
-if [ -r .svn/deb-layout ]; then
-    . .svn/deb-layout
-    mv $3 $origDir
-    echo "moved $3 to $origDir"
-fi
-
-exit 0

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/commons-io.git



More information about the pkg-java-commits mailing list