vboot-utils.git
3 years agoMerge vboot-utils (0~R99-14469.B-1+rpi1) import into refs/heads/workingbranch
Peter Michael Green [Tue, 21 Jun 2022 09:42:25 +0000 (10:42 +0100)]
Merge vboot-utils (0~R99-14469.B-1+rpi1) import into refs/heads/workingbranch

3 years agotreat-i386-as-x86
Vagrant Cascadian [Tue, 1 Dec 2020 08:55:46 +0000 (09:55 +0100)]
treat-i386-as-x86

Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=974863

When building for i386 and running an amd64 kernel, the Makefile uses
"uname -m" to determine the architecture, but this introduces variations
depending on the kernel used to perform the build.

Gbp-Pq: Name treat-i386-as-x86.patch

3 years agoAvoid embedding user and time in version from getversion.sh
Sophie Brun [Tue, 27 Oct 2020 10:41:16 +0000 (11:41 +0100)]
Avoid embedding user and time in version from getversion.sh

Last-Update: 2020-10-27

Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=971400
Author: Vagrant Cascadian <vagrant@reproducible-builds.org>

The getversion.sh script embeds the build time and user who built the
binary, which breaks reproducible builds:

  https://reproducible-builds.org/

Without this patch, "/usr/bin/futility" embeds differing information
in the binary:

  unknown 2020-09-17 07:53:52 pbuilder1 vs. unknown 2021-10-21 16:19:17 pbuilder2

Gbp-Pq: Name do-not-embed-user-and-time-in-version.patch

3 years agoAdd missing flags pie
Sophie Brun [Tue, 11 Feb 2020 16:02:17 +0000 (17:02 +0100)]
Add missing flags pie

Last-Update: 2022-02-11

Gbp-Pq: Name add-missing-flags-pie.patch

3 years agoDon't build with Werror in Debian
Sophie Brun [Tue, 11 Feb 2020 14:24:49 +0000 (15:24 +0100)]
Don't build with Werror in Debian

Last-Update: 2020-02-11

Gbp-Pq: Name dont-build-with-werror.patch

3 years agoFix a spelling error
Sophie Brun [Mon, 10 Feb 2020 15:21:52 +0000 (16:21 +0100)]
Fix a spelling error

Last-Update: 2017-11-14

Last-Update: 2017-11-14

Gbp-Pq: Name 0012-fix-spelling-errors.patch

3 years agoTry to fix building on arm64
Sophie Brun [Mon, 10 Feb 2020 15:21:52 +0000 (16:21 +0100)]
Try to fix building on arm64

Origin: https://bugs.kali.org/view.php?id=3172
Last-Update: 2016-05-20

Last-Update: 2016-05-20

Gbp-Pq: Name 0008-fix-building-on-arm64.patch

3 years agoAdd missing CPPFLAGS and LDFLAGS
Marcin Juszkiewicz [Mon, 10 Feb 2020 15:21:52 +0000 (16:21 +0100)]
Add missing CPPFLAGS and LDFLAGS

Origin: Debian
Last-Update: 2020-10-27

Gbp-Pq: Name 0006-add-CPPFLAGS-LDFLAGS.patch

3 years agoReduce `uname -m` down to what the build system
Shawn Landden [Mon, 10 Feb 2020 15:21:52 +0000 (16:21 +0100)]
Reduce `uname -m` down to what the build system

Last-Update: 2013-01-28

expects
Last-Update: 2013-01-28

Gbp-Pq: Name 0002-reduce-uname-down.patch

3 years agovboot-utils (0~R99-14469.B-1+rpi1) bookworm-staging; urgency=medium
Peter Michael Green [Tue, 21 Jun 2022 09:42:25 +0000 (10:42 +0100)]
vboot-utils (0~R99-14469.B-1+rpi1) bookworm-staging; urgency=medium

  * Build with clang 11 to avoid armv7 contamination.
  * Disable testsuite.

[dgit import unpatched vboot-utils 0~R99-14469.B-1+rpi1]

3 years agoImport vboot-utils_0~R99-14469.B-1+rpi1.debian.tar.xz
Peter Michael Green [Tue, 21 Jun 2022 09:42:25 +0000 (10:42 +0100)]
Import vboot-utils_0~R99-14469.B-1+rpi1.debian.tar.xz

