summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control26
1 files changed, 14 insertions, 12 deletions
diff --git a/debian/control b/debian/control
index 93bd441..5858f85 100644
--- a/debian/control
+++ b/debian/control
@@ -1,19 +1,19 @@
Source: jimtcl
+Maintainer: Didier Raboud <odyx@debian.org>
Section: devel
Priority: optional
-Maintainer: Didier Raboud <odyx@debian.org>
-Build-Depends:
- debhelper (>= 10.2.5~),
- dpkg-dev (>= 1.16.1),
- asciidoc
-Standards-Version: 4.1.1
+Build-Depends: debhelper (>= 10.2.5~),
+ dpkg-dev,
+ asciidoc
+Standards-Version: 4.1.3
+Vcs-Browser: https://salsa.debian.org/debian/jimtcl
+Vcs-Git: https://salsa.debian.org/debian/jimtcl.git
Homepage: http://jim.tcl.tk/
-Vcs-Git: https://alioth.debian.org/anonscm/git/collab-maint/jimtcl.git
-Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/jimtcl.git
Package: jimsh
Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${shlibs:Depends},
+ ${misc:Depends}
Description: small-footprint implementation of Tcl named Jim
Jim is an opensource small-footprint implementation of the Tcl programming
language. It implements a large subset of Tcl and adds new features like
@@ -26,10 +26,11 @@ Description: small-footprint implementation of Tcl named Jim
Package: libjim0.77
Architecture: any
+Multi-Arch: same
Section: libs
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${shlibs:Depends},
+ ${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}
-Multi-Arch: same
Description: small-footprint implementation of Tcl - shared library
Jim is an opensource small-footprint implementation of the Tcl programming
language. It implements a large subset of Tcl and adds new features like
@@ -43,7 +44,8 @@ Description: small-footprint implementation of Tcl - shared library
Package: libjim-dev
Architecture: any
Section: libdevel
-Depends: libjim0.77 (= ${binary:Version}), ${misc:Depends}
+Depends: libjim0.77 (= ${binary:Version}),
+ ${misc:Depends}
Description: small-footprint implementation of Tcl - development files
Jim is an opensource small-footprint implementation of the Tcl programming
language. It implements a large subset of Tcl and adds new features like