Pierre Gruet pushed to branch experimental at Debian Java Maintainers / gluegen2


Commits:
10b17c4f by Pierre Gruet at 2023-04-16T22:04:57+02:00
Providing the right path to the Debian-installed cpptasks jar

- - - - -
383a30b1 by Pierre Gruet at 2023-04-16T22:05:15+02:00
Upload to experimental

- - - - -


3 changed files:

- debian/changelog
- + debian/patches/cpptasks_jar_location.patch
- debian/patches/series


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,10 @@
+gluegen2 (2.4.0+dfsg-1~exp1) experimental; urgency=medium
+
+  * Team upload.
+  * Providing the right path for the Debian-installed cpptasks jar
+
+ -- Pierre Gruet <[email protected]>  Sun, 16 Apr 2023 22:05:09 +0200
+
 gluegen2 (2.4.0+dfsg-1~exp0) experimental; urgency=medium
 
   * Team upload.


=====================================
debian/patches/cpptasks_jar_location.patch
=====================================
@@ -0,0 +1,16 @@
+Description: providing the path to the Debian-installed cpptasks jar
+Author: Pierre Gruet <[email protected]>
+Forwarded: not-needed
+Last-Update: 2023-04-16
+
+--- a/make/gluegen-cpptasks.xml
++++ b/make/gluegen-cpptasks.xml
+@@ -20,7 +20,7 @@
+ 
+   <!-- import cpptasks -->
+   <!--typedef resource="net/sf/antcontrib/cpptasks/antlib.xml" 
classpath="${gluegen.root}/make/lib/cpptasks.jar;${gluegen.root}/make/lib/CppTasksGCCNamespaceHack.jar"/-->
+-  <typedef resource="net/sf/antcontrib/cpptasks/antlib.xml" 
classpath="${gluegen.root}/make/lib/cpptasks.jar"/>
++  <typedef resource="net/sf/antcontrib/cpptasks/antlib.xml" 
classpath="/usr/share/java/ant-contrib-cpptasks.jar"/>
+ 
+   <!-- 0 fetch environment variable GLUEGEN_CPPTASKS_FILE -> 
gluegen-cpptasks.file -->
+   <property environment="env" />


=====================================
debian/patches/series
=====================================
@@ -23,3 +23,4 @@ looking_for_native_lib_in_tests.patch
 java_include_dir.patch
 missing_shebangs.patch
 hardening.patch
+cpptasks_jar_location.patch



View it on GitLab: 
https://salsa.debian.org/java-team/gluegen2/-/compare/add2d3be71c7259250daa94c2cf851220bfc35f2...383a30b18d1e5fed6a43b0ab90b440038bd038d3

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/gluegen2/-/compare/add2d3be71c7259250daa94c2cf851220bfc35f2...383a30b18d1e5fed6a43b0ab90b440038bd038d3
You're receiving this email because of your account on salsa.debian.org.


_______________________________________________
pkg-java-commits mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits

Reply via email to