Change log for slib package in Ubuntu

116 of 16 results
Deleted in noble-release (Reason: Debian #1057602, remove scm, ftbfs, removed in testing, a...)
Published in mantic-release
Published in lunar-release
Obsolete in kinetic-release
Published in jammy-release
Obsolete in impish-release
Obsolete in hirsute-release
Deleted in hirsute-proposed (Reason: moved to Release)
slib (3b6-3build1) hirsute; urgency=medium

  * No change rebuild with fixed ownership.

 -- Dimitri John Ledkov <email address hidden>  Tue, 16 Feb 2021 17:04:20 +0000

Available diffs

Superseded in hirsute-release
Deleted in hirsute-proposed (Reason: moved to Release)
slib (3b6-3) unstable; urgency=low

  * debian/tests: exclude mit-scheme and chezscheme tests on platforms
    which these packages do not support.

 -- Nick Gasson <email address hidden>  Sun, 14 Feb 2021 20:18:54 +0800

Available diffs

Superseded in hirsute-release
Deleted in hirsute-proposed (Reason: moved to Release)
slib (3b6-2) unstable; urgency=low

  * Pre-built slibcat catalog files for MIT Scheme, Chez, and Gambit are now
    installed under /var/lib/slib and (implementation-vicinity) is updated
    to point to this directory in the corresponding .init files. This avoids
    the need to run (require 'new-catalog) as root. (Closes: #641370)
  * (library-vicinity) now falls back to the Debian installation directory
    /usr/share/slib instead of upstream's hard-coded /usr/local/lib/slib.
    (Closes: #970310)
  * debian/patches
    - Fix warning when loading guile.init with guile-3.0.
    - Make sure PACKAGE_TARNAME in configure script does not depend on
      current working directory. Otherwise the build is not reproducible.
    - Do not set the LD_LIBRARY_PATH environment variable when starting
      Gambit through the slib wrapper script.
  * debian/tests: add autopkg tests for scm, mit-scheme, guile-2.2,
    guile-3.0, gambit, and chezscheme.
  * debian/postinst: remove obsolete commands to generate catalog for
    guile-1.6.
  * debian/watch: use https URL.

 -- Nick Gasson <email address hidden>  Sun, 10 Jan 2021 17:42:35 +0800

Available diffs

Superseded in hirsute-release
Deleted in hirsute-proposed (Reason: moved to Release)
slib (3b6-1) unstable; urgency=low

  * New maintainer. (Closes: #721062)
  * New upstream release.
    - Fix compatibility with Guile. (Closes: #758850)
    - Fix compatibility with MIT Scheme. (Closes: #641369)
  * debian/control
    - Update to debhelper version 13.
    - Add dependency on sensible-utils.
    - Add link to VCS on Salsa.
    - Update standards version to 4.5.0.
    - Remove ancient Conflicts.
  * debian/compat: Remove.
  * debian/patches
    - Use gbp pq to manage patches.
    - Add patch to use sensible-browser in (browse-url).
    - Rebase on 3b6.
    - 712322_fix_doc_build.patch: was backported from upstream, no
      longer necessary.
    - do-not-regenerate-version-txi.patch: upstream behaviour changed,
      no longer necessary.
  * debian/rules
    - Upstream now uses a configure script.
    - Install missing non-Scheme files. (Closes: #652340)
    - Avoid rebuilding clrnamdb.scm which is included in upstream tarball.
  * debian/copyright
    - Convert to machine readable format.
    - Add missing copyright information for documentation.

 -- Nick Gasson <email address hidden>  Sat, 29 Aug 2020 14:15:08 +0800

Available diffs

Superseded in hirsute-release
Obsolete in groovy-release
Published in focal-release
Obsolete in eoan-release
Obsolete in disco-release
Obsolete in cosmic-release
Published in bionic-release
Obsolete in artful-release
Obsolete in zesty-release
Obsolete in yakkety-release
Published in xenial-release
Deleted in xenial-proposed (Reason: moved to release)
slib (3b1-5) unstable; urgency=medium

  * QA upload.
  * Drop obsolete prerm.
  * Drop obsolete preinst.
  * Switch to minimal dh debian/rules.
  * Tidy up debian/patches a little bit.
  * Add a debian/clean file so that package builds twice in a row.
  * Do not regenerate version.txi just because Makefile was modified.
  * Try to be reproducible by setting PERL_HASH_SEED and using
    an init file for texi2html (inspired by texi2html test suite).

 -- Santiago Vila <email address hidden>  Tue, 29 Sep 2015 21:07:24 +0200

Available diffs

Superseded in xenial-release
Obsolete in wily-release
Obsolete in vivid-release
Deleted in vivid-proposed (Reason: moved to release)
slib (3b1-4) unstable; urgency=medium


  * QA upload.
  * Set maintainer to Debian QA Group (#721062)
  * Backport changes from upstream to fix build with texinfo 5.
    Closes: #712322
  * Use local version of schmooz.scm to make sure this fix is actually
    used.

 -- Ivo De Decker <email address hidden>  Tue, 11 Nov 2014 17:46:53 +0100

Available diffs

Superseded in vivid-release
Obsolete in utopic-release
Published in trusty-release
Obsolete in saucy-release
Obsolete in raring-release
Obsolete in quantal-release
Published in precise-release
Obsolete in oneiric-release
Obsolete in natty-release
Obsolete in maverick-release
slib (3b1-3.1) unstable; urgency=low

  [ Jari Aalto ]
  * Non-maintainer upload.
    - Move to packaging format "3.0 (quilt)".
  * debian/compat
    - Update to 7.
  * debian/control
    - (Build-Depends-Indep): Update to debhelper 7.1.
    - (Depends): add ${misc:Depends}.
    - (Homepage): New field.
    - (Standards-Version): update to 3.8.4.
    + slib
      - (Depends): add ${misc:Depends}, install-info.
      - (Priority): remove inherited field.
      - (Section): remove inherited field.
  * debian/copyright
    - Update "more information" URL.
  * debian/doc-base
    - (Section): Remove obsolete top-level "Apps/".
  * debian/prerm
    - Remove path component from commands.
    - Remove obsolete install-docs, install-info commands.
  * debian/postinst
    - Remove obsolete install-docs, install-info commands.
    - Remove path component from commands.
  * debian/source/format
    - New file.
  * debian/watch
    - New file.

  [ Hideki Yamane (Debian-JP) <email address hidden> ]
  * debian/rules
    - (build): Rewrite make calls.
    - (binary-indep:): install *.html not slib/*.html to fix. It is
      useless to specify htmllib (FTBFS; Closes: #552911).
 -- Bhavani Shankar <email address hidden>   Wed,  09 Jun 2010 20:57:37 +0100

Available diffs

Superseded in maverick-release
Obsolete in lucid-release
slib (3b1-3ubuntu1) lucid; urgency=low

  * Fix FTBFS so we get a binary package again.
 -- Stephane Graber <email address hidden>   Wed, 07 Apr 2010 08:22:34 -0400

Available diffs

Superseded in lucid-release
Obsolete in karmic-release
Obsolete in jaunty-release
Obsolete in intrepid-release
slib (3b1-3) unstable; urgency=low

  * slib.sh: Specify #!/bin/bash.  (Closes: #465359)
  
  * slib.1: Put title *before* section in TH directive.
  
  * debian/rules (binary-indep): Call dh_md5sums toward the end.
  * debian/control (Build-Depends-Indep): Require debhelper version 5.
  * debian/compat: New file (level 5).

Superseded in intrepid-release
Obsolete in hardy-release
Obsolete in gutsy-release
Obsolete in feisty-release
slib (3a4-4) unstable; urgency=medium

  * Medium urgency because this fixes a release critical bug.

  * require.scm: Revert change from 3a4-2.
  * debian/control (slib): Conflict with scm (<< 5e3).  (Closes: #397529)

 -- Ubuntu Archive Auto-Sync <email address hidden>   Thu,  09 Nov 2006 17:51:52 +0000
Superseded in feisty-release
slib (3a4-3) unstable; urgency=high

  * slib.texi: Alter copyright notice to specify that there are no
    back cover or front cover texts, with permission of upstream copyright
    owner (Aubrey Jaffer) in accord with his new distribution zip archive.

Superseded in feisty-release
Obsolete in edgy-release
slib (3a3-2) unstable; urgency=low

  * debian/postinst: If scm is installed, rebuild its slib catalog.

Superseded in edgy-release
Obsolete in dapper-release
Superseded in dapper-release
slib (3a2-5) unstable; urgency=low


  * guile.init (slib:load): Use the version that used to be in guile,
    which searches paths (not relevant to the present bug) and makes sure
    that loaded files land in the slib module (the cause of the present
    bug).
  * debian/control (slib): No longer conflict with gnucash of any version.

 -- Thomas Bushnell, BSG <email address hidden>  Mon, 16 Jan 2006 11:20:16 -0800
Superseded in dapper-release
slib (3a2-3) unstable; urgency=low


  * Brought all source files up-to-date with upstream CVS.
  Repeat changes from version 3a2-1 in Makefile.
  
 -- Thomas Bushnell, BSG <email address hidden>  Sun,  4 Dec 2005 20:03:34 -0800
Obsolete in breezy-release
slib (3a1-4.2) unstable; urgency=low


  * Non-maintainer upload.
  * Add guile.init.local for use within the build dir, since otherwise we
    have an (earlier unnoticed) circular build-dep due to a difference
    between scm and guile.

 -- Steve Langasek <email address hidden>  Mon, 10 Jan 2005 08:53:33 +0000
Obsolete in hoary-release
Obsolete in warty-release
slib (3a1-4) unstable; urgency=low


  * Also check for expected creation on slibcat. (Closes: #240096)

 -- James LewisMoss <email address hidden>  Sun, 28 Mar 2004 17:29:19 -0500
116 of 16 results