libfile-rsync-perl 0.43-1 source package in Ubuntu

Changelog

libfile-rsync-perl (0.43-1) unstable; urgency=low


  * Take over for the Debian Perl Group on maintainer's request
    (http://bugs.debian.org/677732#10)
  * Imported Upstream version 0.43 (Closes: #694718)
  * Update source format to 3.0 (quilt)
  * Bump Standards-Version to 3.9.4
  * Bump debhelper compatibility to 8
  * Update debian/copyright (years and format)
  * Replace old Debian diff by patch (non intercative path for rsync)
  * Delete unneeded files introduced by old debian.diff (Makefile,
    Makefile.old and config.pm)
  * Update debian/rules to use "dh $@"
  * Add patch to install libs in libdir instead of archdir
  * Add override_dh_installman to remove empty man page
  * Update description
  * Add rsync in dependencies

 -- Xavier Guimard <email address hidden>  Tue, 25 Dec 2012 18:35:23 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release universe perl

Builds

Raring: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libfile-rsync-perl_0.43-1.dsc 2.0 KiB a989930b0a623b142b1e1f58ceb72db4101fba96825e636480ce08d94487ec3b
libfile-rsync-perl_0.43.orig.tar.gz 19.5 KiB 83c5981df51342f86575346aeaaad23f1bc6b529ea5404401c4ef52e54000cfc
libfile-rsync-perl_0.43-1.debian.tar.gz 3.3 KiB b55422d70041cd88fb3649af700d754ab0db6d58729e895bab2e6f15ca5fc1bb

Available diffs

No changes file available.

Binary packages built by this source

libfile-rsync-perl: Perl module interface to rsync

 File::Rsync provides a convenience wrapper for the rsync program. Options
 may be passed in the form of a hash and are the same as the long options
 in rsync with the leading double-dash removed. Any options passed at
 creation are stored in the object as defaults for all future exec calls on
 that object.