File: control

package info (click to toggle)
autoproject 0.20-4
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 864 kB
  • ctags: 428
  • sloc: sh: 2,949; ansic: 1,677; cpp: 199; makefile: 98
file content (26 lines) | stat: -rw-r--r-- 1,130 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Source: autoproject
Section: devel
Priority: optional
Maintainer: James R. Van Zandt <jrv@debian.org>
Build-Depends: debhelper (>> 5)
Build-Depends-Indep: autoconf, automake1.9|automaken
Standards-Version: 3.7.2

Package: autoproject
Architecture: all
Depends: ${shlibs:Depends}, automake|automake1.9|automaken
Description: 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.  `make distcheck' succeeds.
 .
 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.sourceforge.net/).