[dgit import tarball vboot-utils 0~R99-14469.B-1+rpi1 vboot-utils_0~R99-14469.B-1+rpi1.debian.tar.xz]

3 years agoMerge vboot-utils (0~R99-14469.B-1) import into refs/heads/workingbranch
Sophie Brun [Mon, 14 Feb 2022 13:32:56 +0000 (13:32 +0000)]
Merge vboot-utils (0~R99-14469.B-1) import into refs/heads/workingbranch

3 years agoImport vboot-utils_0~R99-14469.B.orig.tar.gz
Sophie Brun [Mon, 14 Feb 2022 13:32:56 +0000 (13:32 +0000)]
Import vboot-utils_0~R99-14469.B.orig.tar.gz

[dgit import orig vboot-utils_0~R99-14469.B.orig.tar.gz]

3 years agotreat-i386-as-x86
Vagrant Cascadian [Tue, 1 Dec 2020 08:55:46 +0000 (09:55 +0100)]
treat-i386-as-x86

Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=974863

When building for i386 and running an amd64 kernel, the Makefile uses
"uname -m" to determine the architecture, but this introduces variations
depending on the kernel used to perform the build.

Gbp-Pq: Name treat-i386-as-x86.patch

3 years agoAvoid embedding user and time in version from getversion.sh
Sophie Brun [Tue, 27 Oct 2020 10:41:16 +0000 (11:41 +0100)]
Avoid embedding user and time in version from getversion.sh

Last-Update: 2020-10-27

Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=971400
Author: Vagrant Cascadian <vagrant@reproducible-builds.org>

The getversion.sh script embeds the build time and user who built the
binary, which breaks reproducible builds:

  https://reproducible-builds.org/

Without this patch, "/usr/bin/futility" embeds differing information
in the binary:

  unknown 2020-09-17 07:53:52 pbuilder1 vs. unknown 2021-10-21 16:19:17 pbuilder2

Gbp-Pq: Name do-not-embed-user-and-time-in-version.patch

3 years agoAdd missing flags pie
Sophie Brun [Tue, 11 Feb 2020 16:02:17 +0000 (17:02 +0100)]
Add missing flags pie

Last-Update: 2022-02-11

Gbp-Pq: Name add-missing-flags-pie.patch

3 years agoDon't build with Werror in Debian
Sophie Brun [Tue, 11 Feb 2020 14:24:49 +0000 (15:24 +0100)]
Don't build with Werror in Debian

Last-Update: 2020-02-11

Gbp-Pq: Name dont-build-with-werror.patch

3 years agoFix a spelling error
Sophie Brun [Mon, 10 Feb 2020 15:21:52 +0000 (16:21 +0100)]
Fix a spelling error

Last-Update: 2017-11-14

Last-Update: 2017-11-14

Gbp-Pq: Name 0012-fix-spelling-errors.patch

3 years agoTry to fix building on arm64
Sophie Brun [Mon, 10 Feb 2020 15:21:52 +0000 (16:21 +0100)]
Try to fix building on arm64

Origin: https://bugs.kali.org/view.php?id=3172
Last-Update: 2016-05-20

Last-Update: 2016-05-20

Gbp-Pq: Name 0008-fix-building-on-arm64.patch

3 years agoAdd missing CPPFLAGS and LDFLAGS
Marcin Juszkiewicz [Mon, 10 Feb 2020 15:21:52 +0000 (16:21 +0100)]
Add missing CPPFLAGS and LDFLAGS

Origin: Debian
Last-Update: 2020-10-27

Gbp-Pq: Name 0006-add-CPPFLAGS-LDFLAGS.patch

3 years agoReduce `uname -m` down to what the build system
Shawn Landden [Mon, 10 Feb 2020 15:21:52 +0000 (16:21 +0100)]
Reduce `uname -m` down to what the build system

Last-Update: 2013-01-28

expects
Last-Update: 2013-01-28

Gbp-Pq: Name 0002-reduce-uname-down.patch

