Codebase list java3d / af8386e
debian/rules: Remove unzipsfx executables from orig.tar.gz. Jonny Lamb 15 years ago
2 changed file(s) with 5 addition(s) and 3 deletion(s). Raw diff Collapse all Expand all
0 java3d (0.0.cvs.20090202-1) unstable; urgency=low
0 java3d (0.0.cvs.20090202.dfsg-1) unstable; urgency=low
11
22 * Initial Release.
3 * debian/rules: Remove unzipsfx executables from orig.tar.gz.
34
4 -- Jonny Lamb <jonny@debian.org> Tue, 04 Nov 2008 18:11:11 +0000
5 -- Jonny Lamb <jonny@debian.org> Tue, 03 Feb 2009 11:39:00 +0000
2828
2929 clean::
3030
31 DEB_VER := 0.0.cvs.20090202
31 DEB_VER := 0.0.cvs.20090202.dfsg
3232 get-orig-source::
3333 @ echo "Password for the guest CVS user is an empty password (press [enter])"
3434 cvs -d :pserver:guest@cvs.dev.java.net:/cvs login
3535 mkdir source-cvs
3636 cd source-cvs && cvs -d :pserver:guest@cvs.dev.java.net:/cvs co j3d-core j3d-core-utils
3737 tar -zcv --exclude '*/CVS' --exclude .cvsignore \
38 --exclude unzipsfx \
3839 -f ../java3d_$(DEB_VER).orig.tar.gz source-cvs
3940 rm -rf source-cvs