libnet-trac-perl 0.16-3 source package in Ubuntu

Changelog

libnet-trac-perl (0.16-3) unstable; urgency=medium

  [ Debian Janitor ]
  * Bump debhelper from old 11 to 12.
  * Set debhelper-compat version in Build-Depends.

  [ gregor herrmann ]
  * debian/watch: use uscan version 4.

  [ Debian Janitor ]
  * Bump debhelper from old 12 to 13.

 -- Jelmer Vernooij <email address hidden>  Mon, 12 Dec 2022 21:54:35 +0000

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
Noble release universe perl
Mantic release universe perl
Lunar release universe perl

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libnet-trac-perl_0.16-3.dsc 2.2 KiB 18636f49301f75da2918e740d2cebf676dfde2d1e27dd7a952ea73829aeaa4c2
libnet-trac-perl_0.16.orig.tar.gz 43.3 KiB 9154568cf84504887d4684e8339e9888398f3ceaded3844dfb4d3da3e4178190
libnet-trac-perl_0.16-3.debian.tar.xz 3.0 KiB 9fc005a3fdcffd1f6dfe950c0f442fe150bd9ebfddcd7126cf6de98a442dd728

Available diffs

No changes file available.

Binary packages built by this source

libnet-trac-perl: Perl client library for Trac

 Net::Trac is simple client library for a remote Trac instance. Because
 Trac doesn't provide a web services API, this module currently "fakes"
 an RPC interface around Trac's webforms and the feeds it exports.
 Because of this, it's somewhat more brittle than a true RPC client would
 be.
 .
 As of now, this module has been tested against Trac 10.4 and Trac 11.0.
 .
 The author's needs for this module are somewhat modest and its current
 featureset reflects this. Right now, only basic read/write functionality
 for Trac's tickets is provided.