libdancer-perl 1.3520+dfsg-1 source package in Ubuntu

Changelog

libdancer-perl (1.3520+dfsg-1) unstable; urgency=medium

  * debian/watch: add back backslash which went missing in 920c1e2.
  * debian/watch: go back to uscan version 3 as version 4 doesn't pass the
    upstream tarball name to custom scripts.

  * Import upstream version 1.3520+dfsg.
  * Add new test dependency: libtest-longstring-perl.
  * Drop test_http_message.patch, merged upstream.
  * Update years of packaging copyright.
  * Declare compliance with Debian Policy 4.6.2.
  * Add patch to mark flaky new test as TODO.
  * Add lintian override for using uscan version 3 in debian/watch.

 -- gregor herrmann <email address hidden>  Tue, 03 Jan 2023 20:47:40 +0100

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libdancer-perl_1.3520+dfsg-1.dsc 3.3 KiB a04e7246c98e9565aed16c90ae587719d5d1890782a20b58fd87b2746ad340a6
libdancer-perl_1.3520+dfsg.orig.tar.gz 363.3 KiB c385d0b809ce5d3402fead8faec927ee7a1f0ee8cf069bce9678aea266806201
libdancer-perl_1.3520+dfsg-1.debian.tar.xz 11.7 KiB bceb1bd427972b6a46d52d4db68749ebf8907a7ae69569ba4322710aaa30d0a1

Available diffs

No changes file available.

Binary packages built by this source

libdancer-perl: effortless web application framework

 Dancer is a web application framework designed to be as effortless as
 possible for the developer, taking care of the boring bits as easily as
 possible, yet staying out of your way and letting you get on with writing
 your code.
 .
 Dancer aims to provide the simplest way for writing web applications, and
 offers the flexibility to scale between a very simple lightweight web service
 consisting of a few lines of code in a single file, all the way up to a more
 complex fully-fledged web application with session support, templates for
 views and layouts, etc.
 .
 This is the original version of Dancer, which is now in maintenance mode.
 This means that it will not receive significant new features, but will
 continue to receive bugfixes and security fixes.
 .
 However, you should consider migrating to Dancer2 instead when you can, and
 are advised to use Dancer2 for newly-started apps.