summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDidier Raboud <odyx@debian.org>2018-02-23 20:54:12 +0100
committerDidier Raboud <odyx@debian.org>2018-02-23 20:54:12 +0100
commita2fdb8bbf6bf6184b539dd1a102361418647e48f (patch)
tree054e7a1b500c33d80b019551086abf8e42092ccf
parent915f4fe1d32b043037318cb765ac24014deb7e39 (diff)
parent044ec5a9feec2d031c4e0b269c557e3d4bb11ac9 (diff)
Record jimtcl (0.77+dfsg0-2) in archive suite sid
-rw-r--r--debian/changelog7
-rw-r--r--debian/control26
2 files changed, 21 insertions, 12 deletions
diff --git a/debian/changelog b/debian/changelog
index 45d1eba..591377b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+jimtcl (0.77+dfsg0-2) unstable; urgency=medium
+
+ * Cleanup d/control thanks to `cme update dpkg-control`
+ * Update Vcs-* for the move to Salsa
+
+ -- Didier Raboud <odyx@debian.org> Fri, 23 Feb 2018 20:54:12 +0100
+
jimtcl (0.77+dfsg0-1) unstable; urgency=medium
* Repack to remove autosetup/jimsh0.c as it is generated from the `N-1`
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