libfile-find-rule-perl 0.33-1 source package in Ubuntu

Changelog

libfile-find-rule-perl (0.33-1) unstable; urgency=low

  [ gregor herrmann ]
  * debian/rules: switch order of arguments to dh.

  [ Ansgar Burchardt ]
  * debian/control: Convert Vcs-* fields to Git.

  [ Salvatore Bonaccorso ]
  * debian/copyright: Replace DEP5 Format-Specification URL from
    svn.debian.org to anonscm.debian.org URL.

  [ Angel Abad ]
  * Imported Upstream version 0.33
  * Remove quilt framework
  * debian/copyright:
    - Update license stanzas
    - Update debian/* section
  * Bump Debhelper compat level to 8
  * Bump Standards-Version to 3.9.2 (no changes)
  * debian/control: Add myself to Uploaders
  * debian/lintian-overrides: New file, override spelling error because
    it is an option

  [ gregor herrmann ]
  * Update also upstream copyright years.
 -- Ubuntu Archive Auto-Sync <email address hidden>   Mon,  17 Oct 2011 11:05:18 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Precise
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release main perl
Precise release main perl

Builds

Precise: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libfile-find-rule-perl_0.33.orig.tar.gz 14.9 KiB 2417752b1eb61774938a67d6f211fbb80eecb3146bf0a0c8699939912559e370
libfile-find-rule-perl_0.33-1.debian.tar.gz 3.4 KiB 930323403ed10aea7ba7fb98780110e6eed4706dfbd82b1ce53ae4ddef189cf1
libfile-find-rule-perl_0.33-1.dsc 2.2 KiB 169c01b52f13f6b453c474dadbf35247fc77c329e7cb8eeba067101426375303

Available diffs

View changes file

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.