[Git][java-team/javatools][master] 3 commits: Build-dep on python3-markdown. Thank you to Bastian Germann.
Tony Mancill (@tmancill)
gitlab at salsa.debian.org
Sun Jun 2 17:48:11 BST 2024
Tony Mancill pushed to branch master at Debian Java Maintainers / javatools
Commits:
71271f74 by tony mancill at 2024-06-02T09:43:34-07:00
Build-dep on python3-markdown. Thank you to Bastian Germann.
Bug#1071642: javatools: Build-Depends on orphaned, RC-buggy markdown
- - - - -
fd2d7d08 by tony mancill at 2024-06-02T09:44:57-07:00
Bump Standards-Version to 4.7.0
- - - - -
7be95bb1 by tony mancill at 2024-06-02T09:45:04-07:00
Prepare changelog for upload
- - - - -
3 changed files:
- debian/changelog
- debian/control
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,14 @@
+javatools (0.80) unstable; urgency=medium
+
+ [ Bastian Germann ]
+ * Replace orphaned Build-Depends: markdown with python3-markdown
+ (Closes: #1071642)
+
+ [ tony mancill ]
+ * Bump Standards-Version to 4.7.0
+
+ -- tony mancill <tmancill at debian.org> Sun, 02 Jun 2024 09:42:31 -0700
+
javatools (0.79) unstable; urgency=medium
[ Vladimir Petko ]
=====================================
debian/control
=====================================
@@ -11,10 +11,10 @@ Build-Depends:
libtest-minimumversion-perl,
libtest-perl-critic-perl,
libtest-strict-perl,
- markdown,
+ python3-markdown,
perl
Rules-Requires-Root: no
-Standards-Version: 4.6.2
+Standards-Version: 4.7.0
Vcs-Git: https://salsa.debian.org/java-team/javatools.git
Vcs-Browser: https://salsa.debian.org/java-team/javatools
=====================================
debian/rules
=====================================
@@ -38,7 +38,7 @@ override_dh_auto_build: jh_lib.sh
# jarwrapper pod-based manpages
$(POD2MAN) -s 1 jarwrapper.pod tmp.jarwrapper/jarwrapper.1
$(POD2MAN) -s 1 jardetector.pod tmp.jarwrapper/jardetector.1
- markdown --html4tags tutorial.txt | \
+ markdown_py -o html tutorial.txt | \
cat tutorial-header.html - tutorial-footer.html > tutorial.html
runtests: jh_lib.sh
View it on GitLab: https://salsa.debian.org/java-team/javatools/-/compare/0fa10692242ef11181396952260cb0a7b733a1f6...7be95bb13b840dfcbde5b35ac0336583d52acd65
--
This project does not include diff previews in email notifications.
View it on GitLab: https://salsa.debian.org/java-team/javatools/-/compare/0fa10692242ef11181396952260cb0a7b733a1f6...7be95bb13b840dfcbde5b35ac0336583d52acd65
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/20240602/0aa4c606/attachment.htm>
More information about the pkg-java-commits
mailing list