Change log for welcome2l package in Ubuntu

118 of 18 results
Published in noble-release
Deleted in noble-proposed (Reason: Moved to noble)
welcome2l (3.05-2) unstable; urgency=low

  * Fix FTBFS on Ubuntu: replace 'set -- $(shell cmd)' in debian/rules with
    'set -- $$(cmd)' to fix a failure occurring when the command's output
    include parenthesis.

 -- Robert Luberda <email address hidden>  Sun, 21 Jan 2024 00:38:54 +0100

Available diffs

Superseded in noble-proposed
welcome2l (3.05-1) unstable; urgency=low

  * New upstream version from new vendor at
    https://github.com/voyageur/welcome2l.
  * Drop all the patches, except for 08_reproducible_builds.patch, that is now
    renamed to 01-reproducible-builds.patch.
  * Update init.d and defaults files for the changed options parser: welcome2l
    command no longer accepts for example -scr4 -msg"text", but requires passing
    them separately, i.e. -scr 4 -msg "text", instead.
  * Update debian/rules for new version.
  * Add 02-fix-typo.patch to a fix a typo in binary, spotted by lintian.
  * Add 03-fix-gcc13-warnings.patch to fix compiler warnings.
  * Update Homepage URL in debian/control.
  * Update generation of debian/default for more accurate distribution info
    string that is finally passed to -msg option of welcome2l.
  * Add debian/NEWS for the options parsing change.

 -- Robert Luberda <email address hidden>  Sat, 20 Jan 2024 00:42:27 +0100

Available diffs

Superseded in noble-release
Deleted in noble-proposed (Reason: Moved to noble)
welcome2l (3.04-29) unstable; urgency=low

  [ Samuel Thibault ]
  * control: Add hurd-amd64 case.

  [ Robert Luberda ]
  * Update debian/watch to point to a forked project on github, as the
    original site no longer contains the package.
  * cron.daily: use 'command -v' instead of 'which'.
  * Sort package control files with 'wrap-and-sort' command.
  * debian/control:
    + Drop dependency on obsolete lsb-base package (lintian);
    + Standards-Version: 4.6.2 (no changes).

 -- Robert Luberda <email address hidden>  Mon, 15 Jan 2024 21:23:40 +0100

Available diffs

Superseded in noble-release
Published in mantic-release
Published in lunar-release
Obsolete in kinetic-release
Published in jammy-release
Obsolete in impish-release
Obsolete in hirsute-release
Obsolete in groovy-release
Deleted in groovy-proposed (Reason: moved to Release)
welcome2l (3.04-28) unstable; urgency=medium

  * Build with debhelper v13.
  * Remove ancient preinst script (lintian).
  * Refresh 10_fix_ftbfs.patch with gbp pq import/export.
  * debian/control:
    + Fix lintian's 'odd-mark-in-description' tag;
    + Standards-Version: 4.5.0.

 -- Robert Luberda <email address hidden>  Sat, 15 Aug 2020 11:07:54 +0200

Available diffs

