diff -pruN 1.1.1+1/debian/changelog 1.1.2+1/debian/changelog
--- 1.1.1+1/debian/changelog	2018-08-13 13:08:53.000000000 +0000
+++ 1.1.2+1/debian/changelog	2018-09-10 16:42:03.000000000 +0000
@@ -1,8 +1,8 @@
-fwupd-i386-signed (1.1.1+1) unstable; urgency=medium
+fwupd-i386-signed (1.1.2+1) unstable; urgency=medium
 
-  * Update to fwupd version 1.1.1-1
+  * Update to fwupd version 1.1.2-1
 
- -- Mario Limonciello <mario.limonciello@dell.com>  Mon, 13 Aug 2018 08:08:53 -0500
+ -- Mario Limonciello <mario.limonciello@dell.com>  Mon, 10 Sep 2018 11:42:03 -0500
 
 fwupd-i386-signed (1) unstable; urgency=medium
 
diff -pruN 1.1.1+1/debian/control 1.1.2+1/debian/control
--- 1.1.1+1/debian/control	2018-08-13 13:08:53.000000000 +0000
+++ 1.1.2+1/debian/control	2018-09-10 16:42:03.000000000 +0000
@@ -2,7 +2,7 @@ Source: fwupd-i386-signed
 Priority: optional
 Maintainer: Debian EFI <debian-efi@lists.debian.org>
 Uploaders: Daniel Jared Dominguez <jared.dominguez@dell.com>, Steve McIntyre <93sam@debian.org>, Mario Limonciello <mario.limonciello@dell.com>
-Build-Depends: debhelper (>= 9.0.0), sbsigntool [amd64 arm64 armhf i386], fwupd (= 1.1.1-1) [i386]
+Build-Depends: debhelper (>= 9.0.0), sbsigntool [amd64 arm64 armhf i386], fwupd (= 1.1.2-1) [i386]
 Standards-Version: 4.1.3
 Section: libs
 Homepage: https://github.com/hughsie/fwupd
@@ -13,7 +13,7 @@ Package: fwupd-i386-signed
 Section: admin
 Architecture: i386
 Provides: fwupd-signed
-Depends: ${shlibs:Depends}, ${misc:Depends}, fwupd (= 1.1.1-1)
+Depends: ${shlibs:Depends}, ${misc:Depends}, fwupd (= 1.1.2-1)
 Description: Tools to manage UEFI firmware updates (signed)
  fwupd provides functionality to update system firmware. It has been 
  initially designed to update firmware using UEFI capsule updates, but 
diff -pruN 1.1.1+1/debian/rules 1.1.2+1/debian/rules
--- 1.1.1+1/debian/rules	2018-08-13 13:08:53.000000000 +0000
+++ 1.1.2+1/debian/rules	2018-09-10 16:42:03.000000000 +0000
@@ -1,14 +1,15 @@
 #!/usr/bin/make -f
 # -*- makefile -*-
 
-SIGNATURE_DIR := debian/signatures/fwupd
-BINARY 	      := $(shell find /usr/lib/fwupd/efi/ -name '*.efi')
+PACKAGE_NAME  := fwupd
+SIG_PKG_NAME  := fwupd-i386-signed
+SIGNATURE_DIR := debian/signatures/$(PACKAGE_NAME)
+BINARY        := $(shell find /usr/lib/fwupd/efi -name '*.efi' | xargs basename)
 
 %:
 	dh $@
 
 override_dh_auto_build:
-	mkdir -p debian/${PACKAGE_NAME}/usr/lib/fwupd/efi
-	cp $(BINARY) debian/${PACKAGE_NAME}/$(BINARY)
-	sbattach --attach $(SIGNATURE_DIR)/$(BINARY).sig debian/${PACKAGE_NAME}/$(BINARY)
-	mv debian/${PACKAGE_NAME}/$(BINARY) debian/${PACKAGE_NAME}/$(BINARY).signed
+	cp /usr/lib/fwupd/efi/$(BINARY) .
+	sbattach --attach $(SIGNATURE_DIR)/usr/lib/fwupd/efi/$(BINARY).sig $(BINARY)
+	mv $(BINARY) $(BINARY).signed
Binary files 1.1.1+1/debian/signatures/fwupd/usr/lib/fwupd/efi/fwupdia32.efi.sig and 1.1.2+1/debian/signatures/fwupd/usr/lib/fwupd/efi/fwupdia32.efi.sig differ
