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 "FreeHEP IO library".
The branch, master has been updated
via 57f01f2ae6b53024f8872d1e5f925a6ee0ce13e1 (commit)
from d77276a264bb39e71dcdbeac3808bcb84bbbb56f (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 57f01f2ae6b53024f8872d1e5f925a6ee0ce13e1
Author: Giovanni Mascellani <[email protected]>
Date: Sun Nov 15 23:54:57 2009 +0100
Removing unused files
-----------------------------------------------------------------------
Summary of changes:
debian/orig-tar.sh | 16 ----------------
1 files changed, 0 insertions(+), 16 deletions(-)
diff --git a/debian/maven.rules b/debian/maven.rules
deleted file mode 100644
index e69de29..0000000
diff --git a/debian/orig-tar.sh b/debian/orig-tar.sh
deleted file mode 100755
index 32a34eb..0000000
--- a/debian/orig-tar.sh
+++ /dev/null
@@ -1,16 +0,0 @@
-#!/bin/sh -e
-
-VERSION=$2
-TAR=../freehep-io_$VERSION.orig.tar.gz
-DIR=freehep-io-$VERSION
-TAG=$(echo "freehep-io-$VERSION" | sed -re's/~(alpha|beta)/-\1-/')
-
-svn export svn://svn.freehep.org/svn/freehep/tags/${TAG}/ $DIR
-GZIP=--best tar -c -z -f $TAR --exclude '*.jar' --exclude '*.class' $DIR
-rm -rf $DIR ../$TAG
-
-# move to directory 'tarballs'
-if [ -r .svn/deb-layout ]; then
- . .svn/deb-layout
- mv $TAR $origDir && echo "moved $TAR to $origDir"
-fi
hooks/post-receive
--
FreeHEP IO library
_______________________________________________
pkg-java-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits