base-files 9.4ubuntu2 source package in Ubuntu

Changelog

base-files (9.4ubuntu2) xenial; urgency=medium

  * Re-add a newline to /etc/issue.

base-files (9.4ubuntu1) xenial; urgency=medium

  * Merge with Debian; remaining changes:
    - Branding changes.
    - Add /etc/lsb-release file.
    - Add lsb-release-udeb package.
    - Various bashrc extensions.
    - Do not install /usr/local dirs with staff group writeability, as there
      are cases where somebody can become any user but root (like NFS).
    - Update the motd upgrade handling to know about /etc/motd.tail.
    - Add default /etc/networks file.
    - Added information about the docs web page.
    - Restore order line in /etc/host.conf with a comment.
    - Add update-motd scripts.

base-files (9.4) unstable; urgency=medium

  * Fix two install_from_default() calls in postinst that were still
    using the old calling convention, making debootstrap to fail.
    Thanks to Steven Shiau for the report. Closes: #795952

base-files (9.3) unstable; urgency=medium

  * Change /usr/share/base-files/dot.profile (the default /root/.profile)
    to not fail with new mesg behaviour in stretch. Closes: #794727.
  * Add extra code in postinst so that people who never modified
    their /root/.profile from jessie get the fixed version. This is
    done by the update_to_current_default() function, which is now
    more general and allows updating files not in /etc.
  * While we are at it, modify install_from_default() function so that
    it's called in the same simplified way as update_to_current_default().

base-files (9.2) unstable; urgency=medium

  * Create md5sums in a reproducible way.
  * Use "dpkg-parsechangelog -S Date" to get the date.
  * Allow building with umasks other than 022, as far as
    they make a minimum of sense. Closes: #774498.

base-files (9.1) unstable; urgency=low

  * Use gzip -n to stop recording current time in gzip headers.
  * Fix mtimes before building the binary package.
  * The package should now build reproducibly. Closes: #774498.
    Thanks to Jérémy Bobbio <email address hidden>.

base-files (9) unstable; urgency=medium

  * Changed issue, issue.net, debian_version and os-release to read
    "stretch/sid", and dropped VERSION and VERSION_ID from os-release.
  * Changed HOME_URL and SUPPORT_URL is os-release from http to https,
    as those are the preferred URLs now.

base-files (8) unstable; urgency=low

  * Release for jessie as stable:
  - Use "8" as version in /etc/issue and /etc/issue.net. As usual, this
    is never expected to change once that jessie is released as Debian 8.
  - Use 8.0 as version in /etc/debian_version. As usual, this is expected
    to change at every point release.
  - Changed PRETTY_NAME in /usr/lib/os-release, adding 8 as version number
    and "(jessie)" as codename. Added also VERSION_ID and VERSION.
    This file, /usr/lib/os-release, is not expected to change either.
  - Updated README (jessie -> stretch).
  * Packages are not expected to rely on the contents of any of these
    files, but if they do, they might better break now while we can still
    fix them.

base-files (7.10) unstable; urgency=low

  * Dropped "chown root:root" lines in postinst, as they are
    completely redundant. The postinst script is run by root.
    This might also help as a workaround for Bug#766459.

base-files (7.9) unstable; urgency=low

  * The change introduced in version 7.7 regarding /mnt seems to break
    the ability of debootstrap currently in wheezy to create a sid chroot.
    The case of initial install of /mnt is already handled by postinst line
    "install_directory mnt 755 root" inside the big "if" block that
    creates a bunch of other things, so we can restrict re-creating the /mnt
    directory on upgrades to the case when we are really upgrading.
    Therefore, the code is moved to the same "if" block where /etc/profile
    and /etc/nsswitch.conf are upgraded to their new defaults when unchanged.
    This might help as a workaround for Bug#766459.

