- base-files (14+rpi1) forky-staging; urgency=medium
++base-files (14.2+rpi1) forky-staging; urgency=medium
+
+ [changes brought forward from 8+rpi1 by Peter Michael Green <plugwash@raspbian.org> at Wed, 07 Jan 2015 02:03:42 +0000]
+ * Modify default vendor etc for raspbian.
+ * Modify maintainer scripts so default will be set to raspbian even when
+ upgrading
+ [changes introduced in 10+rpi1 by Peter Michael Green]
+ * Make some changes using sed in debian/rules rather than directly in source
+ package to avoid merge conflicts.
+ [changes introduced in 10.3+rpi1 by Peter Michael Green]
+ * Make further changes in debian/rules rather than directly to files in
+ package to further avoid merge conflicts.
+ * Make changes in debian/rules in the "install" step to avoid the need for
+ code to revert them.
+ * Add build-dependency on moreutils to support new code in debian/rules.
+
- -- Raspbian forward porter <root@raspbian.org> Tue, 13 Jan 2026 17:12:49 +0000
++ -- Raspbian forward porter <root@raspbian.org> Fri, 05 Jun 2026 20:40:21 +0000
++
+ base-files (14.2) unstable; urgency=medium
+
+ * Make it easier for derivatives to change the name of the system.
+ Thanks to Arnaud Rebillout. Closes: #1111436.
+ * Fix copyright-refers-to-symlink-license lintian warning.
+ * Fix missing-field-in-dep5-copyright lintian warning.
+ * Drop some unused lintian overrides.
+
+ -- Santiago Vila <sanvila@debian.org> Sun, 31 May 2026 11:20:00 +0200
+
+ base-files (14.1) unstable; urgency=medium
+
+ * Do not create empty lastlog, btmp or wtmp in the initial install anymore.
+ Closes: #1115946.
+ * README: Reword answer to the question about common-licenses.
+ * Add reportbug hook to warn users that requests for new common licenses
+ should be discussed in debian-policy first. Closes: #1122915.
+ Thanks to Rafael Laboissière.
+ * Add AGPL-3.0, Artistic-2.0, BSL-1.0, CC-BY-3.0, CC-BY-4.0, CC-BY-SA-3.0,
+ CC-BY-SA-4.0, GFDL-1.1 and OFL-1.1 to common-licenses, following a
+ proposal from Mechtilde Stehmann. Closes: #1136090.
+
+ -- Santiago Vila <sanvila@debian.org> Fri, 29 May 2026 13:30:00 +0200
+
+ base-files (14.0) unstable; urgency=medium
+
+ * Do not ship the BSD license anymore. Closes: #1132426.
+ Thanks a lot to Bastian Germann.
+ * Update the Artistic license from perl_5.36.0.orig.tar.xz.
+ (Fixes old typo MERCHANTIBILITY -> MERCHANTABILITY).
+ * Drop "Rules-Requires-Root: no" (default).
+ * Update standards-version.
+ * Fine-tune salsa-ci.yml.
+
+ -- Santiago Vila <sanvila@debian.org> Mon, 11 May 2026 17:40:00 +0200
base-files (14) unstable; urgency=medium
Section: admin
Priority: required
Maintainer: Santiago Vila <sanvila@debian.org>
- Standards-Version: 4.7.2
+ Standards-Version: 4.7.4
-Build-Depends: debhelper-compat (= 13), debhelper (>= 13.10~)
+Build-Depends: debhelper-compat (= 13), debhelper (>= 13.10~), moreutils
Vcs-Git: https://salsa.debian.org/sanvila/base-files.git
Vcs-Browser: https://salsa.debian.org/sanvila/base-files
- Rules-Requires-Root: no
Package: base-files
Provides: base, usr-is-merged
include /usr/share/dpkg/architecture.mk
- OSNAME = "GNU/`uname | sed -e 's/GNU\///'`"
+ OSNAME = Debian GNU/$(shell uname | sed -e 's/GNU\///')
ifeq ($(DEB_HOST_GNU_SYSTEM),linux)
- OSNAME=GNU/Linux
+ OSNAME = Debian GNU/Linux
endif
ifeq ($(DEB_HOST_GNU_SYSTEM),gnu)
- OSNAME=GNU/Hurd
+ OSNAME = Debian GNU/Hurd
endif
-VENDORFILE = debian
+VENDORFILE = raspbian
DESTDIR = debian/base-files
ifneq (,$(filter $(DEB_HOST_ARCH),amd64 loong64 mips64el ppc64 ppc64el sparc64))