[Pkg-ceph-commits] [ceph] 82/85: Only list missing files instead of failing

Gaudenz Steinlin gaudenz at moszumanska.debian.org
Mon Dec 26 20:47:31 UTC 2016


This is an automated email from the git hooks/post-receive script.

gaudenz pushed a commit to branch jewel
in repository ceph.

commit 3859cae35d5cc57f99a18f8aaa51c53c3792e6c8
Author: Gaudenz Steinlin <gaudenz at debian.org>
Date:   Sat Dec 24 12:34:58 2016 +0100

    Only list missing files instead of failing
    
    The debian/not-installed file can't contain wildcards and some of the
    paths listed there differ between architectures. This prevents failures
    on non x86_64 architectures.
    
    Closes: #849031
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 5955ea9..637eed6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -77,7 +77,7 @@ override_dh_install:
 	rm -f $(CURDIR)/debian/tmp/usr/lib/*/ceph/erasure-code/libec_*.so.*
 	find $(CURDIR)/debian/tmp/usr/lib/*/ceph/erasure-code -type l -delete || :
 	install -D -m 644 src/etc-rbdmap $(CURDIR)/debian/tmp/etc/ceph/rbdmap
-	dh_install --fail-missing
+	dh_install --list-missing
 
 override_dh_installchangelogs:
 	dh_installchangelogs ChangeLog

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ceph/ceph.git



More information about the Pkg-ceph-commits mailing list