[Git][java-team/antlr4][master] d/antlr4-doc.install: update to new location, fixes FTBFS
Michael R. Crusoe (@crusoe)
gitlab at salsa.debian.org
Sat Feb 15 11:09:26 GMT 2025
Michael R. Crusoe pushed to branch master at Debian Java Maintainers / antlr4
Commits:
8675050f by Michael R. Crusoe at 2025-02-15T11:59:06+01:00
d/antlr4-doc.install: update to new location, fixes FTBFS
Closes: #1088120
- - - - -
3 changed files:
- debian/antlr4-doc.install
- debian/changelog
- debian/rules
Changes:
=====================================
debian/antlr4-doc.install
=====================================
@@ -1,2 +1,2 @@
-target/site/apidocs/* usr/share/doc/antlr4/api
+target/apidocs/apidocs/* usr/share/doc/antlr4/api
=====================================
debian/changelog
=====================================
@@ -1,3 +1,11 @@
+antlr4 (4.9.2-3) unstable; urgency=medium
+
+ * Team upload.
+ * d/antlr4-doc.install: update to new location, fixes FTBFS
+ Closes: #1088120
+
+ -- Michael R. Crusoe <crusoe at debian.org> Sat, 15 Feb 2025 11:59:02 +0100
+
antlr4 (4.9.2-2) unstable; urgency=medium
* Team upload.
=====================================
debian/rules
=====================================
@@ -6,15 +6,11 @@ export JAVA_HOME = /usr/lib/jvm/default-java
%:
dh $@
-override_dh_auto_build:
+execute_before_dh_auto_build:
cp -r debian/generated-sources/antlr4/* runtime/Java/src/
- dh_auto_build
-
-override_dh_auto_clean:
- dh_auto_clean
+excecute_after_dh_auto_clean:
rm -Rf target runtime/Java/target tool/target antlr4-maven-plugin/target
-
# Remove the generated file copied in the source directory
rm -f runtime/Java/src/*.tokens
rm -f runtime/Java/src//org/antlr/v4/runtime/tree/xpath/XPathLexer.java
View it on GitLab: https://salsa.debian.org/java-team/antlr4/-/commit/8675050fc2d8ab5f204185bc37f033c1efaa7550
--
View it on GitLab: https://salsa.debian.org/java-team/antlr4/-/commit/8675050fc2d8ab5f204185bc37f033c1efaa7550
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-java-commits/attachments/20250215/e7b1c3b9/attachment.htm>
More information about the pkg-java-commits
mailing list