~ubuntu-branches/ubuntu/utopic/autotools-dev/utopic

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Bazaar Package Importer
  • Author(s): Henrique de Moraes Holschuh
  • Date: 2006-08-10 12:13:13 UTC
  • mfrom: (2.1.2 edgy)
  • Revision ID: james.westby@ubuntu.com-20060810121313-ht8wop9blamwaq9c
Tags: 20060702.1
* Sync to CVS 20060702 (config.sub 20060702; config.guess 20060702)
  (closes: #380479)
  + Important changes for SPARC4V
  + Support for avr32
* Switch to debhelper compatibility level V5
* Bump standards-version to 3.7.2 (no changes required)
* Add .gz to README.Debian in description (closes: #357333)

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
Section: devel
3
3
Priority: optional
4
4
Maintainer: Henrique de Moraes Holschuh <hmh@debian.org>
5
 
Build-Depends-Indep: debhelper (>> 3.0.0)
6
 
Standards-Version: 3.6.1
 
5
Build-Depends-Indep: debhelper (>> 5)
 
6
Standards-Version: 3.7.2
7
7
 
8
8
Package: autotools-dev
9
9
Architecture: all
12
12
 and config.sub, used by the automake and libtool packages.  It provides
13
13
 the canonical copy of those files for other packages as well.
14
14
 .
15
 
 It also documents in /usr/share/doc/autotools-dev/README.Debian best
16
 
 practices and guidelines for using autoconf, automake and friends on
17
 
 Debian packages.  This is a must-read for any developers packaging
18
 
 software that uses the GNU autotools, or GNU gettext.
 
15
 It also documents in /usr/share/doc/autotools-dev/README.Debian.gz
 
16
 best practices and guidelines for using autoconf, automake and
 
17
 friends on Debian packages.  This is a must-read for any developers
 
18
 packaging software that uses the GNU autotools, or GNU gettext.