Source: efibootmgr
Severity: normal
Tags: patch

Dear Maintainer,

As of version 2.02~beta2-13 the grub-efi-arm-bin package now depends on
efibootmgr. Since grub-efi-arm-bin is built for armel as well as armhf that
means we need efibootmgr there too.

I've attached the trivial patch. Since this also requires libefi-var I've
attached a(n also trivial) patch for that too (as you maintain both I haven't
bothered with two bugs, I can clone if you would prefer though).

Many thanks,
Ian.

-- System Information:
Debian Release: jessie/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
armhf
armel

Kernel: Linux 3.14-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
diff --git a/debian/changelog b/debian/changelog
index f998e78..3934d8d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+efivar (0.10-5) unstable; urgency=medium
+
+  * Better debian/watch file
+
+ -- Daniel Jared Dominguez <jared_doming...@dell.com>  Mon, 07 Jul 2014 15:26:10 -0500
+
 efivar (0.10-4) unstable; urgency=medium
 
   * Add 07-assembly-comment.patch to fix armhf builds (Closes: #752273)
diff --git a/debian/control b/debian/control
index fb53482..83e36ae 100644
--- a/debian/control
+++ b/debian/control
@@ -11,20 +11,20 @@ Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/efivar.git
 
 Package: libefivar-dev
 Section: libdevel
-Architecture: amd64 i386 ia64 armhf arm64
+Architecture: amd64 i386 ia64 armel armhf arm64
 Depends: libefivar0 (= ${binary:Version}), ${misc:Depends}
 Description: Development headers for libefivar
  development headers required to use libefivar
 
 Package: efivar
 Section: admin
-Architecture: amd64 i386 ia64 armhf arm64
+Architecture: amd64 i386 ia64 armel armhf arm64
 Depends: ${shlibs:Depends}, ${misc:Depends}, libefivar0 (= ${binary:Version})
 Description: Tools to manage UEFI variables
  efivar provides a simple command line interface to the UEFI variable facility.
 
 Package: libefivar0
-Architecture: amd64 i386 ia64 armhf arm64
+Architecture: amd64 i386 ia64 armel armhf arm64
 Multi-Arch: same
 Pre-Depends: ${misc:Pre-Depends}
 Depends: ${shlibs:Depends}, ${misc:Depends}
diff --git a/debian/watch b/debian/watch
index 191448e..653a65f 100644
--- a/debian/watch
+++ b/debian/watch
@@ -4,5 +4,9 @@
 # Compulsory line, this is a version 3 file
 version=3
 
-opts=filenamemangle=s/.+\/v?(\d\S*)\.tar\.gz/efivar-$1\.tar\.gz/ \
-https://github.com/vathpela/efivar/tags .*/v?(\d\S*)\.tar\.gz
+#opts=filenamemangle=s/.+\/v?(\d\S*)\.tar\.gz/efivar-$1\.tar\.gz/ \
+#https://github.com/vathpela/efivar/tags .*/v?(\d\S*)\.tar\.gz
+
+https://github.com/vathpela/efivar/releases \
+.*[^n]/(?:|v|version-|r|REL_|rel-|efivar(?:_|-))(\d[^\s/]*)\.(?:tar\.xz|txz|tar\.bz2|tbz2|tar\.gz|tgz)
+
>From 018722a77b9fb2f47fd91cd24f8ba104ff172f8d Mon Sep 17 00:00:00 2001
From: Ian Campbell <i...@debian.org>
Date: Tue, 23 Sep 2014 20:29:51 +0100
Subject: [PATCH] Build for armel too

---
 debian/control | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index 37cb3b7..eb6b9de 100644
--- a/debian/control
+++ b/debian/control
@@ -9,7 +9,7 @@ Vcs-Git: git://anonscm.debian.org/collab-maint/efibootmgr.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/efibootmgr.git
 
 Package: efibootmgr
-Architecture: amd64 i386 ia64 armhf arm64
+Architecture: amd64 i386 ia64 armel armhf arm64
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: Interact with the EFI Boot Manager 
  This is a Linux user-space application to modify the Intel Extensible 
-- 
2.1.0

Reply via email to