Author: jonny
Date: 2009-02-03 11:45:46 +0000 (Tue, 03 Feb 2009)
New Revision: 7931

Modified:
   trunk/java3d/debian/changelog
   trunk/java3d/debian/rules
Log:
debian/rules: Remove unzipsfx executables from orig.tar.gz.


Modified: trunk/java3d/debian/changelog
===================================================================
--- trunk/java3d/debian/changelog       2009-02-02 15:23:05 UTC (rev 7930)
+++ trunk/java3d/debian/changelog       2009-02-03 11:45:46 UTC (rev 7931)
@@ -1,5 +1,6 @@
-java3d (0.0.cvs.20090202-1) unstable; urgency=low
+java3d (0.0.cvs.20090202.dfsg-1) unstable; urgency=low
 
   * Initial Release.
+  * debian/rules: Remove unzipsfx executables from orig.tar.gz.
 
- -- Jonny Lamb <[email protected]>  Tue, 04 Nov 2008 18:11:11 +0000
+ -- Jonny Lamb <[email protected]>  Tue, 03 Feb 2009 11:39:00 +0000

Modified: trunk/java3d/debian/rules
===================================================================
--- trunk/java3d/debian/rules   2009-02-02 15:23:05 UTC (rev 7930)
+++ trunk/java3d/debian/rules   2009-02-03 11:45:46 UTC (rev 7931)
@@ -29,12 +29,13 @@
 
 clean::
 
-DEB_VER := 0.0.cvs.20090202
+DEB_VER := 0.0.cvs.20090202.dfsg
 get-orig-source::
        @ echo "Password for the guest CVS user is an empty password (press 
[enter])"
        cvs -d :pserver:[email protected]:/cvs login
        mkdir source-cvs
        cd source-cvs && cvs -d :pserver:[email protected]:/cvs co 
j3d-core j3d-core-utils
        tar -zcv --exclude '*/CVS' --exclude .cvsignore \
+           --exclude unzipsfx \
            -f ../java3d_$(DEB_VER).orig.tar.gz source-cvs
        rm -rf source-cvs


_______________________________________________
pkg-java-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits

Reply via email to