[SCM] FreeHEP XML Library branch, master, updated. upstream/2.1.2+dfsg1-35-g8f478a5

Giovanni Mascellani gmascellani-guest at alioth.debian.org
Thu Apr 1 08:18:44 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 "FreeHEP XML Library".

The branch, master has been updated
       via  8f478a564b51bcab39d29d6aa062ae478c9b4fa8 (commit)
       via  ca75da6e1c9c84de1ba3d21215593c50c771c7cd (commit)
      from  b02e6ffccdb4a25452d49d7d81748d230a80a570 (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 8f478a564b51bcab39d29d6aa062ae478c9b4fa8
Author: Giovanni Mascellani <mascellani at poisson.phc.unipi.it>
Date:   Thu Apr 1 10:14:59 2010 +0200

    +dfsg1 suffix to the generated tarball

commit ca75da6e1c9c84de1ba3d21215593c50c771c7cd
Author: Giovanni Mascellani <mascellani at poisson.phc.unipi.it>
Date:   Thu Apr 1 10:14:03 2010 +0200

    Other things to clean for DFSG

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

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

diff --git a/debian/orig-tar.sh b/debian/orig-tar.sh
index 043eb83..350234c 100755
--- a/debian/orig-tar.sh
+++ b/debian/orig-tar.sh
@@ -3,11 +3,12 @@
 VERSION=$2
 DOWNLOADED_FILE=$3
 PACKAGE=$(dpkg-parsechangelog | sed -n 's/^Source: //p')
-TAR=../${PACKAGE}_${VERSION}.orig.tar.gz
+TAR=../${PACKAGE}_${VERSION}+dfsg1.orig.tar.gz
 DIR=${PACKAGE}-${VERSION}
 
 svn export svn://svn.freehep.org/svn/freehep/tags/$PACKAGE-$VERSION $DIR
-rm $DIR/src/main/java/org/freehep/xml/util/XMLCharacterProperties.java
+rm -f $DIR/src/main/java/org/freehep/xml/util/XMLCharacterProperties.java
+rm -f $DIR/src/main/resources/org/freehep/xml/util/dtd/*
 GZIP=--best tar -c -z -f $TAR --exclude '*.jar' --exclude '*.class' $DIR
 rm -rf $DIR
 


hooks/post-receive
-- 
FreeHEP XML Library



More information about the pkg-java-commits mailing list