summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorChris Packham <chris.packham@alliedtelesis.co.nz>2016-02-24 07:18:07 (GMT)
committerChris Packham <chris.packham@alliedtelesis.co.nz>2017-05-29 00:36:45 (GMT)
commit5f1acaa0794bac4c3a19baa3fcbcfc0e0e8ad1de (patch)
tree71fb51f2d6f231fec55fcee9ffd39e0e05c154d4 /debian/control
parent368a0169a27313cca60cf7d7358b6f3ef12122e4 (diff)
debian: update packaging
Support building in tree and from a released tarball by optionally running ./bootstrap. Fix some issues reported by lintian. -E: crosstool-ng changes: bad-distribution-in-changes-file unstable -E: crosstool-ng source: build-depends-on-essential-package-without-using-version build-depends: gzip -E: crosstool-ng source: build-depends-on-essential-package-without-using-version build-depends: tar -W: crosstool-ng source: syntax-error-in-dep5-copyright line 14: Cannot parse line "Unless otherwise stated in individual files, this work is licensed to you under" -E: crosstool-ng: copyright-should-refer-to-common-license-file-for-lgpl -E: crosstool-ng: description-starts-with-package-name -E: crosstool-ng: section-is-dh_make-template -E: crosstool-ng: depends-on-obsolete-package depends: texi2html Signed-off-by: Chris Packham <chris.packham@alliedtelesis.co.nz>
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control25
1 files changed, 18 insertions, 7 deletions
diff --git a/debian/control b/debian/control
index a9c9a76..f6e7eea 100644
--- a/debian/control
+++ b/debian/control
@@ -1,13 +1,24 @@
Source: crosstool-ng
-Section: unknown
+Section: devel
Priority: optional
-Maintainer: Andrew 'Necromant' Andrianov <andrew@ncrmnt.org>
-Build-Depends: debhelper (>= 9), autotools-dev, libncursesw5-dev, libncurses5-dev, autoconf, git, gperf, bison, flex, texinfo, help2man, gawk, subversion, git, gzip, bzip2, tar, libtool-bin, automake
-Standards-Version: 3.9.5
+Maintainer: Multiple Candidates <open@example.com>
+Build-Depends: debhelper (>= 9), autoconf, automake, autotools-dev,
+ libncursesw5-dev, libncurses5-dev, gperf, bison, flex,
+ texinfo, help2man, gawk, git, subversion, bzip2, libtool-bin
+Standards-Version: 3.9.8
Homepage: http://crosstool-ng.org/
Package: crosstool-ng
Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, build-essential, texi2html, texinfo
-Description: crosstool-ng
- The ultimate tool to create your own cross toolchains
+Depends: ${shlibs:Depends}, ${misc:Depends}, build-essential, texinfo
+Description: create your own cross toolchains
+ Crosstool-NG aims at building toolchains. Toolchains are an essential
+ component in a software development project. It will compile, assemble and
+ link the code that is being developed.
+ .
+ The usual toolchain is called "native" and is in packages
+ like 'clang' and 'gcc' (This package is not needed for doing
+ native development).
+ .
+ This package is for generating toolchains when doing development
+ on a foreign architecture (when you need a cross compiler).