autoproject 0.20-15 source package in Ubuntu

Changelog

autoproject (0.20-15) unstable; urgency=medium

  * QA upload.
  [ Hilmar Preusse ]
  * Don't use @setfilename in TeXInfo file, if file is included.
    Closes: #1055078.

 -- Santiago Vila <email address hidden>  Tue, 07 Nov 2023 00:36:00 +0100

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
Oracular release universe devel
Noble release universe devel

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
autoproject_0.20-15.dsc 1.5 KiB 04c33ee44d5eee8e00fa89cf3635b880a8fe473e61d82cdf9717bc589123278e
autoproject_0.20.orig.tar.gz 147.6 KiB 850ff70e250fbd34c1193461b0fc8e1254803ee22a9d116cdbcc822b551766cc
autoproject_0.20-15.debian.tar.xz 7.5 KiB 3c44a61cfe48d855b67d0cedae6c78be1ee04cb34499441b42820e8495ea84c4

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/).