popt 1.18-3 source package in Ubuntu
Changelog
popt (1.18-3) unstable; urgency=medium * [79431a2] fix autoconf 2.70 obsolete macros (Closes: #978885) * [33be34b] Bump watch file version to 4 * [6ef4a4a] Move to debhelper 13 -- Michael Jeanson <email address hidden> Tue, 24 Aug 2021 15:12:20 -0400
Upload details
- Uploaded by:
- Michael Jeanson
- Uploaded to:
- Sid
- Original maintainer:
- Michael Jeanson
- Architectures:
- any
- Section:
- devel
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
popt_1.18-3.dsc | 2.0 KiB | a9a29b28d412dc672adf60c2c0084a56398e8a743363046e3632faf61fbc8ff1 |
popt_1.18.orig.tar.gz | 567.0 KiB | 5159bc03a20b28ce363aa96765f37df99ea4d8850b1ece17d1e6ad5c24fdc5d1 |
popt_1.18-3.debian.tar.xz | 13.4 KiB | 6bb1de379eb2bf0a3a9e25ce26a4dd111878699c35116fa4d45d4814280f0bc9 |
Available diffs
No changes file available.
Binary packages built by this source
- libpopt-dev: lib for parsing cmdline parameters - development files
Popt was heavily influenced by the getopt() and getopt_long() functions,
but it allows more powerful argument expansion. It can parse arbitrary
argv[] style arrays and automatically set variables based on command
line arguments. It also allows command line arguments to be aliased via
configuration files and includes utility functions for parsing arbitrary
strings into argv[] arrays using shell-like rules.
.
This package contains the popt static library and header file.
- libpopt0: lib for parsing cmdline parameters
Popt was heavily influenced by the getopt() and getopt_long() functions,
but it allows more powerful argument expansion. It can parse arbitrary
argv[] style arrays and automatically set variables based on command
line arguments. It also allows command line arguments to be aliased via
configuration files and includes utility functions for parsing arbitrary
strings into argv[] arrays using shell-like rules.
.
This package contains the runtime library and locale data.
- libpopt0-dbgsym: debug symbols for libpopt0