libgetopt-lucid-perl 1.07-1 source package in Ubuntu

Changelog

libgetopt-lucid-perl (1.07-1) unstable; urgency=medium

  [ Salvatore Bonaccorso ]
  * debian/control: Use HTTPS transport protocol for Vcs-Git URI

  [ gregor herrmann ]
  * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.
  * Remove Fabrizio Regalli from Uploaders. Thanks for your work!
  * Remove Jonathan Yu from Uploaders. Thanks for your work!
  * Import upstream version 1.07.
  * Declare compliance with Debian Policy 3.9.8.

 -- gregor herrmann <email address hidden>  Sun, 11 Sep 2016 19:18:19 +0200

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

Builds

Zesty: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libgetopt-lucid-perl_1.07-1.dsc 2.3 KiB a0138d345c976945a42847f428c22df5d7e3f05462d42d8bcea5acede46bea02
libgetopt-lucid-perl_1.07.orig.tar.gz 45.9 KiB 0a33cfd9a4b81a4f58d12b71dc9418636aaef0b7ca4302e1947d2c23f0e5173e
libgetopt-lucid-perl_1.07-1.debian.tar.xz 2.6 KiB 38b09e57f27520c6a4612e6963f16745a8ce13298e0c1dcaccae702b8084927b

Available diffs

No changes file available.

Binary packages built by this source

libgetopt-lucid-perl: module for parsing command line arguments

 Getopt::Lucid is a Perl module for parsing command line arguments, similar in
 nature to Getopt::Long (in Perl core). The goal of this module is to provide
 good code readability and clarity of intent, relying on plain-English option
 specification as opposed to the more symbolic approach of Getopt::Long.