[maven-replacer-plugin] 02/04: change the source name
Timo Aaltonen
tjaalton at moszumanska.debian.org
Thu Aug 14 21:21:46 UTC 2014
This is an automated email from the git hooks/post-receive script.
tjaalton pushed a commit to branch master
in repository maven-replacer-plugin.
commit 0bae00e9848474de29c392de9d5c90a3abce0238
Author: Timo Aaltonen <tjaalton at debian.org>
Date: Fri Aug 15 00:07:24 2014 +0300
change the source name
---
debian/changelog | 2 +-
debian/control | 2 +-
debian/orig-tar.sh | 4 ++--
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index aa66b0d..f24f137 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-replacer (1.5.3-1) UNRELEASED; urgency=medium
+maven-replacer-plugin (1.5.3-1) UNRELEASED; urgency=medium
* Initial release (Closes: #nnnn) <nnnn is the bug number of your
ITP>
diff --git a/debian/control b/debian/control
index 192a3ed..2309a85 100644
--- a/debian/control
+++ b/debian/control
@@ -1,4 +1,4 @@
-Source: replacer
+Source: maven-replacer-plugin
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
diff --git a/debian/orig-tar.sh b/debian/orig-tar.sh
index f2d4b6c..2cad65b 100755
--- a/debian/orig-tar.sh
+++ b/debian/orig-tar.sh
@@ -5,8 +5,8 @@
#
VERSION=$2
-TAR=../replacer_$VERSION.orig.tar.xz
-DIR=replacer-$VERSION
+TAR=../maven-replacer-plugin_$VERSION.orig.tar.xz
+DIR=maven-replacer-plugin-$VERSION
TAG=$(echo "replacer-$VERSION" | sed -re's/~(alpha|beta)/-\1-/')
svn export http://maven-replacer-plugin.googlecode.com/svn/tags/${TAG}/trunk/ $DIR
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/maven-replacer-plugin.git
More information about the pkg-java-commits
mailing list