summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Gevers <elbrus@debian.org>2016-07-18 20:55:22 +0200
committerPaul Gevers <elbrus@debian.org>2016-07-18 21:25:30 +0200
commit180575a7f0d4845b7858b4e15b386c00d54a4071 (patch)
treef0dd41faffd54f678a216cc680128284310e20f1
parent9769d5678ffda0a848cd131d2c605d774d46ec72 (diff)
Improve d/control with Lintian suggestions
-rw-r--r--debian/control9
1 files changed, 6 insertions, 3 deletions
diff --git a/debian/control b/debian/control
index 6bd75da..a66b3ad 100644
--- a/debian/control
+++ b/debian/control
@@ -9,11 +9,12 @@ Build-Depends: autoconf,
dpkg-dev (>= 1.16.1.1),
tcl-dev
Standards-Version: 3.7.2
+Homepage: http://sourceforge.net/projects/tclx/
Package: tclx8.4
-Section: libs
Architecture: any
Depends: tcl,
+ ${misc:Depends},
${shlibs:Depends}
Provides: tclx
Suggests: tclx8.4-doc
@@ -31,13 +32,14 @@ Description: Extended Tcl (TclX) - shared library
There is no TkX and no stand-alone shells are built. The tkx*8.4 packages
therefore don't exist anymore.
.
- This package includes the shared library and tcl library files.
+ This package includes the shared library and Tcl library files.
Package: tclx8.4-dev
Section: devel
Architecture: any
Depends: tcl-dev,
- tclx8.4 (= ${Source-Version})
+ tclx8.4 (= ${binary:Version}),
+ ${misc:Depends}
Suggests: tclx8.4-doc
Description: Extended Tcl (TclX) - development package
Extended Tcl (TclX), is a set of extensions to Tcl, the Tool Command
@@ -53,6 +55,7 @@ Description: Extended Tcl (TclX) - development package
Package: tclx8.4-doc
Section: doc
Architecture: all
+Depends: ${misc:Depends}
Provides: tclx-doc
Conflicts: tclx-doc,
tkx-doc