aboutsummaryrefslogtreecommitdiffstats
path: root/debian
AgeCommit message (Collapse)AuthorFilesLines
2023-09-12Bump version: 1.3.0.56-745c-dirty → 1.4.01.4.0Pau Espin Pedrol2-1/+75
Change-Id: I2f0d6617c89cff83b1937996006ffe7106db2557
2023-04-25debian: set compat level to 10Oliver Smith2-2/+2
Related: OS#5958 Change-Id: Icfdbea7cbe4681cd3b286471032fd6dd7226888f
2023-02-07Bump version: 1.2.0.114-3804-dirty → 1.3.01.3.0Pau Espin Pedrol3-5/+131
Change-Id: Id67541378193f22f924409f02301f0063aab639e
2022-06-28Bump version: 1.1.0.14-d1ab-dirty → 1.2.01.2.0Pau Espin Pedrol2-1/+27
Change-Id: I5809e5c85af66db6174a182a936891fa6e1104c1
2022-06-17update git URLs (git -> https; gitea)2022q2Harald Welte2-3/+3
Change-Id: I41a70e00c98e6f70c4c952d3f88bcc22595ebed7
2021-02-23Bump version: 1.0.0.14-3e65-dirty → 1.1.01.1.02021q1Pau Espin Pedrol2-1/+29
Change-Id: I8e3be883113444251f5008c407e9f722d0dcd422
2021-02-11Don't depend on libosmo-abis (by default)Harald Welte1-1/+0
The only reason we have a libosmo-netif -> libosmo-abis dependency is the lapd examples whihc are built but not even installed. Let's build those only if --enable-lapd-examples is specified at the command line, and remove the dependency to libosmo-abis in all other cases. Change-Id: Ida8157cd9111b196e4bf08782c45d0e3d393f1c9 Closes: OS#4726
2020-08-13debian/control: change maintainer to the Osmocom team / mailing listVadim Yanitskiy1-1/+1
Change-Id: I2b4d2b37ccf6bcee4211d135ab2f2904b98da024
2020-08-13Bump version: 0.7.0.24-b1e0 → 1.0.01.0.0Harald Welte1-0/+46
Change-Id: Ic461c50c89e3e877e6f498974be6f5fc6e067f28
2020-04-18debian/control: Drop incorrect libortp-dev dependencyPau Espin Pedrol1-2/+1
Previous commit wrongly added this dependency while fixing formatting. Fixes: c9a86ff30636c1c7cf2af2f246796e622ed01169 Change-Id: I7c67709139187b88a222e854a2e80b4038a6ac3f
2020-01-02Bump version: 0.6.0.16-6413a-dirty → 0.7.00.7.0Pau Espin Pedrol2-1/+25
Change-Id: Iabfa9a706c6456bf554ba59badbc3cbfc9210423
2019-08-07Bump version: 0.5.0.2-6563-dirty → 0.6.00.6.0Pau Espin Pedrol3-6/+16
Change-Id: I3af3b7aaff5c6dc3ac94e942191e27af4bf5392a
2019-05-10Bump version: 0.4.0.1-738f → 0.5.00.5.0Harald Welte1-0/+37
Change-Id: Iea2da939e259d0a9e7c5dad14d7a961434c276ef
2019-02-28debian: Add BuildDepends on libpcap0.8-devHarald Welte1-0/+1
The debian packaging wants to execute "make check" which in turn wants to build the jitterbuffer tests, which in turn require pcap.h to be present, which is provided by libpcap0.8-dev. Closes: OS#3818 Change-Id: Iab471de9fb276a436332241337539eab544f965a
2019-01-20Bump version: 0.3.0.6-a555 → 0.4.00.4.0Harald Welte1-0/+19
Change-Id: I99a3244f922382468251df675287520ca40d9d0d
2018-08-06debian/rules: Don't overwrite .tarball-versionHarald Welte1-5/+1
The .tarball-version file should contain the *source version* uniquely identifying the git commit, and not the Debian package name. With https://gerrit.osmocom.org/#/c/osmo-ci/+/10343/ there is a correct .tarball-version file in the .tar.xz of the nightly source packages. Change-Id: I8915ebbf7d3a64a9474e1aeb49b1d192a388ef53 Related: OS#3449
2018-07-27Bump version: 0.2.0.6-ac33-dirty → 0.3.00.3.0Pau Espin Pedrol3-4/+18
Change-Id: Ic9bbe8427c44ef2a9ee02537f17821048f177cdd
2018-05-03Bump version: 0.1.1.38-ef190-dirty → 0.2.00.2.0Pau Espin Pedrol1-0/+54
Change-Id: Ic8a9e44b2f930fed024040777eab58699fdcaadc
2018-02-09debian/control: Fix Vcs-BrowserHarald Welte1-1/+1
Change-Id: I19049ccf6bfc100dbbeb81b80b9ff7f422ad232f
2017-11-13debian/copyright: There are no AGPL licensed files leftHarald Welte1-20/+0
Change-Id: I7d1bf1cdefea955b28e756419e7d90beb2535bd0
2017-11-13debian/control: Fix upstream-nameHarald Welte1-1/+1
Change-Id: Ic5f42a387525f7718097f4259bae6628b903a4ca
2017-10-28Bump version: 0.1.0 → 0.1.10.1.1Harald Welte1-0/+6
Change-Id: I731fce9fd10a586c10261b23ed0f0bbcb6f3eada
2017-10-28Debian: The -dev package doesn't depend on any shared librariesHarald Welte1-2/+1
This fixes: dpkg-gencontrol: warning: Depends field of package libosmo-netif-dev: unknown substitution variable ${shlibs:Depends} Change-Id: Ic57cbc8a1876e6e5449e7dd4a73f269444dd67da
2017-10-27Tag/Release Version 0.1.00.1.0Harald Welte3-6/+10
Short changelog: * Add Doxygen documentation * SCTP support in stream.c * new udp-test-client and udp-test-server programs * better / more verbose error handling in examples * new osmo_dgram_tx_set_local_{addr,port}() functions * use IPA definitions from libosmogsm, rather than repeating them * encode RTP header M field of RFC3550/4867 in OSMUX header * new osmo_stream_srv_link_set_nodelay() * new osmo_stream_srv_link_set_proto() * new osmo_stream_cli_set_nodelay() * new osmo_stream_cli_set_proto() * new osmo_stream_cli_set_local_addr() * new osmo_stream_cli_set_local_port() * new osmo_stream_cli_reconnect() * new osmo_stream_cli_open2() with reconnect argument * more vrebose osmux_snprintf() * remove mistaken reference to AGPL in rs232.c * fix memory leak in osmo_stream_srv_link_set_addr() * add osmo-pcap-test for SLL and Ethernet * extend osmux-test Change-Id: Ibf75fcd6643351ce3946faa155ae1db8c33a5e35
2017-10-11debian/rules: show testsuite.log when tests are failingAlexander Couzens1-0/+3
Change-Id: I3af7b50e3d3e0ba3eddace0e6d4e58c6cb98b9aa
2017-04-27deb: add missing dependency on doxygenMax1-0/+1
Attempt to fix OBS nightly by adding explicit dependency on doxygen, similar to other libosmo* Change-Id: I9cfc94a115c19eedf0923caacd17d1521b4c8fe4
2017-04-25Fix debian packagingMax4-1/+23
* add separate -doc packages * fix dh_install override * add conflict with previous version Change-Id: I2781c800d39923c5541bac00f00cb128f4acf008
2017-01-16deb: fix lib versionMax2-2/+2
The library version does not match LIBVERSION from Makefile.am and -dev package dependency - bump it. Change-Id: Ie9bcd71ffcaeaa78aeef74ec329a6966ce1f1ba6 Related: OS#1860
2016-12-21Integrate Debian packaging changesMax3-6/+93
debian/control: * restructure to make it easier to incorporate further changes * update package descriptions * update project URL debian/rules: * use proper hardening syntax * restructure to make it easier to incorporate further changes * add cleanup override debian/copyright: add file matching Debian format Change-Id: I9174b34a79c0562ef43f757ea76d67301088f109 Related: OS#1694
2016-05-26debian: Make upgrading from debian SID easierHolger Hans Peter Freyther1-0/+6
Make sure the version number of this sourcepackage is higher than the one found in Debian SID. Change-Id: I6486f91bc11e0828b4ccd0e22f8e2135af0d271a Reviewed-on: https://gerrit.osmocom.org/111 Tested-by: Jenkins Builder Reviewed-by: Holger Freyther <holger@freyther.de>
2016-05-14misc: Drop oRTP dependency as there is nothing using itHolger Hans Peter Freyther1-1/+1
This seems to be a copy of paste of libsomo-abis. Let us just drop it here and be done with it. Change-Id: Ia5cb2b572fb5597605284d1c3f657d548aa790f2 Reviewed-on: https://gerrit.osmocom.org/64 Tested-by: Jenkins Builder Reviewed-by: Holger Freyther <holger@freyther.de>
2016-03-05debian: Update dependencies due SCTP supportHolger Hans Peter Freyther1-1/+1
We need to have the sctp-dev headers to be installed to be able to build this package.
2015-11-03misc: Release 0.0.6 without libosmovty dependency0.0.6Holger Hans Peter Freyther1-0/+6
2015-08-23Prepare a new release0.0.5Holger Hans Peter Freyther1-2/+2
2015-03-14debian: Move the package to multi-arch supportHolger Hans Peter Freyther5-11/+14
2014-09-08Prepare new upstream release0.0.4Holger Hans Peter Freyther3-4/+10
2014-04-29misc: Ignore files that are generatedHolger Hans Peter Freyther1-1/+1
2014-04-28debian: Attempt to build a package with just the DSOHolger Hans Peter Freyther3-4/+4
Follow the debian rule to package the DSOs separately.
2014-04-28debian: Prepare a new debian release and bump SO versionHolger Hans Peter Freyther1-1/+8
2014-04-28debian: Update the changelogHolger Hans Peter Freyther1-1/+2
2013-12-15debian: New package time for the bug fixesHolger Hans Peter Freyther1-1/+2
2013-12-13debian: Bump version to build new test packagesHolger Hans Peter Freyther1-1/+2
2013-12-12debian: Enable hardening for the libosmo-netif packageHolger Hans Peter Freyther1-0/+2
2013-11-15debian: Build a newer version of the natHolger Hans Peter Freyther1-1/+8
2013-05-24debian: Build a new packageHolger Hans Peter Freyther1-1/+2
2013-05-22debian: Increase the version number to 0.0.20.0.2Holger Hans Peter Freyther1-1/+1
git-version-gen was printing the version as UNKNOWN, create a new tag to overcome this.
2013-05-22debian: Increase the version to 0.0.1Holger Hans Peter Freyther1-1/+1
2013-05-22debian: Add libortp-dev to the dependencies of this packageHolger Hans Peter Freyther1-1/+1
2013-05-21debian: Initial attempt at a debian package for libosmo-netifHolger Hans Peter Freyther7-0/+61