liburi-find-simple-perl 1.07-1 source package in Ubuntu

Changelog

liburi-find-simple-perl (1.07-1) unstable; urgency=medium

  [ Salvatore Bonaccorso ]
  * Update Vcs-Browser URL to cgit web frontend
  * debian/control: Use HTTPS transport protocol for Vcs-Git URI

  [ gregor herrmann ]
  * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.
  * Remove Jotam Jr. Trejo from Uploaders. Thanks for your work!

  [ Salvatore Bonaccorso ]
  * Update Vcs-* headers for switch to salsa.debian.org

  [ gregor herrmann ]
  * debian/watch: use uscan version 4.
  * Import upstream version 1.07.
  * Update debian/upstream/metadata.
  * Declare compliance with Debian Policy 4.5.1.
  * Set Rules-Requires-Root: no.
  * Annotate test-only build dependencies with <!nocheck>.
  * Bump debhelper-compat to 13.
  * Add /me to Uploaders.

 -- gregor herrmann <email address hidden>  Fri, 19 Mar 2021 19:38:14 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Builds

Impish: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
liburi-find-simple-perl_1.07-1.dsc 2.4 KiB 7ab9ae07337a5360eb3cb9bada2fe5c66987f71d7b7c0a58a951b2c024f0c70c
liburi-find-simple-perl_1.07.orig.tar.gz 4.2 KiB 9bc3fff1e61970573c8d998d29e3ff33c55446054dcfa97fcdcd2687edbafd46
liburi-find-simple-perl_1.07-1.debian.tar.xz 2.1 KiB 0ae7eed12105d2a56e75d52ea384ff35c95b6b46406e170cb8aaf5e02635d639

Available diffs

No changes file available.

Binary packages built by this source

liburi-find-simple-perl: simple interface to URI::Find

 URI::Find is all very well, but sometimes you just want a list of the links
 in a given piece of text, or you want to change all the urls in some text
 somehow, and don't want to mess with callback interfaces.
 .
 URI::Find::Simple uses URI::Find, but hides the callback interface, providing
 two functions - one to list all the uris, and one to change all the uris.