3 years agovboot-utils (0~R99-14469.B-1) unstable; urgency=medium
Sophie Brun [Mon, 14 Feb 2022 13:32:56 +0000 (13:32 +0000)]
vboot-utils (0~R99-14469.B-1) unstable; urgency=medium

  * New upstream version 0~R99-14469.B
  * Refresh patches
  * Update debian/copyright
  * Add missing build-dep libflashrom-dev
  * Upgrade to use llvm-toolchain-13 (Closes: #1000916)
  * Bump Standards-Version to 4.6.0
  * Use debhelper-compat 13

[dgit import unpatched vboot-utils 0~R99-14469.B-1]

3 years agoImport vboot-utils_0~R99-14469.B-1.debian.tar.xz
Sophie Brun [Mon, 14 Feb 2022 13:32:56 +0000 (13:32 +0000)]
Import vboot-utils_0~R99-14469.B-1.debian.tar.xz

[dgit import tarball vboot-utils 0~R99-14469.B-1 vboot-utils_0~R99-14469.B-1.debian.tar.xz]

5 years agoMerge vboot-utils (0~R88-13597.B-1) import into refs/heads/workingbranch
Sophie Brun [Tue, 1 Dec 2020 09:59:21 +0000 (09:59 +0000)]
Merge vboot-utils (0~R88-13597.B-1) import into refs/heads/workingbranch

5 years agotreat-i386-as-x86
Vagrant Cascadian [Tue, 1 Dec 2020 08:55:46 +0000 (09:55 +0100)]
treat-i386-as-x86

Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=974863

When building for i386 and running an amd64 kernel, the Makefile uses
"uname -m" to determine the architecture, but this introduces variations
depending on the kernel used to perform the build.

Gbp-Pq: Name treat-i386-as-x86.patch

5 years agoAvoid embedding user and time in version from getversion.sh
Sophie Brun [Tue, 27 Oct 2020 10:41:16 +0000 (11:41 +0100)]
Avoid embedding user and time in version from getversion.sh

Last-Update: 2020-10-27

Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=971400
Author: Vagrant Cascadian <vagrant@reproducible-builds.org>

The getversion.sh script embeds the build time and user who built the
binary, which breaks reproducible builds:

  https://reproducible-builds.org/

Without this patch, "/usr/bin/futility" embeds differing information
in the binary:

  unknown 2020-09-17 07:53:52 pbuilder1 vs. unknown 2021-10-21 16:19:17 pbuilder2

Gbp-Pq: Name do-not-embed-user-and-time-in-version.patch

5 years agoAdd missing flags pie
Sophie Brun [Tue, 11 Feb 2020 16:02:17 +0000 (17:02 +0100)]
Add missing flags pie

Last-Update: 2020-02-11

Gbp-Pq: Name add-missing-flags-pie.patch

5 years agoDon't build with Werror in Debian
Sophie Brun [Tue, 11 Feb 2020 14:24:49 +0000 (15:24 +0100)]
Don't build with Werror in Debian

Last-Update: 2020-02-11

Gbp-Pq: Name dont-build-with-werror.patch

5 years agoFix a spelling error
Sophie Brun [Mon, 10 Feb 2020 15:21:52 +0000 (16:21 +0100)]
Fix a spelling error

Last-Update: 2017-11-14

Last-Update: 2017-11-14

Gbp-Pq: Name 0012-fix-spelling-errors.patch

5 years agoTry to fix building on arm64
Sophie Brun [Mon, 10 Feb 2020 15:21:52 +0000 (16:21 +0100)]
Try to fix building on arm64

Origin: https://bugs.kali.org/view.php?id=3172
Last-Update: 2016-05-20

Last-Update: 2016-05-20

Gbp-Pq: Name 0008-fix-building-on-arm64.patch

5 years agoAdd missing CPPFLAGS and LDFLAGS
Marcin Juszkiewicz [Mon, 10 Feb 2020 15:21:52 +0000 (16:21 +0100)]
Add missing CPPFLAGS and LDFLAGS

Origin: Debian
Last-Update: 2020-10-27

Gbp-Pq: Name 0006-add-CPPFLAGS-LDFLAGS.patch

5 years agoReduce `uname -m` down to what the build system
Shawn Landden [Mon, 10 Feb 2020 15:21:52 +0000 (16:21 +0100)]
Reduce `uname -m` down to what the build system

Last-Update: 2013-01-28

expects
Last-Update: 2013-01-28

Gbp-Pq: Name 0002-reduce-uname-down.patch

5 years agovboot-utils (0~R88-13597.B-1) unstable; urgency=medium
Sophie Brun [Tue, 1 Dec 2020 09:59:21 +0000 (09:59 +0000)]
vboot-utils (0~R88-13597.B-1) unstable; urgency=medium

  [ Sophie Brun ]
  * Add a patch to fix reproducible build (Closes: #974863)
  * Upgrade to clang-11 (Closes: #974776)
  * Bump Standards-Version to 4.5.1 (no changes)
  * Use version=4 in debian/watch
  * New upstream version 0~R88-13597.B
  * Refresh patches

  [ Raphael Hertzog ]
  * Use libfuzzer-11-dev instead of libfuzzer-10-dev

[dgit import unpatched vboot-utils 0~R88-13597.B-1]

5 years agoImport vboot-utils_0~R88-13597.B.orig.tar.gz
Sophie Brun [Tue, 1 Dec 2020 09:59:21 +0000 (09:59 +0000)]
Import vboot-utils_0~R88-13597.B.orig.tar.gz

[dgit import orig vboot-utils_0~R88-13597.B.orig.tar.gz]

5 years agoImport vboot-utils_0~R88-13597.B-1.debian.tar.xz
Sophie Brun [Tue, 1 Dec 2020 09:59:21 +0000 (09:59 +0000)]
Import vboot-utils_0~R88-13597.B-1.debian.tar.xz

[dgit import tarball vboot-utils 0~R88-13597.B-1 vboot-utils_0~R88-13597.B-1.debian.tar.xz]

7 years agoMerge vboot-utils (0~R63-10032.B-3) import into refs/heads/workingbranch
Raphaël Hertzog [Tue, 6 Feb 2018 15:29:11 +0000 (15:29 +0000)]
Merge vboot-utils (0~R63-10032.B-3) import into refs/heads/workingbranch

7 years agoFix format load_address for 32 bits architectures
Sophie Brun [Tue, 6 Feb 2018 15:29:11 +0000 (15:29 +0000)]
Fix format load_address for 32 bits architectures

Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=881997
Forwarded: https://bugs.chromium.org/p/chromium/issues/detail?id=786969
Last-Update: 2017-11-20

The offset and load_address are 64bits integers
On 32bits we have to use strtoull (instead of strtoul) to parse number
into 64bits unsigned integers. Without this the parsed numbers are
truncated to 2^32-1.
Last-Update: 2017-11-20
Gbp-Pq: Name 0013-fix-format-load-address.patch

7 years agoFix a spelling error
Sophie Brun [Tue, 6 Feb 2018 15:29:11 +0000 (15:29 +0000)]
Fix a spelling error

Last-Update: 2017-11-14

Last-Update: 2017-11-14
Gbp-Pq: Name 0012-fix-spelling-errors.patch

7 years agoFix tests/futility/test_show_contents.sh
Sophie Brun [Tue, 6 Feb 2018 15:29:11 +0000 (15:29 +0000)]
Fix tests/futility/test_show_contents.sh

Last-Update: 2017-11-14

Tests compare generated files containing the file path and upstream files
("expected output") containing path like
"/mnt/host/source/src/platform/vboot_reference/tests/".  They can't
match. Drop these lines mentioning paths in the generated files and in
the upstream provided files to avoid failures.
Last-Update: 2017-11-14
Gbp-Pq: Name 0011-fix-tests-show-contents.patch

7 years agoChange install directory of scripts
Sophie Brun [Tue, 6 Feb 2018 15:29:11 +0000 (15:29 +0000)]
Change install directory of scripts

Last-Update: 2016-06-27

Shell scripts are installed by default in /usr/bin. Move them to
/usr/share/vboot/bin
Last-Update: 2016-06-27
Gbp-Pq: Name 0010-change-install-directory-scripts.patch

7 years agoTry to fix building on arm64
Sophie Brun [Tue, 6 Feb 2018 15:29:11 +0000 (15:29 +0000)]
Try to fix building on arm64

Origin: https://bugs.kali.org/view.php?id=3172
Last-Update: 2016-05-20

Last-Update: 2016-05-20
Gbp-Pq: Name 0008-fix-building-on-arm64.patch

7 years agoFix install path for vboot_reference
Sophie Brun [Tue, 6 Feb 2018 15:29:11 +0000 (15:29 +0000)]
Fix install path for vboot_reference

Last-Update: 2016-05-20

vboot_reference is installed by default in usr/default/ instead of
/etc/default/

/etc/default/vboot_reference is used by utility/dev_debug_vboot.
Last-Update: 2016-05-20
Gbp-Pq: Name 0007-fix-install-vboot_reference.patch

7 years agoAdd missing CPPFLAGS and LDFLAGS
Marcin Juszkiewicz [Tue, 6 Feb 2018 15:29:11 +0000 (15:29 +0000)]
Add missing CPPFLAGS and LDFLAGS

Origin: Debian
Last-Update: 2016-05-20

Last-Update: 2016-05-20
Gbp-Pq: Name 0006-add-CPPFLAGS-LDFLAGS.patch

7 years agoremove -Werror
Antonio Terceiro [Tue, 6 Feb 2018 15:29:11 +0000 (15:29 +0000)]
remove -Werror

Last-Update: 2016-03-21

This breaks the build on armhf due to warning about format strings
Last-Update: 2016-03-21
Gbp-Pq: Name 0005-remove-Werror.patch

7 years agoskip the workbuf test if VB2_WORKBUF_ALIGN different from 16
Sophie Brun [Tue, 6 Feb 2018 15:29:11 +0000 (15:29 +0000)]
skip the workbuf test if VB2_WORKBUF_ALIGN different from 16

Last-Update: 2015-12-03

Last-Update: 2015-12-03
Gbp-Pq: Name 0004-skip-test-workbuf.patch

7 years agoDo not do static linking
Shawn Landden [Tue, 6 Feb 2018 15:29:11 +0000 (15:29 +0000)]
Do not do static linking

Last-Update: 2013-01-28

Last-Update: 2013-01-28
Gbp-Pq: Name 0003-do-not-do-static-linking.patch

7 years agoReduce `uname -m` down to what the build system
Shawn Landden [Tue, 6 Feb 2018 15:29:11 +0000 (15:29 +0000)]
Reduce `uname -m` down to what the build system

Last-Update: 2013-01-28

expects
Last-Update: 2013-01-28
Gbp-Pq: Name 0002-reduce-uname-down.patch

7 years agovboot-utils (0~R63-10032.B-3) unstable; urgency=medium
Raphaël Hertzog [Tue, 6 Feb 2018 15:29:11 +0000 (15:29 +0000)]
vboot-utils (0~R63-10032.B-3) unstable; urgency=medium

  * Move git repository to salsa.debian.org.
  * Make build logs verbose to include the full command line.
  * Protect dh_override_auto_test with check of nocheck in DEB_BUILD_OPTIONS.
  * Bump Standards-Version to 4.1.3.
  * Update my name in Uploaders.

[dgit import unpatched vboot-utils 0~R63-10032.B-3]

7 years agoImport vboot-utils_0~R63-10032.B-3.debian.tar.xz
Raphaël Hertzog [Tue, 6 Feb 2018 15:29:11 +0000 (15:29 +0000)]
Import vboot-utils_0~R63-10032.B-3.debian.tar.xz

[dgit import tarball vboot-utils 0~R63-10032.B-3 vboot-utils_0~R63-10032.B-3.debian.tar.xz]

8 years agoImport vboot-utils_0~R63-10032.B.orig.tar.gz
Sophie Brun [Thu, 16 Nov 2017 08:21:28 +0000 (08:21 +0000)]
Import vboot-utils_0~R63-10032.B.orig.tar.gz

[dgit import orig vboot-utils_0~R63-10032.B.orig.tar.gz]

9 years agoChange install directory of scripts
Sophie Brun [Fri, 2 Sep 2016 13:09:03 +0000 (14:09 +0100)]
Change install directory of scripts

Last-Update: 2016-06-27

Shell scripts are installed by default in /usr/bin. Move them to
/usr/share/vboot/bin
Last-Update: 2016-06-27
Gbp-Pq: Name 0010-change-install-directory-scripts.patch

9 years agodrop a failing test
Sophie Brun [Fri, 2 Sep 2016 13:09:03 +0000 (14:09 +0100)]
drop a failing test

Last-Update: 2016-05-23

Last-Update: 2016-05-23
Gbp-Pq: Name 0009-drop-failing-test.patch

9 years agoTry to fix building on arm64
Sophie Brun [Fri, 2 Sep 2016 13:09:03 +0000 (14:09 +0100)]
Try to fix building on arm64

Origin: https://bugs.kali.org/view.php?id=3172
Last-Update: 2016-05-20

Last-Update: 2016-05-20
Gbp-Pq: Name 0008-fix-building-on-arm64.patch

9 years agoFix install path for vboot_reference
Sophie Brun [Fri, 2 Sep 2016 13:09:03 +0000 (14:09 +0100)]
Fix install path for vboot_reference

Last-Update: 2016-05-20

vboot_reference is installed by default in usr/default/ instead of
/etc/default/

/etc/default/vboot_reference is used by utility/dev_debug_vboot.
Last-Update: 2016-05-20
Gbp-Pq: Name 0007-fix-install-vboot_reference.patch

9 years agoAdd missing CPPFLAGS and LDFLAGS
Marcin Juszkiewicz [Fri, 2 Sep 2016 13:09:03 +0000 (14:09 +0100)]
Add missing CPPFLAGS and LDFLAGS

Origin: Debian
Last-Update: 2016-05-20

Last-Update: 2016-05-20
Gbp-Pq: Name 0006-add-CPPFLAGS-LDFLAGS.patch

9 years agoremove -Werror
Antonio Terceiro [Fri, 2 Sep 2016 13:09:03 +0000 (14:09 +0100)]
remove -Werror

Last-Update: 2016-03-21

This breaks the build on armhf due to warning about format strings
Last-Update: 2016-03-21
Gbp-Pq: Name 0005-remove-Werror.patch

9 years agoskip the workbuf test if VB2_WORKBUF_ALIGN different from 16
Sophie Brun [Fri, 2 Sep 2016 13:09:03 +0000 (14:09 +0100)]
skip the workbuf test if VB2_WORKBUF_ALIGN different from 16

Last-Update: 2015-12-03

Last-Update: 2015-12-03
Gbp-Pq: Name 0004-skip-test-workbuf.patch

9 years agoDo not do static linking
Shawn Landden [Fri, 2 Sep 2016 13:09:03 +0000 (14:09 +0100)]
Do not do static linking

Last-Update: 2013-01-28

Last-Update: 2013-01-28
Gbp-Pq: Name 0003-do-not-do-static-linking.patch

9 years agoReduce `uname -m` down to what the build system
Shawn Landden [Fri, 2 Sep 2016 13:09:03 +0000 (14:09 +0100)]
Reduce `uname -m` down to what the build system

Last-Update: 2013-01-28

expects
Last-Update: 2013-01-28
Gbp-Pq: Name 0002-reduce-uname-down.patch

9 years agoUse zu as appropriate
Shawn Landden [Fri, 2 Sep 2016 13:09:03 +0000 (14:09 +0100)]
Use zu as appropriate

Last-update: 2013-01-28

Use %zu as approiate for size_t sizes in format strings
see printf(3)
Last-update: 2013-01-28
Gbp-Pq: Name 0001-use-zu-as-appropriate-for-size_t.patch

9 years agovboot-utils (0~R52-8350.B-2) unstable; urgency=medium
Sophie Brun [Fri, 2 Sep 2016 13:09:03 +0000 (14:09 +0100)]
vboot-utils (0~R52-8350.B-2) unstable; urgency=medium

  * Add missing build-depends: libssl1.0-dev. Keep using libssl 1.0 as
    upstream didn't update code for libssl 1.1 and changes are involved
    (Closes: #835801)
  * Drop useless build-depends: libtspi-dev

[dgit import unpatched vboot-utils 0~R52-8350.B-2]

9 years agoImport vboot-utils_0~R52-8350.B-2.debian.tar.xz
Sophie Brun [Fri, 2 Sep 2016 13:09:03 +0000 (14:09 +0100)]
Import vboot-utils_0~R52-8350.B-2.debian.tar.xz

[dgit import tarball vboot-utils 0~R52-8350.B-2 vboot-utils_0~R52-8350.B-2.debian.tar.xz]

9 years agoImport vboot-utils_0~R52-8350.B.orig.tar.gz
Sophie Brun [Mon, 23 May 2016 08:55:20 +0000 (09:55 +0100)]
Import vboot-utils_0~R52-8350.B.orig.tar.gz

[dgit import orig vboot-utils_0~R52-8350.B.orig.tar.gz]