[SCM] FreeHEP Utility Library branch, master, updated. upstream/2.0.2-15-g6c23153

Giovanni Mascellani gmascellani-guest at alioth.debian.org
Sun Nov 15 23:07:54 UTC 2009


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 Utility Library".

The branch, master has been updated
       via  6c23153b0b88c97ebb2b0d5b37f9e34017dabdd4 (commit)
       via  d66265c7d3a672ea7293ee0719cc10e29c34fbc3 (commit)
      from  91d8e0fbae697c0ba3501f2551b0699cd7424ec8 (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 6c23153b0b88c97ebb2b0d5b37f9e34017dabdd4
Author: Giovanni Mascellani <mascellani at poisson.phc.unipi.it>
Date:   Sun Nov 15 23:58:02 2009 +0100

    Removed unused files

commit d66265c7d3a672ea7293ee0719cc10e29c34fbc3
Author: Giovanni Mascellani <mascellani at poisson.phc.unipi.it>
Date:   Sun Nov 15 20:02:53 2009 +0100

    Removed unused classpath line

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

Summary of changes:
 debian/maven.properties |    1 -
 debian/orig-tar.sh      |   16 ----------------
 2 files changed, 0 insertions(+), 17 deletions(-)

diff --git a/debian/maven.properties b/debian/maven.properties
index 3f73169..d2f1b82 100644
--- a/debian/maven.properties
+++ b/debian/maven.properties
@@ -1,2 +1 @@
 maven.test.skip=true
-maven.compile.classpath=/usr/lib/netbeans/platform7/lib/org-openide-util.jar
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 ac506d6..0000000
--- a/debian/orig-tar.sh
+++ /dev/null
@@ -1,16 +0,0 @@
-#!/bin/sh -e
-
-VERSION=$2
-TAR=../freehep-util_$VERSION.orig.tar.gz
-DIR=freehep-util-$VERSION
-TAG=$(echo "freehep-util-$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 Utility Library



More information about the pkg-java-commits mailing list