[SCM] eclipse-emf - Plug-in for eclipse - Debian package. branch, master, updated. 9b2cd235adc0725f10fa2e33319748215e5e0cdd

Niels Thykier nthykier-guest at alioth.debian.org
Sun May 30 20:21:31 UTC 2010


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "eclipse-emf - Plug-in for eclipse - Debian package.".

The branch, master has been updated
       via  9b2cd235adc0725f10fa2e33319748215e5e0cdd (commit)
      from  235dfec891bfb78f76060e6514108357b605a748 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 9b2cd235adc0725f10fa2e33319748215e5e0cdd
Author: Niels Thykier <niels at thykier.net>
Date:   Sun May 30 22:21:24 2010 +0200

    Fixed the orig-tar.sh

-----------------------------------------------------------------------

Summary of changes:
 debian/orig-tar.sh |   13 ++++++++-----
 1 files changed, 8 insertions(+), 5 deletions(-)

diff --git a/debian/orig-tar.sh b/debian/orig-tar.sh
index 5b78518..86ce911 100755
--- a/debian/orig-tar.sh
+++ b/debian/orig-tar.sh
@@ -1,11 +1,13 @@
 #!/bin/bash
 NAME="emf"
+ORIG=eclipse-$NAME
 VERSION=2.5.0
+DEBV="+dfsg"
 TAG="R200906151043"
 
 echo "Exporting from CVS..."
-mkdir $NAME-$VERSION
-pushd $NAME-$VERSION >/dev/null
+mkdir $ORIG-$VERSION
+pushd $ORIG-$VERSION >/dev/null
 
 MAPFILE=$NAME.map
 TEMPMAPFILE=temp.map
@@ -38,6 +40,7 @@ rm $TEMPMAPFILE $MAPFILE
 popd >/dev/null
 
 echo "Removing jars..."
-find $NAME-$VERSION -name '*.jar' -delete
-echo "Creating tarball '$NAME-$VERSION.tar.gz'..."
-tar -czf $NAME-$VERSION.tar.gz $NAME-$VERSION
+find $ORIG-$VERSION -name '*.jar' -delete
+echo "Creating tarball '$ORIG-$VERSION.tar.gz'..."
+tar -czf ${ORIG}_$VERSION$DEBV.orig.tar.gz $ORIG-$VERSION
+rm -fr ${ORIG}-$VERSION


hooks/post-receive
-- 
eclipse-emf - Plug-in for eclipse - Debian package.



More information about the pkg-java-commits mailing list