[pkg-java] r4137 - trunk/libyanfs-java/debian

varun-guest at alioth.debian.org varun-guest at alioth.debian.org
Sun Sep 9 08:37:17 UTC 2007


Author: varun-guest
Date: 2007-09-09 08:37:17 +0000 (Sun, 09 Sep 2007)
New Revision: 4137

Modified:
   trunk/libyanfs-java/debian/build.xml
   trunk/libyanfs-java/debian/changelog
   trunk/libyanfs-java/debian/orig-tar.exclude
   trunk/libyanfs-java/debian/orig-tar.sh
Log:
debian/orig-tar.sh: extract the image *.tgz and remove them later.


Modified: trunk/libyanfs-java/debian/build.xml
===================================================================
--- trunk/libyanfs-java/debian/build.xml	2007-09-09 06:17:11 UTC (rev 4136)
+++ trunk/libyanfs-java/debian/build.xml	2007-09-09 08:37:17 UTC (rev 4137)
@@ -4,7 +4,7 @@
   <property file="./build.properties" />
   <patternset id="compiler.resources">
     <include name="**/?*.properties" />
-    <include name="**/?*.tgz" />
+    <include name="**/?*.gif" />
   </patternset>
   <target name="clean">
     <delete dir="${class.dir}" quiet="true" />

Modified: trunk/libyanfs-java/debian/changelog
===================================================================
--- trunk/libyanfs-java/debian/changelog	2007-09-09 06:17:11 UTC (rev 4136)
+++ trunk/libyanfs-java/debian/changelog	2007-09-09 08:37:17 UTC (rev 4137)
@@ -2,9 +2,10 @@
 
   [ Varun Hiremath ]
   * Initial release (Closes: #441047)
-
+  * debian/orig-tar.sh: extract the image *.tgz and remove them later.
+  
   [ Kumar Appaiah ]
   * Add XS-Vcs-Browser and XS-Vcs-Svn entries.
-  * Ensure that *.properties and *.tgz is included in the JAR.
+  * Ensure that *.properties and *.gif is included in the JAR.
 
- -- Kumar Appaiah <akumar at ee.iitm.ac.in>  Sun, 09 Sep 2007 11:53:26 +0530
+ -- Varun Hiremath <varunhiremath at gmail.com>  Sun, 09 Sep 2007 14:09:20 +0530

Modified: trunk/libyanfs-java/debian/orig-tar.exclude
===================================================================
--- trunk/libyanfs-java/debian/orig-tar.exclude	2007-09-09 06:17:11 UTC (rev 4136)
+++ trunk/libyanfs-java/debian/orig-tar.exclude	2007-09-09 08:37:17 UTC (rev 4137)
@@ -1,4 +1,5 @@
 *CVS*
 *xhandler*
 *images.tar.gz*
+*beanImages.tgz*
 *www*

Modified: trunk/libyanfs-java/debian/orig-tar.sh
===================================================================
--- trunk/libyanfs-java/debian/orig-tar.sh	2007-09-09 06:17:11 UTC (rev 4136)
+++ trunk/libyanfs-java/debian/orig-tar.sh	2007-09-09 08:37:17 UTC (rev 4137)
@@ -10,6 +10,8 @@
 cvs -d$CVSROOT login
 cvs -z9 -d$CVSROOT export -D $DATE -d $DIR yanfs
 mkdir $DIR/src $DIR/src/com 
+(cd $DIR/orig; tar -x -f images.tar.gz)
+(cd $DIR/orig/xfilechooser; tar -x -f beanImages.tgz)
 mv $DIR/orig/ $DIR/src/com/sun
 GZIP=--best tar -c -z -f $TAR -X debian/orig-tar.exclude $DIR
 rm -rf $DIR




More information about the pkg-java-commits mailing list