Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • Maytha8/glibc
  • vimerbf-guest/glibc
  • schopin/glibc
  • yumeyao/glibc
  • carlespina/po-debconf-manager-glibc
  • Claudia/glibc-widevine
  • andrewsh/glibc
  • jscott/glibc
  • bluca/glibc
  • gioele/glibc
  • rouca/glibc
  • sven/glibc
  • josch/glibc
  • cjwatson/glibc
  • fw/glibc
  • rbalint/glibc
  • bsd-team/glibc-packaging
  • glibc-team/glibc
  • bigon/glibc
  • ahrex-guest/glibc
  • friki/glibc
21 results
Show changes
Commits on Source (2)
......@@ -10,6 +10,13 @@ glibc (2.40-7) UNRELEASED; urgency=medium
* debian/libc0.1.symbols.common: remove leftover from kfreebsd removal.
* debhelper.in/locales.NEWS: remove asterisks list to make lintian happier.
* debian/copyright: fix issues reported by lintian.
* debian/tests/rebuild: rename into upstream-testsuite and only run the
build-arch-post-check target instead of the full build.
* debian/tests/control.in: update accordingly and drop fakeroot from the
depends.
* debian/rules.d/build.mk: display the failures again in the
build-arch-post-check target, useful for debci which drop the middle of
the autopkgtest log.
 
[ Frans Spiesschaert ]
* Update Dutch debconf translation. Closes: #1094154.
......
......@@ -178,7 +178,7 @@ $(stamp)check_%: $(stamp)build_%
echo "+---------------------------------------------------------------------+" ; \
grep -E '^FAIL:' $(DEB_BUILDDIR)/tests.sum | sort ; \
if ! echo $(DEB_VERSION) | grep -q -E '^Version:.*\+deb[0-9]+u[0-9]+' ; then \
touch $@_failed ; \
grep -E '^FAIL:' $(DEB_BUILDDIR)/tests.sum | sort > $@_failed ; \
fi ; \
else \
echo "+---------------------------------------------------------------------+" ; \
......@@ -200,6 +200,7 @@ build-arch-post-check: $(patsubst %,$(stamp)check_%,$(GLIBC_PASSES))
for pass in $(patsubst %,$(stamp)check_%,$(GLIBC_PASSES)); do \
if [ -f $${pass}_failed ]; then \
echo "check for $$(basename $$pass) failed"; \
sed -e 's/^/ /' $${pass}_failed ; \
fail=1; \
fi; \
done; \
......
Tests: rebuild
Depends: @builddeps@, fakeroot, binutils, linux-libc-dev [linux-any], gcc-14
Tests: upstream-testsuite
Depends: @builddeps@, binutils, linux-libc-dev [linux-any], gcc-14
Restrictions: allow-stderr
Tests: rebuild
Depends: @builddeps@, fakeroot, @triggers@
Tests: upstream-testsuite
Depends: @builddeps@, @triggers@
Restrictions: allow-stderr
#!/bin/sh
set -e
dpkg-buildpackage -rfakeroot -us -uc -b
#!/bin/sh
set -e
debian/rules build-arch-post-check