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
This commit is contained in:
Harald Welte
2021-11-02 09:17:54 +01:00
parent 243ccbafd6
commit 7fece4d7e8

6
debian/changelog vendored
View File

@@ -0,0 +1,6 @@
osmo-hnodeb (0.0.0) unstable; urgency=medium
* Initial debian package
-- Harald Welte <laforge@osmocom.org> Mon, 01 Nov 2021 16:13:40 +0200