This is an automated email from the git hooks/post-receive script. sthibault pushed a commit to branch master in repository hurd.
commit aaa1e02fe57db5dea4faa2a94841b710c4663e20 Author: Samuel Thibault <[email protected]> Date: Sun Jan 24 14:41:45 2016 +0100 fix previous fix --- debian/rules | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 9b8ab7b..b6f05d9 100755 --- a/debian/rules +++ b/debian/rules @@ -135,9 +135,11 @@ endif endif override_dh_install: $(INSTALL_generated) - 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 +endif + dh_install --remaining-packages --list-missing --sourcedir=debian/tmp +ifeq (,$(filter stage1 stage2 stage3 noudeb,$(DEB_BUILD_PROFILES))) 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
