Codebase list slib / cme/main
Reading package lists... 0%Reading package lists... 0%Reading package lists... 0%Reading package lists... 99%Reading package lists... 99%Reading package lists... Done Building dependency tree... 0%Building dependency tree... 0%Building dependency tree... 50%Building dependency tree... 50%Building dependency tree... 98%Building dependency tree... Done Reading state information... 0% Reading state information... 0%Reading state information... Done Connecting to api.ftp-master.debian.org to check 9 package versions. Please wait... Got info from api.ftp-master.debian.org for 9 packages. Config::Model::Backend::DpkgStoreRole::store_section_leaf_element Subject should be only one line. Gluing together the lines (line 66) Changes applied to dpkg configuration: - patches:"debian-changes.patch" Subject: Gluing together lines - control source Standards-Version: '4.5.0' -> '4.6.0' # applied fix for :Current standards version is '4.6.0'. Please read https://www.debian.org/doc/debian-policy/upgrading-checklist.html for the changes that may be needed on your package to upgrade it from standard version '4.5.0' to '4.6.0'. - control binary:slib Depends:1: 'dpkg (>= 1.15.4) | install-info' -> 'dpkg | install-info' # applied fix for :unnecessary greater-than versioned dependency: dpkg (>= 1.15.4). Debian has oldstable -> 1.19.7; testing -> 1.20.9; unstable -> 1.20.9; stable -> 1.20.9; - control binary:slib Depends:1: 'dpkg | install-info' -> 'install-info' # applied fix for :unnecessary unversioned dependency on essential package: dpkg - patches:"712322_use_local_schmooz.patch" Bug-Debian:0: 'http://bugs.debian.org/712322' -> 'https://bugs.debian.org/712322' # applied fix for :https protocol should be used instead of http - patches:"0007-Default-implementation-vicinity-under-var-lib-slib.patch" Bug-Debian:0: 'http://bugs.debian.org/970310' -> 'https://bugs.debian.org/970310' # applied fix for :https protocol should be used instead of http Debian Janitor 2 years ago
5 changed file(s) with 61 addition(s) and 15 deletion(s). Raw diff Collapse all Expand all
0 slib (3b6-4) UNRELEASED; urgency=medium
1
2 * Reading package lists... 0%Reading package lists... 0%Reading package
3 lists... 0%Reading package lists... 99%Reading package lists... 99%Reading
4 package lists... Done Building dependency tree... 0%Building dependency
5 tree... 0%Building dependency tree... 50%Building dependency tree...
6 50%Building dependency tree... 98%Building dependency tree... Done Reading
7 state information... 0% Reading state information... 0%Reading state
8 information... Done Connecting to api.ftp-master.debian.org to check 9
9 package versions. Please wait... Got info from api.ftp-master.debian.org for
10 9 packages.
11 Config::Model::Backend::DpkgStoreRole::store_section_leaf_element Subject
12 should be only one line. Gluing together the lines (line 66) Changes
13 applied to dpkg configuration: - patches:"debian-changes.patch" Subject:
14 Gluing together lines - control source Standards-Version: '4.5.0' -> '4.6.0'
15 # applied fix for :Current standards version is '4.6.0'. Please read
16 https://www.debian.org/doc/debian-policy/upgrading-checklist.html for the
17 changes that may be needed on your package to upgrade it from standard
18 version '4.5.0' to '4.6.0'. - control binary:slib Depends:1: 'dpkg (>=
19 1.15.4) | install-info' -> 'dpkg | install-info' # applied fix for
20 :unnecessary greater-than versioned dependency: dpkg (>= 1.15.4). Debian has
21 oldstable -> 1.19.7; testing -> 1.20.9; unstable -> 1.20.9; stable ->
22 1.20.9; - control binary:slib Depends:1: 'dpkg | install-info' ->
23 'install-info' # applied fix for :unnecessary unversioned dependency on
24 essential package: dpkg - patches:"712322_use_local_schmooz.patch"
25 Bug-Debian:0: 'http://bugs.debian.org/712322' ->
26 'https://bugs.debian.org/712322' # applied fix for :https protocol should be
27 used instead of http -
28 patches:"0007-Default-implementation-vicinity-under-var-lib-slib.patch"
29 Bug-Debian:0: 'http://bugs.debian.org/970310' ->
30 'https://bugs.debian.org/970310' # applied fix for :https protocol should be
31 used instead of http
32
33 -- Debian Janitor <janitor@jelmer.uk> Sat, 18 Sep 2021 07:27:36 -0000
34
035 slib (3b6-3) unstable; urgency=low
136
237 * debian/tests: exclude mit-scheme and chezscheme tests on platforms
00 Source: slib
1 Maintainer: Nick Gasson <nick@nickg.me.uk>
12 Section: devel
23 Priority: optional
3 Maintainer: Nick Gasson <nick@nickg.me.uk>
4 Build-Depends: debhelper-compat (= 13), scm, texi2html, texinfo, mit-scheme,
5 chezscheme, gambc
6 Standards-Version: 4.5.0
7 Homepage: http://people.csail.mit.edu/jaffer/SLIB.html
4 Build-Depends: debhelper-compat (= 13),
5 scm,
6 texi2html,
7 texinfo,
8 mit-scheme,
9 chezscheme,
10 gambc
11 Standards-Version: 4.6.0
812 Vcs-Browser: https://salsa.debian.org/nickg/slib
913 Vcs-Git: https://salsa.debian.org/nickg/slib.git
14 Homepage: http://people.csail.mit.edu/jaffer/SLIB.html
1015
1116 Package: slib
1217 Architecture: all
13 Depends: ${misc:Depends}, dpkg (>= 1.15.4) | install-info, sensible-utils
18 Depends: ${misc:Depends},
19 install-info,
20 sensible-utils
1421 Description: Portable Scheme library
1522 SLIB is a portable scheme library meant to provide compatibility and
1623 utility functions for all standard scheme implementations. SLIB
0 Subject: Default implementation-vicinity under /var/lib/slib/
1 Bug-Debian: https://bugs.debian.org/970310
2 Forwarded: not-needed
03 From: Nick Gasson <nick@nickg.me.uk>
4
15 Date: Sun, 4 Oct 2020 20:46:31 +0800
2 Subject: Default implementation-vicinity under /var/lib/slib/
36
4 Bug-Debian: http://bugs.debian.org/970310
5 Forwarded: not-needed
7
68 ---
79 chez.init | 2 +-
810 gambit.init | 2 +-
0 Subject: Use local schmooz version to build txi files
1 Bug-Debian: https://bugs.debian.org/712322
2 Forwarded: not-needed
03 From: Ivo De Decker <ivodd@debian.org>
4
15 Date: Tue, 19 May 2020 21:41:07 +0800
2 Subject: Use local schmooz version to build txi files
3
4 Bug-Debian: http://bugs.debian.org/712322
5 Forwarded: not-needed
66
77 The generation of the txi files should be done using the copy of schmooz.scm
88 in the source, rather than the on from a previous slib version, that gets
99 installed on the system because scm depends on slib.
10
1011 ---
1112 Makefile | 2 +-
1213 1 file changed, 1 insertion(+), 1 deletion(-)
0 Subject: Upstream changes before switch to "3.0 (quilt)" source format in version 3b1-3.1
01 From: Jari Aalto <jari.aalto@cante.net>
2
13 Date: Tue, 19 May 2020 21:41:07 +0800
2 Subject: Upstream changes before switch to "3.0 (quilt)" source format in
3 version 3b1-3.1
4
45
56 ---
67 slib.texi | 6 ++++++