[SCM] FreeHEP Character Table Converter branch, master, updated. upstream/2.0-15-g1556c91

Giovanni Mascellani gmascellani-guest at alioth.debian.org
Sun Nov 15 23:07:46 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 Character Table Converter".

The branch, master has been updated
       via  1556c91b6d98631fcdfc9957c36f2c71a1ebdfd2 (commit)
      from  649e22b5a18c5eecbbbccfbcf3970d6aa4f87936 (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 1556c91b6d98631fcdfc9957c36f2c71a1ebdfd2
Author: Giovanni Mascellani <mascellani at poisson.phc.unipi.it>
Date:   Mon Nov 16 00:02:37 2009 +0100

    Deleted unused files

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

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

diff --git a/debian/changelog b/debian/changelog
index 3fca654..f96d102 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ freehep-chartableconverter-plugin (2.0-2) unstable; urgency=low
 
   * debian/control: fixed Vcs-* fields
   * debian/rules: deleted get-orig-source (doesn't work)
+  * debian/{maven.rules,orig-tar.sh}: deleted
 
  -- Giovanni Mascellani <mascellani at poisson.phc.unipi.it>  Sat, 14 Nov 2009 19:40:44 +0100
 
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 c8b5252..0000000
--- a/debian/orig-tar.sh
+++ /dev/null
@@ -1,16 +0,0 @@
-#!/bin/sh -e
-
-VERSION=$2
-TAR=../freehep-chartableconverter-plugin_$VERSION.orig.tar.gz
-DIR=freehep-chartableconverter-plugin-$VERSION
-TAG=$(echo "freehep-chartableconverter-plugin-$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 Character Table Converter



More information about the pkg-java-commits mailing list