Commit Graph

4 Commits

Author SHA1 Message Date
Pau Espin Pedrol
7465e42bed Bump version: 0.0.0 → 0.0.1
Change-Id: I7c561ce54d8c2ff2cad8f66685016ab71991138e
2021-11-16 18:29:42 +01:00
Oliver Smith
4de0518d22 d/control, spec: add missing builddeps
autoconf-archive is apparently needed to build the package. We have it
in few other Osmocom projects as build dependency too, others seem to
ship related m4 macros directly in a m4 dir.

Fix for:
  configure: error: Please install autoconf-archive; re-run 'autoreconf -fi' for it to take effect.

Related: SYS#5516
Change-Id: If9ff232844d72094fb883700185ae152ca40493d
2021-11-03 09:08:00 +01:00
Harald Welte
7fece4d7e8 populated debian/changelog to avoid build failures
An empty debian/changelog is illegal and makes dpkg-buildpackage fail.

This in turn causes our nightly builds to fail like this

+ git -C ./debian commit -m 'auto-commit: debian: depend on osmocom-nightly (= 1.0.0.202111020026)' .
[master 83b1eb7] auto-commit: debian: depend on osmocom-nightly (= 1.0.0.202111020026)
 1 file changed, 3 insertions(+), 3 deletions(-)
+ dch -b -v .202111020026 -m 'Snapshot build'
dch: warning:     debian/changelog(l0): found end of file where expected first heading
dch: error: fatal error occurred while parsing debian/changelog
Build step 'Execute shell' marked build as failure
Sending e-mails to: jenkins-notifications@lists.osmocom.org
Finished: FAILURE

Change-Id: Ic0c1fcd34a40355691f39224d9a473951b0f3d8e
2021-11-02 09:19:39 +01:00
Pau Espin Pedrol
243ccbafd6 Add project skeleton
This commit contains all the relevant project structure to build the
osmo-hnodeb binary, its doc, tests, packaging, etc.

The osmo-hnodeb binary itself is still just an empty main().

Related: SYS#5516
Change-Id: I6ae3215ae4b956689d2adc88db7c3ead5df14f37
2021-10-21 13:48:46 +02:00