genparse 0.9.3-1 source package in Ubuntu

Changelog

genparse (0.9.3-1) unstable; urgency=medium

  * QA upload.
  
  [Boyuan yang]
  * New upstream version 0.9.3.
  * debian/: Apply wrap-and-sort -abst.
  * Bump debhelper compat to v13.
  * debian/control: Use correct Vcs-* fields.
  * debian/control: Drop unnecessay dependency on dpkg.
  * Add new build-dependency autoconf-archive to use obsolete
    autoconf macro AC_CHECK_CLASS.
  * debian/rules: Modernize.
  * debian/rules: Use c++14 standard to avoid FTBFS caused by
    C++17 disallowing dynamic exception specification.
    (Closes: #984149)
  * debian/genparse.install: Rename from genparse.files.
  * debian/patches: Drop all patches, merged upstream.

  [Bo YU]
  * Use `make check` to run tests
  * Add patch to run tests: Use c++14, thanks to Xu yifan.
  * Drop debian/genparse.install
  * Drop debian/genparse.lintian-overrides

 -- Bo YU <email address hidden>  Wed, 15 Feb 2023 21:14:00 +8000

Upload details

Uploaded by:
Debian QA Group
Uploaded to:
Sid
Original maintainer:
Debian QA Group
Architectures:
any
Section:
devel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Lunar release universe devel

Downloads

File Size SHA-256 Checksum
genparse_0.9.3-1.dsc 1.8 KiB 8d87d8887d4a5626f3d7c01c10a9345eafb6abcf59df94cac600888a316f38d5
genparse_0.9.3.orig.tar.gz 602.0 KiB ad49ce4a7a6ea86ee672b13a5a72b93a19a4e254d8fed414d6ec058129b35cab
genparse_0.9.3-1.debian.tar.xz 6.3 KiB f5a2f42a9f0f320f2ebca09f0741b7bc66c6ae1c92daef0dace0852ca000b043

No changes file available.

Binary packages built by this source

genparse: command line parser generator

 From simple and concise specification file, you can define
 the command line parameters and switches that you would like
 to be able to pass to your program.
 Genparse creates the C code of the parser for you, which you can then
 compile as a separate file and link with your program.

genparse-dbgsym: debug symbols for genparse