Superseded in groovy-release
Deleted in groovy-proposed (Reason: moved to Release)
welcome2l (3.04-27.1) unstable; urgency=medium

  * Non-maintainer upload.
  * Fix ftbfs with GCC-10. (Closes: #957928)

 -- Sudip Mukherjee <email address hidden>  Fri, 07 Aug 2020 18:02:07 +0100

Available diffs

Superseded in groovy-release
Published in focal-release
Obsolete in eoan-release
Obsolete in disco-release
Obsolete in cosmic-release
Deleted in cosmic-proposed (Reason: moved to release)
welcome2l (3.04-27) unstable; urgency=medium

  * Switch to debhelper v11.
  * Enable all hardening flags.
  * Remove additional arguments from dh_installinit to avoid warning
    produced by update-rc.d during package installation.
  * debian/control:
    + switch priority of package to optional;
    + add `Rules-Requires-Root: no';
    + update Vcs-* fields for salsa migration;
    + Standards-Version: 4.2.0.

 -- Robert Luberda <email address hidden>  Sun, 05 Aug 2018 10:22:39 +0200
Superseded in cosmic-release
Published in bionic-release
Deleted in bionic-proposed (Reason: moved to release)
welcome2l (3.04-26build1) bionic; urgency=high

  * No change rebuild to pick up -fPIE compiler default

 -- Balint Reczey <email address hidden>  Tue, 03 Apr 2018 12:50:21 +0000
Superseded in bionic-release
Obsolete in artful-release
Obsolete in zesty-release
Obsolete in yakkety-release
Published in xenial-release
Obsolete in wily-release
Deleted in wily-proposed (Reason: moved to release)
welcome2l (3.04-26) unstable; urgency=low

  * Update 00_Makefile.patch to use LDFLAGS instead of CFLAGS for
    final linking.
  * Introduce 08_reproducible_builds.patch which uses the output
    of dpkg-parsechangelog to define COMPILE_{DATE,TIME,BY,HOST}
    variables to make builds reproducible.
  * Remove redirection of stdin/stdout from cron.daily, that caused
    failures if systemctl from systemd was used to manage init scripts.
    Instead introduce 09_login_notty.patch to print the `Login on' line
    when either `-getty' or `-gettps' is given, even if welcome2l is
    not running on terminal (closes: #739399).
  * debian/rules: enable LFS support (lintian).
  * debian/control: Switch to DEP-5 format.
  * Standards-Version: 3.9.6.

 -- Robert Luberda <email address hidden>  Tue, 23 Jun 2015 08:26:11 +0200

Available diffs

Superseded in wily-release
Obsolete in vivid-release
Obsolete in utopic-release
Published in trusty-release
Obsolete in saucy-release
Obsolete in raring-release
Obsolete in quantal-release
welcome2l (3.04-25) unstable; urgency=low


  * Switch to debhelper v9 and tiny rules file.
  * debian/rules: Remove .pc/.dpkg-source-unapply file in configure
    target to fix broken behaviour of dpkg-buildpackage (see Bug#649521).
  * Refresh patches with gbp-pq import/export.
  * debian/control:
    + add VCS fields;
    + sort dependency fields with wrap-and-sort;
    + Standards-Version: 3.9.3 (no changes needed).

 -- Robert Luberda <email address hidden>  Sun, 26 Feb 2012 13:52:05 +0100

Available diffs

Superseded in quantal-release
Published in precise-release
Obsolete in oneiric-release
welcome2l (3.04-24) unstable; urgency=low

  * Switch to the `3.0 (quilt)' source format: split the previous debian
    patch into patches 00 to 06.
  * 07_sprintf_ub.patch: Fix undefined behaviour bugs found by cppcheck. 
    Hopefully this should fix crashes seen on Ubuntu (LP: #581505, #586216).
  * debian/init.d:
    + add Required-Start dependency for $remote_fs (lintian);
    + remove and run levels from Default-Stop, as the stop action does nothing;
    + use lsb logging functions.
  * debian/rules:
    + update debian/default at build time, use lsb_release for getting
      distributor info.
    + use dpkg-buildflags for getting CFLAGS/LDFLAGS;
    + call dh_auto_{configure,build,clean} commands;
    + provide build-{arch,indep} targets.
  * debian/preinst: replace ancient stuff with removal of stop scripts from rc0,
    rc1, and rc6.
  * Standards-Version: 3.9.1 (no changes).
  * Bump debhelper compat version to 8.
  * Replace suggestion on fonty to fonty-rg, update README.Debian for this.
  * Remove unneeded source.lintian-overrides, and use dh_lintian to install
    our overrides for binary package.
  
 -- Ubuntu Archive Auto-Sync <email address hidden>   Sat,  30 Apr 2011 14:00:14 +0000

Available diffs

Superseded in oneiric-release
Obsolete in natty-release
Obsolete in maverick-release
Obsolete in lucid-release
Obsolete in karmic-release
Obsolete in jaunty-release
Obsolete in intrepid-release
welcome2l (3.04-23) unstable; urgency=low

  * Add hurd-i386 to supported archs (closes: 482842).
  * Applied patch from Chris Lamb to fix bashisms in preinst (closes: 480618).
  * Fix invalid comments in man page (lintian). 

 -- Ubuntu Archive Auto-Sync <email address hidden>   Wed,  28 May 2008 07:10:43 +0100
Superseded in intrepid-release
welcome2l (3.04-22) unstable; urgency=low

  * Standards-Version: 3.7.3 (no changes).
  * Fix hyphens in man page (lintian).
  * Add copyright notice (lintian).
  * Add source lintian overrides file for non-standard architecture warning.

 -- Ubuntu Archive Auto-Sync <email address hidden>   Fri,  02 May 2008 02:33:10 +0100
Superseded in intrepid-release
Obsolete in hardy-release
welcome2l (3.04-21) unstable; urgency=low

  * sysvinit no longer provides invoke-rc.d, remove unnecessary dependency
    on it (patch from Ubuntu).
  * Handle missing invoke-rc.d in the cron.daily script.
  * Standards-Version: 3.7.2 (no changes).
  * Bump debhelper compat version to 6.
  * Add LSB section to init.d script (lintian).
  * Fix the `debian-rules-ignores-make-clean-error' lintian warning.
  * Add the `Homepage:' field to debian/control.
  * Add debian/watch file.

 -- Marco Rodrigues <email address hidden>   Mon,  05 Nov 2007 17:29:46 +0000
Superseded in hardy-release
Obsolete in gutsy-release
welcome2l (3.04-20ubuntu2) gutsy; urgency=low

  * debian/control: Update maintainer fields according to debian-
    maintainer-field spec.

 -- Martin Pitt <email address hidden>   Wed, 15 Aug 2007 08:11:11 +0000
Superseded in gutsy-release
Obsolete in feisty-release
Obsolete in edgy-release
welcome2l (3.04-20ubuntu1) edgy; urgency=low

  * Remove unnecessary dependency on sysvinit.

 -- Scott James Remnant <email address hidden>   Thu, 31 Aug 2006 18:52:36 +0100
Superseded in edgy-release
welcome2l (3.04-20) unstable; urgency=low

  * debian/control: add kfreebsd-amd64 to the list of supported architectures.
    (closes: #361630).
  * main.c: fix `pointer targets differ in signedness' compiler warning.
  * Standards-Version: 3.6.2 (no changes).
  * debian/*: use debhelper v5.

 -- Ubuntu Archive Auto-Sync <email address hidden>   Thu,  15 Jun 2006 16:09:09 +0100
Superseded in edgy-release
Obsolete in dapper-release
Superseded in dapper-release
Obsolete in breezy-release
welcome2l (3.04-19) unstable; urgency=low


  * debian/control: add kfreebsd-i386 to the list of supported architectures.
    (closes: #314284).
  * Removed lintian source override file.

 -- Robert Luberda <email address hidden>  Thu, 16 Jun 2005 22:49:08 +0200
Obsolete in hoary-release
Obsolete in warty-release
welcome2l (3.04-18) unstable; urgency=low


  * debian/control: add amd64 to the list of supported architectures.
    (closes: #249403)
  * Add lintian source override file for `cvsignore-file-in-source'.

 -- Robert Luberda <email address hidden>  Sun, 23 May 2004 13:32:11 +0200
118 of 18 results