Control: tags 768889 + patch
Control: tags 768889 + pending

Dear maintainer,

I've prepared an NMU for efibootmgr (versioned as 0.11.0-1.1) and
uploaded it to DELAYED/5. Please feel free to tell me if I
should delay it longer. I have not pushed but have attached the two
commits to the collab-maint repository that I used to create this
upload.

Regards.
diff -Nru efibootmgr-0.11.0/debian/changelog efibootmgr-0.11.0/debian/changelog
--- efibootmgr-0.11.0/debian/changelog	2014-10-29 05:41:15.000000000 +0100
+++ efibootmgr-0.11.0/debian/changelog	2014-11-22 15:56:31.000000000 +0100
@@ -1,3 +1,11 @@
+efibootmgr (0.11.0-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Skip dh_auto_install, it installs binary into /usr/sbin and is not
+    actually needed with the current packaging (Closes: 768889)
+
+ -- Andreas Bombe <a...@debian.org>  Sat, 22 Nov 2014 15:38:43 +0100
+
 efibootmgr (0.11.0-1) unstable; urgency=medium
 
   * New upstream version
diff -Nru efibootmgr-0.11.0/debian/rules efibootmgr-0.11.0/debian/rules
--- efibootmgr-0.11.0/debian/rules	2014-10-29 05:29:33.000000000 +0100
+++ efibootmgr-0.11.0/debian/rules	2014-11-22 15:56:31.000000000 +0100
@@ -8,6 +8,10 @@
 %:
 	dh $@
 
+# upstream build installs into /usr/sbin ignoring target directory;
+# since the install step is not actually needed just skip it
+override_dh_auto_install:
+
 override_dh_installman:
 	dh_installman
 
>From de77fa2d54cad7f1db21ae1ade470e4b40803102 Mon Sep 17 00:00:00 2001
From: Andreas Bombe <a...@debian.org>
Date: Sat, 22 Nov 2014 15:12:12 +0100
Subject: [PATCH 1/2] Skip dh_auto_install, it installs binary into /usr/sbin

The standard target directory redirection attempted by dh_auto_install
is ignored by the upstream build framework and it installs efibootmgr
into /usr/sbin. Since the install step is not actually needed (the
files are installed directly from the build dir), simply omit
dh_auto_install instead of attempting to fix it.

Closes: 768889
---
 debian/rules | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/debian/rules b/debian/rules
index 2efe014..b587b86 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,6 +8,10 @@ export DH_OPTIONS=-v
 %:
 	dh $@
 
+# upstream build installs into /usr/sbin ignoring target directory;
+# since the install step is not actually needed just skip it
+override_dh_auto_install:
+
 override_dh_installman:
 	dh_installman
 
-- 
2.1.3

>From 4ccb6c7f7608790cf936e9982b9428e7a01ee5a8 Mon Sep 17 00:00:00 2001
From: Andreas Bombe <a...@debian.org>
Date: Sat, 22 Nov 2014 15:55:16 +0100
Subject: [PATCH 2/2] Changelog for NMU upload 0.11.0-1.1

---
 debian/changelog | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 0b3f902..5943fe2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+efibootmgr (0.11.0-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Skip dh_auto_install, it installs binary into /usr/sbin and is not
+    actually needed with the current packaging (Closes: 768889)
+
+ -- Andreas Bombe <a...@debian.org>  Sat, 22 Nov 2014 15:38:43 +0100
+
 efibootmgr (0.11.0-1) unstable; urgency=medium
 
   * New upstream version
-- 
2.1.3

Reply via email to