[jmock] 40/48: Moved the package to Git
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Mon Sep 4 09:56:35 UTC 2017
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository jmock.
commit 90e345b4d327521c681b62d485270a396642663e
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Mon Sep 4 11:29:04 2017 +0200
Moved the package to Git
---
debian/changelog | 6 ++++++
debian/control | 4 ++--
debian/orig-tar.sh | 7 -------
3 files changed, 8 insertions(+), 9 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 3cf1686..de73245 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+jmock (1.2.0-5) UNRELEASED; urgency=medium
+
+ * Moved the package to Git
+
+ -- Emmanuel Bourg <ebourg at apache.org> Mon, 04 Sep 2017 11:29:04 +0200
+
jmock (1.2.0-4) unstable; urgency=medium
* Depend on libcglib-java instead of libcglib3-java
diff --git a/debian/control b/debian/control
index 8092d47..8a48996 100644
--- a/debian/control
+++ b/debian/control
@@ -6,8 +6,8 @@ Uploaders: Emmanuel Bourg <ebourg at apache.org>
Build-Depends: debhelper (>= 9), default-jdk, javahelper
Build-Depends-Indep: junit (>= 3.8.2), libcglib-java, maven-repo-helper
Standards-Version: 3.9.8
-Vcs-Svn: svn://anonscm.debian.org/pkg-java/trunk/jmock
-Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-java/trunk/jmock/
+Vcs-Git: https://anonscm.debian.org/git/pkg-java/jmock.git
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/jmock.git
Homepage: http://www.jmock.org
Package: libjmock-java
diff --git a/debian/orig-tar.sh b/debian/orig-tar.sh
index dbb508b..17280fe 100755
--- a/debian/orig-tar.sh
+++ b/debian/orig-tar.sh
@@ -17,10 +17,3 @@ mv tmp $DIR
GZIP=--best tar -c -z -f $TAR --exclude '*.jar' --exclude '*.class' $DIR
rm -rf $DIR
rm $ZIP
-
-# 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/jmock.git
More information about the pkg-java-commits
mailing list