[Git][java-team/mvel][master] 5 commits: Set Rules-Requires-Root: no in debian/control
Tony Mancill (@tmancill)
gitlab at salsa.debian.org
Thu Nov 23 06:20:01 GMT 2023
Tony Mancill pushed to branch master at Debian Java Maintainers / mvel
Commits:
c4365180 by tony mancill at 2023-11-22T22:02:09-08:00
Set Rules-Requires-Root: no in debian/control
- - - - -
46182ae2 by tony mancill at 2023-11-22T22:04:58-08:00
Update debian/watch to scan tags and to version 4
- - - - -
a9c57030 by tony mancill at 2023-11-22T22:06:37-08:00
Bump Standards-Version to 4.6.2
- - - - -
ad972df3 by tony mancill at 2023-11-22T22:08:54-08:00
Use debhelper-compat 13
- - - - -
a4f20ece by tony mancill at 2023-11-22T22:09:13-08:00
Prepare changelog for upload
- - - - -
3 changed files:
- debian/changelog
- debian/control
- debian/watch
Changes:
=====================================
debian/changelog
=====================================
@@ -1,9 +1,17 @@
-mvel (2.4.4-2) UNRELEASED; urgency=medium
+mvel (2.4.4-2) unstable; urgency=medium
+ [ Vladimir Petko ]
+ * Team upload.
* d/p/remove_useless_class_literals.patch: apply upstream patch to
resolve FTBFS (Closes: #1056554).
- -- Vladimir Petko <vladimir.petko at canonical.com> Thu, 23 Nov 2023 14:28:13 +1300
+ [ tony mancill ]
+ * Set Rules-Requires-Root: no in debian/control
+ * Update debian/watch to scan tags and to version 4
+ * Bump Standards-Version to 4.6.2
+ * Use debhelper-compat 13
+
+ -- tony mancill <tmancill at debian.org> Wed, 22 Nov 2023 22:08:57 -0800
mvel (2.4.4-1) unstable; urgency=medium
=====================================
debian/control
=====================================
@@ -5,7 +5,7 @@ Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.or
Uploaders:
Damien Raude-Morvan <drazzib at debian.org>
Build-Depends:
- debhelper-compat (= 12),
+ debhelper-compat (= 13),
default-jdk,
default-jdk-doc,
junit4,
@@ -17,10 +17,11 @@ Build-Depends:
libsurefire-java (>= 2.4.3),
libxstream-java,
maven-debian-helper
-Standards-Version: 4.4.0
+Standards-Version: 4.6.2
Vcs-Git: https://salsa.debian.org/java-team/mvel.git
Vcs-Browser: https://salsa.debian.org/java-team/mvel
Homepage: https://github.com/mvel/mvel/
+Rules-Requires-Root: no
Package: libmvel-java
Architecture: all
@@ -35,4 +36,3 @@ Description: expression language for Java-based applications - Library
.
In addition to being an expression language, MVEL also comes packaged with an
templating system similar to Velocity and FreeMarker.
-
=====================================
debian/watch
=====================================
@@ -1,2 +1,2 @@
-version=3
-https://github.com/mvel/mvel/releases .*/mvel2-([\d\.]+)(?:.Final)?.tar.gz
+version=4
+https://github.com/mvel/mvel/tags .*/mvel2-([\d\.]+)(?:.Final)?.tar.gz
View it on GitLab: https://salsa.debian.org/java-team/mvel/-/compare/113710e7e75b4407fae06141983d018c8b5ba115...a4f20ecea9f4180da77f43faa7e3d932bc20988e
--
View it on GitLab: https://salsa.debian.org/java-team/mvel/-/compare/113710e7e75b4407fae06141983d018c8b5ba115...a4f20ecea9f4180da77f43faa7e3d932bc20988e
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/20231123/28a617f5/attachment.htm>
More information about the pkg-java-commits
mailing list