This is an automated email from the git hooks/post-receive script. sthibault pushed a commit to branch master in repository hurd.
commit c546de5f3760431cde29a5c4bee550946406a2dc Author: Samuel Thibault <[email protected]> Date: Sat Jan 23 00:00:26 2016 +0100 rules: Fix noudeb build profile. --- debian/changelog | 1 + debian/rules | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 5c7eaf0..e9b17ca 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ hurd (1:0.7.git20160114-2) UNRELEASED; urgency=medium * control: Drop perl build-dep, it is already build-essential. + * rules: Fix noudeb build profile. -- Samuel Thibault <[email protected]> Fri, 15 Jan 2016 19:45:32 +0100 diff --git a/debian/rules b/debian/rules index c3231e4..30ac7e3 100755 --- a/debian/rules +++ b/debian/rules @@ -135,9 +135,9 @@ endif endif override_dh_install: $(INSTALL_generated) - dh_install $(addprefix -p,$(filter %-udeb,$(shell dh_listpackages))) --sourcedir=debian/tmp-udeb dh_install --remaining-packages --list-missing --sourcedir=debian/tmp ifeq (,$(filter stage1 stage2 stage3 noudeb,$(DEB_BUILD_PROFILES))) + dh_install $(addprefix -p,$(filter %-udeb,$(shell dh_listpackages))) --sourcedir=debian/tmp-udeb mkdir -p debian/hurd-udeb/usr/share/lintian/overrides install -p -m644 debian/hurd-udeb.lintian-overrides debian/hurd-udeb/usr/share/lintian/overrides/hurd-udeb endif -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-hurd/hurd.git
