[linux-signed] 05/06: Copy bug scripts and information from unsigned packages at build time

debian-kernel at lists.debian.org debian-kernel at lists.debian.org
Tue Jun 7 16:29:31 UTC 2016


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

benh pushed a commit to branch master
in repository linux-signed.

commit efb85e65deeaad8f995c689b0d3c1c9436b0f318
Author: Ben Hutchings <ben at decadent.org.uk>
Date:   Mon Jun 6 17:25:47 2016 +0100

    Copy bug scripts and information from unsigned packages at build time
---
 debian/TODO       | 3 ---
 debian/rules.real | 4 +++-
 2 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/debian/TODO b/debian/TODO
index 8e65b37..3f29f81 100644
--- a/debian/TODO
+++ b/debian/TODO
@@ -1,5 +1,2 @@
-Move bug scripts from src:linux to linux-base and use them from the
-signed binary packages.
-
 Include changelog and copyright files from src:linux in the signed
 binary packages.
diff --git a/debian/rules.real b/debian/rules.real
index 673ee57..748f123 100644
--- a/debian/rules.real
+++ b/debian/rules.real
@@ -29,8 +29,10 @@ install-signed:
 		cat $(SIGNATURE_DIR)/lib/modules/$(KERNEL_VERSION)/$$path \
 			>> $(PACKAGE_DIR)/$${path%.sig}; \
 	done < <(find $(SIGNATURE_DIR)/lib/modules/$(KERNEL_VERSION) -name '*.sig' -printf %P)
+	mkdir -p $(PACKAGE_DIR)/usr/share/bug/$(PACKAGE_NAME)
+	rsync -a /usr/share/bug/$(IMAGE_PACKAGE_NAME)/ \
+		$(PACKAGE_DIR)/usr/share/bug/$(PACKAGE_NAME)/
 	dh_install
-	dh_bugfiles
 	dh_installchangelogs
 	dh_installdocs
 	dh_compress

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/kernel/linux-signed.git



More information about the Kernel-svn-changes mailing list