This is merely a historical archive of years 2008-2021, before the migration to mailman3.
A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.
Max gerrit-no-reply at lists.osmocom.orgHello Jenkins Builder,
I'd like you to reexamine a change.  Please visit
    https://gerrit.osmocom.org/2074
to look at the new patch set (#2).
Add autoconf-archive to dependencies
We use AX_EXT in ./configure for checking CPU features anyway, so it's
better to add it as explicit dependency.
Related: OS#1923
Change-Id: I7ba48e1df4ede8b477574da3faa15fd02e15c69b
---
M debian/control
1 file changed, 1 insertion(+), 0 deletions(-)
  git pull ssh://gerrit.osmocom.org:29418/osmo-trx refs/changes/74/2074/2
diff --git a/debian/control b/debian/control
index d016afa..151aa92 100644
--- a/debian/control
+++ b/debian/control
@@ -4,6 +4,7 @@
 Maintainer: Ivan Klyuchnikov <ivan.kluchnikov at fairwaves.ru>
 Build-Depends: debhelper (>= 9),
                autotools-dev,
+               autoconf-archive,
                libdbd-sqlite3,
                libsqlite3-dev,
                pkg-config,
-- 
To view, visit https://gerrit.osmocom.org/2074
To unsubscribe, visit https://gerrit.osmocom.org/settings
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I7ba48e1df4ede8b477574da3faa15fd02e15c69b
Gerrit-PatchSet: 2
Gerrit-Project: osmo-trx
Gerrit-Branch: master
Gerrit-Owner: Max <msuraev at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: Tom Tsou <tom at tsou.cc>