[SCM] FreeHEP SWF (Flash) Driver branch, master, updated. upstream/2.1.1-5-g8c18cb6

Giovanni Mascellani gmascellani-guest at alioth.debian.org
Tue Apr 6 08:30:26 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 SWF (Flash) Driver".

The branch, master has been updated
       via  8c18cb6a9cebfb564caa702136b63c79df53cc39 (commit)
       via  fceae5307f3ecf2ec06ffab05b51b882ea6bd768 (commit)
       via  4fe8a70f96d2b438db07da09c43f092bfd7a5320 (commit)
      from  36f43d529cd6d2bec0bf08b47dbe5f3480d6b918 (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 8c18cb6a9cebfb564caa702136b63c79df53cc39
Author: Giovanni Mascellani <mascellani at poisson.phc.unipi.it>
Date:   Tue Apr 6 10:21:57 2010 +0200

    orig-tar.sh further fixed

commit fceae5307f3ecf2ec06ffab05b51b882ea6bd768
Author: Giovanni Mascellani <mascellani at poisson.phc.unipi.it>
Date:   Tue Apr 6 10:15:21 2010 +0200

    orig-tar.sh fixed

commit 4fe8a70f96d2b438db07da09c43f092bfd7a5320
Author: Giovanni Mascellani <mascellani at poisson.phc.unipi.it>
Date:   Tue Apr 6 09:48:28 2010 +0200

    Watch file fixed

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

Summary of changes:
 debian/changelog   |    6 ++++++
 debian/orig-tar.sh |   14 ++++++++------
 debian/watch       |    2 +-
 3 files changed, 15 insertions(+), 7 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 24dda19..6432ffc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+freehep-graphicsio-swf (2.1.1+dfsg-2) unstable; urgency=low
+
+  * Tarball generation script fixed
+
+ -- Giovanni Mascellani <mascellani at poisson.phc.unipi.it>  Tue, 06 Apr 2010 10:14:46 +0200
+
 freehep-graphicsio-swf (2.1.1+dfsg-1) unstable; urgency=low
 
   * Initial release (Closes: #572574)
diff --git a/debian/orig-tar.sh b/debian/orig-tar.sh
index 115ebef..f10c9b0 100755
--- a/debian/orig-tar.sh
+++ b/debian/orig-tar.sh
@@ -2,15 +2,17 @@
 
 VERSION=$2
 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/vectorgraphics-${VERSION}/$PACKAGE $DIR
+rm -f $DIR/src/examples/image/image.ai
+rm -f $DIR/src/examples/basic/*.swf
+rm -f $DIR/src/examples/image/image-jpeg.swf
+rm -f $DIR/src/test/resources/swf/*.swf
+rm -f $DIR/src/examples/extended/*.swf
 GZIP=--best tar -c -z -f $TAR --exclude '*.jar' --exclude '*.class' $DIR
 rm -rf $DIR
 
-# move to directory 'tarballs'
-if [ -r .svn/deb-layout ]; then
-  . .svn/deb-layout
-  mv $TAR $origDir && echo "moved $TAR to $origDir"
-fi
+rm -f $DOWNLOADED_FILE
+
diff --git a/debian/watch b/debian/watch
index 3e5c3d8..b8fea44 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,4 +1,4 @@
 version=3
-opts="uversionmangle=s/^.*-SNAPSHOT/~$1/" \
+opts="uversionmangle=s/^.*-SNAPSHOT/~$1/,dversionmangle=s/\+dfsg[0-9]*//" \
   http://java.freehep.org/maven2/org/freehep/freehep-graphicsio-swf/ \
   (\d.*)/ debian debian/orig-tar.sh


hooks/post-receive
-- 
FreeHEP SWF (Flash) Driver



More information about the pkg-java-commits mailing list