[pkg-java] r7015 - trunk/libjava3d-java/debian

pere at alioth.debian.org pere at alioth.debian.org
Fri Sep 19 20:41:39 UTC 2008


Author: pere
Date: 2008-09-19 20:41:38 +0000 (Fri, 19 Sep 2008)
New Revision: 7015

Modified:
   trunk/libjava3d-java/debian/changelog
   trunk/libjava3d-java/debian/rules
Log:
Get get-orig-source target working.

Modified: trunk/libjava3d-java/debian/changelog
===================================================================
--- trunk/libjava3d-java/debian/changelog	2008-09-19 20:30:23 UTC (rev 7014)
+++ trunk/libjava3d-java/debian/changelog	2008-09-19 20:41:38 UTC (rev 7015)
@@ -1,4 +1,4 @@
-libjava3d-java (0.0.cvs.20080919-1) unstable; urgency=low
+libjava3d-java (0.0.cvs.20080913-1) unstable; urgency=low
 
   * Initial Release (closes: #)
 

Modified: trunk/libjava3d-java/debian/rules
===================================================================
--- trunk/libjava3d-java/debian/rules	2008-09-19 20:30:23 UTC (rev 7014)
+++ trunk/libjava3d-java/debian/rules	2008-09-19 20:41:38 UTC (rev 7015)
@@ -29,8 +29,14 @@
 	$(RM) -r gluegen/build
 
 get-orig-source::
-	-uscan --upstream-version 0
+	@ echo "Password for the guest CVS user is an empty password (press [enter])"
 	cvs -d :pserver:guest at cvs.dev.java.net:/cvs login
-	cvs -d :pserver:guest at cvs.dev.java.net:/cvs co j3d-core j3d-core-utils
-#  vecmath
-	tar -cv --exclude '*/CVS' --exclude .cvsignore -f ../libjava3d-java-0.0.cvs.20080913.orig.tar.gz j3d-core j3d-core-utils
+
+# Hm, should the vecmath source also be built?  There is a replacement
+# library already in Debian from before the SUN library became free
+# software.
+	mkdir source && cd source && cvs -d :pserver:guest at cvs.dev.java.net:/cvs co j3d-core j3d-core-utils
+	(cd source && tar -cv --exclude '*/CVS' --exclude .cvsignore -f - \
+	    j3d-core j3d-core-utils \
+	) > ../libjava3d-java_0.0.cvs.20080913.orig.tar.gz
+	rm -rf source




More information about the pkg-java-commits mailing list