autoproject 0.20-13 source package in Ubuntu

Changelog

autoproject (0.20-13) unstable; urgency=medium

  * QA upload.

  [ Debian Janitor ]
  * Wrap long lines in changelog entries: 0.20-5, 0.20-3.

 -- Joao Eriberto Mota Filho <email address hidden>  Sun, 12 Apr 2020 22:23:56 -0300

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Groovy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
autoproject_0.20-13.dsc 1.9 KiB e18df50345746ca75875e5e0956cdcacc62d978f765b5a224ab80eaca0a0d6b5
autoproject_0.20.orig.tar.gz 147.6 KiB 850ff70e250fbd34c1193461b0fc8e1254803ee22a9d116cdbcc822b551766cc
autoproject_0.20-13.debian.tar.xz 6.9 KiB 64f503ee2d52f2a35a8cdab766aa4b6939372fb4530ee851d0200dfd6f3a96dd

Available diffs

No changes file available.

Binary packages built by this source

autoproject: create a skeleton source package for a new program

 autoproject interviews the user, then creates a source package for
 a new program which follows the GNU programming standards. The new
 package uses autoconf to configure itself, and automake to create
 the Makefile.
 .
 The idea is that you execute autoproject just once when you start
 a new project. It will ask a few questions, then create a new
 directory and populate it with standard files, customized for the
 new project.
 .
 Optionally, the new package will use a command line parser generator.
 Currently, autoproject supports two parser generators: clig by Harald
 Kirsch <kir@iitb.fhg.de> (see http://wsd.iitb.fhg.de/software/), and
 autogen by Bruce Korb <bkorb@gnu.org> (see http://autogen.sf.net/).