base-files (7.8) unstable; urgency=low

  * The /etc/profile.d mechanism may be used to override PS1 setting
    in /etc/bash.bashrc, which is particularly nice because there is
    no need to modify /etc/profile or /etc/bash.bashrc for that,
    but this is no longer possible if /etc/profile.d is sourced
    before /etc/bash.bashrc. Therefore, /etc/profile.d is sourced
    after /etc/bash.bashrc again. Closes: #766351.

base-files (7.7) unstable; urgency=low

  * Updated FAQ to explain that only /etc/debian_version is updated at
    every point release, using Debian 8.x as an example, to be read by
    users of jessie during its lifetime as stable. Closes: #621757.
  * Changed default /etc/profile to source /etc/bash.bashrc after
    processing profile.d stuff, not before. Closes: #698479.
  * Drop comment lines about umask in /etc/profile, as it has been
    there for enough time for everybody to take note.
  * The directory /mnt is not included inside base-files.deb anymore.
    Instead, it is created by postinst the very first time base-files
    is installed (by debootstrap), or when upgrading from an earlier
    base-files version. This should make the usual upgrade at every point
    release to work even if /mnt is a stale mount point. Closes: #763405.

base-files (7.6) unstable; urgency=low

  * By default, when the computer is booting, green and red colors are used
    to signal that a service started successfully, or that it did not.
    In this context, trying to use colors for something else might be
    misleading or even confusing. For this reason, I'm dropping
    ANSI_COLOR from /usr/lib/os-release. Closes: #758246.
  * Clarified in the copyright file that the Artistic License currently
    in common-licenses is actually the one coming from Perl. Closes: #764553.

base-files (7.5) unstable; urgency=medium

  * Made /etc/os-release symlink to be relative, as an absolute symlink
    seems to break boot when using a dracut initrd. Thanks to Daniel Schaal
    for the report. Closes: #755394.

base-files (7.4) unstable; urgency=medium

  * Updated FAQ to match current policy wording about common-licenses.
    Thanks to Gioele Barabucci for the report. Closes: #723195.
  * Moved /etc/os-release to /usr/lib/os-release. Put a symlink pointing to
    the new place. Thanks to Marco d'Itri for the report. Closes: #753658.
  * Changed BUG_REPORT_URL in os-release to https, as the BTS has moved.
    Thanks to Martin Zobel-Helas for the report. Closes: #754455.

base-files (7.3) unstable; urgency=medium

  * Added gshadow entry to default /etc/nsswitch.conf. Closes: #699090.
  * Update /etc/nsswitch.conf if not modified by the user. Closes: #716786.
  * Added nsswitch.conf.md5sums which works exactly like profile.md5sums.
  * Changed debian/check-etc-profile-md5sum to debian/check-md5sum-etc.
    This is now used twice in debian/rules, for profile and nsswitch.conf.
  * Build package with -Zgzip to ease bootstrapping. Closes: #740278.
  * Reformat paragraph in previous changelog to avoid too long lines.
  * Added build-arch and build-indep targets to debian/rules.
  * Standards-Version: 3.9.5 (no special changes for this).

 -- Matthias Klose <email address hidden>  Fri, 23 Oct 2015 13:27:43 +0200

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Xenial
Original maintainer:
Ubuntu Developers
Architectures:
any all
Section:
admin
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
base-files_9.4ubuntu2.tar.xz 61.5 KiB d87a026cb5b00e5dda6d52183f68d09f528254c1a6dfb29e5c88f9cc62c76af0
base-files_9.4ubuntu2.dsc 1.5 KiB ae7066c5af5ca221d9c4d864cb66be5092d5cb482db8e375b8a1ff1482a7dc2a

View changes file

Binary packages built by this source

base-files: Debian base system miscellaneous files

 This package contains the basic filesystem hierarchy of a Debian system, and
 several important miscellaneous files, such as /etc/debian_version,
 /etc/host.conf, /etc/issue, /etc/motd, /etc/profile, and others,
 and the text of several common licenses in use on Debian systems.

lsb-release-udeb: LSB release information