[pkg-java] r13538 - trunk/libgluegen2-java/debian

Sylvestre Ledru sylvestre at alioth.debian.org
Sat Apr 16 12:05:11 UTC 2011


Author: sylvestre
Date: 2011-04-16 12:05:07 +0000 (Sat, 16 Apr 2011)
New Revision: 13538

Modified:
   trunk/libgluegen2-java/debian/changelog
   trunk/libgluegen2-java/debian/control
   trunk/libgluegen2-java/debian/rules
Log:
  * Upload to unstable
  * needless-dependency-on-jre lintian warning removed
  * script-not-executable fixed
  * Standards-Version updated to 3.9.2



Modified: trunk/libgluegen2-java/debian/changelog
===================================================================
--- trunk/libgluegen2-java/debian/changelog	2011-04-15 18:43:48 UTC (rev 13537)
+++ trunk/libgluegen2-java/debian/changelog	2011-04-16 12:05:07 UTC (rev 13538)
@@ -1,3 +1,12 @@
+gluegen2 (2.0-rc2-6) unstable; urgency=low
+
+  * Upload to unstable
+  * needless-dependency-on-jre lintian warning removed
+  * script-not-executable fixed
+  * Standards-Version updated to 3.9.2
+
+ -- Sylvestre Ledru <sylvestre at debian.org>  Sat, 16 Apr 2011 13:51:53 +0200
+
 gluegen2 (2.0-rc2-5) experimental; urgency=low
 
   * Fix build issues with arm, ia64, alpha & armel (Closes: #615872)

Modified: trunk/libgluegen2-java/debian/control
===================================================================
--- trunk/libgluegen2-java/debian/control	2011-04-15 18:43:48 UTC (rev 13537)
+++ trunk/libgluegen2-java/debian/control	2011-04-16 12:05:07 UTC (rev 13538)
@@ -5,7 +5,7 @@
 Uploaders: Sylvestre Ledru <sylvestre at debian.org>
 Build-Depends: debhelper (>= 7), cdbs, quilt, default-jdk, 
  ant, junit4, ant-contrib-cpptasks, ant-optional, libantlr-java
-Standards-Version: 3.9.1
+Standards-Version: 3.9.2
 Homepage: http://jogamp.org/
 Vcs-Svn: svn+ssh://svn.debian.org/svn/pkg-java/trunk/libgluegen2-java
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-java/trunk/libgluegen2-java/
@@ -13,8 +13,7 @@
 Package: libgluegen2-rt-java
 Architecture: all
 Suggests: libgluegen2-doc
-Depends:  ${misc:Depends}, default-jre,
- antlr
+Depends:  ${misc:Depends}, antlr
 Description: Tool to automatically generate the Java and JNI code.
  Gluegen reads as input ANSI C header files and separate configuration files
  which provide control over many aspects of the glue code generation. GlueGen
@@ -30,8 +29,7 @@
 Package: libgluegen2-build-java
 Architecture: all
 Suggests: libgluegen2-doc
-Depends:  ${misc:Depends}, default-jre,
- antlr
+Depends:  ${misc:Depends}, antlr
 Description: Tool to automatically generate the Java and JNI code.
  Gluegen reads as input ANSI C header files and separate configuration files
  which provide control over many aspects of the glue code generation. GlueGen

Modified: trunk/libgluegen2-java/debian/rules
===================================================================
--- trunk/libgluegen2-java/debian/rules	2011-04-15 18:43:48 UTC (rev 13537)
+++ trunk/libgluegen2-java/debian/rules	2011-04-16 12:05:07 UTC (rev 13538)
@@ -32,6 +32,7 @@
 	ln -s gluegen2-$(DEB_UPSTREAM_VERSION).jar debian/libgluegen2-build-java/usr/share/java/gluegen2.jar
 	find debian/libgluegen2-build-java/usr/share/gluegen2/ -type f -exec chmod a-x {} \;
 #extra license
+	chmod +x debian/libgluegen2-build-java/usr/share/gluegen2/make/scripts/*.sh
 	rm debian/libgluegen2-build-java/usr/share/gluegen2/src/java/com/jogamp/gluegen/cgram/license.txt
 
 install/libgluegen2-jni::




More information about the pkg-java-commits mailing list