velocity 1.7-7 source package in Ubuntu

Changelog

velocity (1.7-7) unstable; urgency=medium

  * Team upload.
  * Depend on libservlet-api-java instead of libservlet3.1-java
  * Removed the velocity-doc package
  * Standards-Version updated to 4.6.2
  * Switch to debhelper level 13
  * Removed Brian Thomason from the uploaders
  * Track the new release from GitHub

 -- Emmanuel Bourg <email address hidden>  Wed, 03 Jan 2024 11:33:01 +0100

Upload details

Uploaded by:
Debian Java Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Java Maintainers
Architectures:
all
Section:
java
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe web
Noble release universe web

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
velocity_1.7-7.dsc 2.1 KiB f022b6f232fbf7de335e8e40b8bd3f41ed05574ce75eb4f282b3a01f340d0457
velocity_1.7.orig.tar.gz 715.2 KiB 3d680327b600a84aca9e1cade288e068721d6291fcc9de57e2a1daf60183d43c
velocity_1.7-7.debian.tar.xz 8.7 KiB efefc7e797e323460f667fdf4be67fd27cb4e37e2e3607f4d581f06ebf5f19ba

Available diffs

No changes file available.

Binary packages built by this source

velocity: Java-based template engine for web application

 Velocity is a Java-based template engine. It permits anyone to use
 the simple yet powerful template language to reference objects
 defined in Java code.
 When Velocity is used for web development, Web designers can work in
 parallel with Java programmers to develop web sites according to the
 Model-View-Controller (MVC) model, meaning that web page designers
 can focus solely on creating a site that looks good, and programmers
 can focus solely on writing top-notch code. Velocity separates Java
 code from the web pages, making the web site more maintainable over
 the long run and providing a viable alternative to Java Server Pages
 (JSPs) or PHP.