Changelog:
===========
* d/control:
- Add myself as maintainer and Niels Thykier as uploader
- Bump standards version from 4.6.0 to 4.6.2.
* d/prerm: Make script executable.
* d/postinst: Use 'set -e' in the body of the script.
* d/tests/smoke: Use 'set -e' in the body of the script.
* d/source/lintian-overrides: Ignore upstream metadata warning for Debian
native package.
* ischroot.c: Add missing newline in version output.
* ischroot.1: Fix to say detection is possible for exit status 0.
* postinst: Remove the bogus links that were created in 5.9 and 5.10
* On non-usrmerged systems, correct run-parts/tmpfile links
* ischroot: Do not claim it does not run as non-root
* Align the cron file regex with the documentation
* debian/postinst: add DPKG_ROOT prefix to paths in usrmerge()
* Partial translation of which(1) into hungarian
* Run autoreconf during the build
* Drop obsolete dpkg-gencontrol flag -isp
* Drop unnecessary CI config file
* Revert the package to be format 3.0 (native)
* Update /etc/shells micropolicy to recommend declarative use
* Correct manpage macros
* Update German manpage translation
* Update Portuguese manpage translation
* Modify post{inst,rm} in order to comply with UsrMerge
(From OE-Core rev: c5d73598f2f8ae74e5bbe35b1403dcb19fcc784a)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
An automated conversion using scripts/contrib/convert-spdx-licenses.py to
convert to use the standard SPDX license identifiers. Two recipes in meta-selftest
were not converted as they're that way specifically for testing. A change in
linux-firmware was also skipped and may need a more manual tweak.
(From OE-Core rev: ceda3238cdbf1beb216ae9ddb242470d5dfc25e0)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This is the result of automated script conversion:
scripts/contrib/convert-overrides.py <oe-core directory>
converting the metadata to use ":" as the override character instead of "_".
(From OE-Core rev: 42344347be29f0997cc2f7636d9603b1fe1875ae)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
The primary Debian archive only contains tarballs which are currently
shipped in a release, so it's easy for a tarball we need to disappear.
Instead, point at snapshot.debian.org to ensure the link remains valid.
(From OE-Core rev: ce48e7d72fc9b747f9c35191d1954a58544ccfe1)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
License-Update: changed license file path on Debian systems
(From OE-Core rev: 57f2225a09a9e4a21a6473c45d2ab7c0b5c0dd28)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
debianutils-run-parts should have higher priority than
busybox (which is 50), so set the priority to 60 for
debianutils-run-parts.
(From OE-Core rev: 56f6fc7d6de0a46046ea2abcc392b1da88e398ec)
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
To fix:
file /usr/share/man/man1/which.1 conflicts between attempted installs
of debianutils-doc-4.8.1-r0.core2_64 and which-doc-2.21-r3.core2_64
(From OE-Core rev: ba304046307cd741694b25215b562d5f05c9c7a5)
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Tarball now uses the standard ${BPN}-${PV} so drop custom S setting.
(From OE-Core rev: 4c05c5e2d9fce43b815a8fd6a8bb256d94e54732)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This allows checkuri to pass since the old version is no longer in the
debian pool.
(From OE-Core rev: 96bc993b15cf2329c440b0af10a0c92609b448d5)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(From OE-Core rev: 268cf5c0b813a9dd5fead6883099c4e8ad9f81c0)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Conflicts:
debianutils and which have the same priority 100 for which
Turn down debianutils' priority to fix the conflict, the larger set
of tools should use a lower priority.
[YOCTO #8477]
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Also add an RDEPENDS to dpkg so it will still
pull in run-parts.
(From OE-Core rev: aba3ef50d65e0dc8659a48bf98d0fb00dd44a6fc)
Signed-off-by: Joe Slater <jslater@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>