libfile-find-rule-perl 0.34-2 source package in Ubuntu
Changelog
libfile-find-rule-perl (0.34-2) unstable; urgency=medium [ Salvatore Bonaccorso ] * debian/control: Use HTTPS transport protocol for Vcs-Git URI [ gregor herrmann ] * Change bugtracker URL(s) to HTTPS. * debian/copyright: change Copyright-Format 1.0 URL to HTTPS. * Remove Jonathan Yu from Uploaders. Thanks for your work! [ Salvatore Bonaccorso ] * Update Vcs-* headers for switch to salsa.debian.org [ Laurent Baillet ] * fix lintian file-contains-trailing-whitespace warning [ intrigeri ] * Rename pkg-perl-autopkgtest configuration files to their currently preferred name. [ gregor herrmann ] * debian/watch: use uscan version 4. [ Debian Janitor ] * Bump debhelper from old 9 to 12. * Set debhelper-compat version in Build-Depends. * Remove obsolete fields Contact, Name from debian/upstream/metadata (already present in machine-readable debian/copyright). -- Jelmer Vernooij <email address hidden> Thu, 30 Jun 2022 23:48:44 +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 | Published | Component | Section | |
---|---|---|---|---|
Kinetic | release | main | perl |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
libfile-find-rule-perl_0.34-2.dsc | 2.2 KiB | 8509e42f8a6cf51a8756c4648fd3739b1a1fb2e7474af2a040353e9e0496de39 |
libfile-find-rule-perl_0.34.orig.tar.gz | 15.8 KiB | 7e6f16cc33eb1f29ff25bee51d513f4b8a84947bbfa18edb2d3cc40a2d64cafe |
libfile-find-rule-perl_0.34-2.debian.tar.xz | 4.0 KiB | c19163b2dadebcecfbc856e94ba1d9a736cc17e22c042990acec446c9099402e |
Available diffs
- diff from 0.34-1.1 to 0.34-2 (1.9 KiB)
No changes file available.
Binary packages built by this source
- libfile-find-rule-perl: module to search for files based on rules
File::Find::Rule is a Perl module which essentially provides an easy-to-use
interface to the popular module, File::Find. It provides a way to build rules
that specify desired file and directory names using a text-globbing syntax
(provided by Text::Glob). This makes it useful for simple tasks, like finding
all ".pm" files in a given directory.