diff options
| -rw-r--r-- | debian/changelog | 1 | ||||
| -rw-r--r-- | debian/control | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 6a423ca2..005a1457 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,7 +1,6 @@ shim (13~git1505328971.0780644a-0ubuntu1~test1) UNRELEASED; urgency=medium * New upstream snapshot: 13~git1505328971.0780644a - * debian/control: add a Build-Depends on libnss3-tools for pk12-util. * debian/control: add a Build-Depends on libelf-dev. * debian/control: add Breaks: for the previous shim-signed builds given that shim will now build and ship BOOT.CSV by itself. diff --git a/debian/control b/debian/control index d0caba5e..ea901e5d 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Priority: optional Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com> XSBC-Original-Maintainer: Steve Langasek <vorlon@debian.org> Standards-Version: 3.9.8 -Build-Depends: debhelper (>= 9), gnu-efi (>= 3.0u), sbsigntool, openssl, libnss3-tools, libelf-dev +Build-Depends: debhelper (>= 9), gnu-efi (>= 3.0u), sbsigntool, openssl, libelf-dev Vcs-Bzr: lp:~ubuntu-core-dev/shim/trunk Package: shim |
