This is an automated email from the git hooks/post-receive script. sthibault pushed a commit to branch master in repository hurd.
commit bb41a5ae1054ae3db766f96f2a246a30ef520fd4 Author: Samuel Thibault <[email protected]> Date: Wed Oct 12 11:52:17 2016 +0000 control: Don't build hurd-prof in noprof build profile --- debian/changelog | 1 + debian/control | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index c583f3b..d67eefe 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,6 +7,7 @@ hurd (1:0.8.git20160826-2) UNRELEASED; urgency=medium * hurd.install.in: Install runsystem.hurd in /etc/hurd * patches/{libexec.patch,startup-usr-support.patch}: Update for runsystem.hurd. Closes: Bug#836529. + * control: Don't build hurd-prof in noprof build profile. [ Kalle Olavi Niemitalo ] * patches/exec_filename_rpctrace.patch: rpctrace: Pass prefixed_name to diff --git a/debian/control b/debian/control index a2de9c1..9310954 100644 --- a/debian/control +++ b/debian/control @@ -51,7 +51,7 @@ Built-Using: ${built-using} Suggests: hurd-doc Recommends: bf-utf-source Architecture: hurd-any -Build-Profiles: <!stage1 !stage2> +Build-Profiles: <!stage1 !stage2 !noprof> Description: GNU Hurd This is the GNU Hurd package. It contains essential system software and libraries, with gprof profiling enabled. -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-hurd/hurd.git
