libgetopt-argparse-perl 1.0.6-2 source package in Ubuntu

Changelog

libgetopt-argparse-perl (1.0.6-2) unstable; urgency=medium

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

  [ gregor herrmann ]
  * debian/copyright: replace tabs with spaces / remove trailing
    whitespace.
  * debian/watch: use uscan version 4.

  [ Debian Janitor ]
  * Bump debhelper from deprecated 9 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.
  * Remove obsolete fields Contact, Name from debian/upstream/metadata (already
    present in machine-readable debian/copyright).
  * Remove constraints unnecessary since stretch:
    + Build-Depends-Indep: Drop versioned constraint on libmoo-perl.
    + libgetopt-argparse-perl: Drop versioned constraint on libmoo-perl in
      Depends.
  * Bump debhelper from old 12 to 13.

 -- Jelmer Vernooij <email address hidden>  Tue, 14 Jun 2022 21:55:57 +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

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libgetopt-argparse-perl_1.0.6-2.dsc 2.2 KiB ef1813e677099a8b81895bcc96af286d442a1e79d2a226e73623dae675364fa8
libgetopt-argparse-perl_1.0.6.orig.tar.gz 30.2 KiB b97b12bc93aab3ebd8e294ef6188241022ec84ded8d7ac8351b675ea0c123e7d
libgetopt-argparse-perl_1.0.6-2.debian.tar.xz 6.1 KiB 938a8bb207c7db25901e669861617f98f647054a58ba56e7e5d121179adbe5ef

Available diffs

No changes file available.

Binary packages built by this source

libgetopt-argparse-perl: module to parse @ARGV with a richer and more user-friendly API

 Getopt::ArgParse provides the following features:
 .
   - Generating usage messages
   - Storing parsed arg values in an object, which can be also used to
     load configuration values from files and therefore the ability for
     applications to combine configurations in a single interface
   - A more user-friendly interface to specify arguments, such as
     argument types, argument values split, etc.
   - Subcommand parsing, such svn <command>
   - Supporting both flag based named arguments and positional arguments
 .
 Getopt::ArgParse provides similar functionality to Python's argparse module.