From 454431210658e3bd76891f192021a418fd9a0693 Mon Sep 17 00:00:00 2001
From: Simon McVittie <smcv@collabora.com>
Date: Fri, 22 Sep 2017 16:10:56 +0100
Subject: [PATCH] Build as a non-native package, and unversion autoconf-archive
 dependency

We actually only need version 20160916 when doing a "make dist". When
building against an older version, we'll use the macros bundled
in the dist tarball whenever they are newer than what's in
autoconf-archive.

Signed-off-by: Simon McVittie <smcv@collabora.com>
---
 debian/changelog     | 2 +-
 debian/control       | 2 +-
 debian/source/format | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index e00c5b859..bf711e9ad 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-libcapsule (0.1) sid; urgency=medium
+libcapsule (0.0-1) UNRELEASED; urgency=medium
 
   * Initial release
 
diff --git a/debian/control b/debian/control
index f9abf2966..8d8fc4bae 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Maintainer: Vivek Das Mohapatra <vivek@collabora.com>
 Standards-Version: 3.9.8
 Build-Depends:
  autoconf,
- autoconf-archive (>= 20160916-1~),
+ autoconf-archive,
  automake,
  bubblewrap,
  debhelper,
diff --git a/debian/source/format b/debian/source/format
index 89ae9db8f..163aaf8d8 100644
--- a/debian/source/format
+++ b/debian/source/format
@@ -1 +1 @@
-3.0 (native)
+3.0 (quilt)
-- 
GitLab