[Git][java-team/weka][master] 5 commits: Update Homepage URL
Tony Mancill (@tmancill)
gitlab at salsa.debian.org
Mon Dec 4 07:29:25 GMT 2023
Tony Mancill pushed to branch master at Debian Java Maintainers / weka
Commits:
a35a8510 by tony mancill at 2023-12-03T23:02:55-08:00
Update Homepage URL
- - - - -
e900df6e by tony mancill at 2023-12-03T23:13:54-08:00
Fix FTBFS twice in a row (Closes: #1046193)
- - - - -
a8a68a68 by tony mancill at 2023-12-03T23:14:17-08:00
Set Rules-Requires-Root: no in debian/control
- - - - -
016c1ede by tony mancill at 2023-12-03T23:15:32-08:00
Bump Standards-Version to 4.6.2
- - - - -
694f1beb by tony mancill at 2023-12-03T23:17:16-08:00
Prepare changelog for upload
- - - - -
3 changed files:
- debian/changelog
- debian/control
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,10 +1,17 @@
-weka (3.6.14-4) UNRELEASED; urgency=medium
+weka (3.6.14-4) unstable; urgency=medium
+ * Team upload.
+ [ Vladimir Petko ]
* d/p/set_compiler_release.patch, d/rules: use java_compat_level
- variable provided by java-common to adjust -release level (Closes:
- #1053086).
+ variable provided by java-common to adjust -release level
+ (Closes: #1053086)
+
+ [ tony mancill ]
+ * Update Homepage URL
+ * Fix FTBFS twice in a row (Closes: #1046193)
+ * Set Rules-Requires-Root: no in debian/control
- -- Vladimir Petko <vladimir.petko at canonical.com> Mon, 04 Dec 2023 18:09:28 +1300
+ -- tony mancill <tmancill at debian.org> Sun, 03 Dec 2023 23:16:40 -0800
weka (3.6.14-3) unstable; urgency=medium
=====================================
debian/control
=====================================
@@ -14,10 +14,11 @@ Build-Depends:
jflex,
texlive-latex-base,
texlive-latex-extra
-Standards-Version: 4.5.1
+Standards-Version: 4.6.2
Vcs-Git: https://salsa.debian.org/java-team/weka.git
Vcs-Browser: https://salsa.debian.org/java-team/weka
-Homepage: http://www.cs.waikato.ac.nz/~ml/weka/
+Homepage: https://www.cs.waikato.ac.nz/~ml/weka/
+Rules-Requires-Root: no
Package: weka
Architecture: all
=====================================
debian/rules
=====================================
@@ -27,3 +27,12 @@ override_dh_auto_install:
#pdf's
install -m644 wekadocs/manual/manual.pdf debian/weka-doc/usr/share/doc/weka-doc/WekaManual.pdf
+
+override_dh_auto_clean:
+ rm -f wekadocs/manual/manual.aux
+ rm -f wekadocs/manual/manual.dvi
+ rm -f wekadocs/manual/manual.log
+ rm -f wekadocs/manual/manual.out
+ rm -f wekadocs/manual/manual.pdf
+ rm -f wekadocs/manual/manual.toc
+ dh_auto_clean
View it on GitLab: https://salsa.debian.org/java-team/weka/-/compare/99d7136d93ca59fa2755558456731e84f3c26303...694f1beb9541ae0651f696422dd9c0a10dbaa319
--
View it on GitLab: https://salsa.debian.org/java-team/weka/-/compare/99d7136d93ca59fa2755558456731e84f3c26303...694f1beb9541ae0651f696422dd9c0a10dbaa319
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/20231204/e1ef35ef/attachment.htm>
More information about the pkg-java-commits
mailing list