Skip to content

Commit

Permalink
Add single-line synopsis to package description field
Browse files Browse the repository at this point in the history
Debian policy states that the package description field should include a
single-line synopsis and an extended description:
https://www.debian.org/doc/debian-policy/#the-description-of-a-package
  • Loading branch information
joseph-wakeling-sociomantic committed Mar 20, 2018
1 parent 3283c88 commit d498144
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/libmxnet.pkg
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ dynamic_libs = [l for l in libs if l.endswith('.so')]

OPTS.update(
name = VAR.fullname,
description = '''\
description = '''efficient and flexible deep learning framework
Apache MXNet (incubating) is a deep learning framework designed for
both efficiency and flexibility. It allows you to mix symbolic and
imperative programming to maximize efficiency and productivity. At
Expand Down

0 comments on commit d498144

Please sign in to comment.