[java3d] 25/77: debian/rules: Remove unzipsfx executables from orig.tar.gz.
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Thu Mar 8 11:24:41 GMT 2018
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository java3d.
commit af8386e7f5f2d023907434371a78aa9586140153
Author: Jonny Lamb <jonny at debian.org>
Date: Tue Feb 3 11:45:46 2009 +0000
debian/rules: Remove unzipsfx executables from orig.tar.gz.
---
debian/changelog | 5 +++--
debian/rules | 3 ++-
2 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 538de9c..2e37f3c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -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
diff --git a/debian/rules b/debian/rules
index 1c76c84..85d2dd0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -29,12 +29,13 @@ install/libjava3d-java-doc::
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
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/java3d.git
More information about the pkg-java-commits
mailing list