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 8c5f36730768f7b4f548146647e273565197a9de (commit)
via c7e6cd226c347ae71150aab4e4812c43fda3dbac (commit)
from 55b774929fee10105e6591f9948ef132b91cd2df (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 8c5f36730768f7b4f548146647e273565197a9de
Author: Benjamin Drung <[email protected]>
Date: Thu Jun 10 17:36:47 2010 +0200
Remove unneeded debian/orig-tar.sh. Use fetch-eclipse-source instead.
commit c7e6cd226c347ae71150aab4e4812c43fda3dbac
Author: Benjamin Drung <[email protected]>
Date: Thu Jun 10 17:34:49 2010 +0200
Update debian/watch to grab the source.
-----------------------------------------------------------------------
Summary of changes:
debian/copyright | 1 -
debian/orig-tar.sh | 58 ----------------------------------------------------
debian/watch | 3 +-
3 files changed, 1 insertions(+), 61 deletions(-)
diff --git a/debian/copyright b/debian/copyright
index 9efcb01..c8251bd 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -18,7 +18,6 @@ Copyright: 2010, Debian Orbital Alignment Team
<[email protected]
License: EPL-1.0
Files: debian/patches/Fedora-*.patch
- debian/orig-tar.sh
Copyright: 2009, Mat Booth <[email protected]>
2009, Alexander Kurtakov <[email protected]>
License: Fedora-contribution
diff --git a/debian/orig-tar.sh b/debian/orig-tar.sh
deleted file mode 100755
index c58c792..0000000
--- a/debian/orig-tar.sh
+++ /dev/null
@@ -1,58 +0,0 @@
-#!/bin/bash
-#
-# This file has been obtained from:
-# http://cvs.fedoraproject.org/viewvc/rpms/eclipse-emf/devel/
-#
-# The author list below is not from the original file, but has been
-# written based on the CVS commit log (in case the CVS should some day
-# be unavailable).
-#
-# Written by: 2009, Mat Booth <[email protected]>
-# Modified by: 2009, Alexander Kurtakov <[email protected]>
-#
-
-NAME="emf"
-ORIG=eclipse-$NAME
-VERSION=2.5.0
-DEBV="+dfsg"
-TAG="R200906151043"
-
-echo "Exporting from CVS..."
-mkdir $ORIG-$VERSION
-pushd $ORIG-$VERSION >/dev/null
-
-MAPFILE=$NAME.map
-TEMPMAPFILE=temp.map
-wget
"http://download.eclipse.org/modeling/emf/emf/downloads/drops/$VERSION/$TAG/directory.txt"
-O $MAPFILE
-fromdos $MAPFILE
-grep ^[a-z] $MAPFILE > $TEMPMAPFILE
-
-gawk 'BEGIN {
- FS=","
-}
-{
-if (NF < 4) {
-
- split($1, version, "=");
- split(version[1], directory, "@");
- cvsdir=split($2, dirName, ":");
- printf("cvs -d %s%s %s %s %s %s %s\n",
":pserver:[email protected]:", dirName[cvsdir], "-q export -r",
version[2], "-d", directory[2], directory[2]) | "/bin/bash";
-}
-else {
-
- split($1, version, "=");
- total=split($4, directory, "/");
- cvsdir=split($2, dirName, ":");
- printf("cvs -d %s%s %s %s %s %s %s\n",
":pserver:[email protected]:", dirName[cvsdir], "-q export -r",
version[2], "-d", directory[total], $4) | "/bin/bash";
-}
-
-}' $TEMPMAPFILE
-
-rm $TEMPMAPFILE $MAPFILE
-popd >/dev/null
-
-echo "Removing jars..."
-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
diff --git a/debian/watch b/debian/watch
index cda813b..9bd1b00 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,4 +1,3 @@
version=3
-# The watch file is version checking only! Use debian/orig-tar.sh to get the
source.
opts=dversionmangle=s/.dfsg\d*$//,uversionmangle=s/([a-zA-Z]+.*)$/~\\1/ \
- http://eclipse.org/modeling/emf/downloads/index.php?project=emf
.*/emf-xsd-SDK-(.*).zip
+ http://eclipse.org/modeling/emf/downloads/index.php?project=emf
.*/drops/(.*)/.*/directory.txt debian fetch-eclipse-source
hooks/post-receive
--
eclipse-emf - Plug-in for eclipse - Debian package.
_______________________________________________
pkg-java-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits