summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Gevers <elbrus@debian.org>2016-07-18 20:28:20 +0200
committerPaul Gevers <elbrus@debian.org>2016-07-18 20:28:20 +0200
commit308e99697829ec7580329814cf65a1f64035fba2 (patch)
tree848510b56fa86162150bafd74b8dd1115df41130
parent3857241a03f64aaeb839896e9d2a675d2ef36680 (diff)
d/control wrap-and-sort
-rw-r--r--debian/control14
1 files changed, 10 insertions, 4 deletions
diff --git a/debian/control b/debian/control
index abc828d..757399d 100644
--- a/debian/control
+++ b/debian/control
@@ -2,13 +2,17 @@ Source: tclx8.4
Section: libs
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
-Build-Depends: debhelper (>= 5), autotools-dev, tcl-dev, autoconf
+Build-Depends: autoconf,
+ autotools-dev,
+ debhelper (>= 5),
+ tcl-dev
Standards-Version: 3.7.2
Package: tclx8.4
Section: libs
Architecture: any
-Depends: ${shlibs:Depends}, tcl
+Depends: tcl,
+ ${shlibs:Depends}
Provides: tclx
Suggests: tclx8.4-doc
Description: Extended Tcl (TclX) - shared library
@@ -30,7 +34,8 @@ Description: Extended Tcl (TclX) - shared library
Package: tclx8.4-dev
Section: devel
Architecture: any
-Depends: tclx8.4 (= ${Source-Version}), tcl-dev
+Depends: tcl-dev,
+ tclx8.4 (= ${Source-Version})
Suggests: tclx8.4-doc
Description: Extended Tcl (TclX) - development package
Extended Tcl (TclX), is a set of extensions to Tcl, the Tool Command
@@ -47,7 +52,8 @@ Package: tclx8.4-doc
Section: doc
Architecture: all
Provides: tclx-doc
-Conflicts: tclx-doc, tkx-doc
+Conflicts: tclx-doc,
+ tkx-doc
Description: Extended Tcl (TclX) - manpages
Extended Tcl (TclX), is a set of extensions to Tcl, the Tool Command
Language invented by Dr. John Ousterhout. Tcl is a powerful, yet simple