[pkg-java] r7931 - trunk/java3d/debian
jonny at alioth.debian.org
jonny at alioth.debian.org
Tue Feb 3 11:45:46 UTC 2009
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 <jonny at debian.org> Tue, 04 Nov 2008 18:11:11 +0000
+ -- Jonny Lamb <jonny at debian.org> 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:guest at cvs.dev.java.net:/cvs login
mkdir source-cvs
cd source-cvs && cvs -d :pserver:guest at cvs.dev.java.net:/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
More information about the pkg-java-commits
mailing list