The following commit has been merged in the master branch:
commit 4b34bff0c4ded297e8585938d47085e6aca5164c
Author: Jakub Adam <jakub.a...@ktknet.cz>
Date:   Wed Mar 7 17:34:37 2012 +0100

    Updated version

diff --git a/debian/changelog b/debian/changelog
index 4aa912f..430620d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,5 @@
-eclipse-mylyn (3.6.5-1) UNRELEASED; urgency=low
+eclipse-mylyn (3.6.5+dfsg1-1) UNRELEASED; urgency=low
 
   * Initial release (Closes: #581422).
 
- -- Jakub Adam <jakub.a...@ktknet.cz>  Sun, 26 Feb 2012 10:53:56 +0100
+ -- Jakub Adam <jakub.a...@ktknet.cz>  Wed, 07 Mar 2012 17:33:00 +0100
diff --git a/debian/get-orig-source b/debian/get-orig-source
index 0836efe..e7e040d 100755
--- a/debian/get-orig-source
+++ b/debian/get-orig-source
@@ -3,6 +3,7 @@ set -e
 
 NAME=eclipse-mylyn
 VERSION=3.6.5
+DEB_VERSION=${VERSION}+dfsg1
 
 MYLYN_GIT_WEB=http://git.eclipse.org/c/mylyn/
 
@@ -60,7 +61,7 @@ cd ../../../../..
 
 mv org.eclipse.mylyn.all $NAME-$VERSION
 
-echo "Creating tarball '${NAME}_$VERSION.orig.tar.bz2'..."
-tar -cjf ../${NAME}_$VERSION.orig.tar.bz2 $NAME-$VERSION
+echo "Creating tarball '${NAME}_${DEB_VERSION}.orig.tar.bz2'..."
+tar -cjf ../${NAME}_${DEB_VERSION}.orig.tar.bz2 $NAME-$VERSION
 
 rm -rf ${NAME}-${VERSION}

-- 
eclipse-mylyn - Plug-in for eclipse - Debian package.

_______________________________________________
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

Reply via email to