[libjogl2-java] 02/04: update orig-tar.sh and changelog for DFSG version
Tony Mancill
tmancill at moszumanska.debian.org
Mon Nov 3 14:57:32 UTC 2014
This is an automated email from the git hooks/post-receive script.
tmancill pushed a commit to branch master
in repository libjogl2-java.
commit 01e064de4e65dde8fbebbf4529977a302ebb484a
Author: tony mancill <tmancill at debian.org>
Date: Mon Nov 3 06:38:33 2014 -0800
update orig-tar.sh and changelog for DFSG version
---
debian/changelog | 10 ++++++++++
debian/orig-tar.sh | 1 +
2 files changed, 11 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 5670095..ffca36e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+libjogl2-java (2.2.4+dfsg-1) UNRELEASED; urgency=medium
+
+ * Team upload.
+ * Modify orig-tar.sh and repack the upstream tarball to remove source
+ file under a license restriction w.r.t. venue (CC BY-NC 3.0):
+ src/test/com/jogamp/opengl/test/junit/jogl/demos/es2/shader/landscape.fp
+ - Thanks to Rebecca N. Palmer. (Closes: #767384)
+
+ -- tony mancill <tmancill at debian.org> Sun, 02 Nov 2014 11:27:35 -0800
+
libjogl2-java (2.2.4-1) unstable; urgency=medium
* Team upload.
diff --git a/debian/orig-tar.sh b/debian/orig-tar.sh
index c1e574a..6518fd2 100755
--- a/debian/orig-tar.sh
+++ b/debian/orig-tar.sh
@@ -9,6 +9,7 @@ p7zip -d $3
tar xvf jogl-v$VERSION.tar
cd $DIR*
rm -rf .gitignore .htaccess make/lib/ www/
+rm -f src/test/com/jogamp/opengl/test/junit/jogl/demos/es2/shader/landscape.fp
cd ..
tar Jcvf ../$TAR $DIR
rm -rvf $DIR jogl-v$VERSION.tar
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libjogl2-java.git
More information about the pkg-java-commits
mailing list