[linux-signed] 01/01: Fix attachment of module signatures

debian-kernel at lists.debian.org debian-kernel at lists.debian.org
Wed Jun 8 21:20:06 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 f315526d0cfa0f3dceb5145e4650c61c541871f8
Author: Ben Hutchings <ben at decadent.org.uk>
Date:   Wed Jun 8 20:52:15 2016 +0100

    Fix attachment of module signatures
---
 debian/changelog  | 6 ++++++
 debian/rules.real | 4 ++--
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 32b848a..1200adc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+linux-signed (1.1) unstable; urgency=medium
+
+  * Fix attachment of module signatures
+
+ -- Ben Hutchings <ben at decadent.org.uk>  Wed, 08 Jun 2016 20:50:33 +0100
+
 linux-signed (1) unstable; urgency=medium
 
   * Update to linux version 4.6.1-1
diff --git a/debian/rules.real b/debian/rules.real
index 77b4d6b..35d20c0 100644
--- a/debian/rules.real
+++ b/debian/rules.real
@@ -27,8 +27,8 @@ install-signed:
 		$(PACKAGE_DIR)/lib/modules/$(KERNEL_VERSION)/
 	while read path; do \
 		cat $(SIGNATURE_DIR)/lib/modules/$(KERNEL_VERSION)/$$path \
-			>> $(PACKAGE_DIR)/$${path%.sig}; \
-	done < <(find $(SIGNATURE_DIR)/lib/modules/$(KERNEL_VERSION) -name '*.sig' -printf %P)
+			>> $(PACKAGE_DIR)/lib/modules/$(KERNEL_VERSION)/$${path%.sig}; \
+	done < <(find $(SIGNATURE_DIR)/lib/modules/$(KERNEL_VERSION) -name '*.sig' -printf '%P\n')
 # Copy bug scripts but change the info file to refer to the right package
 	mkdir -p $(PACKAGE_DIR)/usr/share/bug/$(PACKAGE_NAME)
 	rsync -a /usr/share/bug/$(IMAGE_PACKAGE_NAME)/ \

-- 
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